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

Packages that use IResource
com.sap.netweaver.bc.rf.mi Contains repository framework manager interface.  
com.sapportals.wcm.rendering.base Contains interfaces for flexible rendering of explorer controls.  
com.sapportals.wcm.rendering.collection Contains interfaces for flexible rendering of collections or lists of resources.  
com.sapportals.wcm.rendering.detailsoverview Provides interfaces for plug-ins that render overviews on the details page.  
com.sapportals.wcm.rendering.detailsproperties Provides interfaces for rendering properties of items on the details page.  
com.sapportals.wcm.rendering.layout Represents a container for defining the layout of explorer controls.  
com.sapportals.wcm.rendering.property   
com.sapportals.wcm.rendering.readymades Contains final classes to render links and properties for resources.  
com.sapportals.wcm.rendering.resource Contains interfaces for rendering a resource on the user interface.  
com.sapportals.wcm.rendering.uicommand Contains interfaces to render and execute commands for one or more resources.  
com.sapportals.wcm.repository Contains the repository framework interfaces and classes.  
com.sapportals.wcm.repository.filter Contains interfaces and classes to define repository filters.  
com.sapportals.wcm.repository.manager Contains interfaces for repository managers.  
com.sapportals.wcm.repository.manager.entrypoints API for implementing entry point providers Package Specification Purpose The entrypoints package contains interfaces and abstract classes, which are offering all neccessary methods to act as an entry points provider.  
com.sapportals.wcm.repository.manager.entrypoints.recent   
com.sapportals.wcm.repository.manager.thumbnail   
com.sapportals.wcm.repository.search Contains interfaces for search sub-managers.  
com.sapportals.wcm.repository.security Contains interfaces for ACL security managers.  
com.sapportals.wcm.repository.service Contains the repository service factory interface.  
com.sapportals.wcm.repository.service.accessstatistic Provides a service that keeps track of the time and date of content access.  
com.sapportals.wcm.repository.service.appproperties

Contains classes and interfaces to persist information related to resources on the database.  

com.sapportals.wcm.repository.service.comment Provides a service for handling comments related to resources.  
com.sapportals.wcm.repository.service.discussion The Discussion Thread Repository Service is responsible for creating, deleting and keeping track of discussions.  
com.sapportals.wcm.repository.service.discussion.wcm   
com.sapportals.wcm.repository.service.feedback

Provides a service for managing feedback on resources.  

com.sapportals.wcm.repository.service.layout.customizing   
com.sapportals.wcm.repository.service.personalnote

Provides a service that manages personal notes for resources.  

com.sapportals.wcm.repository.service.rating

Provides a service for evaluating resources.  

com.sapportals.wcm.repository.service.serviceacl Provides a service to manage ACLs of services for resources.  
com.sapportals.wcm.repository.service.statemanagement Provides a service that keeps track of the status of resources.  
com.sapportals.wcm.repository.service.statemanagement.cm   
com.sapportals.wcm.repository.service.subscription Provides a service that creates and manages subscriptions for resources.  
com.sapportals.wcm.repository.service.timebasedpublish Provides a service that controls when resources in a repository are visible or hidden.  
com.sapportals.wcm.repository.service.timebasedpublish.wcm   
com.sapportals.wcm.repository.so Contains interfaces for semantic objects.  
com.sapportals.wcm.repository.util Provides a service to support the handling of resource types.  
com.sapportals.wcm.rfadapter   
com.sapportals.wcm.service.actioninbox Provides a service that handles notifications by saving them as action items.  
com.sapportals.wcm.service.checkout Provides a service to keep track of the checkout status of resources.  
com.sapportals.wcm.service.crawler Provides a service that crawls repositories to obtain references to resources.  
com.sapportals.wcm.service.indexmanagement Provides a service for managing indexes.  
com.sapportals.wcm.service.indexmanagement.retrieval.classification Provides functions for taxonomies and classification.  
com.sapportals.wcm.service.indexmanagement.retrieval.search Provides functions for searching and textmining.  
com.sapportals.wcm.service.mimehandler Provides a service for managing information related to mime types.  
com.sapportals.wcm.service.notificator Provides a service for sending notifications.  
com.sapportals.wcm.service.objecttypehandler Provides a service to add arbitrary commands for resources.  
com.sapportals.wcm.service.pipeline.producer Contains interfaces to prepare content for a transformation to a different layout or format.  
com.sapportals.wcm.service.propertyconfig Provides a service for the administration of metadata for resource properties.  
com.sapportals.wcm.service.relation Provides a service to persist relationships between relation operands.  
com.sapportals.wcm.service.relation.operands Defines objects for which relationships can be specified.  
com.sapportals.wcm.service.reporting   
com.sapportals.wcm.service.reporting.walker   
com.sapportals.wcm.service.template   
com.sapportals.wcm.service.urlgenerator Provides a service that returns URLs to access resources in the CM system.  
com.sapportals.wcm.service.xcrawler Provides a service that crawls repositories to obtain references to resources.  
com.sapportals.wcm.service.xmlforms Provides interfaces for the creation of forms and XML documents.  
 

Uses of IResource in com.sap.netweaver.bc.rf.mi
 

Methods in com.sap.netweaver.bc.rf.mi with parameters of type IResource
 IEventList AbstractManager.getEvents(IResource resource)
           
 IResourceEvent AbstractManager.sendEvent(IResource resource, int type, String correlationId, Object param)
          The Repository Framework will call this method to send the standard resource events
 

Uses of IResource in com.sapportals.wcm.rendering.base
 

Methods in com.sapportals.wcm.rendering.base that return IResource
 IResource IRendererStatus.getResource(int index)
           
 IResource IProxy.getResource()
          returns the present resource of the proxy or null.
 IResource AbstractProxyControl.getResource()
          returns the present resource of the control or null.
 

Methods in com.sapportals.wcm.rendering.base with parameters of type IResource
 void ResourcePropertyAmalgamation.add(IResource resource, IProperty prop, ResourcePropertyAmalgamation.Mode mode)
          adds the given IProperty to the map of available properties for the given IResource.
 void ResourcePropertyAmalgamation.add(IResource resource, IPropertyMap map, ResourcePropertyAmalgamation.Mode mode)
          adds the given IPropertyMap to the map of available properties for the given IResource.
 IPropertyMap ResourcePropertyAmalgamation.getProperties(IResource resource)
          returns all properties available from the framework.
 IProperty ResourcePropertyAmalgamation.getProperty(IResource resource, IPropertyName name)
          returns the property defined for the given resource that is accessed through the given name.
 IPropertyMap ResourcePropertyAmalgamation.getProperties(IResource resource, IPropertyNameList list)
          returns the properties defined for the given resource which are accessed through the given list.
 void ResourcePropertyAmalgamation.remove(IResource resource)
          removes the resource and all its properties retrieved from the internal data structures from this class.
 IPropertyNameList ResourcePropertyAmalgamation.declareUnavailable(IResource resource, IPropertyNameList list)
          marks the given property names as unavailable from the framework so that no calls to the framework will be made to retrieve them.
 boolean ResourcePropertyAmalgamation.declareUnavailable(IResource resource, IPropertyName name)
          marks the given property name as unavailable from the framework so that no calls to the framework will be made to retrieve it.
 void ResourcePropertyAmalgamation.UnavailableEntries.add(IResource res, IPropertyName name)
          adds the name to the list of unavailabe entries for the given resource.
 void ResourcePropertyAmalgamation.UnavailableEntries.add(IResource res, IPropertyNameList list)
          adds the names to the list of unavailabe entries for the given resource.
 void ResourcePropertyAmalgamation.UnavailableEntries.remove(IResource res)
          removes the map entry for this resource.
 void ResourcePropertyAmalgamation.UnavailableEntries.remove(IResource res, IPropertyMap map)
          removes all property names that are included in the given map from the list of unavailable entries for the given resource.
 void ResourcePropertyAmalgamation.UnavailableEntries.remove(IResource res, IProperty property)
          removes the property name of the given property from the list of unavailable entries for the given resource.
 boolean ResourcePropertyAmalgamation.UnavailableEntries.contains(IResource res, IPropertyName name)
          checks, if the given property name has been marked as unavailable for the given resource
 IRidList NavigationMemorizer.getRecent(IResource resource)
           
 void IUIBaseCommand.setResource(IResource resource)
           
 FieldSet IRendererStatus.getFieldSet(IResource res)
           
protected  ILayoutObject AbstractFactory.getLayoutObject(IProxy proxy, IResource outerResource, IResource resource, Hashtable table, IFlavor flavor, boolean requires508)
          This method is used by the classes that extend the AbstractFactory.
 

Uses of IResource in com.sapportals.wcm.rendering.collection
 

Methods in com.sapportals.wcm.rendering.collection that return IResource
 IResource AbstractRendererStatus.getResource(int index)
           
 

Methods in com.sapportals.wcm.rendering.collection with parameters of type IResource
 Component SelectionHandler.renderItemSelectionMode(IResource res)
           
 Component SelectionHandler.renderCheckbox(IResource res, String selectionmode)
           
 Component LightCollectionRenderer.renderItemSelectionMode(IResource res)
           
protected  IResourceRenderer LightCollectionRenderer.getRenderer(IResource res)
           
 void IComponent.setResource(IResource resource)
           
 IComponent ComponentFactory.getComponent(IProxy proxy, IResource res, IFlavor impFlavor, String alias)
           
 IComponent ComponentFactory.getComponent(String alias, IProxy proxy, ICollectionRenderer renderer, IResource res, IFlavor flavor)
           
static Component CollectionRendererUtil.renderDecorations(ICollectionRenderer collRenderer, IProxy proxy, Component comp, Map componentValueMap, IResource resource)
           
 FieldSet AbstractRendererStatus.getFieldSet(IResource res)
           
 void AbstractComponent.setResource(IResource resource)
           
 Checkbox AbstractCollectionRenderer.renderCheckbox(IResource res)
          Description of the Method
 Checkbox AbstractCollectionRenderer.renderCheckbox(IResource res, String selectionmode)
          Description of the Method
 Component AbstractCollectionRenderer.renderItemSelectionMode(IResource res)
          Description of the Method
 Component AbstractCollectionRenderer.renderAction(IResource res, IParameterName parameterName)
          Description of the Method
protected  IResourceRenderer AbstractCollectionRenderer.getRenderer(IResource res)
           
 Component AbstractCollectionRenderer.renderPropertyColumn(IResource resource, IPropertyColumn propertyColumn, boolean useSecondaryStyle)
          Description of the Method
 Component AbstractCollectionRenderer.renderPropertyColumn(IResourceRenderer renderer, IResource resource, IPropertyColumn propertyColumn, boolean useSecondaryStyle)
          Description of the Method
 

Constructors in com.sapportals.wcm.rendering.collection with parameters of type IResource
CollectionRendererDecorator(Component comp, ICollectionRenderer renderer, IProxy proxy, ComponentValueMap valueMap, IResource res)
          constructor to use when using this class within the rendering process.
 

Uses of IResource in com.sapportals.wcm.rendering.detailsoverview
 

Methods in com.sapportals.wcm.rendering.detailsoverview with parameters of type IResource
 List ResourceDetailsOverviewFactory.getDetailsOveviewList(IResource resource)
          Gets the detailsPropertiesList attribute of the ResourcePropertiesFactory object
 List ResourceDetailsOverviewFactory.getDetailsOveviewList(IResource resource, List aliasList)
          Gets the detailsPropertiesList attribute of the ResourcePropertiesFactory object
 boolean IResourceDetailsOverview.canBeRendered(IResource resource)
          Description of the Method
 Component IResourceDetailsOverview.renderOverviewContent(IResource resource, IProxy proxy)
          Description of the Method
protected  Component AbstractResourceDetailsOverview.renderContentLink(IResource resource, Component comp)
           
 

Uses of IResource in com.sapportals.wcm.rendering.detailsproperties
 

Methods in com.sapportals.wcm.rendering.detailsproperties with parameters of type IResource
 List ResourcePropertiesFactory.getDetailsPropertiesList(IResource resource)
          Gets the detailsPropertiesList attribute of the ResourcePropertiesFactory object
 List ResourcePropertiesFactory.getDetailsPropertiesList(IResource resource, List aliasList)
          Gets the detailsPropertiesList attribute of the ResourcePropertiesFactory object
 boolean IResourceDetailsProperty.isPropertyAvailable(IResource resource)
          Gets the propertyAvailable attribute of the IResorceDetailsProperty object
 Component IResourceDetailsProperty.renderDetailsProperty(IResource resource)
          Renders the details property component
 List DetailsPage.getDetailsPropertiesList(IResource resource)
          Gets the detailsPropertiesList attribute of the ResourcePropertiesFactory object
 List DetailsPage.getDetailsOverviewList(IResource resource)
           
protected  Component AbstractResourceDetailsProperties.renderShortDateProperty(IProperty property, IResource res)
           
 Component AbstractResourceDetailsProperties.renderDetailsProperty(IResource resource)
          currently not implemented.
 

Uses of IResource in com.sapportals.wcm.rendering.layout
 

Methods in com.sapportals.wcm.rendering.layout with parameters of type IResource
 ILayoutController LayoutControllerFactory.getLayoutController(IProxy proxy, IResource resource)
          Returns a new instance of a ILayoutController If no configuration for the set of parameters can be retrieved or the mapping entry is faulty, the default LayoutController of the factory is returned.
 

Uses of IResource in com.sapportals.wcm.rendering.property
 

Methods in com.sapportals.wcm.rendering.property with parameters of type IResource
static Component ResourceLinkUtil.renderResourceLink(IResource resource, Component comp, IProxy proxy, IParameters params)
           
static String ResourceLinkUtil.getResourceLinkUrl(IResource resource, IProxy proxy, IParameters params)
           
static String ResourceLinkUtil.getContentLinkUrl(IResource resource, IProxy proxy, IParameters params)
           
static Component PropertyRendererUtil.renderProperty(IProperty property, IMetaName metaName, IResource resource, IProxy ctrl, IParameters parameters)
          This Class allows standard (and special rendering of properties
Rendering Classes .
static Component MetaPropertyRendererUtil.render(IMetaName metaName, IResource resource, IParameters params, IProxy proxy, boolean contentLink, ResourceStateType state)
           
 Component IModelledPropertyRenderer.renderProperty(IProperty property, IMetaName metaName, IResource resource, IProxy proxy, IParameters parameters)
          Renders a Component for a given IMetaName, IResource, IProxy and IParameters configured for the resource renderer
 

Uses of IResource in com.sapportals.wcm.rendering.readymades
 

Methods in com.sapportals.wcm.rendering.readymades with parameters of type IResource
static Component ColumnRenderer.renderPropertyColumn(IResource resource, IPropertyColumn propertyColumn, boolean useSecondaryStyle, IProxy proxy, IParameters parameters)
           
static Component ColumnRenderer.renderMetaProperty(IMetaName metaName, boolean hasContentLink, boolean useSecondaryStyle, IParameters parameters, IProxy proxy, IResource resource)
           
 

Constructors in com.sapportals.wcm.rendering.readymades with parameters of type IResource
UICommandComponent(IResource res, IProxy proxy, IParameterName parameterName, IParameters parameters)
          simple constructor to be used by parameterized components of the FlexUI, such as an ICollectionRenderer or an IResourceRenderer.
UICommandComponent(IResource res, IProxy proxy, String groupID, String menuType)
          constructor to be used if no parameterization is available or is not used on purpose.
ResourceLink(IResource resource, Component comp, IProxy proxy, IParameters parameters)
           
ResourceImage(IResource resource, IParameters params, IProxy proxy, com.sapportals.wcm.rendering.readymades.ResourceImage.Mode mode)
           
ResourceDetailsLink(IResource resource, Component comp)
           
PropertyComponent(IResource resource, IProxy proxy, IProperty property, int linktype, IParameters parameters)
           
MetaPropertyComponent(IResource resource, IProxy proxy, IMetaName metaName, boolean hasContentLink, IParameters parameters, ResourceStateType state)
          this constructor must be used when creating the component for rendering.
MenuBarComponent(IProxy proxy, IResource resource, String group)
           
CommandRenderer(IProxy proxy, IResource resource, String commandAlias, String commandStyle, boolean expanded, String imagePath)
           
 

Uses of IResource in com.sapportals.wcm.rendering.resource
 

Methods in com.sapportals.wcm.rendering.resource that return IResource
protected  IResource AbstractResourceRenderer.getResource()
           
 

Methods in com.sapportals.wcm.rendering.resource with parameters of type IResource
 IResourceRenderer ResourceRendererFactory.getResourceRenderer(IProxy proxy, IResource outerResource, IResource resource, IFlavor flavor)
          returns a new instance of an IResourceRenderer.
 IResourceRenderer ResourceRendererFactory.getResourceRenderer(IProxy proxy, ITypedResourceList list, IResource resource, IFlavor flavor)
          returns a new instance of an IResourceRenderer.
 Component ResourceNavigationRenderer.renderContentLink(IResource resource, Component comp)
          creates a link to show the content of the given resource.
 Component ResourceNavigationRenderer.renderContentLink(IResource resource)
          creates a link to show the content of the given resource.
protected  boolean ResourceNavigationRenderer.isPreviewEnabled(IResource resource)
          checks, if the current ui implements functionality to preview a resource.
 void IResourceRenderer.setResource(IResource resource)
          the resource to work with.
 void AbstractResourceRenderer.setResource(IResource resource)
          Sets the resource attribute of the AbstractResourceRenderer object
protected  Component AbstractResourceRenderer.renderContentLink(IResource resource, Component comp)
          creates a link to show the content of the given resource.
protected  Component AbstractResourceRenderer.renderDetailsLink(IResource resource, Component comp)
           
 

Constructors in com.sapportals.wcm.rendering.resource with parameters of type IResource
AbstractResourceRenderer(IProxy proxy, IResource res)
          Constructor for the AbstractResourceRenderer object
 

Uses of IResource in com.sapportals.wcm.rendering.uicommand
 

Fields in com.sapportals.wcm.rendering.uicommand declared as IResource
 IResource AbstractUIMassCommand.resource
          Deprecated. Description of the Field
protected  IResource AbstractUIGroupCommand.resource
           
protected  IResource AbstractUICommand.resource
          The resource for which the command operates its task
protected  IResource AbstractCommand.resource
          Description of the Field
 

Methods in com.sapportals.wcm.rendering.uicommand that return IResource
 IResource IUICommand.getResource()
          returns the resource the command works with.
 IResource ICommand.getResource()
          returns the resource the command works with.
 IResource AbstractUICommand.getResource()
          Returns the resource the command operates on
protected  IResource AbstractUICommand.createResource(String uri)
          Creates a IResource for a given uri
protected  IResource AbstractUICommand.resolveLink()
          Returns either the current resource, or the target of the current resource, if the current resource is an internal link
protected  IResource AbstractMassCommand.getResource()
           
 IResource AbstractCommand.getResource()
          returns the resource the command operates on
protected  IResource AbstractCommand.createResource(String uri)
          creates an IResource from the given parameters and returns it.
protected  IResource AbstractCommand.resolveLink()
          returns either the current resource, or the target of the current resource, if the current resource is an internal link
 

Methods in com.sapportals.wcm.rendering.uicommand with parameters of type IResource
 Component UIVerticalLinkMenu.renderMenu(IUIGroupCommand groupCommand, IResource resource, AbstractProxyControl proxy)
          Creates a link menu component according with the input parameters
 Component UIToolbarButtonMenu.renderMenu(IUIGroupCommand groupCommand, IResource resource, AbstractProxyControl proxy)
          Creates a small button menu component according with the input parameters
 Component UITabMenu.renderMenu(IUIGroupCommand groupCommand, IResource resource, AbstractProxyControl proxy)
          Creates a link menu component according with the input parameters
 Component UISmallButtonMenu.renderMenu(IUIGroupCommand groupCommand, IResource resource, AbstractProxyControl proxy)
          Creates a small button menu component according with the input parameters
 Component UIMenuFactory.getRenderMenu(IResource resource, String menuType, IParameterName group, IFlavor flavor, IProxy proxy)
          Renders a menu component ( menu bar, hover menu, button menu or link menu) according with the input data
 Component UIMenuFactory.renderMenuForGroup(IResource resource, String menuType, IUIGroupCommand groupCommand, IProxy proxy)
          Renders a menu component ( menu bar, hover menu, button menu or link menu) according with the input data
 Component UIMenuFactory.getRenderMenu(IResource resource, String menuType, IParameterName group, String groupID, IFlavor flavor, IProxy proxy)
          Renders a menu component ( menu bar, hover menu, button menu or link menu) according with the input data
 Component UIMenuFactory.getRenderMenu(IResource resource, String menuType, IParameterName group, String groupID, IFlavor flavor)
          Renders a menu component ( menu bar, hover menu, button menu or link menu) for a command group which have only command which generate external links and no proxy is needed
 void UIMenuCommand.setResource(IResource resource)
           
 Component UIMenuBar.renderMenu(IUIGroupCommand groupCommand, IResource resource, AbstractProxyControl proxy)
          creates a menu bar component according with the input parameters
 Component UILinkMenu.renderMenu(IUIGroupCommand groupCommand, IResource resource, AbstractProxyControl proxy)
          Creates a link menu component according with the input parameters
 Component UIIconMenu.renderMenu(IUIGroupCommand groupCommand, IResource resource, AbstractProxyControl proxy)
          Creates a link menu component according with the input parameters
 Component UIHoverMenu.renderMenu(IUIGroupCommand groupCommand, IResource resource, AbstractProxyControl proxy)
          Creates a hover menu component according with the input parameters
 UIBaseCommandList UIGroupCommand.getResourceCommands(IResource resource, AbstractProxyControl proxy)
          Gets the resourceCommands attribute of the IUIGroupCommand object
 UIBaseCommandList UIGroupCommand.getListWithReplaceCommands(IResource resource, AbstractProxyControl proxy)
          Gets the resourceCommands attribute of the IUIGroupCommand object
 Component UICommandRenderer.renderMassAction(IResource res, IParameterName parameterName)
          renders the IUIGroupCommand defined for the given resource.
 Component UICommandRenderer.renderCollectionAction(IResource res, IParameterName parameterName)
          renders the IUIGroupCommand defined for the given resource.
 Component UICommandRenderer.renderAction(IResource res, IParameterName parameterName)
          renders the IUIGroupCommand defined for the given resource.
 Component UICommandRenderer.renderAsLink(IResource res, IParameterName parameterName)
          renders the IUIGroupCommand defined for the given resource as a list of links.
 Component UICommandRenderer.renderAsIcon(IResource res, IParameterName parameterName)
          renders the IUIGroupCommand defined for the given resource as a hover menu, opening from an icon.
 Component UICommandRenderer.renderCommandContentLink(IResource resource, String commandAlias, Component comp)
          Renders the command contentLink modifier for a given command alias and a given comp If commandAlias is null or the resource is null then it returns the given Component
static Component UICommandRenderer.getCommandIconComponent(IUIBaseCommand command, IResource resource)
           
 IExecCommand UICommandFactory.getSingleCommandByAlias(String commandalias, IResource res)
           
 IUIGroupCommand UICommandFactory.getGroupCommand(IResource resource, IParameterName group, IFlavor flavor, Hashtable table)
          returns the configured group command for the given resource.
 Component UIButtonMenu.renderMenu(IUIGroupCommand groupCommand, IResource resource, AbstractProxyControl proxy)
          Creates a button menu component according with the input parameters
 Component IUIMenu.renderMenu(IUIGroupCommand groupCommand, IResource resource, AbstractProxyControl newProxy)
          Creates a menu component according with the input parameters
 UIBaseCommandList IUIGroupCommand.getResourceCommands(IResource resource, AbstractProxyControl proxy)
          Gets the IUIBaseCommands list for the givven resource
 UIBaseCommandList IUIGroupCommand.getListWithReplaceCommands(IResource resource, AbstractProxyControl proxy)
          Parses the commans list and
 IRenderingEvent ISimpleExecution.execute(IResource res, Event event)
           
 boolean ISelector.isValidTargetResource(IResource resource)
          checks if the command that implements this interface can operate with its resource on the resource that is given as a parameter.
 HoverMenu AbstractUIMenu.renderHoverMenu(IUIGroupCommand group, IResource resource, AbstractProxyControl proxy)
          Render a hover menu for a IUIGroupCommand given
protected  boolean AbstractUIMenu.renderGroup(IUIGroupCommand group, HoverMenu hoverMenu, IResource resource, AbstractProxyControl proxy, boolean showSeparator, boolean groupExpanded, boolean groupIncluded)
          Creates a hover menu component according with the input parameters
protected  Component AbstractUIMenu.getCommandLink(IResource resource, IExecCommand command, AbstractProxyControl proxy, boolean renderDots)
           
 void AbstractUIMassCommand.setResource(IResource resource)
          Deprecated.  
 UIBaseCommandList AbstractUIGroupCommand.getListWithReplaceCommands(IResource resource, AbstractProxyControl proxy)
           
 UIBaseCommandList AbstractUIGroupCommand.getResourceCommands(IResource resource, AbstractProxyControl proxy)
           
 void AbstractUIGroupCommand.setResource(IResource resource)
           
 void AbstractUICommand.setResource(IResource resource)
          Sets the resource the command shall operate on
protected  boolean AbstractUICommand.othAvailable(IResource res, IActionType actiontype)
          Checks if there are oth entries for a given IResource and a given IActionType
protected  String AbstractUICommand.getOTHDefinedURL(IResource res, IActionType actiontype)
          Returns the oth entry for a given IResource and a given IActionType
 void AbstractMassCommand.setResource(IResource resource)
           
 void AbstractCommand.setResource(IResource resource)
          sets the resource the command shall operate on
protected  boolean AbstractCommand.othAvailable(IResource res, IActionType actiontype)
           
protected  String AbstractCommand.getOTHDefinedURL(IResource res, IActionType actiontype)
           
 

Uses of IResource in com.sapportals.wcm.repository
 

Subinterfaces of IResource in com.sapportals.wcm.repository
 interface ICollection
          A collection is a resource (IResource) that contains other resources and collections following the composite pattern.
 

Methods in com.sapportals.wcm.repository that return IResource
 IResource TypedResourceList.remove(int index)
           
 IResource ResourceListIterator.next()
           
 IResource ResourceListIterator.previous()
           
 IResource ResourceList.get(int index)
           
 IResource ResourceList.set(int index, IResource resource)
           
 IResource ResourceList.remove(int index)
           
 IResource IVersionResource.getVersionHistoryResource()
           
 IResource IVersionHistoryResource.getRootVersionResource()
           
 IResource IVersionHistoryResource.getVersionResourceByLabel(String label)
           
 IResource IVersionHistory.getRevision(String revisionID)
          Get a versioned resource by revision identifier.
 IResource IVersionControlledResource.getCheckedInResource()
           
 IResource IVersionControlledResource.getCheckedOutResource()
           
 IResource IVersionControlledResource.getVersionHistoryResource()
           
 IResource IResourceListIterator.next()
           
 IResource IResourceListIterator.previous()
           
 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 IResourceFactory.getResource(URI uri, IResourceContext context)
          Deprecated. As of EP 5.0 SP3, replaced by getResource() method with RID parameter.
 IResource IResourceFactory.getResource(URI uri, IResourceContext context, boolean createCollections)
          Deprecated. As of EP 5.0 SP3, replaced by getResource() method with RID parameter.
 IResource IResourceFactory.getResource(RID rid, IResourceContext context)
          Returns a resource object instance for the given resource identifier and context.
 IResource IResourceFactory.getResource(RID rid, IResourceContext context, boolean createCollections)
          Returns a resource object instance for the given RID and context.
 IResource IResourceFactory.getResource(RID rid, boolean resolveInternalLinks, IResourceContext context)
          Returns a resource object instance for the given RID and context.
 IResource IResource.copy(URI destinationURI, ICopyParameter param)
          Deprecated. As of EP 5.0 SP5, replaced by copy() with RID parameter.
 IResource IResource.copy(URI destinationURI, IPosition position, ICopyParameter param)
          Deprecated. As of EP 5.0 SP5, replaced by copy() with RID parameter.
 IResource IResource.move(URI destinationURI, ICopyParameter param)
          Deprecated. As of EP 5.0 SP5, replaced by move() with RID parameter.
 IResource IResource.move(URI destinationURI, IPosition position, ICopyParameter param)
          Deprecated. As of EP 5.0 SP5, replaced by move() with RID parameter.
 IResource IResource.copy(RID destinationRID, ICopyParameter param)
          Copy the resource.
 IResource IResource.copy(RID destinationRID, IPosition position, ICopyParameter param)
          Copy the resource to a destination collection that supports ordered children.
 IResource IResource.move(RID destinationRID, ICopyParameter param)
          Move the resource's content and properties
 IResource IResource.move(RID destinationRID, IPosition position, 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 IInternalLinkResource.getTargetResource()
          Gets the link target.
 IResource IExtendedCollection.createExternalLink(String name, IUri absoluteTargetUri, boolean isPermanent, IPosition position, IPropertyMap properties, boolean ignorePropertyFailures)
          Creates an external link, compatible to LinkType.EXTERNAL
 IResource IExtendedCollection.createInternalDynamicLink(String name, RID targetRid, IPosition position, IPropertyMap properties, boolean ignorePropertyFailures)
          Creates an internal link that automatically follows the target resource and disappears when the link target disappears.
 IResource IExtendedCollection.createInternalStaticLink(String name, RID targetRid, boolean isPermanent, IPosition position, IPropertyMap properties, boolean ignorePropertyFailures)
          Creates an internal link, compatible to LinkType.INTERNAL
 IResource IExtendedCollection.createVersionControlledResource(RID baseRevisionRid, String name, IPosition position)
          If called on a workspace controlled collection, a new version controlled resource based on the given revision is created
 IResource ICollection.createResource(String name, IPropertyMap properties, IContent content)
          Creates a new resource in a collection.
 IResource ICollection.createResource(String name, IPosition position, IPropertyMap properties, IContent content)
          Creates a new resource in a collection that supports ordering.
 IResource ICollection.createResource(String name, IPropertyMap properties, IContent content, boolean ignorePropertyFailures)
          Creates a new resource in a collection.
 IResource ICollection.createResource(String name, IPosition position, IPropertyMap properties, IContent content, boolean ignorePropertyFailures)
          Creates a new resource in a collection that supports ordering.
 IResource ICollection.createLink(String name, URL targetURL, LinkType linkType, IPropertyMap properties)
          Creates a new link in a collection.
 IResource ICollection.createLink(String name, URL targetURL, LinkType linkType, IPosition position, IPropertyMap properties)
          Creates a new link in a collection that supports ordering.
 IResource ICollection.createLink(String name, URL targetURL, LinkType linkType, IPropertyMap properties, boolean ignorePropertyFailures)
          Creates a new link in a collection.
 IResource ICollection.createLink(String name, URL targetURL, LinkType linkType, IPosition position, IPropertyMap properties, boolean ignorePropertyFailures)
          Creates a new link in a collection that supports ordering.
 

Methods in com.sapportals.wcm.repository with parameters of type IResource
 boolean TypedResourceList.remove(IResource resource)
           
 Map TypedResourceList.getPropertyBag(IResource res)
           
 void TypedResourceList.setPropertyBag(IResource res, Map propertyBag)
           
 void ResourceListIterator.set(IResource resource)
           
 void ResourceListIterator.add(IResource resource)
           
 boolean ResourceList.containsResource(IResource resource)
           
 boolean ResourceList.add(IResource resource)
           
 boolean ResourceList.remove(IResource resource)
           
 IResource ResourceList.set(int index, IResource resource)
           
 void ResourceList.add(int index, IResource resource)
           
 int ResourceList.indexOf(IResource resource)
           
 int ResourceList.lastIndexOf(IResource resource)
           
static boolean RepositoryRootCheck.isRepositoryRoot(IResource res)
          this method checks by RID-comparison.
 IRidSet IVersionControlledResource.updateFromVersion(IResource version)
          update content and dead properties from a specific version.
 Map ITypedResourceList.getPropertyBag(IResource resource)
           
 void ITypedResourceList.setPropertyBag(IResource resource, Map propertyBag)
          Set a property bag for a resource contained in the list.
 void IResourceListIterator.set(IResource resource)
           
 void IResourceListIterator.add(IResource resource)
           
 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.
 boolean IBindController.createBind(String memberName, IPosition position, IResource targetResource, boolean overwrite)
          Adds a new member name to the collection referencing the identified resource.
 

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

Methods in com.sapportals.wcm.repository.filter that return IResource
 IResource IPropertyFilter.getResource()
          Returns the resource that will be filtered.
 IResource IContentFilter2.getResource()
          Returns the resource that will be filtered.
 IResource IContentFilter.getResource()
          Returns the resource that will be filtered.
 IResource AbstractPropertyFilter.getResource()
           
 

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

Fields in com.sapportals.wcm.repository.manager declared as IResource
protected  IResource ResourceEvent.resource
          This events associated resource.
 

Methods in com.sapportals.wcm.repository.manager that return IResource
 IResource ResourceEvent.getResource()
           
 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
static boolean ResourceEventUtils.isVisible(IResource resource, IResourceContext context)
           
static boolean ResourceEventUtils.isVisibleWithLaterVersion(IResource resource, IResourceContext context)
           
 IEventList OverallResourceEventBroker.getEvents(IResource resource)
          Returns a list of event templates for all possible events this broker can send for the given resource (determined by querying all registered senders).
 IPermissionList ISecurityManager.getSupportedPermissions(IResource resource)
          Returns a a list of permissions which are supported by the security manager for a specific resource (the result depends on wether the resource is a collection or not)
 boolean ISecurityManager.isAllowed(IResource resource, com.sapportals.portal.security.usermanagement.IUser user, IPermission permission)
          Checks, whether a user has a specific permission on a specific resource
 boolean ISecurityManager.isAllowed(IResource resource, com.sapportals.portal.security.usermanagement.IUser user, IPermissionList permissions)
          Checks, whether a user has some permissions on a specific resource
 IEventList IResourceEventSender.getEvents(IResource resource)
          This method is used to report all possible events for a resource.
 IEventList IResourceEventMapper.getEvents(IResourceEventBroker broker, IResource resource)
          Get a list of available mapped resource events for a given broker.
 IEventList IResourceEventBroker.getEvents(IResource resource)
           
 ISecurityManager IRepositoryManager.getSecurityManager(IResource resource)
          Get a reference to the security manager for the repository
 IPropertySearchManager IRepositoryManager.getPropertySearchManager(IResource resource)
          Get a reference to the property search manager for the repository
 ISupportedOptionSet IRepositoryManager.getSupportedOptions(IResource resource)
          Returns a set of supported operations.
 IResourceList IPropertySearchManager.execute(IQueryExpression query, IResource resource, int depth, int maxResults, boolean includeVersions)
          Runs a query and returns a list of resource that matched the criteria.
 IEventList AbstractResourceEventMapper.getEvents(IResourceEventBroker broker, IResource resource)
           
 

Constructors in com.sapportals.wcm.repository.manager with parameters of type IResource
ResourceEvent(int type, IResource resource)
          Create resource event from type and resource.
ResourceEvent(int type, IResource resource, Object param)
          Create resource event from type and resource.
ResourceEvent(IResource resource, int type)
          Create resource event based on resource event type and resource.
ResourceEvent(IResource resource, int type, String correlationId)
          Create resource event based on resource event type and resource.
ResourceEvent(IResource resource, int type, Object param)
          Create resource event based on resource event type and resource.
ResourceEvent(IResource resource, int type, String correlationId, Object param)
          Create resource event from type and resource.
 

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

Methods in com.sapportals.wcm.repository.manager.entrypoints with parameters of type IResource
 IPropertyMap IEntryPointsProvider.getProperties(IResource resource, IEntryPoint entryPoint, DisplayMode displayMode)
          Gets properties of an entry point represented by a resource
 IProperty IEntryPointsProvider.getProperty(IPropertyName propertyName, IResource resource, IEntryPoint entryPoint, DisplayMode displayMode)
          Gets a property of an entry point represented by a resource
 IPropertyMap AbstractEntryPointsProvider.getProperties(IResource resource, IEntryPoint entryPoint, DisplayMode displayMode)
          Gets properties of an entry point represented by a resource
 IProperty AbstractEntryPointsProvider.getProperty(IPropertyName propertyName, IResource resource, IEntryPoint entryPoint, DisplayMode displayMode)
          Gets a property of an entry point represented by a resource
 

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

Methods in com.sapportals.wcm.repository.manager.entrypoints.recent with parameters of type IResource
 IRidList INavigationMemorizer.getRecent(IResource resource)
          Gets session navigation information for a user
 

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

Methods in com.sapportals.wcm.repository.manager.thumbnail with parameters of type IResource
 IResourceThumbnailPlugIn.StreamedImage IResourceThumbnailPlugIn.getContentThumbnail(IResource resource, ThumbnailPlugInInfo pluginInfo)
          Plugin Interface for creation of a thumbview for a resource.
 

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

Methods in com.sapportals.wcm.repository.search with parameters of type IResource
 IResourceList IGenericQuery.execute(IResource resource, int depth, int maxResults, boolean includeVersions)
          Runs this query and returns a list of resources that matched the criteria.
 

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

Methods in com.sapportals.wcm.repository.security that return IResource
 IResource IResourceAcl.getResource()
          get the resource the ACL is assigned to
 

Methods in com.sapportals.wcm.repository.security with parameters of type IResource
 IResourceAcl IResourceAclManagerRaw.getAclRaw(IResource resource)
          Get the - potentially raw - ACL of a specific resource.
 IResourceAcl IResourceAclManager4Tx.createAcl(IResource resource, IResourceAclEntryList entries, IUMPrincipalList owners)
          create a new ACL for a resource - initial owner is the user in the resource context - inherited ACEs are added - if the resource inherits an ACL the user must be an owner - fails, if the resource already has an ACL assigned
 IResourceAcl IResourceAclManager.createAcl(IResource resource)
          create a new ACL for a resource - initial owner is the user in the resource context - inherited ACEs are added - if the resource inherits an ACL the user must be an owner - fails, if the resource already has an ACL assigned
 boolean IResourceAclManager.assignForeignAcl(IResourceAcl foreignAcl, IResource resource)
          assign an ACL from a foreign IResourceAclManager to a local resource - foreign ACEs which hold permissions that are not supported by the local IResourceAclManager are ignored - locally inherited ACEs are added - the owners are maintained - if the resource inherits an ACL the user must be an owner - fails, if the resource already has an ACL assigned
 IResourceAcl IResourceAclManager.getAcl(IResource resource)
          get the ACL of a specific resource
 IResourceAcl IResourceAclManager.getInheritedAcl(IResource resource)
          get the ACL that a resource inherits by its ancestors
 boolean IResourceAclManager.removeAcl(IResource resource)
          remove the ACL of a specific resource
 IObjectType IResourceAclManager.getObjectType(IResource resource)
          get the object type of a resource
 IAclPermissionList IResourceAclManager.getSupportedPermissions(IResource resource)
          get a list of permissions which are supported by the IResourceAclManager for a specific resource
 IResourceList IResourceAclManager.propagateAcl_Remove(IResource resource)
          remove the ACLs of the descendants of the resource
 

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

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

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

Methods in com.sapportals.wcm.repository.service.accessstatistic with parameters of type IResource
 Date IAccessStatistic.getLastReadDate(IResource resource)
          Gets last read date for a centain a document; may return null
 void IAccessStatistic.clearLastReadDate(IResource resource)
          Deletes last read date property for a centain a document.
 void IAccessStatistic.updateLastReadDate(IResource resource)
          Updates last read date property for a centain a document when this document is read
 

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

Methods in com.sapportals.wcm.repository.service.appproperties with parameters of type IResource
 IAppProperty IApplicationPropertiesService.getProperty(IPropertyName propertyName, IResource resource, String userID)
           
 IAppPropertyMap IApplicationPropertiesService.getProperties(String namespace, IResource resource, String userID)
           
 IAppPropertyMap IApplicationPropertiesService.getProperties(IResource resource, String userID)
           
 void IApplicationPropertiesService.deleteProperty(IPropertyName propertyName, IResource resource, String userID)
           
 IAppProperty IApplicationPropertiesService.getProperty(IPropertyName propertyName, IResource resource)
           
 IAppPropertyMap IApplicationPropertiesService.getProperties(String namespace, IResource resource)
           
 void IApplicationPropertiesService.setProperty(IAppProperty property, IResource resource)
           
 IAppPropertyMap IApplicationPropertiesService.getProperties(IResource resource)
           
 IAppPropertyCollection IApplicationPropertiesService.getProperties(IPropertyName propertyName, IResource resource)
           
 void IApplicationPropertiesService.deleteProperty(IPropertyName propertyName, IResource resource)
           
 

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

Methods in com.sapportals.wcm.repository.service.comment with parameters of type IResource
 boolean IComment.addComment(IResource resource, String Text)
          Adds a comment to a given resource.
 IResourceList IComment.getComment(IResource resource)
          Gets all comments for a given resource sorted by creation date.
 boolean IComment.delComment(IResource resource, IResource commentres)
          Deletes a comment for a resource.
 int IComment.getCommentCount(IResource resource)
          Returns the number of comments given for a resource.
 

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

Methods in com.sapportals.wcm.repository.service.discussion that return IResource
 IResource SingleDiscPersistenceData.getSelectedPostInTree()
           
 IResource IDiscussionItem.getResource()
          Gets the discussion item as an IResource object.
 IResource IDiscussion.getResource()
          Gets primary resource of the discussion.
 IResource IDiscussion.getPrimaryResource()
          Gets primary resource of the discussion.
 IResource DiscussionEvent.getResource()
           
 

Methods in com.sapportals.wcm.repository.service.discussion with parameters of type IResource
 void SingleDiscPersistenceData.setSelectedPostInTree(IResource resource)
           
 IDiscussion IDiscussionManager.createDiscussion(IResource resource)
          Creates a new discussion for a given primary resource.
 void IDiscussionManager.createSubscription(IDiscussion discussion, IResourceContext context, IResource resource)
          Creates a subscription for an entire discussion or for a specific discussion item.
 ISubscription IDiscussionManager.getSubscription(IDiscussion discussion, IResourceContext context, IResource resource)
          Gets the subscription for a specified secondary resource (discussion or discussion item).
 IDiscussion IDiscussionManager.getDiscussion(IResource resource)
          Gets the IDiscussion instance for the specified primary resource.
 boolean IDiscussionManager.canCreateDiscussion(IResource resource)
          returns true if Security Management is available and if the current user has 'read' and 'write' Permission for the resource.
 void IDiscussionManager.deleteDiscussion(IResource resource)
          Deletes an IDiscussion instance and all discussion data related to the specified primary resource.
 void IDiscussion.deleteItemReplies(IResource itemResource)
          Deletes a the replies folder of discussion item.
 void IDiscussion.setResource(IResource resource)
          Sets primary resource of the discussion.
 

Constructors in com.sapportals.wcm.repository.service.discussion with parameters of type IResource
DiscussionEvent(int aType, IResource aResource)
           
 

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

Methods in com.sapportals.wcm.repository.service.discussion.wcm that return IResource
 IResource DiscussionEvent.getResource()
           
 

Constructors in com.sapportals.wcm.repository.service.discussion.wcm with parameters of type IResource
DiscussionEvent(int aType, IResource aResource)
           
 

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

Methods in com.sapportals.wcm.repository.service.feedback with parameters of type IResource
 boolean IFeedback.addFeedback(IResource resource, String Text)
          Adds a feedback item to the specified resource.
 boolean IFeedback.addFeedback(IResource resource, String Text, com.sapportals.portal.security.usermanagement.IUMPrincipal receiver)
          Adds a feedback item to the specified resource.
 IResourceList IFeedback.getFeedback(IResource resource)
          Gets all feedback for a specifed resource sorted by creation date.
 boolean IFeedback.delFeedback(IResource resource, IResource fedbackres)
          Deletes a feedback item belonging to a resource
 int IFeedback.getFeedbackCount(IResource resource)
          Returns number of feedback items that exist for a resource.
 

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

Methods in com.sapportals.wcm.repository.service.layout.customizing with parameters of type IResource
static ICustomizingController CustomizingControllerFactory.getCustomizingController(IResource leadingResource, IResource renderingResource, Hashtable urlSettings, IDebugContainer debugcontainer)
          Construct object of class CustomizingController.
 

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

Methods in com.sapportals.wcm.repository.service.personalnote with parameters of type IResource
 boolean IPersonalNote.addComment(IResource resource, String Text)
          Adds a personal note to the specified resource.
 IResourceList IPersonalNote.getComment(IResource resource)
          Gets all personal notes for a given resource sorted by creation date.
 int IPersonalNote.getPersonalNoteCount(IResource resource)
          Returns the number of personal notes assigned to a resource.
 

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

Methods in com.sapportals.wcm.repository.service.rating with parameters of type IResource
 boolean IRating.addRating(IResource resource, int iVote)
          Adds a rating to a given resource.
 int IRating.getRatingCount(IResource resource)
          Gets sum of all ratings for a given resource.
 int IRating.getRatingUser(IResource resource)
          Gets the number of users that have rated the given resource.
 String IRating.getRatingAverage(IResource resource)
          Returns the rating average as string formatted as #
 int IRating.getUserVoting(IResource resource)
          Gets the rating of a user for a given resource.
 HashMap IRating.getLocalResourceBundle(IResource res)
          Gets a hashmap that contains the individually set rating texts.
 void IRating.deleteUserVoting(IResource resource, String userID)
          Delete Voting for one User A UserID may be provided, if userID is null the user is identified by the resource context.
 void IRating.deleteVoting(IResource resource)
          Delete Voting for thsi Resource all User Ratings wil be deleted too
 

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

Methods in com.sapportals.wcm.repository.service.serviceacl with parameters of type IResource
 boolean IAclService.isAllowed(IResource resource, com.sapportals.portal.security.usermanagement.IUser user, IAclPermission permission)
           
 

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

Methods in com.sapportals.wcm.repository.service.statemanagement that return IResource
 IResource IStatemanagementResource.getResource()
          Gets the original resource for this object.
 

Methods in com.sapportals.wcm.repository.service.statemanagement with parameters of type IResource
 boolean ITransition.execute(IResource aResource)
          Deprecated. Executes the transition
 boolean ITransition.isAllowed(IResource aResource)
          Deprecated. Check whether the transition is allowed for a resource
 IAclPermission IStatemanagementUtils.getApproverAdminPermission(IResource impResource)
          Deprecated. Gets the permission for approver administration for a resource.
 boolean IStatemanagementUtils.isStatemanagementEnabled(IResource impResource)
          Deprecated. Checks whether the state management service is enabled for a collection or for the parent collection of a resource.
 void IStatemanagementUtils.saveApproverList(IResource impResource, IStepList impApproverList)
          Deprecated. Saves the list of steps and approvers for a resource
 IStepList IStatemanagementUtils.readApproverList(IResource impResource)
          Deprecated. Reads the list of steps and approvers for a resource.
 Integer IStatemanagementUtils.readCurrentStep(IResource impResource)
          Deprecated. Reads the last step approved for a resource.
 Integer IStatemanagementUtils.readNextStep(IResource impResource)
          Deprecated. Reads the index of the next step to be approved.
 void IStatemanagementUtils.saveCurrentStep(IResource impResource, Integer impStep)
          Deprecated. Saves the last approved step for a resource
 com.sapportals.portal.security.usermanagement.IUser IStatemanagementUtils.readWorkflowInitiator(IResource impResource)
          Deprecated. Determines the person who initiated the approval process for a resource
 void IStatemanagementUtils.saveWorkflowInitiator(IResource impResource, com.sapportals.portal.security.usermanagement.IUser impWorkflowInitiator)
          Deprecated. Saves the person who initiated the approval process for a resource
 IState IStatemanagementUtils.readState(IResource impResource)
          Deprecated. Determines the current state of a resource.
 void IStatemanagementUtils.saveState(IResource impResouce, IState impState)
          Deprecated. Saves the state of a resource
 boolean IStatemanagementUtils.isApproverlistAllowedForWrite(IResource impResource)
          Deprecated. Checks whether the current user has permission to change the approver list for a resource
 boolean IStatemanagementUtils.isApproverlistAllowedForRead(IResource impResource)
          Deprecated. Checks whether the current user is allowed to read the approver list for a resource
 boolean IStatemanagementUtils.addFeedback(IResource impResource, String impFeedbackText)
          Deprecated. Wrapper method for saving feedback from the service servlet for the feedback service
 IStatemanagementResource IStatemanagementManager.getStatemangementResource(IResource impResource)
          Gets an instance of the IStatemanagementResource for a resource.
 ITransitionList IStatemanagement.getTransitions(IResource aResource)
          Deprecated. Returns all transitions defined in the workflow process for a resource
 String IStatemanagement.executeTransition(ITransition aTransition, IResource aResource)
          Deprecated. Executes the specified transition for the resource
 void IStatemanagement.setInitialState(IResource aResource)
          Deprecated. Sets the initial state for a resource (i.e. in progress)
 

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

Methods in com.sapportals.wcm.repository.service.statemanagement.cm that return IResource
 IResource StatemanagementEvent.getResource()
          Get the Resource attribute of the StatemanagementEvent object.
 

Constructors in com.sapportals.wcm.repository.service.statemanagement.cm with parameters of type IResource
StatemanagementEvent(int aType, IResource aResource)
          Construct object of class StatemanagementEvent.
 

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

Methods in com.sapportals.wcm.repository.service.subscription with parameters of type IResource
static ISubscriptionManager SubscriptionUtils.getSubscriptionManager(IResource resource)
          Gets the ISubscriptionManager for a given resource.
 ISubscription ISubscriptionManager.createSubscription(IResourceContext context, String name, ISubscriptionCondition condition, IResource resource, IChannel channel, IRecipientList recipients, ISubscriptionAttributes attributes)
          Creates a new subscription with the specified attributes for one resource and several recipients.
 ISubscription ISubscriptionManager.createSubscription(IResourceContext context, String name, ISubscriptionCondition condition, IResource resource, IChannel channel, IRecipient recipient, ISubscriptionAttributes attributes)
          Creates a new subscription with the specified attributes for one resource and recipient.
 ISubscriptionList ISubscriptionManager.getSubscriptions(IResourceContext context, String owner, IResource resource)
          Returns all matching subscriptions with a specified owner and resource.
 Collection ISubscriptionManager.getConditionEvents(IResource resource)
          Gets all possible event types related to subscriptions that can occur for the specified resource.
 ISubscriptionConditionEvent ISubscriptionManager.getDefaultConditionEvent(IResource resource)
          Gets the default event type for a specified resource.
 Collection ISubscriptionManager.getConditionIntervals(IResource resource)
          Gets all available interval types for subscription notification.
 ISubscriptionConditionInterval ISubscriptionManager.getDefaultConditionInterval(IResource resource)
          Gets the default interval type for a subscription notification.
 ISubscriptionConditionInterval ISubscriptionManager.getMinConditionInterval(IResource resource)
          Gets the shortest interval type available for subscription notifications.
 Collection ISubscriptionManager.getConditionRecursionLevels(IResource resource)
          Gets all available subscription recursion levels for a specified resource.
 ISubscriptionConditionRecursionLevel ISubscriptionManager.getDefaultConditionRecursionLevel(IResource resource)
          Gets the default subscription recursion level for a specified resource.
 int ISubscriptionManager.getDefaultConditionFollowLinks(IResource resource)
          Gets the default behavior for a subscribed link.
 int ISubscriptionManager.getDefaultConditionRidTracking(IResource resource)
          Gets the RID tracking behavior that is the default for a specified resource.
 ISubscriptionConditionRecursionLevel ISubscriptionManager.getMaxConditionRecursionLevel(IResource resource)
          Gets the maximum subscription recursion level that is possible for a specified resource.
 boolean ISubscriptionManager.isValidCondition(ISubscriptionCondition condition, IResource resource)
          Checks whether a condition is valid for a specified resource.
 boolean ISubscriptionManager.checkPermission(IResourceContext context, String permissionName, IResource resource)
          Checks subscription permission for the user from the specified context.
 void ISubscriptionCondition.setEvent(int eventid, IResource resource)
          Sets the event type that causes the subscription notification to be sent.
 ISubscription ISubscription.set(ISubscriptionCondition condition, IResource resource, IChannel channel, IRecipient recipient, ISubscriptionAttributes attributes)
          Changes or sets multiple parameters for a subscription in one operation.
 ISubscription ISubscription.set(ISubscriptionCondition condition, IResource resource, IChannel channel, IRecipientList recipients, ISubscriptionAttributes attributes)
          Changes or sets multiple parameters for a subscription in one operation.
 void ISubscription.setResource(IResource resource)
          Resets the subscription's resource.
 void ISubscription.addResource(IResource resource)
          Adds a resource to the subscription.
 boolean ISubscription.isOnlyResource(IResource resource)
          Checks if a resource is the only resource of a subscription.
 boolean ISubscription.removeResource(IResource resource)
          Removes a resource from the subscription.
 

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

Methods in com.sapportals.wcm.repository.service.timebasedpublish with parameters of type IResource
 boolean ITimebasedPublishServiceManager.isTimebasePublishEnabled(IResource impResource)
          Checks whether time-based publishing has been enabled for the resource.
 void ITimebasedPublishServiceManager.saveValidDate(IResource impResource, Date validDate)
          Saves the date on which a resource will be hidden.
 void ITimebasedPublishServiceManager.saveInvalidDate(IResource impResource, Date invalidDate)
          Saves the date on which a resource will become visible.
 Date ITimebasedPublishServiceManager.readValidDate(IResource impResource)
          Reads the date on which a resource will be visible.
 Date ITimebasedPublishServiceManager.readInvalidDate(IResource impResource)
          Reads the date on which a resource will be hidden.
 boolean ITimebasedPublishServiceManager.isVisible(IResource impResource)
          Checks whether all conditions for the visibility of the time-based publishing service have been fullfilled.
 

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

Constructors in com.sapportals.wcm.repository.service.timebasedpublish.wcm with parameters of type IResource
TimebasedPublishEvent(int impType, IResource impResource)
          Create resource event from type and resource.
 

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

Fields in com.sapportals.wcm.repository.so declared as IResource
protected  IResource AbstractTypeCast.resource
           
 

Methods in com.sapportals.wcm.repository.so with parameters of type IResource
 boolean IObjectFactoryRegistry.isA(Class cl, IResource res)
          Get the A attribute of the ITypeCastRegistry object.
 Object IObjectFactoryRegistry.as(Class cl, IResource res)
           
 boolean IObjectFactory.isA(Class classRef, IResource resource)
          Get the A attribute of the ITypeCastProvider object.
 Object IObjectFactory.as(Class classRef, IResource resource)
           
 Collection IObjectFactory.listTypes(IResource resource)
           
 boolean DefaultObjectFactory.isA(Class interfaceRef, IResource resource)
          Get the A attribute of the DefaultTypeCastProvider object.
 Object DefaultObjectFactory.as(Class classRef, IResource resource)
           
 Collection DefaultObjectFactory.listTypes(IResource resource)
           
 

Constructors in com.sapportals.wcm.repository.so with parameters of type IResource
AbstractTypeCast(IResource resource)
          Construct object of class AbstractTypeCast.
 

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

Methods in com.sapportals.wcm.repository.util with parameters of type IResource
static boolean ResourceTypeUtil.isA(IResource resource, String resourceType)
          Checks if a resource is of a given resourceType.
 

Uses of IResource in com.sapportals.wcm.rfadapter
 

Methods in com.sapportals.wcm.rfadapter that return IResource
 IResource Result.resource()
           
 

Constructors in com.sapportals.wcm.rfadapter with parameters of type IResource
UpdateUtility(IResource source, IPropertyMap properties, IContent content)
          uses all parameter needed for the actual update of the given IResource
UpdateUtility(IContent content, String newName, IResource source)
          uses all parameter needed for the actual update of the given IResource
Result(Status status, String message, WcmException e, IResource res)
           
Result(Status status, String message, WcmException e, IResource res, AdapterCode ac)
           
RenameUtility(IResource source, String newName)
          checks the validity of the given arguments.
MoveUtility(IResource source, RID target)
          instantiates already an ICollection from the given RID.
MoveUtility(IResource source, ICollection target)
           
LinkDataPack(String name, IPropertyMap properties, IResource target)
          convinience constructor to create a link of type LinkType.INTERNAL.
LinkDataPack(IPropertyMap properties, IResource target)
          convinience constructor to create a link of type LinkType.INTERNAL.
CopyUtility(IResource source, RID target)
           
CopyUtility(IResource source, ICollection target)
           
 

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

Methods in com.sapportals.wcm.service.actioninbox that return IResource
 IResource IActionInboxItemCategory.getResource(IResourceContext context)
          Get the resource associated to this item category.
 IResource IActionInboxItem.getResource(IResourceContext context)
          Get the resource associated to this item.
 

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

Methods in com.sapportals.wcm.service.checkout with parameters of type IResource
 boolean ICheckout.isCheckoutEnable(IResource resource)
          Checks whether a resource can be checked out or not
 boolean ICheckout.isCheckedOut(IResource resource)
          Returns flag, whether the resource is checked out or not
 com.sapportals.portal.security.usermanagement.IUser ICheckout.getCheckOutUser(IResource resource)
          Returns the user who checked out the item
 boolean ICheckout.checkout(IResource resource, String localhost, String localFile, String checkoutMode)
          Adds a checkout item to the specified resource.
 boolean ICheckout.canCancelCheckout(IResource resource)
          Checks whether the resource can be checkout cancelled by the current user
 boolean ICheckout.cancelCheckout(IResource resource)
           
 boolean ICheckout.canCheckin(IResource resource)
          Checks whether the resource can be checked in by the current user
 boolean ICheckout.checkin(IResource resource)
          Deletes a checkout item belonging to a resource
 void ICheckout.setCheckoutMode(IResource resource, String localhost, String localFile, String checkoutMode)
          Sets a checkout status
 String ICheckout.getCheckoutMode(IResource resource)
          Gets the current checkout status
 String ICheckout.getCheckoutHost(IResource resource)
          Returns the host to which the file is checked out to
 String ICheckout.getCheckoutPath(IResource resource)
          Returns the path to which the file is checked out to
 

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

Methods in com.sapportals.wcm.service.crawler that return IResource
 IResource ICrawlerVisitedEntry.getResource(IResourceContext context)
          Deprecated. Get the resource for the RID of this entry.
 

Methods in com.sapportals.wcm.service.crawler with parameters of type IResource
 ISpecialCrawler ICrawlerService.getSpecialCrawler(AbstractSpecialCrawlerParameters parameters, IResourceContext context, IResource startResource)
          Deprecated. Get a special crawler for a specific operation, e.g. an SUBFOLDER_CRAWLER to get the subfolders of the given start resources.
 ICrawler ICrawlerService.createCrawler(ICrawlerProfile profile, ICrawlerResultReceiver receiver, IResource startResource)
          Deprecated. Create a new crawler from a given profile.
 ICrawler ICrawlerService.createCrawler(String type, ICrawlerResultReceiver receiver, IResource startResource)
          Deprecated. Create a new crawler (same as createCrawler(receiver, startResourceICrawler.FULL_DEPTH, false, false, false, null)).
 ICrawler ICrawlerService.createCrawler(String type, ICrawlerResultReceiver receiver, IResource startResource, int depth, boolean internalLinkFlag, boolean externalLinkFlag, boolean includeVersionsFlag, IGenericQuery propertyQuery)
          Deprecated. Create a new crawler for the given parameters.
 ICrawler ICrawlerService.createCrawler(String type, ICrawlerResultReceiver receiver, IResource startResource, AbstractSpecialCrawlerParameters parameters)
          Deprecated. Create a new crawler for the given parameters.
 WcmException ICrawlerResultReceiver.onCrawlException(Exception exception, IResource resource)
          Deprecated. Called by the crawler when an exception occured during the crawl.
 boolean ICrawlerPushedResultReceiver.onCrawlDown(IResource resource)
          Deprecated. Inform the receiver about the descending in the hierarchy.
 void ICrawlerPushedResultReceiver.onCrawlUp(IResource resource)
          Deprecated. Inform the receiver about the ascending in the hierarchy.
 int ICrawlerPushedResultReceiver.onCrawlNext(IResource resource)
          Deprecated. Inform the receiver about the next visited resource inside a colleciton.
 int ICrawlerPushedDeltaResultReceiver.onCrawlNew(IResource resource)
          Deprecated. Inform the receiver about a newly found resource.
 int ICrawlerPushedDeltaResultReceiver.onCrawlChanged(IResource resource)
          Deprecated. Inform the receiver about a changed resource.
 int ICrawlerPushedDeltaResultReceiver.onCrawlUnvisited(IResource resource)
          Deprecated. Inform the receiver about a unvisited resource (a resource that has been crawled before, but has not been referenced by other resources beginning at the given start resources and is still accessable).
 int ICrawlerPushedDeltaResultReceiver.onCrawlUnvisitedChanged(IResource resource)
          Deprecated. Inform the receiver about a unvisited resource (a resource that has been crawled before, but has not been referenced by other resources beginning at the given start resources and is still accessable and has changed).
 void ICrawler.setStartResource(IResource resource)
          Deprecated. Set the starting point for this crawler.
abstract  int AbstractPushedResultReceiver.onCrawlNext(IResource resource)
          Deprecated. Inform the receiver about the next visited resource inside a colleciton.
 WcmException AbstractPushedResultReceiver.onCrawlException(Exception exception, IResource resource)
          Deprecated. Called by the crawler when an exception occured during the crawl.
 boolean AbstractPushedResultReceiver.onCrawlDown(IResource resource)
          Deprecated. Inform the receiver about the descending in the hierarchy.
 void AbstractPushedResultReceiver.onCrawlUp(IResource resource)
          Deprecated. Inform the receiver about the ascending in the hierarchy.
 WcmException AbstractListResultReceiver.onCrawlException(Exception exception, IResource resource)
          Deprecated. Called by the crawler when an exception occured during the crawl.
 

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

Methods in com.sapportals.wcm.service.indexmanagement that return IResource
 IResource IndexServiceEvent.getResource()
           
 IResource IIndexServiceEvent.getResource()
          Gets the resource of the event.
 

Methods in com.sapportals.wcm.service.indexmanagement with parameters of type IResource
 void ITaskQueueHandler.indexDocument(IIndex index, IResource document, IResourceEvent event)
          Indexes a document into an index.
 void IndexServiceEvent.setResource(IResource resource)
           
 void IIndexServiceEvent.setResource(IResource resource)
          Sets the resource of the event.
 void IIndexService.attachIndexToRepository(IIndex index, IResource folder)
          Attaches an index to a folder in a repository.
 void IIndexService.detachIndexFromRepository(IIndex index, IResource folder)
          Detaches an index from a folder in a repository.
 IIndex IIndexService.getIndexForResource(IResource resource, String serviceType)
          Returns the index in which the document is indexed depending on the specified service type.
 List IIndexService.getIndexesForResource(IResource resource)
          TReturns the indexes into which a document is indexed.
 void IIndexService.startXIndexCrawler(IIndex index, IResource startResource)
          This method is only used by internal methods and should not be used programmers using the imdexmanagement API.
 void IIndexService.startResourceIndexer(IResource document, AbstractClassificationIndex index)
          This method is only used by internal methods and should not be used programmers using the imdexmanagement API.
 void IIndex.indexDocument(IResource resource)
          Puts a document into the index.
 void IIndex.indexDocument(IResource resource, IResourceEvent resourceEvent)
          Puts a document into the index
It is recommended that you do not index documents manually using this method.
 void IIndex.deindexDocument(IResource resource)
          Removes a document from the index.
 String IIndex.getResourceInfo(IResource resource)
          Returns information about the resource with respect to the actual index e.g. the status of the document as well as general about the index e.g.
 boolean IIndex.typeShouldBeIndexed(IResource resource)
           
 void AbstractIndex.indexDocument(IResource resource)
          Indexes a document
 void AbstractIndex.indexDocument(IResource resource, IResourceEvent resourceEvent)
          Indexes a document
 void AbstractIndex.deindexDocument(IResource resource)
          Deindexes a document
 boolean AbstractIndex.typeShouldBeIndexed(IResource res)
           
 

Constructors in com.sapportals.wcm.service.indexmanagement with parameters of type IResource
IndexServiceEvent(int type, IResource resource, Object param, IResourceEvent originalEvent)
          Construct object of class IndexServiceEvent.
 

Uses of IResource in com.sapportals.wcm.service.indexmanagement.retrieval.classification
 

Methods in com.sapportals.wcm.service.indexmanagement.retrieval.classification that return IResource
 IResource ITaxonomyTransport.exportDTD(ICollection exportColl)
           
 IResource IDocClassificationMap.getDocument()
          Get the Document attribute of the IDocClassificationMap object.
 IResource IClusterResultDocument.getResource()
           
 IResource DocClassificationMap.getDocument()
          Get the Document attribute of the IDocClassificationMap object.
 

Methods in com.sapportals.wcm.service.indexmanagement.retrieval.classification with parameters of type IResource
 void ITaxonomyTransport.importTaxonomy(IResource taxDocument, IClassificationIndex index)
          Imports a taxonomy.
 void IClassificationIndex.indexDocument(IResource resource, String taxonomyName, IUriList taxonomyClasses, boolean isSearchRelevant)
          Deprecated. as of NW04. Use indexDocument(IResource, String, IRidList, boolean)
 void IClassificationIndex.indexDocument(IResource resource, String taxonomyName, IRidList taxonomyClasses, boolean isSearchRelevant)
          Puts a document into the index
It is recommended that you do not index a document manually using this method.
 Map IClassificationIndex.getDocumentClassification(IResource document)
          Deprecated. as of NW04. Use getDocClassification(IResource)
 IDocClassificationMap IClassificationIndex.getDocClassification(IResource document)
          Gets the categories to which the document is assigned
To get proposals of categories that a document might match, use classifyDocuments.
 void IClassificationIndex.setDocumentClassification(IResource document, Map classification)
          Deprecated. as of NW04. Use setDocClassification(IResource,Map)
 void IClassificationIndex.setDocumentClassification(IResource document, Map classification, boolean indexDocumentClassification)
          Deprecated. as of NW04. Use setDocClassification(IResource,Map,boolean)
 void IClassificationIndex.setDocumentClassification(IResource document, Map classification, boolean indexDocumentClassification, boolean isTrainingDocument)
          Deprecated. as of NW04. Use setDocClassification(IResource,Map,boolean, boolean)
 boolean IClassificationIndex.isTrainingDocument(IResource document, RID taxonomyClassRid)
           
 ClassificationStatus IClassificationIndex.getDocumentClassificationStatus(IResource document, String taxonomyName)
          Gets the classification status of a document for a taxonomy
 void IClassificationIndex.setDocumentClassificationStatus(IResource document, String taxonomyName, ClassificationStatus status)
          Sets the classification status of a document for a taxonomy
 void IClassificationIndex.setDocumentClassificationStatus(IResource document, String taxonomyName, ClassificationStatus status, String notToSend)
          This method is for internal usage only
 void IClassificationIndex.setDocumentClassificationStatus(IResource document, String taxonomyName, ClassificationStatus status, boolean sendEvents, String notToSend)
          This method is for internal usage only
 IRidList IClassificationIndex.getDocumentTrainingClasses(IResource document)
          Gets all taxonomy classes for which the document is a training document
 IRidList IClassificationIndex.getManuallyDeclassifiedClasses(IResource document)
           
 void AbstractClassificationIndex.setDocumentClassification(IResource document, Map classification)
          Deprecated. as of NW04. Use setDocClassification(IResource,Map)
 void AbstractClassificationIndex.setDocumentClassification(IResource document, Map classification, boolean indexDocumentClassification)
          Deprecated. as of NW04. Use setDocClassification(IResource,Map,boolean)
 void AbstractClassificationIndex.setDocumentClassification(IResource document, Map classification, boolean indexDocumentClassification, boolean isTrainingDocument)
          Deprecated. as of NW04. Use setDocClassification(IResource,Map,boolean, boolean)
 boolean AbstractClassificationIndex.isTrainingDocument(IResource document, RID taxonomyClassRid)
           
 boolean AbstractClassificationIndex.isDocClassifiedInAnyTax(IResource resource)
           
 boolean AbstractClassificationIndex.isManuallyDeclassifiedDocument(IResource document, RID taxonomyClassRid)
           
 Map AbstractClassificationIndex.getDocumentClassification(IResource document)
          Deprecated. as of NW04. Use getDocClassification(IResource)
 void AbstractClassificationIndex.indexDocument(IResource resource, String taxonomyName, IUriList taxonomyClasses, boolean isSearchRelevant)
          Deprecated. as of NW04. Use indexDocument(IResource, String, IRidList, boolean)
 void AbstractClassificationIndex.indexDocument(IResource resource, String taxonomyName, IRidList taxonomyClasses, boolean isSearchRelevant)
          indexes a document (method for internal use)
protected abstract  void AbstractClassificationIndex.indexDocumentClassification(IResource document, IIndexService indexService)
           
 ClassificationStatus AbstractClassificationIndex.getDocumentClassificationStatus(IResource document, String taxonomyName)
           
 void AbstractClassificationIndex.setDocumentClassificationStatus(IResource document, String taxonomyName, ClassificationStatus status)
          Sets the classification status of a document for a taxonomy
 void AbstractClassificationIndex.setDocumentClassificationStatus(IResource document, String taxonomyName, ClassificationStatus status, String notToSend)
          Sets the classification status of a document for a taxonomy
 void AbstractClassificationIndex.setDocumentClassificationStatus(IResource document, String taxonomyName, ClassificationStatus status, boolean sendEvents, String notToSend)
          Sets the classification status of a document for a taxonomy
 IDocClassificationMap AbstractClassificationIndex.getDocClassification(IResource document)
          Gets the classification that has been set for the document.
 IRidList AbstractClassificationIndex.getDocumentTrainingClasses(IResource document)
           
 IRidList AbstractClassificationIndex.getManuallyDeclassifiedClasses(IResource document)
           
 void AbstractClassificationIndex.deleteClassificationProperties(IResource resource)
           
 

Constructors in com.sapportals.wcm.service.indexmanagement.retrieval.classification with parameters of type IResource
DocClassificationMap(IResource document)
           
 

Uses of IResource in com.sapportals.wcm.service.indexmanagement.retrieval.search
 

Methods in com.sapportals.wcm.service.indexmanagement.retrieval.search that return IResource
 IResource ISearchResult.getResource()
           
 

Methods in com.sapportals.wcm.service.indexmanagement.retrieval.search with parameters of type IResource
protected  ISearchResult AbstractSearchIndexCollection.createSearchResultObject(IResource resource, float rankValue)
          Gets a search result object initialized with the given resource and rank value.
static ISearchResult AbstractSearchIndexCollection.createNewSearchResultObject(IResource resource, float rankValue)
          Creates a new search result object containing the resource and rank values of the parameters.
 

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

Methods in com.sapportals.wcm.service.mimehandler with parameters of type IResource
 IMime IMimeHandlerService.get(IResource resource)
          Returns a mime type for the given resource.
 String IMimeHandlerService.getImage(IResource resource)
          Deprecated. as of NW04. Use IMime#getImage instead
 String IMimeHandlerService.getImagePath(IResource resource)
          Deprecated. as of NW04. Use IMime#getImagePath instead
 

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

Methods in com.sapportals.wcm.service.notificator with parameters of type IResource
static MimeMessage MimeUtils.setContent(MimeMessage mimemessage, IContent body, IResource[] attachments)
          set the content of a MimeMessage to a given body content with several attachments.
 

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

Methods in com.sapportals.wcm.service.objecttypehandler with parameters of type IResource
 String ObjectTypeHandlerUtil.writeDebugInformation(IResource res, IObjectTypeHandlerList result)
           
 IObjectTypeHandlerList IObjectTypeHandlerService.getObjectTypeHandler(IResource resource)
          Get the ObjectTypeHandlerList that matches for this resource.
 IObjectTypeHandlerList IObjectTypeHandlerService.getObjectTypeHandler(IResource resource, IActionType actionType)
          Gets the List of ObjectTypeHandlers which are valid for the given resource and which implement the wanted IActionType There are several internal filters realized a) resourceType b) mimeType (not for ICollection objects) c) extension (not for ICollection objects) d) actiontype In a first step, all ObjectTypeHandler for the RID of the resource are returned.
 URL IObjectTypeHandler.getURL(IResource resource, IActionType actionType)
          Get the URL attribute of the IObjectTypeHandler object.
 URL IObjectTypeHandler.getURL(IResource resource, IActionType actionType, Properties props)
          Get the URL attribute of the IObjectTypeHandler object.
 URL GenericObjectTypeHandler.getURL(IResource resource, IActionType actionType)
          Get the URL attribute of the GenericObjectTypeHandler object.
 URL GenericObjectTypeHandler.getURL(IResource resource, IActionType actionType, Properties props)
          Get the URL attribute of the GenericObjectTypeHandler object.
 

Constructors in com.sapportals.wcm.service.objecttypehandler with parameters of type IResource
ObjectTypeHandlerUtil(IResource res)
           
 

Uses of IResource in com.sapportals.wcm.service.pipeline.producer
 

Constructors in com.sapportals.wcm.service.pipeline.producer with parameters of type IResource
ProducerFromResource(IResource resource)
           
 

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

Methods in com.sapportals.wcm.service.propertyconfig that return IResource
 IResource IMetaContext.getResource()
           
 

Methods in com.sapportals.wcm.service.propertyconfig with parameters of type IResource
 void IMetaModelImport.importMetaDataScheme(IResource inputDocument, Locale locale)
          Imports property definitons defined in the specified resource.
 void IMetaContext.setResource(IResource resource)
           
 

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

Methods in com.sapportals.wcm.service.relation that return IResource
 IResource IRelationOperand.asResource()
          Get the relation operand as resource, if this operand is managed by a repository manager.
 

Uses of IResource in com.sapportals.wcm.service.relation.operands
 

Fields in com.sapportals.wcm.service.relation.operands declared as IResource
protected  IResource ResourceOperand.resource
           
 

Methods in com.sapportals.wcm.service.relation.operands that return IResource
 IResource StringOperand.asResource()
           
 IResource ResourceOperand.getValue()
          Get the wrapped resource.
 IResource ResourceOperand.getLinkValue()
          If the wrapped resource is an internal link, return the target of the link (following several links). if it's not a internal link just return the resource.
 IResource ResourceOperand.asResource()
           
abstract  IResource AbstractRelationOperand.asResource()
           
 

Constructors in com.sapportals.wcm.service.relation.operands with parameters of type IResource
ResourceOperandType(IResource resource)
          Create a resource operand type for a given resource's type.
ResourceOperand(IResource resource)
          Create a RelationOperand out of a IResource .
 

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

Methods in com.sapportals.wcm.service.reporting that return IResource
 IResource ScheduledReport.getResource()
           
 IResource IScheduledReport.getResource()
          Get the resource, this scheduled report, is persisted in.
 IResource IRunningReportCollection.start(String name, Date started, IReportInput input, IResourceContext context)
          Start a new running report with given parameters.
 IResource IRunningReportCollection.start(String name, Date started, IReportInput input, IRIDIterator iter, IResourceContext context)
          Start a new running report with given parameters.
 IResource IRunningReport.getResource()
          Get the resource, if it does exist, which represent this running report.
 IResource IReportStore.linkTo(IResource target)
          Create a new flex link which points to the given resource.
 IResource IReportResult.getResource()
          Get IResource this result is persisted in, if at all.
 IResource IReportingService.getResource(IReport report, IResourceContext context)
          Get the resource representing the report
 

Methods in com.sapportals.wcm.service.reporting with parameters of type IResource
static ScheduledReport ScheduledReport.getInstance(String name, Date schedule, ScheduleRepeat repeat, Date lastExecuted, IReportInput input, boolean active, IResource resource)
           
 IScheduledReport ScheduledReport.update(IResource resource)
           
 IScheduledReport IScheduledReport.update(IResource resource)
          Persist the scheduled report and return a scheduled report instance where getResource() returns the resource the scheduled report was persisted in.
 IScheduledReport IReportStore.update(IScheduledReport sr, IResource resource)
          Update the given resource with the scheduled report.
 IReportResult IReportStore.update(IReportResult rr, IResource resource)
          Update the given resource with the report result.
 IResource IReportStore.linkTo(IResource target)
          Create a new flex link which points to the given resource.
 IReportResult IReportResult.setResource(IResource resource)
          Create a IReportResult which is a clone of the current result with the resource set to the given value.
 IScheduledReport IReportingService.update(IScheduledReport sr, IResource resource)
          Persist a scheduled report at the resource.
 IScheduledReport IReportingService.getScheduledReport(IResource resource)
          Convert a resource to a IScheduledReport.
 IReportResult IReportingService.getReportResult(IResource resource)
          Convert a resource to a IReportResult.
 

Uses of IResource in com.sapportals.wcm.service.reporting.walker
 

Methods in com.sapportals.wcm.service.reporting.walker with parameters of type IResource
 void IResourceObserver.observe(IResource resource)
          Invoked when a resource is to be inspected.
 

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

Methods in com.sapportals.wcm.service.template that return IResource
 IResource ITemplateService.createFromTemplate(ICollection collection, ITemplate template)
           
 

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

Methods in com.sapportals.wcm.service.urlgenerator with parameters of type IResource
 String IURLGeneratorService.resolvePlaceholders(String uri, IResource resource)
          Resolves all placeholders contained in uri by their corresponding values.
 String IURLGenerator.replaceURIPlaceholders(String uri, IResource resource)
          Deprecated. Replaces placeholders in URI
 

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

Methods in com.sapportals.wcm.service.xcrawler with parameters of type IResource
 boolean IXCrawlerService.isFiltered(IResource resource, IXCrawlerParameters parameters, RID crawlStartPath)
          Check, if a resource would be filtered out during a crawl with specific crawler parameters
 

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

Methods in com.sapportals.wcm.service.xmlforms with parameters of type IResource
 String IXMLFormsService.getFormTypeFromResource(IResource res)
          Deprecated. Get from id from resource type
 HashMap IXMLFormsService.getFormTypes(IResource collection)
          Deprecated. Get defined form IDs from the xmlforms framework
 boolean IXMLFormsService.isApplicable(IResource res)
          Deprecated. check if applicabel on resource
 InputStream IXMLFormsService.getFormDisplay(String FormType, IResource resource)
          Deprecated. Get an display forms from the xmlforms framework
 InputStream IXMLFormsService.getFormEdit(String FormType, IResource resource)
          Deprecated. Get an edit forms from the xmlforms framework
 InputStream IXFTransformation.render(IResource item, Hashtable parameters)
          Apply transformation on an XML item to generate HTML
 InputStream IXFTransformation.renderWithPreview(IResource previewItem, String dstPath, Hashtable parameters)
          Apply transformation on a temporary (author preview) XML item to generate HTML
 IXFProject IXFService.getXFProjectForRersource(IResource item)
          Gets the projct for this item type
 String IXFService.getXFProjectIDForResource(IResource item)
          Gets project id from resource type
 



Copyright 2006 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any form or for any purpose without the express permission of SAP AG. The information contained herein may be changed without prior notice. Microsoft, Windows, Outlook, and PowerPoint are registered trademarks of Microsoft Corporation. Oracle is a registered trademark of Oracle Corporation. UNIX, X/Open, OSF/1, and Motif are registered trademarks of the Open Group. Citrix, ICA, Program Neighborhood, MetaFrame, WinFrame, VideoFrame, and MultiWin are trademarks or registered trademarks of Citrix Systems, Inc. HTML, XML, XHTML and W3C are trademarks or registered trademarks of W3C, World Wide Web Consortium, Massachusetts Institute of Technology. Java is a registered trademark of Sun Microsystems, Inc. JavaScript is a registered trademark of Sun Microsystems, Inc., used under license for technology invented and implemented by Netscape. MaxDB is a trademark of MySQL AB, Sweden. SAP, R/3, mySAP, mySAP.com, xApps, xApp, SAP NetWeaver, and other SAP products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of SAP AG in Germany and in several other countries all over the world. All other product and service names mentioned are the trademarks of their respective companies. Data contained in this document serves informational purposes only. National product specifications may vary. These materials are subject to change without notice. These materials are provided by SAP AG and its affiliated companies ("SAP Group") for informational purposes only, without representation or warranty of any kind, and SAP Group shall not be liable for errors or omissions with respect to the materials. The only warranties for SAP Group products and services are those that are set forth in the express warranty statements accompanying such products and services, if any. Nothing herein should be construed as constituting an additional warranty.