Uses of Class
org.jbpm.workbench.cm.util.CaseActionType
-
Packages that use CaseActionType Package Description org.jbpm.workbench.cm.model org.jbpm.workbench.cm.util -
-
Uses of CaseActionType in org.jbpm.workbench.cm.model
Methods in org.jbpm.workbench.cm.model that return CaseActionType Modifier and Type Method Description CaseActionTypeCaseActionSummary. getActionType()Methods in org.jbpm.workbench.cm.model with parameters of type CaseActionType Modifier and Type Method Description CaseActionSummary.BuilderCaseActionSummary.Builder. actionType(CaseActionType actionType)voidCaseActionSummary. setActionType(CaseActionType actionType) -
Uses of CaseActionType in org.jbpm.workbench.cm.util
Methods in org.jbpm.workbench.cm.util that return CaseActionType Modifier and Type Method Description static CaseActionTypeCaseActionType. valueOf(String name)Returns the enum constant of this type with the specified name.static CaseActionType[]CaseActionType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-