Uses of Class
org.openiam.bpm.util.TaskSource
-
Packages that use TaskSource Package Description org.openiam.bpm.util -
-
Uses of TaskSource in org.openiam.bpm.util
Methods in org.openiam.bpm.util that return TaskSource Modifier and Type Method Description static TaskSource
TaskSource. valueOf(String name)
Returns the enum constant of this type with the specified name.static TaskSource[]
TaskSource. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-