Uses of Class
com.evolveum.midpoint.model.api.context.ProjectionContextKey
-
Packages that use ProjectionContextKey Package Description com.evolveum.midpoint.model.api com.evolveum.midpoint.model.api.context com.evolveum.midpoint.web.component.progress -
-
Uses of ProjectionContextKey in com.evolveum.midpoint.model.api
Methods in com.evolveum.midpoint.model.api that return ProjectionContextKey Modifier and Type Method Description ProjectionContextKey
ProgressInformation. getProjectionContextKey()
Methods in com.evolveum.midpoint.model.api that return types with arguments of type ProjectionContextKey Modifier and Type Method Description Map<ProjectionContextKey,ObjectDelta<ShadowType>>
ObjectTreeDeltas. getProjectionChangeMap()
Set<Map.Entry<ProjectionContextKey,ObjectDelta<ShadowType>>>
ObjectTreeDeltas. getProjectionChangeMapEntries()
Methods in com.evolveum.midpoint.model.api with parameters of type ProjectionContextKey Modifier and Type Method Description void
ObjectTreeDeltas. addProjectionChange(ProjectionContextKey key, ObjectDelta<ShadowType> primaryDelta)
ObjectDelta<ShadowType>
ObjectTreeDeltas. getProjectionChange(ProjectionContextKey key)
void
ProgressInformation. setProjectionContextKey(ProjectionContextKey projectionContextKey)
Constructors in com.evolveum.midpoint.model.api with parameters of type ProjectionContextKey Constructor Description ProgressInformation(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
Subclasses of ProjectionContextKey in com.evolveum.midpoint.model.api.context Modifier and Type Class Description static class
ProjectionContextKey.Classified
static class
ProjectionContextKey.WithResource
Methods in com.evolveum.midpoint.model.api.context that return ProjectionContextKey Modifier and Type Method Description ProjectionContextKey
ProjectionContextKey. checkOrUpdateResourceOid(@NotNull String newValue)
ProjectionContextKey
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
ProjectionContextKey. clone()
ProjectionContextKey
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
ProjectionContextKey. gone()
static ProjectionContextKey
ProjectionContextKey. missing()
ProjectionContextKey
ProjectionContextKey. updateTagIfChanged(String newValue)
The usefulness of this method is not obvious; but - in fact - it is used e.g.ProjectionContextKey
ProjectionContextKey. withOrder(int order)
ProjectionContextKey
ProjectionContextKey. withResourceOid(@NotNull String resourceOid)
Methods in com.evolveum.midpoint.model.api.context that return types with arguments of type ProjectionContextKey Modifier and Type Method Description Collection<ProjectionContextKey>
ModelContext. getHistoricResourceObjects()
Methods in com.evolveum.midpoint.model.api.context with parameters of type ProjectionContextKey Modifier and Type Method Description boolean
ProjectionContextKey. equivalent(ProjectionContextKey other)
Similar toequals(Object)
but ignores the order.ModelProjectionContext
ModelContext. findProjectionContextByKeyExact(@NotNull ProjectionContextKey key)
boolean
ProjectionContextFilter. matches(@NotNull ProjectionContextKey key)
-
Uses of ProjectionContextKey in com.evolveum.midpoint.web.component.progress
Methods in com.evolveum.midpoint.web.component.progress that return ProjectionContextKey Modifier and Type Method Description ProjectionContextKey
ProgressReportActivityDto. getProjectionContextKey()
Methods in com.evolveum.midpoint.web.component.progress with parameters of type ProjectionContextKey Modifier and Type Method Description void
ProgressReportActivityDto. setProjectionContextKey(ProjectionContextKey projectionContextKey)
-