Package com.caplin.motif.fx.orders
Class AllowedActions
java.lang.Object
com.caplin.motif.fx.orders.AllowedActions
Constants that may be used in the AllowedActions field.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringAllow the activate actionstatic final StringAllow the audit trail actionstatic final StringAllow the cancel actionstatic final StringAllow the confirm actionstatic final StringAllow the deactivate actionstatic final StringAllow the duplicate actionstatic final StringAllow the edit actionstatic final StringAllow the inactive cancel actionstatic final StringAllow the view action -
Method Summary
-
Field Details
-
CANCEL
Allow the cancel action- See Also:
-
ACTIVATE
Allow the activate action- See Also:
-
DEACTIVATE
Allow the deactivate action- See Also:
-
EDIT
Allow the edit action- See Also:
-
INACTIVE_CANCEL
Allow the inactive cancel action- See Also:
-
CONFIRM
Allow the confirm action- See Also:
-
AUDIT_TRAIL
Allow the audit trail action- See Also:
-
DUPLICATE
Allow the duplicate action- See Also:
-
VIEW
Allow the view action- See Also:
-