Interface Scene

    • Method Detail

      • getName

        Name getName()
      • getPartialScenes

        @NotNull
        @NotNull List<? extends Scene> getPartialScenes()
      • getItems

        @NotNull
        @NotNull List<? extends SceneItem> getItems()
      • 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.)
      • getSourceDelta

        ObjectDelta<?> getSourceDelta()
        Source object delta where more details can be found. (For scenes that display an object delta.)
      • isEmpty

        boolean isEmpty()