Uses of Class
de.xima.fc.inbox.servlet.InboxWorkflowServlet.EAction
-
Packages that use InboxWorkflowServlet.EAction Package Description de.xima.fc.inbox.bean de.xima.fc.inbox.servlet -
-
Uses of InboxWorkflowServlet.EAction in de.xima.fc.inbox.bean
Methods in de.xima.fc.inbox.bean with parameters of type InboxWorkflowServlet.EAction Modifier and Type Method Description void
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.EAction Modifier and Type Method Description static InboxWorkflowServlet.EAction
InboxWorkflowServlet.EAction. findByActionParam(String actionParam)
Deprecated.static InboxWorkflowServlet.EAction
InboxWorkflowServlet.EAction. valueOf(String name)
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.
-