Class AssignmentPathSegmentMetadataType
java.lang.Object
com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
com.evolveum.midpoint.xml.ns._public.common.common_3.AssignmentPathSegmentMetadataType
- All Implemented Interfaces:
Containerable
,Freezable
,ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
One segment in the metadata assignment path.
Segment can either reference `assignmentId` containing the `targetRef` or `inducementId`,
which indicates, whether the segment is an assignment or inducement.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
AbstractMutableContainerable.Any
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
ContainerablePrismBinding.ContainerableList<T extends Containerable>, 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 Producer<AssignmentPathSegmentMetadataType>
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated. -
Method Summary
Modifier and TypeMethodDescriptionassignmentId
(Long value) clone()
<X> X
end()
boolean
inducementId
(Long value) matchingOrder
(Boolean value) segmentOrder
(Integer value) void
setAssignmentId
(Long value) void
setInducementId
(Long value) void
setMatchingOrder
(Boolean value) void
setSegmentOrder
(Integer value) void
setTargetRef
(ObjectReferenceType value) targetRef
(ObjectReferenceType 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 Details
-
COMPLEX_TYPE
-
F_SEGMENT_ORDER
-
F_ASSIGNMENT_ID
-
F_INDUCEMENT_ID
-
F_TARGET_REF
-
F_MATCHING_ORDER
-
FACTORY
-
-
Constructor Details
-
AssignmentPathSegmentMetadataType
public AssignmentPathSegmentMetadataType() -
AssignmentPathSegmentMetadataType
Deprecated.
-
-
Method Details
-
getSegmentOrder
-
setSegmentOrder
-
getAssignmentId
-
setAssignmentId
-
getInducementId
-
setInducementId
-
getTargetRef
-
setTargetRef
-
isMatchingOrder
-
getMatchingOrder
-
setMatchingOrder
-
equals
- Overrides:
equals
in classAbstractMutableContainerable
-
segmentOrder
-
assignmentId
-
inducementId
-
targetRef
-
targetRef
-
targetRef
-
beginTargetRef
-
matchingOrder
-
end
public <X> X end() -
clone
- Overrides:
clone
in classAbstractMutableContainerable
-