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 SummaryFieldsModifier and TypeFieldDescriptionstatic final intGives the right to abort a workflow document.static final intGives the right to change the state.Fields inherited from interface com.axemble.vdoc.sdk.interfaces.ISecurityController.IPermissionFlags.CommonPermissionFlagsCREATE
- 
Field Details- 
ABORTstatic final int ABORTGives the right to abort a workflow document.- See Also:
 
- 
CHANGE_STATEstatic final int CHANGE_STATEGives the right to change the state.- See Also:
 
 
-