Class AssignmentPathSegmentType
java.lang.Object
com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
com.evolveum.midpoint.xml.ns._public.common.common_3.AssignmentPathSegmentType
- All Implemented Interfaces:
Containerable,Freezable,ContainerablePrismBinding,DebugDumpable,Serializable,Cloneable
One segment in the assignment path.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
AbstractMutableContainerable.AnyNested 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 QNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final Producer<AssignmentPathSegmentType>Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionassignment(AssignmentType value) assignmentId(Long value) clone()<X> Xend()booleanisAssignment(Boolean value) matchingOrder(Boolean value) segmentOrder(Integer value) voidsetAssignment(AssignmentType value) voidsetAssignmentId(Long value) voidsetIsAssignment(Boolean value) voidsetMatchingOrder(Boolean value) voidsetSegmentOrder(Integer value) voidvoidsetSourceRef(ObjectReferenceType value) voidvoidsetTargetRef(ObjectReferenceType value) sourceDisplayName(PolyStringType value) sourceDisplayName(String value) sourceRef(ObjectReferenceType value) targetDisplayName(PolyStringType value) targetDisplayName(String value) targetRef(ObjectReferenceType value) Methods 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_SEGMENT_ORDER
-
F_SOURCE_REF
-
F_SOURCE_DISPLAY_NAME
-
F_ASSIGNMENT
-
F_ASSIGNMENT_ID
-
F_TARGET_REF
-
F_TARGET_DISPLAY_NAME
-
F_MATCHING_ORDER
-
F_IS_ASSIGNMENT
-
FACTORY
-
-
Constructor Details
-
AssignmentPathSegmentType
public AssignmentPathSegmentType() -
AssignmentPathSegmentType
Deprecated.
-
-
Method Details
-
getSegmentOrder
-
setSegmentOrder
-
getSourceRef
-
setSourceRef
-
getSourceDisplayName
-
setSourceDisplayName
-
getAssignment
-
setAssignment
-
getAssignmentId
-
setAssignmentId
-
getTargetRef
-
setTargetRef
-
getTargetDisplayName
-
setTargetDisplayName
-
isMatchingOrder
-
getMatchingOrder
-
setMatchingOrder
-
isIsAssignment
-
getIsAssignment
-
setIsAssignment
-
equals
- Overrides:
equalsin classAbstractMutableContainerable
-
segmentOrder
-
sourceRef
-
sourceRef
-
sourceRef
-
beginSourceRef
-
sourceDisplayName
-
sourceDisplayName
-
assignment
-
beginAssignment
-
assignmentId
-
targetRef
-
targetRef
-
targetRef
-
beginTargetRef
-
targetDisplayName
-
targetDisplayName
-
matchingOrder
-
isAssignment
-
end
public <X> X end() -
clone
- Overrides:
clonein classAbstractMutableContainerable
-