Class SmartAssignmentElement
java.lang.Object
com.evolveum.midpoint.model.impl.lens.projector.SmartAssignmentElement
- All Implemented Interfaces:
DebugDumpable
- Author:
- semancik
-
Field Summary
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
Method Summary
Modifier and TypeMethodDescriptiondebugDump
(int indent) @NotNull AssignmentType
@NotNull PrismContainerValue<AssignmentType>
ID as was really specified in the object or delta.Artificial ID that is used for new assignments.getKey()
@NotNull AssignmentOrigin
boolean
boolean
isNew()
boolean
isOld()
boolean
void
setExternalId
(Long externalId) toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
Method Details
-
getOrigin
-
isNew
public boolean isNew() -
isCurrent
public boolean isCurrent() -
isOld
public boolean isOld() -
getAssignmentCVal
-
getAssignment
-
getBuiltInAssignmentId
ID as was really specified in the object or delta. -
getExternalAssignmentId
Artificial ID that is used for new assignments. -
setExternalId
-
getKey
-
isVirtual
public boolean isVirtual() -
toString
-
debugDump
- Specified by:
debugDump
in interfaceDebugDumpable
-