Class 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
    • 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
    • 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 class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
      • end

        public <X> X end()
      • clone

        public WorkAllocationDefinitionType clone()
        Overrides:
        clone in class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable