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