Class ActivityDistributionDefinition
java.lang.Object
com.evolveum.midpoint.repo.common.activity.definition.ActivityDistributionDefinition
- All Implemented Interfaces:
- DebugDumpable,- Cloneable
Defines the distribution aspects of an activity: buckets, worker tasks, worker threads, subtasks, and so on.
- 
Field SummaryFields inherited from interface com.evolveum.midpoint.util.DebugDumpableINDENT_STRING
- 
Method SummaryModifier and TypeMethodDescriptionclone()static @NotNull ActivityDistributionDefinitioncreate(ActivityDefinitionType activityDefinitionBean) debugDump(int indent) intbooleanbooleanbooleantoString()Methods inherited from class java.lang.Objectequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.util.DebugDumpabledebugDump, debugDumpLazily, debugDumpLazily
- 
Method Details- 
create@NotNull public static @NotNull ActivityDistributionDefinition create(ActivityDefinitionType activityDefinitionBean) 
- 
toString
- 
debugDump- Specified by:
- debugDumpin interface- DebugDumpable
 
- 
getBuckets
- 
hasBucketspublic boolean hasBuckets()
- 
isSubtaskpublic boolean isSubtask()
- 
hasWorkerspublic boolean hasWorkers()
- 
getWorkers
- 
getWorkerThreadspublic int getWorkerThreads()
- 
clone
 
-