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
public class ConstructionType extends AbstractConstructionType
Projection construction. This structure defines how a projection (e.g. account) should be constructed.- See Also:
- Serialized Form
-
-
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
Fields Modifier and Type Field Description static QName
COMPLEX_TYPE
static ItemName
F_ASSOCIATION
static ItemName
F_ATTRIBUTE
static ItemName
F_AUXILIARY_OBJECT_CLASS
static ItemName
F_EXTENSION
static ItemName
F_INTENT
static ItemName
F_KIND
static ItemName
F_RESOURCE_REF
static Producer<ConstructionType>
FACTORY
-
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 Constructor Description ConstructionType()
ConstructionType(PrismContext context)
Deprecated.
-
Method Summary
-
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 Detail
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_EXTENSION
public static final ItemName F_EXTENSION
-
F_RESOURCE_REF
public static final ItemName F_RESOURCE_REF
-
F_KIND
public static final ItemName F_KIND
-
F_INTENT
public static final ItemName F_INTENT
-
F_ATTRIBUTE
public static final ItemName F_ATTRIBUTE
-
F_ASSOCIATION
public static final ItemName F_ASSOCIATION
-
F_AUXILIARY_OBJECT_CLASS
public static final ItemName F_AUXILIARY_OBJECT_CLASS
-
FACTORY
public static final Producer<ConstructionType> FACTORY
-
-
Constructor Detail
-
ConstructionType
public ConstructionType()
-
ConstructionType
@Deprecated public ConstructionType(PrismContext context)
Deprecated.
-
-
Method Detail
-
getExtension
public ExtensionType getExtension()
-
setExtension
public void setExtension(ExtensionType value)
-
getResourceRef
public ObjectReferenceType getResourceRef()
-
setResourceRef
public void setResourceRef(ObjectReferenceType value)
-
getKind
public ShadowKindType getKind()
-
setKind
public void setKind(ShadowKindType value)
-
getIntent
public String getIntent()
-
setIntent
public void setIntent(String value)
-
getAttribute
public List<ResourceAttributeDefinitionType> getAttribute()
-
createAttributeList
public List<ResourceAttributeDefinitionType> createAttributeList()
-
getAssociation
public List<ResourceObjectAssociationType> getAssociation()
-
createAssociationList
public List<ResourceObjectAssociationType> createAssociationList()
-
equals
public boolean equals(Object other)
- Overrides:
equals
in classAbstractConstructionType
-
id
public ConstructionType id(Long value)
- Overrides:
id
in classAbstractConstructionType
-
extension
public ConstructionType extension(ExtensionType value)
-
beginExtension
public ExtensionType beginExtension()
-
resourceRef
public ConstructionType resourceRef(ObjectReferenceType value)
-
resourceRef
public ConstructionType resourceRef(String oid, QName type)
-
resourceRef
public ConstructionType resourceRef(String oid, QName type, QName relation)
-
beginResourceRef
public ObjectReferenceType beginResourceRef()
-
kind
public ConstructionType kind(ShadowKindType value)
-
intent
public ConstructionType intent(String value)
-
attribute
public ConstructionType attribute(ResourceAttributeDefinitionType value)
-
beginAttribute
public ResourceAttributeDefinitionType beginAttribute()
-
association
public ConstructionType association(ResourceObjectAssociationType value)
-
beginAssociation
public ResourceObjectAssociationType beginAssociation()
-
auxiliaryObjectClass
public ConstructionType auxiliaryObjectClass(QName value)
-
description
public ConstructionType description(String value)
- Overrides:
description
in classAbstractConstructionType
-
documentation
public ConstructionType documentation(String value)
- Overrides:
documentation
in classAbstractConstructionType
-
strength
public ConstructionType strength(ConstructionStrengthType value)
- Overrides:
strength
in classAbstractConstructionType
-
end
public <X> X end()
- Overrides:
end
in classAbstractConstructionType
-
clone
public ConstructionType clone()
- Overrides:
clone
in classAbstractConstructionType
-
-