Interface IExternalUserRef
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
ExternalUserRef
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 Summary
Modifier and TypeMethodDescriptionReturns the full reference string for the external user reference.Returns the external reference ID.getType()Returns the type of external user reference.
-
Method Details
-
buildFullExternalRefString
String buildFullExternalRefString()Returns the full reference string for the external user reference.- Returns:
- the full reference string
-
getExternalRefId
-
getType
EExternalUserRefType getType()Returns the type of external user reference.- Returns:
- the type of external user reference
-