public class WrapperScene extends Object implements Scene
INDENT_STRING
Constructor and Description |
---|
WrapperScene(List<? extends Scene> partialScenes,
String displayNameKey,
Object... displayNameParameters) |
Modifier and Type | Method and Description |
---|---|
String |
debugDump()
Show the content of the object intended for diagnostics by system administrator.
|
String |
debugDump(int indent) |
boolean |
equals(Object o) |
ChangeType |
getChangeType() |
String |
getDisplayNameKey() |
Object[] |
getDisplayNameParameters() |
List<? extends SceneItem> |
getItems() |
Name |
getName() |
Scene |
getOwner() |
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.
|
int |
hashCode() |
boolean |
isEmpty() |
boolean |
isOperational() |
public String getDisplayNameKey()
public Object[] getDisplayNameParameters()
public ChangeType getChangeType()
getChangeType
in interface Scene
@NotNull public List<? extends Scene> getPartialScenes()
getPartialScenes
in interface Scene
public boolean isOperational()
isOperational
in interface Scene
public ItemPath getSourceRelPath()
Scene
getSourceRelPath
in interface Scene
public ItemPath getSourceAbsPath()
getSourceAbsPath
in interface Scene
public PrismContainerValue<?> getSourceValue()
Scene
getSourceValue
in interface Scene
public PrismContainerDefinition<?> getSourceDefinition()
getSourceDefinition
in interface Scene
public ObjectDelta<?> getSourceDelta()
Scene
getSourceDelta
in interface Scene
public String debugDump()
DebugDumpable
debugDump
in interface DebugDumpable
public String debugDump(int indent)
debugDump
in interface DebugDumpable
Copyright © 2016 evolveum. All rights reserved.