Uses of Interface
com.sapportals.wcm.repository.IResource

Packages that use IResource
com.sapportals.wcm.repository   
com.sapportals.wcm.repository.manager Contains interfaces for repository managers. 
com.sapportals.wcm.repository.service Contains the repository service factory interface. 
 

Uses of IResource in com.sapportals.wcm.repository
 

Methods in com.sapportals.wcm.repository that return IResource
 IResource IResourceList.get(int index)
          Returns the resource at the specified position.
 IResource IResourceList.set(int index, IResource resource)
          Replaces the element at the specified position in this list with the specified resource.
 IResource IResourceList.remove(int index)
          Removes the resource at the specified position in this list.
 IResource IResource.copy(com.sapportals.wcm.util.uri.URI destinationURI, com.sapportals.wcm.repository.ICopyParameter param)
          Deprecated. As of EP 5.0 SP5, replaced by copy() with RID parameter.
 IResource IResource.copy(com.sapportals.wcm.util.uri.URI destinationURI, com.sapportals.wcm.repository.IPosition position, com.sapportals.wcm.repository.ICopyParameter param)
          Deprecated. As of EP 5.0 SP5, replaced by copy() with RID parameter.
 IResource IResource.move(com.sapportals.wcm.util.uri.URI destinationURI, com.sapportals.wcm.repository.ICopyParameter param)
          Deprecated. As of EP 5.0 SP5, replaced by move() with RID parameter.
 IResource IResource.move(com.sapportals.wcm.util.uri.URI destinationURI, com.sapportals.wcm.repository.IPosition position, com.sapportals.wcm.repository.ICopyParameter param)
          Deprecated. As of EP 5.0 SP5, replaced by move() with RID parameter.
 IResource IResource.copy(com.sapportals.wcm.util.uri.RID destinationRID, com.sapportals.wcm.repository.ICopyParameter param)
          Copy the resource.
 IResource IResource.copy(com.sapportals.wcm.util.uri.RID destinationRID, com.sapportals.wcm.repository.IPosition position, com.sapportals.wcm.repository.ICopyParameter param)
          Copy the resource to a destination collection that supports ordered children.
 IResource IResource.move(com.sapportals.wcm.util.uri.RID destinationRID, com.sapportals.wcm.repository.ICopyParameter param)
          Move the resource's content and properties
 IResource IResource.move(com.sapportals.wcm.util.uri.RID destinationRID, com.sapportals.wcm.repository.IPosition position, com.sapportals.wcm.repository.ICopyParameter param)
          Move the resource to a destination collection that supports ordered children.
 IResource IResource.getTargetResource()
          Returns the target resource of an internal link.
 IResource IResourceFactory.getResource(com.sapportals.wcm.util.uri.URI uri, IResourceContext context)
          Deprecated. As of EP 5.0 SP3, replaced by getResource() method with RID parameter.
 IResource IResourceFactory.getResource(com.sapportals.wcm.util.uri.URI uri, IResourceContext context, boolean createCollections)
          Deprecated. As of EP 5.0 SP3, replaced by getResource() method with RID parameter.
 IResource IResourceFactory.getResource(com.sapportals.wcm.util.uri.RID rid, IResourceContext context)
          Returns a resource object instance for the given resource identifier and context.
 IResource IResourceFactory.getResource(com.sapportals.wcm.util.uri.RID rid, IResourceContext context, boolean createCollections)
          Returns a resource object instance for the given RID and context.
 IResource IResourceFactory.getResource(com.sapportals.wcm.util.uri.RID rid, boolean resolveInternalLinks, IResourceContext context)
          Returns a resource object instance for the given RID and context.
 

Methods in com.sapportals.wcm.repository with parameters of type IResource
 boolean IResourceList.containsResource(IResource resource)
          Returns true if the specified resource is a member of the list.
 boolean IResourceList.add(IResource resource)
          Add the resource to the list.
 boolean IResourceList.remove(IResource resource)
          Removes the first occurence of the specified resource from the list.
 IResource IResourceList.set(int index, IResource resource)
          Replaces the element at the specified position in this list with the specified resource.
 void IResourceList.add(int index, IResource resource)
          Inserts the specified resource at the specified position in this list.
 int IResourceList.indexOf(IResource resource)
          Returns the index in this list of the first occurrence of the specified resource, or -1 if the List does not contain this resource.
 int IResourceList.lastIndexOf(IResource resource)
          Returns the index in this list of the last occurrence of the specified resource, or -1 if the List does not contain this resource.
 

Uses of IResource in com.sapportals.wcm.repository.manager
 

Methods in com.sapportals.wcm.repository.manager that return IResource
 IResource IResourceEvent.getResource()
          Get a reference to the IResource , that caused the event.
 

Methods in com.sapportals.wcm.repository.manager with parameters of type IResource
 com.sapportals.wcm.repository.manager.ISecurityManager IRepositoryManager.getSecurityManager(IResource resource)
          Get a reference to the security manager for the repository
 com.sapportals.wcm.repository.manager.IPropertySearchManager IRepositoryManager.getPropertySearchManager(IResource resource)
          Get a reference to the property search manager for the repository
 com.sapportals.wcm.repository.manager.ISupportedOptionSet IRepositoryManager.getSupportedOptions(IResource resource)
          Returns a set of supported operations.
 

Uses of IResource in com.sapportals.wcm.repository.service
 

Methods in com.sapportals.wcm.repository.service with parameters of type IResource
 java.util.Collection IRepositoryServiceFactory.getAllRepositoryServices(IResource resource)
          Get all services for a given resource.
 IRepositoryService IRepositoryServiceFactory.getRepositoryService(IResource resource, java.lang.String servicetype)
          Get a specific service for a given resource.
 boolean IRepositoryServiceFactory.isRepositoryServiceAvailable(IResource resource, java.lang.String servicetype)
          Checks if the service is avaible.