Uses of Class
de.xima.fc.workflow.setup.EJobAction
-
Packages that use EJobAction Package Description de.xima.fc.workflow.setup -
-
Uses of EJobAction in de.xima.fc.workflow.setup
Methods in de.xima.fc.workflow.setup that return EJobAction Modifier and Type Method Description EJobAction
ApplyToExistingFormRecordResult. getJobAction()
static EJobAction
EJobAction. valueOf(String name)
Returns the enum constant of this type with the specified name.static EJobAction[]
EJobAction. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.xima.fc.workflow.setup with parameters of type EJobAction Modifier and Type Method Description static ApplyToExistingFormRecordResult
ApplyToExistingFormRecordResult. forSuccess(String processId, EJobAction jobAction)
-