Package de.xima.fc.user
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
buildFullExternalRefString()
Returns the full reference string for the external user reference.String
getExternalRefId()
Returns the external reference ID.EExternalUserRefType
getType()
Returns the type of external user reference.
-
-
-
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
-
-