Interface IExternalUserRef

  • All Superinterfaces:
    Serializable
    All Known Implementing Classes:
    ExternalUserRef

    public interface IExternalUserRef
    extends Serializable
    Interface for external user references.

    This interface is used to represent user references that are external to the system. Implementations should provide a method to get a full reference string.

    • Method Detail

      • buildFullExternalRefString

        String buildFullExternalRefString()
        Returns the full reference string for the external user reference.
        Returns:
        the full reference string
      • getExternalRefId

        String getExternalRefId()
        Returns the external reference ID.
        Returns:
        the external reference ID
      • getType

        EExternalUserRefType getType()
        Returns the type of external user reference.
        Returns:
        the type of external user reference