Package org.silverpeas.core
Interface ComponentResourceIdentifier
-
- All Superinterfaces:
ResourceIdentifier
- All Known Implementing Classes:
CommentId
,ContactPK
,ContributionIdentifier
,ContributionRatingPK
,Location
,NodePK
,PublicationPK
,RaterRatingPK
,ResourceReference
,SimpleDocumentPK
,ThumbnailReference
public interface ComponentResourceIdentifier extends ResourceIdentifier
Identifier of a resource managed by a component instance in Silverpeas (an application instance or a user personal component). A resource managed by a Silverpeas component instance is defined by a unique identifier local to that component and by the identifier of the component instance.- Author:
- mmoquillon
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description String
getComponentInstanceId()
String
getLocalId()
default ResourceReference
toReference()
-
Methods inherited from interface org.silverpeas.core.ResourceIdentifier
asString
-
-
-
-
Method Detail
-
getLocalId
String getLocalId()
-
getComponentInstanceId
String getComponentInstanceId()
-
toReference
default ResourceReference toReference()
-
-