Class ResourceBusinessConfigurationType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable

    public class ResourceBusinessConfigurationType
    extends Object
    implements Serializable, Cloneable, Containerable
    Configuration of resource "business" aspects such as workflow parameters, notifications, approvers, owners, etc.

    Java class for ResourceBusinessConfigurationType complex type.

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

     <complexType name="ResourceBusinessConfigurationType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="administrativeState" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ResourceAdministrativeStateType" minOccurs="0"/>
             <element name="approverRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="ownerRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="operatorRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="operatorActionMaxDuration" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/>
           </sequence>
           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form