Uses of Class
org.kie.internal.task.api.model.AllowedToDelegate
-
Packages that use AllowedToDelegate Package Description org.kie.internal.task.api.model -
-
Uses of AllowedToDelegate in org.kie.internal.task.api.model
Methods in org.kie.internal.task.api.model that return AllowedToDelegate Modifier and Type Method Description AllowedToDelegate
Delegation. getAllowed()
static AllowedToDelegate
AllowedToDelegate. valueOf(String name)
Returns the enum constant of this type with the specified name.static AllowedToDelegate[]
AllowedToDelegate. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.kie.internal.task.api.model with parameters of type AllowedToDelegate Modifier and Type Method Description void
Delegation. setAllowed(AllowedToDelegate allowedToDelegate)
-