Class ConstructionType
java.lang.Object
com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractConstructionType
com.evolveum.midpoint.xml.ns._public.common.common_3.ConstructionType
- All Implemented Interfaces:
Containerable
,Freezable
,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
Projection construction. This structure defines how a projection
(e.g. account) should be constructed.
- 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<ConstructionType>
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractConstructionType
F_DESCRIPTION, F_DOCUMENTATION, F_STRENGTH
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionauxiliaryObjectClass
(QName value) clone()
description
(String value) documentation
(String value) <X> X
end()
boolean
extension
(ExtensionType value) getKind()
kind
(ShadowKindType value) resourceRef
(ObjectReferenceType value) resourceRef
(String oid, QName type) resourceRef
(String oid, QName type, QName relation) void
setExtension
(ExtensionType value) void
void
setKind
(ShadowKindType value) void
strength
(ConstructionStrengthType value) Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractConstructionType
getDescription, getDocumentation, getStrength, setDescription, setDocumentation, setStrength
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_EXTENSION
-
F_RESOURCE_REF
-
F_KIND
-
F_INTENT
-
F_ATTRIBUTE
-
F_ASSOCIATION
-
F_AUXILIARY_OBJECT_CLASS
-
FACTORY
-
-
Constructor Details
-
ConstructionType
public ConstructionType() -
ConstructionType
Deprecated.
-
-
Method Details
-
getExtension
-
setExtension
-
getResourceRef
-
setResourceRef
-
getKind
-
setKind
-
getIntent
-
setIntent
-
getAttribute
-
createAttributeList
-
getAssociation
-
createAssociationList
-
getAuxiliaryObjectClass
-
equals
- Overrides:
equals
in classAbstractConstructionType
-
id
- Overrides:
id
in classAbstractConstructionType
-
extension
-
beginExtension
-
resourceRef
-
resourceRef
-
resourceRef
-
beginResourceRef
-
kind
-
intent
-
attribute
-
beginAttribute
-
association
-
beginAssociation
-
auxiliaryObjectClass
-
description
- Overrides:
description
in classAbstractConstructionType
-
documentation
- Overrides:
documentation
in classAbstractConstructionType
-
strength
- Overrides:
strength
in classAbstractConstructionType
-
end
public <X> X end()- Overrides:
end
in classAbstractConstructionType
-
clone
- Overrides:
clone
in classAbstractConstructionType
-