Interface GlobalId

All Superinterfaces:
LocalId, Serializable
All Known Implementing Classes:
DiscussionThread, Forum, Message

public interface GlobalId extends LocalId
This bean is used to identify an object with Long Id both locally and remotely. The local identifier is immediately available through the LocalId interface, whereas the remote identifier is available through the RemoteId interface. The remote identifier may be null if the object can only be identified locally.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the RemoteId of this object's instance identifier, null if the object is only locally identified.
    void
    Sets this object's remote identifier.

    Methods inherited from interface com.appiancorp.suiteapi.common.LocalId

    getId, setId
  • Method Details

    • getRemoteId

      RemoteId getRemoteId()
      Returns the RemoteId of this object's instance identifier, null if the object is only locally identified.
      Returns:
      Object's remote Id.
      See Also:
    • setRemoteId

      void setRemoteId(RemoteId id_)
      Sets this object's remote identifier.
      Parameters:
      id_ - remove Id to set
      See Also: