Class ResourceConsistencyType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceConsistencyType
-
- All Implemented Interfaces:
Containerable
,DebugDumpable
,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"/> <element name="refreshOnRead" 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 Summary
Fields Modifier and Type Field Description static QName
COMPLEX_TYPE
static ItemName
F_AVOID_DUPLICATE_OPERATIONS
static ItemName
F_AVOID_DUPLICATE_VALUES
static ItemName
F_CASE_IGNORE_ATTRIBUTE_NAMES
static ItemName
F_CONNECTOR_ERROR_CRITICALITY
static ItemName
F_DEAD_SHADOW_RETENTION_PERIOD
static ItemName
F_DISCOVERY
static ItemName
F_OPERATION_GROUPING_INTERVAL
static ItemName
F_OPERATION_RETRY_MAX_ATTEMPTS
static ItemName
F_OPERATION_RETRY_PERIOD
static ItemName
F_PENDING_OPERATION_GRACE_PERIOD
static ItemName
F_PENDING_OPERATION_RETENTION_PERIOD
static ItemName
F_RECORD_PENDING_OPERATIONS
static ItemName
F_REFRESH_ON_READ
static ItemName
F_RESHRESH_ON_READ
static ItemName
F_SHADOW_CONSTRAINTS_CHECK
static ItemName
F_USE_PROPOSED_SHADOWS
static ItemName
F_VALIDATE_SCHEMA
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description ResourceConsistencyType()
ResourceConsistencyType(PrismContext prismContext)
-
Method Summary
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.evolveum.midpoint.prism.Containerable
cloneWithoutId, debugDump
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
-
-
-
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
-
F_REFRESH_ON_READ
public static final ItemName F_REFRESH_ON_READ
-
-
Constructor Detail
-
ResourceConsistencyType
public ResourceConsistencyType()
-
ResourceConsistencyType
public ResourceConsistencyType(PrismContext prismContext)
-
-
Method Detail
-
asPrismContainerValue
public PrismContainerValue asPrismContainerValue()
- Specified by:
asPrismContainerValue
in interfaceContainerable
-
setupContainerValue
public void setupContainerValue(PrismContainerValue containerValue)
Description copied from interface:Containerable
Setup value to the containerable representation. This is used to after (empty) containerable is created to initialize it with a correct prism container value. Note: This method DOES NOT change the container value parent.- Specified by:
setupContainerValue
in interfaceContainerable
-
end
public <X> X end()
-
isAvoidDuplicateValues
public Boolean isAvoidDuplicateValues()
-
setAvoidDuplicateValues
public void setAvoidDuplicateValues(Boolean value)
-
getShadowConstraintsCheck
public ShadowCheckType getShadowConstraintsCheck()
-
setShadowConstraintsCheck
public void setShadowConstraintsCheck(ShadowCheckType value)
-
isUseProposedShadows
public Boolean isUseProposedShadows()
-
setUseProposedShadows
public void setUseProposedShadows(Boolean value)
-
getRecordPendingOperations
public RecordPendingOperationsType getRecordPendingOperations()
-
setRecordPendingOperations
public void setRecordPendingOperations(RecordPendingOperationsType value)
-
isAvoidDuplicateOperations
public Boolean isAvoidDuplicateOperations()
-
setAvoidDuplicateOperations
public void setAvoidDuplicateOperations(Boolean value)
-
getOperationGroupingInterval
public Duration getOperationGroupingInterval()
-
setOperationGroupingInterval
public void setOperationGroupingInterval(Duration value)
-
isValidateSchema
public Boolean isValidateSchema()
-
setValidateSchema
public void setValidateSchema(Boolean value)
-
isCaseIgnoreAttributeNames
public Boolean isCaseIgnoreAttributeNames()
-
setCaseIgnoreAttributeNames
public void setCaseIgnoreAttributeNames(Boolean value)
-
isDiscovery
public Boolean isDiscovery()
-
setDiscovery
public void setDiscovery(Boolean value)
-
getConnectorErrorCriticality
public ErrorSelectorType getConnectorErrorCriticality()
-
setConnectorErrorCriticality
public void setConnectorErrorCriticality(ErrorSelectorType value)
-
getPendingOperationGracePeriod
public Duration getPendingOperationGracePeriod()
-
setPendingOperationGracePeriod
public void setPendingOperationGracePeriod(Duration value)
-
getPendingOperationRetentionPeriod
public Duration getPendingOperationRetentionPeriod()
-
setPendingOperationRetentionPeriod
public void setPendingOperationRetentionPeriod(Duration value)
-
getOperationRetryPeriod
public Duration getOperationRetryPeriod()
-
setOperationRetryPeriod
public void setOperationRetryPeriod(Duration value)
-
getOperationRetryMaxAttempts
public Integer getOperationRetryMaxAttempts()
-
setOperationRetryMaxAttempts
public void setOperationRetryMaxAttempts(Integer value)
-
getDeadShadowRetentionPeriod
public Duration getDeadShadowRetentionPeriod()
-
setDeadShadowRetentionPeriod
public void setDeadShadowRetentionPeriod(Duration value)
-
isReshreshOnRead
public Boolean isReshreshOnRead()
-
setReshreshOnRead
public void setReshreshOnRead(Boolean value)
-
isRefreshOnRead
public Boolean isRefreshOnRead()
-
setRefreshOnRead
public void setRefreshOnRead(Boolean value)
-
getId
public Long getId()
-
setId
public void setId(Long value)
-
avoidDuplicateValues
public ResourceConsistencyType avoidDuplicateValues(Boolean value)
-
shadowConstraintsCheck
public ResourceConsistencyType shadowConstraintsCheck(ShadowCheckType value)
-
useProposedShadows
public ResourceConsistencyType useProposedShadows(Boolean value)
-
recordPendingOperations
public ResourceConsistencyType recordPendingOperations(RecordPendingOperationsType value)
-
avoidDuplicateOperations
public ResourceConsistencyType avoidDuplicateOperations(Boolean value)
-
operationGroupingInterval
public ResourceConsistencyType operationGroupingInterval(Duration value)
-
validateSchema
public ResourceConsistencyType validateSchema(Boolean value)
-
caseIgnoreAttributeNames
public ResourceConsistencyType caseIgnoreAttributeNames(Boolean value)
-
discovery
public ResourceConsistencyType discovery(Boolean value)
-
connectorErrorCriticality
public ResourceConsistencyType connectorErrorCriticality(ErrorSelectorType value)
-
beginConnectorErrorCriticality
public ErrorSelectorType beginConnectorErrorCriticality()
-
pendingOperationGracePeriod
public ResourceConsistencyType pendingOperationGracePeriod(Duration value)
-
pendingOperationRetentionPeriod
public ResourceConsistencyType pendingOperationRetentionPeriod(Duration value)
-
operationRetryPeriod
public ResourceConsistencyType operationRetryPeriod(Duration value)
-
operationRetryMaxAttempts
public ResourceConsistencyType operationRetryMaxAttempts(Integer value)
-
deadShadowRetentionPeriod
public ResourceConsistencyType deadShadowRetentionPeriod(Duration value)
-
reshreshOnRead
public ResourceConsistencyType reshreshOnRead(Boolean value)
-
refreshOnRead
public ResourceConsistencyType refreshOnRead(Boolean value)
-
id
public ResourceConsistencyType id(Long value)
-
clone
public ResourceConsistencyType clone()
-
-