Package org.silverpeas.core
Interface ResourceIdentifier
-
- All Known Subinterfaces:
ComponentResourceIdentifier
,CompositeEntityIdentifier
,EntityIdentifier
,ExternalEntityIdentifier
- All Known Implementing Classes:
BasicIdentifier
,CommentId
,ContactPK
,ContributionIdentifier
,ContributionRatingPK
,ExternalAccountIdentifier
,ExternalIntegerIdentifier
,ExternalStringIdentifier
,Location
,NodePK
,PdcAxisValuePk
,ProfiledObjectId
,PublicationPK
,RaterRatingPK
,ReminderIdentifier
,ResourceReference
,SimpleDocumentPK
,ThumbnailReference
,UniqueIntegerIdentifier
,UniqueLongIdentifier
,UuidIdentifier
public interface ResourceIdentifier
Interface of all identifiers of resources managed by Silverpeas. An identifier of a resource qualifies uniquely a resource in Silverpeas whatever its type. This interface is the more generic representation of an identifier in Silverpeas from which all conceptual or technical identifiers should extend. It encapsulates the way the identifier is implemented.- Author:
- mmoquillon
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
asString()
Gets the value of this identifier as a String.
-
-
-
Method Detail
-
asString
String asString()
Gets the value of this identifier as a String.- Returns:
- the String representation of this identifier.
-
-