Class PersonaConstructionType
- 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.PersonaConstructionType
-
- All Implemented Interfaces:
Containerable
,Freezable
,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
public class PersonaConstructionType extends AbstractConstructionType
Persona construction. This structure defines how a persona (e.g. virtual identity) 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_ARCHETYPE_REF
static ItemName
F_OBJECT_MAPPING_REF
static ItemName
F_TARGET_SUBTYPE
static ItemName
F_TARGET_TYPE
static Producer<PersonaConstructionType>
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 PersonaConstructionType()
PersonaConstructionType(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_TARGET_TYPE
public static final ItemName F_TARGET_TYPE
-
F_TARGET_SUBTYPE
public static final ItemName F_TARGET_SUBTYPE
-
F_OBJECT_MAPPING_REF
public static final ItemName F_OBJECT_MAPPING_REF
-
F_ARCHETYPE_REF
public static final ItemName F_ARCHETYPE_REF
-
FACTORY
public static final Producer<PersonaConstructionType> FACTORY
-
-
Constructor Detail
-
PersonaConstructionType
public PersonaConstructionType()
-
PersonaConstructionType
@Deprecated public PersonaConstructionType(PrismContext context)
Deprecated.
-
-
Method Detail
-
getTargetType
public QName getTargetType()
-
setTargetType
public void setTargetType(QName value)
-
getObjectMappingRef
public ObjectReferenceType getObjectMappingRef()
-
setObjectMappingRef
public void setObjectMappingRef(ObjectReferenceType value)
-
getArchetypeRef
public List<ObjectReferenceType> getArchetypeRef()
-
equals
public boolean equals(Object other)
- Overrides:
equals
in classAbstractConstructionType
-
id
public PersonaConstructionType id(Long value)
- Overrides:
id
in classAbstractConstructionType
-
targetType
public PersonaConstructionType targetType(QName value)
-
targetSubtype
public PersonaConstructionType targetSubtype(String value)
-
objectMappingRef
public PersonaConstructionType objectMappingRef(ObjectReferenceType value)
-
objectMappingRef
public PersonaConstructionType objectMappingRef(String oid, QName type)
-
objectMappingRef
public PersonaConstructionType objectMappingRef(String oid, QName type, QName relation)
-
beginObjectMappingRef
public ObjectReferenceType beginObjectMappingRef()
-
archetypeRef
public PersonaConstructionType archetypeRef(ObjectReferenceType value)
-
archetypeRef
public PersonaConstructionType archetypeRef(String oid, QName type)
-
archetypeRef
public PersonaConstructionType archetypeRef(String oid, QName type, QName relation)
-
beginArchetypeRef
public ObjectReferenceType beginArchetypeRef()
-
description
public PersonaConstructionType description(String value)
- Overrides:
description
in classAbstractConstructionType
-
documentation
public PersonaConstructionType documentation(String value)
- Overrides:
documentation
in classAbstractConstructionType
-
strength
public PersonaConstructionType strength(ConstructionStrengthType value)
- Overrides:
strength
in classAbstractConstructionType
-
end
public <X> X end()
- Overrides:
end
in classAbstractConstructionType
-
clone
public PersonaConstructionType clone()
- Overrides:
clone
in classAbstractConstructionType
-
-