Uses of Class
com.evolveum.midpoint.model.api.context.ProjectionContextKey
Package
Description
-
Uses of ProjectionContextKey in com.evolveum.midpoint.model.api
Modifier and TypeMethodDescriptionObjectTreeDeltas.getProjectionChangeMap()
ObjectTreeDeltas.getProjectionChangeMapEntries()
Modifier and TypeMethodDescriptionvoid
ObjectTreeDeltas.addProjectionChange
(ProjectionContextKey key, ObjectDelta<ShadowType> primaryDelta) ObjectTreeDeltas.getProjectionChange
(ProjectionContextKey key) void
ProgressInformation.setProjectionContextKey
(ProjectionContextKey projectionContextKey) ModifierConstructorDescriptionProgressInformation
(ProgressInformation.ActivityType activityType, ProjectionContextKey projectionContextKey, ProgressInformation.StateType stateType) ProgressInformation
(ProgressInformation.ActivityType activityType, ProjectionContextKey projectionContextKey, OperationResult operationResult) -
Uses of ProjectionContextKey in com.evolveum.midpoint.model.api.context
Modifier and TypeClassDescriptionstatic class
static class
Modifier and TypeMethodDescriptionProjectionContextKey.checkOrUpdateResourceOid
(@NotNull String newValue) ProjectionContextKey.checkOrUpdateTypeIdentification
(@NotNull ResourceObjectTypeIdentification newValue) static ProjectionContextKey
ProjectionContextKey.classified
(@NotNull String resourceOid, @NotNull ShadowKindType kind, @NotNull String intent, @Nullable String tag) Kind and intent must not be "unknown".static ProjectionContextKey
ProjectionContextKey.classified
(@NotNull String resourceOid, @NotNull ShadowKindType kind, @NotNull String intent, @Nullable String tag, int order, boolean gone) Kind and intent must not be "unknown".ProjectionContextKey.clone()
ProjectionContextKeyFactory.createKey
(@NotNull ShadowType shadow, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result) DeterminesProjectionContextKey
for a given shadow as precisely as possible.static ProjectionContextKey
ProjectionContextKey.forKnownResource
(@NotNull String resourceOid, @Nullable ResourceObjectTypeIdentification typeIdentification, @Nullable String tag) static ProjectionContextKey
ProjectionContextKey.forKnownResource
(@NotNull String resourceOid, @Nullable ResourceObjectTypeIdentification typeIdentification, @Nullable String tag, int order, boolean gone) static ProjectionContextKey
ProjectionContextKey.fromBean
(ShadowDiscriminatorType bean) static ProjectionContextKey
ProjectionContextKey.fromClassifiedShadow
(@NotNull ShadowType shadow) static ProjectionContextKey
ProjectionContextKey.fromCoordinates
(@NotNull ResourceShadowCoordinates coordinates) static ProjectionContextKey
ProjectionContextKey.fromShadow
(@NotNull ShadowType shadow, @Nullable ResourceObjectTypeIdentification typeIdentification) @NotNull ProjectionContextKey
ModelProjectionContext.getKey()
ProjectionContextKey.gone()
static ProjectionContextKey
ProjectionContextKey.missing()
ProjectionContextKey.updateTagIfChanged
(String newValue) The usefulness of this method is not obvious; but - in fact - it is used e.g.ProjectionContextKey.withOrder
(int order) ProjectionContextKey.withResourceOid
(@NotNull String resourceOid) Modifier and TypeMethodDescriptionboolean
ProjectionContextKey.equivalent
(ProjectionContextKey other) Similar toequals(Object)
but ignores the order.ModelContext.findProjectionContextByKeyExact
(@NotNull ProjectionContextKey key) boolean
ProjectionContextFilter.matches
(@NotNull ProjectionContextKey key) -
Uses of ProjectionContextKey in com.evolveum.midpoint.web.component.progress
Modifier and TypeMethodDescriptionvoid
ProgressReportActivityDto.setProjectionContextKey
(ProjectionContextKey projectionContextKey)