Uses of Class
org.silverpeas.resourcesmanager.web.ResourceEntity

Packages that use ResourceEntity
org.silverpeas.resourcesmanager.web   
 

Uses of ResourceEntity in org.silverpeas.resourcesmanager.web
 

Subclasses of ResourceEntity in org.silverpeas.resourcesmanager.web
 class ReservedResourceEntity
          Web entity abstraction which provides common event informations of the entity
 

Methods in org.silverpeas.resourcesmanager.web with type parameters of type ResourceEntity
<T extends ResourceEntity>
T
ResourceEntity.withCategoryURI(URI categoryURI)
           
<T extends ResourceEntity>
T
ReservedResourceEntity.withReservationURI(URI reservationURI)
           
<T extends ResourceEntity>
T
ResourceEntity.withURI(URI uri)
          Sets a URI to this entity.
 

Methods in org.silverpeas.resourcesmanager.web that return ResourceEntity
protected  ResourceEntity AbstractResourceManagerResource.asWebEntity(Resource resource)
          Converts the resource into its corresponding web entity.
static ResourceEntity ResourceEntity.createFrom(Resource resource)
          Creates a new resource entity from the specified resource.
 ResourceEntity ResourceManagerResource.getResource(long resourceId)
          Gets the JSON representation of a resource.
 



Copyright © 2016 Silverpeas. All Rights Reserved.