Class OtherPrivilegesLimitationType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable

    public class OtherPrivilegesLimitationType
    extends Object
    implements Serializable, Cloneable, Containerable
    Limitations related to other privileges, like the ability to complete work items.

    Java class for OtherPrivilegesLimitationType complex type.

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

     <complexType name="OtherPrivilegesLimitationType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="approvalWorkItems" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}WorkItemSelectorType" minOccurs="0"/>
             <element name="certificationWorkItems" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}WorkItemSelectorType" minOccurs="0"/>
             <element name="caseManagementWorkItems" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}WorkItemSelectorType" minOccurs="0"/>
           </sequence>
           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form