Class WorkAllocationDefinitionType

  • All Implemented Interfaces:
    Containerable, DebugDumpable, Serializable, Cloneable

    public class WorkAllocationDefinitionType
    extends Object
    implements Serializable, Cloneable, Containerable
    Parameters related to buckets allocation process.

    Java class for WorkAllocationDefinitionType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="WorkAllocationDefinitionType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="bucketCreationBatch" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="workAllocationInitialDelay" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
             <element name="workAllocationFreeBucketWaitInterval" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
           </sequence>
           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" />
         </restriction>
       </complexContent>
     </complexType>
     
    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

        public WorkAllocationDefinitionType​(PrismContext prismContext)