Class CapabilitiesType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable

    public class CapabilitiesType
    extends Object
    implements Serializable, Cloneable, Containerable
    Collection of resource capabilities. Each element in this collection defines a specific resource capability. Standard midpoint capabilities are defined in a separate namespace. But that is not a closed set. Resource may also specify additional capabilities. If the code that is processing capabilities encounters unknown capability it must ignore it. Each capability should have boolean property "enabled" with true default value. This is used in the configured capabilities section to disable individual capabilities. This part defines native and configured capabilities. The effective capabilities of the resource are determined by application of configured capabilities to native capabilities.

    Java class for CapabilitiesType complex type.

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

     <complexType name="CapabilitiesType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}cachingMetadata" minOccurs="0"/>
             <element name="native" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}CapabilityCollectionType" minOccurs="0"/>
             <element name="configured" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}CapabilityCollectionType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form