Package org.silverpeas.core
Interface Identifiable
-
- All Known Subinterfaces:
ResourceTranslation
,SilverContentInterface
,SilverpeasComponentInstance
,SilverpeasContent
,SilverpeasPersonalComponentInstance
,SilverpeasSharedComponentInstance
,SilverpeasToolContent
- All Known Implementing Classes:
AbstractSilverpeasContentManager.ContributionWrapper
,AxisHeaderI18N
,BeanTranslation
,Comment
,ComponentI18N
,ComponentInst
,ComponentInstLight
,GlobalSilverContentI18N
,HistorisedDocument
,HistorisedDocumentVersion
,NodeDetail
,NodeI18NDetail
,PersonalComponentInstance
,PublicationDetail
,PublicationI18N
,QuestionContainerDetail
,QuestionContainerHeader
,SearchResultTranslation
,SilverContent
,SilverContentI18N
,SimpleDocument
,SimpleDocumentVersion
,SpaceI18N
,SpaceInst
,SpaceInstLight
,ToolInstance
,TreeNodeI18N
public interface Identifiable
An object in Silverpeas that is identifiable by a unique identifier encoded as a String. For a better precision in the representation of the identifier, id est when such an identifier is a complex object, then prefer to use theSilverpeasResource
interface.- Author:
- mmoquillon
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getId()
Gets the unique identifier of the object in Silverpeas.
-
-
-
Method Detail
-
getId
String getId()
Gets the unique identifier of the object in Silverpeas. If he's also identified by a local identifier, then this method should return the one global to Silverpeas.- Returns:
- the identifier encoded as a String. If the identifier is a complex one, that is made up of several identification parts, then the returned representation should take care of such a structure.
-
-