Class WorkAllocationDefinitionType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.WorkAllocationDefinitionType
-
- All Implemented Interfaces:
Containerable
,Freezable
,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
public class WorkAllocationDefinitionType extends com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
Parameters related to buckets allocation process.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable.Any
-
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding.ContainerableList<T extends Containerable>, com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding.ReferencableList<T extends Referencable>
-
-
Field Summary
Fields Modifier and Type Field Description static QName
COMPLEX_TYPE
static ItemName
F_BUCKET_CREATION_BATCH
static ItemName
F_WORK_ALLOCATION_FREE_BUCKET_WAIT_INTERVAL
static ItemName
F_WORK_ALLOCATION_INITIAL_DELAY
static Producer<WorkAllocationDefinitionType>
FACTORY
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description WorkAllocationDefinitionType()
WorkAllocationDefinitionType(PrismContext context)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WorkAllocationDefinitionType
bucketCreationBatch(Integer value)
WorkAllocationDefinitionType
clone()
<X> X
end()
boolean
equals(Object other)
Integer
getBucketCreationBatch()
Long
getWorkAllocationFreeBucketWaitInterval()
Long
getWorkAllocationInitialDelay()
WorkAllocationDefinitionType
id(Long value)
void
setBucketCreationBatch(Integer value)
void
setWorkAllocationFreeBucketWaitInterval(Long value)
void
setWorkAllocationInitialDelay(Long value)
WorkAllocationDefinitionType
workAllocationFreeBucketWaitInterval(Long value)
WorkAllocationDefinitionType
workAllocationInitialDelay(Long value)
-
Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
asPrismContainerValue, getId, hashCode, setId, setupContainerValue, toString
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.evolveum.midpoint.prism.Containerable
cloneWithoutId, debugDump, freeze, isImmutable
-
Methods inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
prismGetContainerableList, prismGetPropertyValue, prismGetPropertyValues, prismGetReferencable, prismGetReferencableList, prismGetReferenceObjectable, prismGetSingleContainerable, prismSetPropertyValue, prismSetReferencable, prismSetReferenceObjectable, prismSetSingleContainerable
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
Methods inherited from interface com.evolveum.midpoint.prism.Freezable
checkImmutable, checkMutable
-
-
-
-
Field Detail
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_BUCKET_CREATION_BATCH
public static final ItemName F_BUCKET_CREATION_BATCH
-
F_WORK_ALLOCATION_INITIAL_DELAY
public static final ItemName F_WORK_ALLOCATION_INITIAL_DELAY
-
F_WORK_ALLOCATION_FREE_BUCKET_WAIT_INTERVAL
public static final ItemName F_WORK_ALLOCATION_FREE_BUCKET_WAIT_INTERVAL
-
FACTORY
public static final Producer<WorkAllocationDefinitionType> FACTORY
-
-
Constructor Detail
-
WorkAllocationDefinitionType
public WorkAllocationDefinitionType()
-
WorkAllocationDefinitionType
@Deprecated public WorkAllocationDefinitionType(PrismContext context)
Deprecated.
-
-
Method Detail
-
getBucketCreationBatch
public Integer getBucketCreationBatch()
-
setBucketCreationBatch
public void setBucketCreationBatch(Integer value)
-
getWorkAllocationInitialDelay
public Long getWorkAllocationInitialDelay()
-
setWorkAllocationInitialDelay
public void setWorkAllocationInitialDelay(Long value)
-
getWorkAllocationFreeBucketWaitInterval
public Long getWorkAllocationFreeBucketWaitInterval()
-
setWorkAllocationFreeBucketWaitInterval
public void setWorkAllocationFreeBucketWaitInterval(Long value)
-
equals
public boolean equals(Object other)
- Overrides:
equals
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
id
public WorkAllocationDefinitionType id(Long value)
-
bucketCreationBatch
public WorkAllocationDefinitionType bucketCreationBatch(Integer value)
-
workAllocationInitialDelay
public WorkAllocationDefinitionType workAllocationInitialDelay(Long value)
-
workAllocationFreeBucketWaitInterval
public WorkAllocationDefinitionType workAllocationFreeBucketWaitInterval(Long value)
-
end
public <X> X end()
-
clone
public WorkAllocationDefinitionType clone()
- Overrides:
clone
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
-