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:
  • Field Details

    • 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 Details

    • WorkAllocationDefinitionType

      public WorkAllocationDefinitionType()
    • WorkAllocationDefinitionType

      @Deprecated public WorkAllocationDefinitionType(PrismContext context)
      Deprecated.
  • Method Details

    • 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
    • id

    • bucketCreationBatch

      public WorkAllocationDefinitionType bucketCreationBatch(Integer value)
    • workAllocationInitialDelay

      public WorkAllocationDefinitionType workAllocationInitialDelay(Long value)
    • workAllocationFreeBucketWaitInterval

      public WorkAllocationDefinitionType workAllocationFreeBucketWaitInterval(Long value)
    • end

      public <X> X end()
    • clone

      Overrides:
      clone in class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable