Class ResourceObjectTypeDependencyType
java.lang.Object
com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceObjectTypeDependencyType
- All Implemented Interfaces:
Containerable,Freezable,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding,DebugDumpable,Serializable,Cloneable
public class ResourceObjectTypeDependencyType
extends com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
Describes a dependency of an object type on another object type.
For example, a role may have two Active Directory projections: an OU and a group residing in that OU.
We say that the group depends on the OU: the OU has to be provisioned first; and only after that, the group
can be created. When de-provisioning, the group has to be deleted first, and the OU only after that.
We call the group the "dependent object" or "depender". The OU is a "dependee".
This data structure has to reside within the dependent object (depender).
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable.AnyNested classes/interfaces inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding.ContainerableList<T extends Containerable>, com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding.ReferencableList<T extends Referencable> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final QNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final Producer<ResourceObjectTypeDependencyType>Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated. -
Method Summary
Modifier and TypeMethodDescriptionclone()<X> Xend()booleangetKind()getOrder()kind(ShadowKindType value) resourceRef(ObjectReferenceType value) resourceRef(String oid, QName type) resourceRef(String oid, QName type, QName relation) voidvoidsetForceLoad(Boolean value) voidvoidsetKind(ShadowKindType value) voidvoidvoidMethods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
asPrismContainerValue, getId, hashCode, setId, setupContainerValue, toStringMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.prism.Containerable
cloneWithoutId, debugDump, freeze, isImmutableMethods inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
prismGetContainerableList, prismGetPropertyValue, prismGetPropertyValues, prismGetReferencable, prismGetReferencableList, prismGetReferenceObjectable, prismGetSingleContainerable, prismSetPropertyValue, prismSetReferencable, prismSetReferenceObjectable, prismSetSingleContainerableMethods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazilyMethods inherited from interface com.evolveum.midpoint.prism.Freezable
checkImmutable, checkMutable
-
Field Details
-
COMPLEX_TYPE
-
F_RESOURCE_REF
-
F_KIND
-
F_INTENT
-
F_STRICTNESS
-
F_ORDER
-
F_FORCE_LOAD
-
F_DATA_BINDING
-
FACTORY
-
-
Constructor Details
-
ResourceObjectTypeDependencyType
public ResourceObjectTypeDependencyType() -
ResourceObjectTypeDependencyType
Deprecated.
-
-
Method Details
-
getResourceRef
-
setResourceRef
-
getKind
-
setKind
-
getIntent
-
setIntent
-
getStrictness
-
setStrictness
-
getOrder
-
setOrder
-
isForceLoad
-
getForceLoad
-
setForceLoad
-
getDataBinding
-
setDataBinding
-
equals
- Overrides:
equalsin classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
resourceRef
-
resourceRef
-
resourceRef
-
beginResourceRef
-
kind
-
intent
-
strictness
public ResourceObjectTypeDependencyType strictness(ResourceObjectTypeDependencyStrictnessType value) -
order
-
forceLoad
-
dataBinding
public ResourceObjectTypeDependencyType dataBinding(ResourceObjectTypeDependencyDataBindingKindType value) -
end
public <X> X end() -
clone
- Overrides:
clonein classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-