Interface Scene
-
- All Superinterfaces:
DebugDumpable
,Serializable
- All Known Implementing Classes:
SceneImpl
public interface Scene extends Serializable, DebugDumpable
- Author:
- mederly
-
-
Field Summary
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ChangeType
getChangeType()
@NotNull List<? extends SceneItem>
getItems()
Name
getName()
Scene
getOwner()
@NotNull List<? extends Scene>
getPartialScenes()
ItemPath
getSourceAbsPath()
PrismContainerDefinition<?>
getSourceDefinition()
ObjectDelta<?>
getSourceDelta()
Source object delta where more details can be found.ItemPath
getSourceRelPath()
Scene root path, relative to the owning scene root path.PrismContainerValue<?>
getSourceValue()
Source container value where more details can be found.boolean
isEmpty()
boolean
isOperational()
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDump, debugDumpLazily, debugDumpLazily
-
-
-
-
Method Detail
-
getName
Name getName()
-
getChangeType
ChangeType getChangeType()
-
isOperational
boolean isOperational()
-
getOwner
Scene getOwner()
-
getSourceRelPath
ItemPath getSourceRelPath()
Scene root path, relative to the owning scene root path.
-
getSourceAbsPath
ItemPath getSourceAbsPath()
-
getSourceValue
PrismContainerValue<?> getSourceValue()
Source container value where more details can be found. (For scenes that display object or value add.)
-
getSourceDefinition
PrismContainerDefinition<?> getSourceDefinition()
-
getSourceDelta
ObjectDelta<?> getSourceDelta()
Source object delta where more details can be found. (For scenes that display an object delta.)
-
isEmpty
boolean isEmpty()
-
-