Class AssignmentRelationType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.AssignmentRelationType
-
- All Implemented Interfaces:
Containerable
,Freezable
,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
public class AssignmentRelationType extends com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
Specifies what types of assignments can be made to the focal object when it is a target of an assignment. This specifies possible relations of the assignment, type of assignment holder and so on. Simply speaking, this specifies "who can have assignment to me" or "who can hold assignment with me as a target". Limitations: assignmentRelation can appear only in archetype. It can appear in assignment or inducements, but it must not have any order specification (i.e. it must be order 0 or 1). Assignment relation specification can be "wildcard", i.e. they can apply to a range of conditions. E.g. if no relation is specified, the specification applies to all the relations. An extreme case is an empty assignment relation, which is the ultimate wildcard. Such specification means that any type, any archetype can be assigned with any relation. Which in fact means "open" assignment policy. However, processing of wildcard assignment relations is limited in midPoint 4.0 (see documentation). Assignment relation applies only to assignments by default. Therefore it controls when an assignment can be made. It does not apply to inducements - yet. In later midPoint versions there will be an element that can specify "order constraints". In that case assignment relation could specify properties of inducements, including high-order inducements. However, the implementation in midPoint 4.0 is limited to assignments.- 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_DESCRIPTION
static ItemName
F_DOCUMENTATION
static ItemName
F_HOLDER_ARCHETYPE_REF
static ItemName
F_HOLDER_TYPE
static ItemName
F_RELATION
static Producer<AssignmentRelationType>
FACTORY
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description AssignmentRelationType()
AssignmentRelationType(PrismContext context)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectReferenceType
beginHolderArchetypeRef()
AssignmentRelationType
clone()
AssignmentRelationType
description(String value)
AssignmentRelationType
documentation(String value)
<X> X
end()
boolean
equals(Object other)
String
getDescription()
String
getDocumentation()
List<ObjectReferenceType>
getHolderArchetypeRef()
List<QName>
getHolderType()
List<QName>
getRelation()
AssignmentRelationType
holderArchetypeRef(ObjectReferenceType value)
AssignmentRelationType
holderArchetypeRef(String oid, QName type)
AssignmentRelationType
holderArchetypeRef(String oid, QName type, QName relation)
AssignmentRelationType
holderType(QName value)
AssignmentRelationType
id(Long value)
AssignmentRelationType
relation(QName value)
void
setDescription(String value)
void
setDocumentation(String value)
-
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_DESCRIPTION
public static final ItemName F_DESCRIPTION
-
F_DOCUMENTATION
public static final ItemName F_DOCUMENTATION
-
F_HOLDER_TYPE
public static final ItemName F_HOLDER_TYPE
-
F_HOLDER_ARCHETYPE_REF
public static final ItemName F_HOLDER_ARCHETYPE_REF
-
F_RELATION
public static final ItemName F_RELATION
-
FACTORY
public static final Producer<AssignmentRelationType> FACTORY
-
-
Constructor Detail
-
AssignmentRelationType
public AssignmentRelationType()
-
AssignmentRelationType
@Deprecated public AssignmentRelationType(PrismContext context)
Deprecated.
-
-
Method Detail
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String value)
-
getDocumentation
public String getDocumentation()
-
setDocumentation
public void setDocumentation(String value)
-
getHolderArchetypeRef
public List<ObjectReferenceType> getHolderArchetypeRef()
-
equals
public boolean equals(Object other)
- Overrides:
equals
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
id
public AssignmentRelationType id(Long value)
-
description
public AssignmentRelationType description(String value)
-
documentation
public AssignmentRelationType documentation(String value)
-
holderType
public AssignmentRelationType holderType(QName value)
-
holderArchetypeRef
public AssignmentRelationType holderArchetypeRef(ObjectReferenceType value)
-
holderArchetypeRef
public AssignmentRelationType holderArchetypeRef(String oid, QName type)
-
holderArchetypeRef
public AssignmentRelationType holderArchetypeRef(String oid, QName type, QName relation)
-
beginHolderArchetypeRef
public ObjectReferenceType beginHolderArchetypeRef()
-
relation
public AssignmentRelationType relation(QName value)
-
end
public <X> X end()
-
clone
public AssignmentRelationType clone()
- Overrides:
clone
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
-