Class GUIAutomationRoutine
java.lang.Object
com.logicaldoc.gui.common.client.beans.GUIExtensibleObject
com.logicaldoc.gui.common.client.beans.GUIAutomationRoutine
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
String[]
GUIRight[]
boolean
hasPermission
(String permission) boolean
isWrite()
void
setAutomation
(String automation) void
setDescription
(String description) void
void
setPermissions
(String[] permissions) void
Methods inherited from class com.logicaldoc.gui.common.client.beans.GUIExtensibleObject
addAttribute, addAttributeValue, equals, getAttribute, getAttributeNames, getAttributes, getId, getTemplate, getTemplateId, getValue, getValues, hashCode, putAttributeAfter, removeAttribute, setAttributes, setId, setTemplate, setTemplateId, setValue, shiftValue, sortAttributes
-
Constructor Details
-
GUIAutomationRoutine
public GUIAutomationRoutine(long id) -
GUIAutomationRoutine
public GUIAutomationRoutine()
-
-
Method Details
-
getName
-
setName
-
getDescription
-
setDescription
-
getAutomation
-
setAutomation
-
getRights
-
setRights
-
getPermissions
-
setPermissions
-
isWrite
public boolean isWrite() -
hasPermission
-