Uses of Enum
de.xima.fc.inbox.servlet.InboxWorkflowServlet.EAction
Packages that use InboxWorkflowServlet.EAction
-
Uses of InboxWorkflowServlet.EAction in de.xima.fc.inbox.bean
Methods in de.xima.fc.inbox.bean with parameters of type InboxWorkflowServlet.EActionModifier and TypeMethodDescriptionvoid
ProcessStateChangeBean.performStateChange
(InboxWorkflowServlet.EAction action, boolean runWorkflowProcessing, boolean sendFormData, boolean validateForm, Status targetState) Performs an advanced state change with the given options. -
Uses of InboxWorkflowServlet.EAction in de.xima.fc.inbox.servlet
Methods in de.xima.fc.inbox.servlet that return InboxWorkflowServlet.EActionModifier and TypeMethodDescriptionstatic InboxWorkflowServlet.EAction
InboxWorkflowServlet.EAction.findByActionParam
(String actionParam) Deprecated.static InboxWorkflowServlet.EAction
Deprecated.Returns the enum constant of this type with the specified name.static InboxWorkflowServlet.EAction[]
InboxWorkflowServlet.EAction.values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.