Package com.evolveum.midpoint.schema
Class ResourceOperationCoordinates.ObjectClassScoped
- java.lang.Object
-
- com.evolveum.midpoint.schema.ResourceOperationCoordinates
-
- com.evolveum.midpoint.schema.ResourceOperationCoordinates.ObjectClassScoped
-
- All Implemented Interfaces:
DebugDumpable
,HumanReadableDescribable
,ShortDumpable
,Serializable
,Cloneable
- Enclosing class:
- ResourceOperationCoordinates
public static class ResourceOperationCoordinates.ObjectClassScoped extends ResourceOperationCoordinates
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.evolveum.midpoint.schema.ResourceOperationCoordinates
ResourceOperationCoordinates.ObjectClassScoped, ResourceOperationCoordinates.ResourceScoped, ResourceOperationCoordinates.TypeScoped
-
-
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 String
debugDump(int indent)
@NotNull QName
getObjectClassName()
-
Methods inherited from class com.evolveum.midpoint.schema.ResourceOperationCoordinates
areObjectClassScoped, areObjectTypeScoped, checkNotResourceScoped, checkNotUnknown, clone, getIntent, getKind, getResourceOid, of, of, ofObjectClass, ofResource, ofType, shortDump, toHumanReadableDescription, toHumanReadableDescription, toString
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, 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
-
getObjectClassName
@NotNull public @NotNull QName getObjectClassName()
- Overrides:
getObjectClassName
in classResourceOperationCoordinates
-
debugDump
public String debugDump(int indent)
-
-