Package com.axemble.vdoc.sdk.interfaces
Interface ISecurityController.IPermissionFlags.WorkflowInstancePermissionFlags
- All Superinterfaces:
ISecurityController.IPermissionFlags.CommonPermissionFlags
- Enclosing interface:
ISecurityController.IPermissionFlags
public static interface ISecurityController.IPermissionFlags.WorkflowInstancePermissionFlags
extends ISecurityController.IPermissionFlags.CommonPermissionFlags
Workflow instance flags
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Gives the right to abort a workflow document.static final int
Gives the right to change the state.Fields inherited from interface com.axemble.vdoc.sdk.interfaces.ISecurityController.IPermissionFlags.CommonPermissionFlags
CREATE
-
Field Details
-
ABORT
static final int ABORTGives the right to abort a workflow document.- See Also:
-
CHANGE_STATE
static final int CHANGE_STATEGives the right to change the state.- See Also:
-