Interface EvaluatedResourceObjectConstruction
- All Superinterfaces:
- DebugDumpable,- Serializable
Facade interface that provides insight about construction that was evaluated by projector code.
 It is used for several purposes, e.g. to display all evaluated assignments, both direct and indirect.
 WARNING: Implementation of this interface are NOT required to be Serializable.
 They contain "live" data used by projector computation.
 Do NOT store this object in web session.
- Author:
- Radovan Semancik
- 
Field SummaryFields inherited from interface com.evolveum.midpoint.util.DebugDumpableINDENT_STRING
- 
Method SummaryModifier and TypeMethodDescriptionFull path from the focus object to the respective construction.@NotNull StringIntent of the resource object.@NotNull ShadowKindTypegetKind()Kind of the resource object.@NotNull PrismObject<ResourceType>Resource on which the object is to be constructed.@Nullable StringgetTag()Tag of the resource object (for multiaccounts).default @NotNull ResourceObjectTypeIdentificationbooleanIs the resource object directly assigned to the focus object? (False means there is an inducement in the assignment path.) TODO What about delegations?booleanisWeak()Is the construction weak (i.e.Methods inherited from interface com.evolveum.midpoint.util.DebugDumpabledebugDump, debugDump, debugDumpLazily, debugDumpLazily
- 
Method Details- 
getResourceResource on which the object is to be constructed.
- 
getKindKind of the resource object.
- 
getIntentIntent of the resource object.
- 
getTypeIdentification
- 
getTagTag of the resource object (for multiaccounts).
- 
isDirectlyAssignedboolean isDirectlyAssigned()Is the resource object directly assigned to the focus object? (False means there is an inducement in the assignment path.) TODO What about delegations?
- 
getAssignmentPathAssignmentPath getAssignmentPath()Full path from the focus object to the respective construction.
- 
isWeakboolean isWeak()Is the construction weak (i.e. conditional)? https://docs.evolveum.com/midpoint/reference/roles-policies/assignment/configuration/#strong-and-weak-constructions
 
-