Package org.silverpeas.core.web.rs
Interface WebEntity
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
AbstractContentEntity
,AbstractEventEntity
,AbstractLookEntity
,AbstractPersonnalEntity
,AbstractPreviewEntity
,AbstractTypeEntity
,AttachmentEntity
,CalendarEntity
,CalendarEventAttendeeAnswerEntity
,CalendarEventAttendeeEntity
,CalendarEventAttributeEntity
,CalendarEventEntity
,CalendarEventOccurrenceDeleteEntity
,CalendarEventOccurrenceEntity
,CalendarEventOccurrenceUpdateEntity
,CategoryEntity
,ChatUserProfileEntity
,CommentEntity
,ComponentEntity
,DisplayUserContextEntity
,DocumentTemplateEntity
,DocumentViewEntity
,FormEntity
,InboxUserNotificationEntity
,InvitationEntity
,LanguageEntity
,LocationEntity
,LoggerConfigurationEntity
,MyLinkEntity
,NodeEntity
,PdcClassificationEntity
,PdcEntity
,PdcPositionEntity
,PersonalComponentEntity
,PersonalToolEntity
,PreviewEntity
,PublicationEntity
,RaterRatingEntity
,ReminderEntity
,ReplacementEntity
,SelectionBasketEntry
,SharingEntity
,SimpleDocumentEntity
,SpaceAppearanceEntity
,SpaceEntity
,StreamingProviderDataEntity
,StructureElementEntity
,TicketEntity
,UserGroupProfileEntity
,UserPreferencesEntity
,UserProfileEntity
,UserProfileExtendedEntity
,UsersAndGroupsRoleEntity
,VariableEntity
,VariableScheduledValueEntity
,VimeoDataEntity
,YoutubeDataEntity
,ZipEntity
public interface WebEntity extends Serializable
This interface defines a WEB representation of a Silverpeas business entity which is carried by HTTP protocol. In other words, it represents the state of a Silverpeas WEB resource at a given time.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description URI
getURI()
Gets the URI at which this web entity is published and can be accessed.
-
-
-
Method Detail
-
getURI
URI getURI()
Gets the URI at which this web entity is published and can be accessed.- Returns:
- the web entity URI.
-
-