Class ProjectionContextKey.WithResource
- java.lang.Object
-
- com.evolveum.midpoint.model.api.context.ProjectionContextKey
-
- com.evolveum.midpoint.model.api.context.ProjectionContextKey.WithResource
-
- All Implemented Interfaces:
DebugDumpable
,HumanReadableDescribable
,ShortDumpable
,Serializable
,Cloneable
- Direct Known Subclasses:
ProjectionContextKey.Classified
- Enclosing class:
- ProjectionContextKey
public abstract static class ProjectionContextKey.WithResource extends ProjectionContextKey
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.evolveum.midpoint.model.api.context.ProjectionContextKey
ProjectionContextKey.Classified, ProjectionContextKey.WithResource
-
-
Field Summary
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull String
getResourceOid()
-
Methods inherited from class com.evolveum.midpoint.model.api.context.ProjectionContextKey
checkOrUpdateResourceOid, checkOrUpdateTypeIdentification, classified, classified, classified, clone, debugDump, equals, equivalent, forKnownResource, forKnownResource, fromBean, fromClassifiedShadow, fromCoordinates, fromShadow, getIntent, getKind, getOrder, getTag, getTypeIdentification, gone, hashCode, isClassified, isGone, missing, shortDump, toHumanReadableDescription, toHumanReadableDescription, toResourceShadowDiscriminatorType, toString, updateTagIfChanged, withOrder, withResourceOid
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
Methods inherited from interface com.evolveum.midpoint.util.ShortDumpable
shortDump, shortDumpLazily
-
-
-
-
Method Detail
-
getResourceOid
@NotNull public @NotNull String getResourceOid()
- Overrides:
getResourceOid
in classProjectionContextKey
-
-