Uses of Enum Class
com.evolveum.midpoint.xml.ns._public.common.common_3.BucketsProcessingRoleType
Packages that use BucketsProcessingRoleType
-
Uses of BucketsProcessingRoleType in com.evolveum.midpoint.xml.ns._public.common.common_3
Fields in com.evolveum.midpoint.xml.ns._public.common.common_3 declared as BucketsProcessingRoleTypeModifier and TypeFieldDescriptionprotected BucketsProcessingRoleType
ActivityTaskStateOverviewType.bucketsProcessingRole
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return BucketsProcessingRoleTypeModifier and TypeMethodDescriptionstatic BucketsProcessingRoleType
ActivityBucketingStateType.getBucketsProcessingRole()
ActivityTaskStateOverviewType.getBucketsProcessingRole()
static BucketsProcessingRoleType
Returns the enum constant of this class with the specified name.static BucketsProcessingRoleType[]
BucketsProcessingRoleType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type BucketsProcessingRoleTypeModifier and TypeMethodDescriptionActivityBucketingStateType.bucketsProcessingRole
(BucketsProcessingRoleType value) ActivityTaskStateOverviewType.bucketsProcessingRole
(BucketsProcessingRoleType value) void
ActivityBucketingStateType.setBucketsProcessingRole
(BucketsProcessingRoleType value) void
ActivityTaskStateOverviewType.setBucketsProcessingRole
(BucketsProcessingRoleType value)