Interface ObjectInstance

All Superinterfaces:
ActionHome, EventTarget, InstanceActionHome, Serializable
All Known Subinterfaces:
DynamicObjectInstance, EmptyInstance

public interface ObjectInstance extends InstanceActionHome, EventTarget, Serializable
  • Method Details

    • getInstanceId

      UniqueId getInstanceId()
    • delete

      void delete()
    • isEmpty

      boolean isEmpty()
    • notEmpty

      default boolean notEmpty()
    • isActive

      boolean isActive()
    • getIdentifier

      Object getIdentifier()
    • getIdentifier

      Object getIdentifier(int index)
    • getTargetId

      default UniqueId getTargetId()
      Specified by:
      getTargetId in interface EventTarget