Class ResourceConsistencyType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable

    public class ResourceConsistencyType
    extends Object
    implements Serializable, Cloneable, Containerable
    Configuration of consistency mechanisms. This may include configuration of high-level operation retries and similar technical configuration.

    Java class for ResourceConsistencyType complex type.

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

     <complexType name="ResourceConsistencyType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="avoidDuplicateValues" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="shadowConstraintsCheck" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ShadowCheckType" minOccurs="0"/>
             <element name="useProposedShadows" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="recordPendingOperations" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}RecordPendingOperationsType" minOccurs="0"/>
             <element name="avoidDuplicateOperations" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="operationGroupingInterval" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/>
             <element name="validateSchema" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="caseIgnoreAttributeNames" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="discovery" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="connectorErrorCriticality" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ErrorSelectorType" minOccurs="0"/>
             <element name="pendingOperationGracePeriod" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/>
             <element name="pendingOperationRetentionPeriod" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/>
             <element name="operationRetryPeriod" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/>
             <element name="operationRetryMaxAttempts" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="deadShadowRetentionPeriod" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/>
             <element name="reshreshOnRead" type="{http://www.w3.org/2001/XMLSchema}boolean" 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_AVOID_DUPLICATE_VALUES

        public static final ItemName F_AVOID_DUPLICATE_VALUES
      • F_SHADOW_CONSTRAINTS_CHECK

        public static final ItemName F_SHADOW_CONSTRAINTS_CHECK
      • F_USE_PROPOSED_SHADOWS

        public static final ItemName F_USE_PROPOSED_SHADOWS
      • F_RECORD_PENDING_OPERATIONS

        public static final ItemName F_RECORD_PENDING_OPERATIONS
      • F_AVOID_DUPLICATE_OPERATIONS

        public static final ItemName F_AVOID_DUPLICATE_OPERATIONS
      • F_OPERATION_GROUPING_INTERVAL

        public static final ItemName F_OPERATION_GROUPING_INTERVAL
      • F_VALIDATE_SCHEMA

        public static final ItemName F_VALIDATE_SCHEMA
      • F_CASE_IGNORE_ATTRIBUTE_NAMES

        public static final ItemName F_CASE_IGNORE_ATTRIBUTE_NAMES
      • F_DISCOVERY

        public static final ItemName F_DISCOVERY
      • F_CONNECTOR_ERROR_CRITICALITY

        public static final ItemName F_CONNECTOR_ERROR_CRITICALITY
      • F_PENDING_OPERATION_GRACE_PERIOD

        public static final ItemName F_PENDING_OPERATION_GRACE_PERIOD
      • F_PENDING_OPERATION_RETENTION_PERIOD

        public static final ItemName F_PENDING_OPERATION_RETENTION_PERIOD
      • F_OPERATION_RETRY_PERIOD

        public static final ItemName F_OPERATION_RETRY_PERIOD
      • F_OPERATION_RETRY_MAX_ATTEMPTS

        public static final ItemName F_OPERATION_RETRY_MAX_ATTEMPTS
      • F_DEAD_SHADOW_RETENTION_PERIOD

        public static final ItemName F_DEAD_SHADOW_RETENTION_PERIOD
      • F_RESHRESH_ON_READ

        public static final ItemName F_RESHRESH_ON_READ
    • Constructor Detail

      • ResourceConsistencyType

        public ResourceConsistencyType()
      • ResourceConsistencyType

        public ResourceConsistencyType​(PrismContext prismContext)