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 EJobActionApplyToExistingFormRecordResult. getJobAction()static EJobActionEJobAction. 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 ApplyToExistingFormRecordResultApplyToExistingFormRecordResult. forSuccess(String processId, EJobAction jobAction) 
 -