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.Any
Nested 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 QName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final Producer<ResourceObjectTypeDependencyType>
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated. -
Method Summary
Modifier and TypeMethodDescriptionclone()
<X> X
end()
boolean
getKind()
getOrder()
kind
(ShadowKindType value) resourceRef
(ObjectReferenceType value) resourceRef
(String oid, QName type) resourceRef
(String oid, QName type, QName relation) void
void
setForceLoad
(Boolean value) void
void
setKind
(ShadowKindType value) void
void
void
Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
asPrismContainerValue, getId, hashCode, setId, setupContainerValue, toString
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, freeze, isImmutable
Methods inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
prismGetContainerableList, prismGetPropertyValue, prismGetPropertyValues, prismGetReferencable, prismGetReferencableList, prismGetReferenceObjectable, prismGetSingleContainerable, prismSetPropertyValue, prismSetReferencable, prismSetReferenceObjectable, prismSetSingleContainerable
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
Methods 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
-
setForceLoad
-
getDataBinding
-
setDataBinding
-
equals
- Overrides:
equals
in 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:
clone
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-