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.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<ConstructionType>Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractConstructionType
F_DESCRIPTION, F_DOCUMENTATION, F_STRENGTHFields 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> Xend()booleanextension(ExtensionType value) getKind()kind(ShadowKindType value) resourceRef(ObjectReferenceType value) resourceRef(String oid, QName type) resourceRef(String oid, QName type, QName relation) voidsetExtension(ExtensionType value) voidvoidsetKind(ShadowKindType value) voidstrength(ConstructionStrengthType value) Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractConstructionType
getDescription, getDocumentation, getStrength, setDescription, setDocumentation, setStrengthMethods 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, cloneWithoutIdAndMetadata, 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_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:
equalsin classAbstractConstructionType
-
id
- Overrides:
idin classAbstractConstructionType
-
extension
-
beginExtension
-
resourceRef
-
resourceRef
-
resourceRef
-
beginResourceRef
-
kind
-
intent
-
attribute
-
beginAttribute
-
association
-
beginAssociation
-
auxiliaryObjectClass
-
description
- Overrides:
descriptionin classAbstractConstructionType
-
documentation
- Overrides:
documentationin classAbstractConstructionType
-
strength
- Overrides:
strengthin classAbstractConstructionType
-
end
public <X> X end()- Overrides:
endin classAbstractConstructionType
-
clone
- Overrides:
clonein classAbstractConstructionType
-