Class LensProjectionContextType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.LensElementContextType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.LensProjectionContextType
-
- All Implemented Interfaces:
Containerable
,DebugDumpable
,Serializable
,Cloneable
public class LensProjectionContextType extends LensElementContextType implements Serializable, Cloneable, Containerable
TODOJava class for LensProjectionContextType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LensProjectionContextType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}LensElementContextType"> <sequence> <element name="syncDelta" type="{http://prism.evolveum.com/xml/ns/public/types-3}ObjectDeltaType" minOccurs="0"/> <element name="syncAbsoluteTrigger" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="wave" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="completed" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="resourceShadowDiscriminator" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ShadowDiscriminatorType" minOccurs="0"/> <element name="fullShadow" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="isAssigned" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="isAssignedOld" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="isActive" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="isLegal" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="isLegalOld" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="isExists" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="synchronizationPolicyDecision" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}SynchronizationPolicyDecisionType" minOccurs="0"/> <element name="doReconciliation" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="synchronizationSituationDetected" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}SynchronizationSituationType" minOccurs="0"/> <element name="synchronizationSituationResolved" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}SynchronizationSituationType" minOccurs="0"/> <element name="projectionSecurityPolicyRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/> <element name="accountPasswordPolicy" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ValuePolicyType" minOccurs="0"/> <element name="accountPasswordPolicyRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QName
COMPLEX_TYPE
static ItemName
F_ACCOUNT_PASSWORD_POLICY
static ItemName
F_ACCOUNT_PASSWORD_POLICY_REF
static ItemName
F_COMPLETED
static ItemName
F_DO_RECONCILIATION
static ItemName
F_FULL_SHADOW
static ItemName
F_IS_ACTIVE
static ItemName
F_IS_ASSIGNED
static ItemName
F_IS_ASSIGNED_OLD
static ItemName
F_IS_EXISTS
static ItemName
F_IS_LEGAL
static ItemName
F_IS_LEGAL_OLD
static ItemName
F_PROJECTION_SECURITY_POLICY_REF
static ItemName
F_RESOURCE_SHADOW_DISCRIMINATOR
static ItemName
F_SYNC_ABSOLUTE_TRIGGER
static ItemName
F_SYNC_DELTA
static ItemName
F_SYNCHRONIZATION_POLICY_DECISION
static ItemName
F_SYNCHRONIZATION_SITUATION_DETECTED
static ItemName
F_SYNCHRONIZATION_SITUATION_RESOLVED
static ItemName
F_WAVE
-
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.LensElementContextType
F_EXECUTED_DELTAS, F_FRESH, F_ITERATION, F_ITERATION_TOKEN, F_OBJECT_CURRENT, F_OBJECT_CURRENT_REF, F_OBJECT_NEW, F_OBJECT_NEW_REF, F_OBJECT_OLD, F_OBJECT_OLD_REF, F_OBJECT_TYPE_CLASS, F_OID, F_PRIMARY_DELTA, F_SECONDARY_DELTA, F_SYNCHRONIZATION_INTENT
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description LensProjectionContextType()
LensProjectionContextType(PrismContext prismContext)
-
Method Summary
-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.LensElementContextType
createExecutedDeltasList, getExecutedDeltas, getId, getIteration, getIterationToken, getObjectCurrent, getObjectCurrentRef, getObjectNew, getObjectNewRef, getObjectOld, getObjectOldRef, getObjectTypeClass, getOid, getPrimaryDelta, getSecondaryDelta, getSynchronizationIntent, isFresh, setFresh, setId, setIteration, setIterationToken, setObjectCurrent, setObjectCurrentRef, setObjectNew, setObjectNewRef, setObjectOld, setObjectOldRef, setObjectTypeClass, setOid, setPrimaryDelta, setSecondaryDelta, setSynchronizationIntent
-
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_SYNC_DELTA
public static final ItemName F_SYNC_DELTA
-
F_SYNC_ABSOLUTE_TRIGGER
public static final ItemName F_SYNC_ABSOLUTE_TRIGGER
-
F_WAVE
public static final ItemName F_WAVE
-
F_COMPLETED
public static final ItemName F_COMPLETED
-
F_RESOURCE_SHADOW_DISCRIMINATOR
public static final ItemName F_RESOURCE_SHADOW_DISCRIMINATOR
-
F_FULL_SHADOW
public static final ItemName F_FULL_SHADOW
-
F_IS_ASSIGNED
public static final ItemName F_IS_ASSIGNED
-
F_IS_ASSIGNED_OLD
public static final ItemName F_IS_ASSIGNED_OLD
-
F_IS_ACTIVE
public static final ItemName F_IS_ACTIVE
-
F_IS_LEGAL
public static final ItemName F_IS_LEGAL
-
F_IS_LEGAL_OLD
public static final ItemName F_IS_LEGAL_OLD
-
F_IS_EXISTS
public static final ItemName F_IS_EXISTS
-
F_SYNCHRONIZATION_POLICY_DECISION
public static final ItemName F_SYNCHRONIZATION_POLICY_DECISION
-
F_DO_RECONCILIATION
public static final ItemName F_DO_RECONCILIATION
-
F_SYNCHRONIZATION_SITUATION_DETECTED
public static final ItemName F_SYNCHRONIZATION_SITUATION_DETECTED
-
F_SYNCHRONIZATION_SITUATION_RESOLVED
public static final ItemName F_SYNCHRONIZATION_SITUATION_RESOLVED
-
F_PROJECTION_SECURITY_POLICY_REF
public static final ItemName F_PROJECTION_SECURITY_POLICY_REF
-
F_ACCOUNT_PASSWORD_POLICY
public static final ItemName F_ACCOUNT_PASSWORD_POLICY
-
F_ACCOUNT_PASSWORD_POLICY_REF
public static final ItemName F_ACCOUNT_PASSWORD_POLICY_REF
-
-
Constructor Detail
-
LensProjectionContextType
public LensProjectionContextType()
-
LensProjectionContextType
public LensProjectionContextType(PrismContext prismContext)
-
-
Method Detail
-
asPrismContainerValue
public PrismContainerValue asPrismContainerValue()
- Specified by:
asPrismContainerValue
in interfaceContainerable
- Overrides:
asPrismContainerValue
in classLensElementContextType
-
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
- Overrides:
setupContainerValue
in classLensElementContextType
-
toString
public String toString()
- Overrides:
toString
in classLensElementContextType
-
equals
public boolean equals(Object object)
- Overrides:
equals
in classLensElementContextType
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classLensElementContextType
-
end
public <X> X end()
- Overrides:
end
in classLensElementContextType
-
getSyncDelta
public ObjectDeltaType getSyncDelta()
-
setSyncDelta
public void setSyncDelta(ObjectDeltaType value)
-
isSyncAbsoluteTrigger
public Boolean isSyncAbsoluteTrigger()
-
setSyncAbsoluteTrigger
public void setSyncAbsoluteTrigger(Boolean value)
-
getWave
public Integer getWave()
-
setWave
public void setWave(Integer value)
-
isCompleted
public Boolean isCompleted()
-
setCompleted
public void setCompleted(Boolean value)
-
getResourceShadowDiscriminator
public ShadowDiscriminatorType getResourceShadowDiscriminator()
-
setResourceShadowDiscriminator
public void setResourceShadowDiscriminator(ShadowDiscriminatorType value)
-
isFullShadow
public Boolean isFullShadow()
-
setFullShadow
public void setFullShadow(Boolean value)
-
isIsAssigned
public Boolean isIsAssigned()
-
setIsAssigned
public void setIsAssigned(Boolean value)
-
isIsAssignedOld
public Boolean isIsAssignedOld()
-
setIsAssignedOld
public void setIsAssignedOld(Boolean value)
-
isIsActive
public Boolean isIsActive()
-
setIsActive
public void setIsActive(Boolean value)
-
isIsLegal
public Boolean isIsLegal()
-
setIsLegal
public void setIsLegal(Boolean value)
-
isIsLegalOld
public Boolean isIsLegalOld()
-
setIsLegalOld
public void setIsLegalOld(Boolean value)
-
isIsExists
public Boolean isIsExists()
-
setIsExists
public void setIsExists(Boolean value)
-
getSynchronizationPolicyDecision
public SynchronizationPolicyDecisionType getSynchronizationPolicyDecision()
-
setSynchronizationPolicyDecision
public void setSynchronizationPolicyDecision(SynchronizationPolicyDecisionType value)
-
isDoReconciliation
public Boolean isDoReconciliation()
-
setDoReconciliation
public void setDoReconciliation(Boolean value)
-
getSynchronizationSituationDetected
public SynchronizationSituationType getSynchronizationSituationDetected()
-
setSynchronizationSituationDetected
public void setSynchronizationSituationDetected(SynchronizationSituationType value)
-
getSynchronizationSituationResolved
public SynchronizationSituationType getSynchronizationSituationResolved()
-
setSynchronizationSituationResolved
public void setSynchronizationSituationResolved(SynchronizationSituationType value)
-
getProjectionSecurityPolicyRef
public ObjectReferenceType getProjectionSecurityPolicyRef()
-
setProjectionSecurityPolicyRef
public void setProjectionSecurityPolicyRef(ObjectReferenceType value)
-
getAccountPasswordPolicy
public ValuePolicyType getAccountPasswordPolicy()
-
setAccountPasswordPolicy
public void setAccountPasswordPolicy(ValuePolicyType value)
-
getAccountPasswordPolicyRef
public ObjectReferenceType getAccountPasswordPolicyRef()
-
setAccountPasswordPolicyRef
public void setAccountPasswordPolicyRef(ObjectReferenceType value)
-
syncDelta
public LensProjectionContextType syncDelta(ObjectDeltaType value)
-
beginSyncDelta
public ObjectDeltaType beginSyncDelta()
-
syncAbsoluteTrigger
public LensProjectionContextType syncAbsoluteTrigger(Boolean value)
-
wave
public LensProjectionContextType wave(Integer value)
-
completed
public LensProjectionContextType completed(Boolean value)
-
resourceShadowDiscriminator
public LensProjectionContextType resourceShadowDiscriminator(ShadowDiscriminatorType value)
-
beginResourceShadowDiscriminator
public ShadowDiscriminatorType beginResourceShadowDiscriminator()
-
fullShadow
public LensProjectionContextType fullShadow(Boolean value)
-
isAssigned
public LensProjectionContextType isAssigned(Boolean value)
-
isAssignedOld
public LensProjectionContextType isAssignedOld(Boolean value)
-
isActive
public LensProjectionContextType isActive(Boolean value)
-
isLegal
public LensProjectionContextType isLegal(Boolean value)
-
isLegalOld
public LensProjectionContextType isLegalOld(Boolean value)
-
isExists
public LensProjectionContextType isExists(Boolean value)
-
synchronizationPolicyDecision
public LensProjectionContextType synchronizationPolicyDecision(SynchronizationPolicyDecisionType value)
-
doReconciliation
public LensProjectionContextType doReconciliation(Boolean value)
-
synchronizationSituationDetected
public LensProjectionContextType synchronizationSituationDetected(SynchronizationSituationType value)
-
synchronizationSituationResolved
public LensProjectionContextType synchronizationSituationResolved(SynchronizationSituationType value)
-
projectionSecurityPolicyRef
public LensProjectionContextType projectionSecurityPolicyRef(ObjectReferenceType value)
-
projectionSecurityPolicyRef
public LensProjectionContextType projectionSecurityPolicyRef(String oid, QName type)
-
projectionSecurityPolicyRef
public LensProjectionContextType projectionSecurityPolicyRef(String oid, QName type, QName relation)
-
beginProjectionSecurityPolicyRef
public ObjectReferenceType beginProjectionSecurityPolicyRef()
-
accountPasswordPolicy
public LensProjectionContextType accountPasswordPolicy(ValuePolicyType value)
-
beginAccountPasswordPolicy
public ValuePolicyType beginAccountPasswordPolicy()
-
accountPasswordPolicyRef
public LensProjectionContextType accountPasswordPolicyRef(ObjectReferenceType value)
-
accountPasswordPolicyRef
public LensProjectionContextType accountPasswordPolicyRef(String oid, QName type)
-
accountPasswordPolicyRef
public LensProjectionContextType accountPasswordPolicyRef(String oid, QName type, QName relation)
-
beginAccountPasswordPolicyRef
public ObjectReferenceType beginAccountPasswordPolicyRef()
-
objectOld
public LensProjectionContextType objectOld(ObjectType value)
- Overrides:
objectOld
in classLensElementContextType
-
objectOldRef
public LensProjectionContextType objectOldRef(ObjectReferenceType value)
- Overrides:
objectOldRef
in classLensElementContextType
-
objectOldRef
public LensProjectionContextType objectOldRef(String oid, QName type)
- Overrides:
objectOldRef
in classLensElementContextType
-
objectOldRef
public LensProjectionContextType objectOldRef(String oid, QName type, QName relation)
- Overrides:
objectOldRef
in classLensElementContextType
-
beginObjectOldRef
public ObjectReferenceType beginObjectOldRef()
- Overrides:
beginObjectOldRef
in classLensElementContextType
-
objectCurrent
public LensProjectionContextType objectCurrent(ObjectType value)
- Overrides:
objectCurrent
in classLensElementContextType
-
objectCurrentRef
public LensProjectionContextType objectCurrentRef(ObjectReferenceType value)
- Overrides:
objectCurrentRef
in classLensElementContextType
-
objectCurrentRef
public LensProjectionContextType objectCurrentRef(String oid, QName type)
- Overrides:
objectCurrentRef
in classLensElementContextType
-
objectCurrentRef
public LensProjectionContextType objectCurrentRef(String oid, QName type, QName relation)
- Overrides:
objectCurrentRef
in classLensElementContextType
-
beginObjectCurrentRef
public ObjectReferenceType beginObjectCurrentRef()
- Overrides:
beginObjectCurrentRef
in classLensElementContextType
-
objectNew
public LensProjectionContextType objectNew(ObjectType value)
- Overrides:
objectNew
in classLensElementContextType
-
objectNewRef
public LensProjectionContextType objectNewRef(ObjectReferenceType value)
- Overrides:
objectNewRef
in classLensElementContextType
-
objectNewRef
public LensProjectionContextType objectNewRef(String oid, QName type)
- Overrides:
objectNewRef
in classLensElementContextType
-
objectNewRef
public LensProjectionContextType objectNewRef(String oid, QName type, QName relation)
- Overrides:
objectNewRef
in classLensElementContextType
-
beginObjectNewRef
public ObjectReferenceType beginObjectNewRef()
- Overrides:
beginObjectNewRef
in classLensElementContextType
-
primaryDelta
public LensProjectionContextType primaryDelta(ObjectDeltaType value)
- Overrides:
primaryDelta
in classLensElementContextType
-
beginPrimaryDelta
public ObjectDeltaType beginPrimaryDelta()
- Overrides:
beginPrimaryDelta
in classLensElementContextType
-
secondaryDelta
public LensProjectionContextType secondaryDelta(ObjectDeltaType value)
- Overrides:
secondaryDelta
in classLensElementContextType
-
beginSecondaryDelta
public ObjectDeltaType beginSecondaryDelta()
- Overrides:
beginSecondaryDelta
in classLensElementContextType
-
executedDeltas
public LensProjectionContextType executedDeltas(LensObjectDeltaOperationType value)
- Overrides:
executedDeltas
in classLensElementContextType
-
beginExecutedDeltas
public LensObjectDeltaOperationType beginExecutedDeltas()
- Overrides:
beginExecutedDeltas
in classLensElementContextType
-
objectTypeClass
public LensProjectionContextType objectTypeClass(String value)
- Overrides:
objectTypeClass
in classLensElementContextType
-
oid
public LensProjectionContextType oid(String value)
- Overrides:
oid
in classLensElementContextType
-
iteration
public LensProjectionContextType iteration(Integer value)
- Overrides:
iteration
in classLensElementContextType
-
iterationToken
public LensProjectionContextType iterationToken(String value)
- Overrides:
iterationToken
in classLensElementContextType
-
synchronizationIntent
public LensProjectionContextType synchronizationIntent(SynchronizationIntentType value)
- Overrides:
synchronizationIntent
in classLensElementContextType
-
fresh
public LensProjectionContextType fresh(Boolean value)
- Overrides:
fresh
in classLensElementContextType
-
id
public LensProjectionContextType id(Long value)
- Overrides:
id
in classLensElementContextType
-
clone
public LensProjectionContextType clone()
- Overrides:
clone
in classLensElementContextType
-
-