Class AssignmentOrigin
- java.lang.Object
-
- com.evolveum.midpoint.model.impl.lens.projector.AssignmentOrigin
-
- All Implemented Interfaces:
Serializable
public class AssignmentOrigin extends Object implements Serializable
Describes assignment origin e.g. if it's in object old, current, or in delta; if it's virtual or not. This is a stripped-down version back-ported from 4.4 to 4.0.x in order to fix MID-7317. (By providing a serious way of knowing what assignments were really added and deleted during clockwork run.)- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isCurrent()
boolean
isInDelta()
boolean
isNew()
boolean
isOld()
boolean
isVirtual()
void
setNew(boolean value)
String
toString()
-