|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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.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.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.urlgenerator | Provides a service that returns URLs to access resources in the CM system. |
| 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,
java.lang.String correlationId,
java.lang.Object param)
ResourceImpl 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 |
IProxy.getResource()
returns the present resource of the proxy or null. |
IResource |
IRendererStatus.getResource(int index)
|
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. creates a new entry in the internal map if no entry has yet been made for this resource |
void |
ResourcePropertyAmalgamation.UnavailableEntries.add(IResource res,
IPropertyNameList list)
adds the names to the list of unavailabe entries for the given resource. creates a new entry in the internal map if no entry has yet been made for this 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 |
FieldSet |
IRendererStatus.getFieldSet(IResource res)
|
void |
IUIBaseCommand.setResource(IResource resource)
|
protected ILayoutObject |
AbstractFactory.getLayoutObject(IProxy proxy,
IResource outerResource,
IResource resource,
java.util.Hashtable table,
com.sapportals.wcm.repository.service.layout.customizing.flavor.IFlavor flavor,
boolean requires508)
This method is used by the classes that extend the AbstractFactory. |
IRidList |
NavigationMemorizer.getRecent(IResource resource)
|
| Uses of IResource in com.sapportals.wcm.rendering.collection |
| Methods in com.sapportals.wcm.rendering.collection that return IResource | |
IResource |
AbstractRendererStatus.getResource(int index)
|
IResource |
AbstractRendererStatus.CompleteResource.getResource()
|
| Methods in com.sapportals.wcm.rendering.collection with parameters of type IResource | |
com.sapportals.htmlb.Component |
LightCollectionRenderer.renderItemSelectionMode(IResource res)
|
protected IResourceRenderer |
LightCollectionRenderer.getRenderer(IResource res)
|
FieldSet |
AbstractRendererStatus.getFieldSet(IResource res)
|
IComponent |
ComponentFactory.getComponent(IProxy proxy,
IResource res,
com.sapportals.wcm.repository.service.layout.customizing.flavor.IFlavor impFlavor,
java.lang.String alias)
|
IComponent |
ComponentFactory.getComponent(java.lang.String alias,
IProxy proxy,
ICollectionRenderer renderer,
IResource res,
com.sapportals.wcm.repository.service.layout.customizing.flavor.IFlavor flavor)
|
void |
IComponent.setResource(IResource resource)
|
com.sapportals.htmlb.Component |
SelectionHandler.renderItemSelectionMode(IResource res)
|
com.sapportals.htmlb.Component |
SelectionHandler.renderCheckbox(IResource res,
java.lang.String selectionmode)
|
void |
AbstractComponent.setResource(IResource resource)
|
static com.sapportals.htmlb.Component |
CollectionRendererUtil.renderDecorations(ICollectionRenderer collRenderer,
IProxy proxy,
com.sapportals.htmlb.Component comp,
java.util.Map componentValueMap,
IResource resource)
|
com.sapportals.htmlb.Checkbox |
AbstractCollectionRenderer.renderCheckbox(IResource res)
Description of the Method |
com.sapportals.htmlb.Checkbox |
AbstractCollectionRenderer.renderCheckbox(IResource res,
java.lang.String selectionmode)
Description of the Method |
com.sapportals.htmlb.Component |
AbstractCollectionRenderer.renderItemSelectionMode(IResource res)
Description of the Method |
com.sapportals.htmlb.Component |
AbstractCollectionRenderer.renderAction(IResource res,
com.sapportals.wcm.repository.service.layout.customizing.IParameterName parameterName)
Description of the Method |
protected IResourceRenderer |
AbstractCollectionRenderer.getRenderer(IResource res)
|
com.sapportals.htmlb.Component |
AbstractCollectionRenderer.renderPropertyColumn(IResource resource,
com.sapportals.wcm.control.util.property.IPropertyColumn propertyColumn,
boolean useSecondaryStyle)
Description of the Method |
com.sapportals.htmlb.Component |
AbstractCollectionRenderer.renderPropertyColumn(IResourceRenderer renderer,
IResource resource,
com.sapportals.wcm.control.util.property.IPropertyColumn propertyColumn,
boolean useSecondaryStyle)
Description of the Method |
| Constructors in com.sapportals.wcm.rendering.collection with parameters of type IResource | |
AbstractRendererStatus.CompleteResource(IResource resource,
FieldSet set)
|
|
CollectionRendererDecorator(com.sapportals.htmlb.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 | |
boolean |
IResourceDetailsOverview.canBeRendered(IResource resource)
Description of the Method |
com.sapportals.htmlb.Component |
IResourceDetailsOverview.renderOverviewContent(IResource resource,
IProxy proxy)
Description of the Method |
protected com.sapportals.htmlb.Component |
AbstractResourceDetailsOverview.renderContentLink(IResource resource,
com.sapportals.htmlb.Component comp)
|
java.util.List |
ResourceDetailsOverviewFactory.getDetailsOveviewList(IResource resource)
Gets the detailsPropertiesList attribute of the ResourcePropertiesFactory object |
java.util.List |
ResourceDetailsOverviewFactory.getDetailsOveviewList(IResource resource,
java.util.List aliasList)
Gets the detailsPropertiesList attribute of the ResourcePropertiesFactory object |
| Uses of IResource in com.sapportals.wcm.rendering.detailsproperties |
| Methods in com.sapportals.wcm.rendering.detailsproperties with parameters of type IResource | |
protected com.sapportals.htmlb.Component |
AbstractResourceDetailsProperties.renderShortDateProperty(IProperty property,
IResource res)
|
com.sapportals.htmlb.Component |
AbstractResourceDetailsProperties.renderDetailsProperty(IResource resource)
currently not implemented. |
java.util.List |
DetailsPage.getDetailsPropertiesList(IResource resource)
Gets the detailsPropertiesList attribute of the ResourcePropertiesFactory object |
java.util.List |
DetailsPage.getDetailsOverviewList(IResource resource)
|
boolean |
IResourceDetailsProperty.isPropertyAvailable(IResource resource)
Gets the propertyAvailable attribute of the IResorceDetailsProperty object |
com.sapportals.htmlb.Component |
IResourceDetailsProperty.renderDetailsProperty(IResource resource)
Renders the details property component |
java.util.List |
ResourcePropertiesFactory.getDetailsPropertiesList(IResource resource)
Gets the detailsPropertiesList attribute of the ResourcePropertiesFactory object |
java.util.List |
ResourcePropertiesFactory.getDetailsPropertiesList(IResource resource,
java.util.List aliasList)
Gets the detailsPropertiesList attribute of the ResourcePropertiesFactory object |
| 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 com.sapportals.htmlb.Component |
ResourceLinkUtil.renderResourceLink(IResource resource,
com.sapportals.htmlb.Component comp,
IProxy proxy,
com.sapportals.wcm.repository.service.layout.customizing.IParameters params)
|
static java.lang.String |
ResourceLinkUtil.getResourceLinkUrl(IResource resource,
IProxy proxy,
com.sapportals.wcm.repository.service.layout.customizing.IParameters params)
|
static java.lang.String |
ResourceLinkUtil.getContentLinkUrl(IResource resource,
IProxy proxy,
com.sapportals.wcm.repository.service.layout.customizing.IParameters params)
|
static com.sapportals.htmlb.Component |
PropertyRendererUtil.renderProperty(IProperty property,
IMetaName metaName,
IResource resource,
IProxy ctrl,
com.sapportals.wcm.repository.service.layout.customizing.IParameters parameters)
This Class allows standard (and special rendering of properties Rendering Classes . |
com.sapportals.htmlb.Component |
IModelledPropertyRenderer.renderProperty(IProperty property,
IMetaName metaName,
IResource resource,
IProxy proxy,
com.sapportals.wcm.repository.service.layout.customizing.IParameters parameters)
|
static com.sapportals.htmlb.Component |
MetaPropertyRendererUtil.render(IMetaName metaName,
IResource resource,
com.sapportals.wcm.repository.service.layout.customizing.IParameters params,
IProxy proxy,
boolean contentLink,
ResourceStateType state)
|
| Uses of IResource in com.sapportals.wcm.rendering.readymades |
| Constructors in com.sapportals.wcm.rendering.readymades with parameters of type IResource | |
ResourceDetailsLink(IResource resource,
com.sapportals.htmlb.Component comp)
|
|
ResourceImage(IResource resource,
com.sapportals.wcm.repository.service.layout.customizing.IParameters params,
IProxy proxy,
com.sapportals.wcm.rendering.readymades.ResourceImage.Mode mode)
|
|
PropertyComponent(IResource resource,
IProxy proxy,
IProperty property,
int linktype,
com.sapportals.wcm.repository.service.layout.customizing.IParameters parameters)
|
|
MetaPropertyComponent(IResource resource,
IProxy proxy,
IMetaName metaName,
boolean hasContentLink,
com.sapportals.wcm.repository.service.layout.customizing.IParameters parameters,
ResourceStateType state)
this constructor must be used when creating the component for rendering. |
|
CommandRenderer(IProxy proxy,
IResource resource,
java.lang.String commandAlias,
java.lang.String commandStyle,
boolean expanded,
java.lang.String imagePath)
|
|
UICommandComponent(IResource res,
IProxy proxy,
com.sapportals.wcm.repository.service.layout.customizing.IParameterName parameterName,
com.sapportals.wcm.repository.service.layout.customizing.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,
java.lang.String groupID,
java.lang.String menuType)
constructor to be used if no parameterization is available or is not used on purpose. |
|
ResourceLink(IResource resource,
com.sapportals.htmlb.Component comp,
IProxy proxy,
com.sapportals.wcm.repository.service.layout.customizing.IParameters parameters)
|
|
MenuBarComponent(IProxy proxy,
IResource resource,
java.lang.String group)
|
|
| 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 | |
void |
AbstractResourceRenderer.setResource(IResource resource)
Sets the resource attribute of the AbstractResourceRenderer object |
protected com.sapportals.htmlb.Component |
AbstractResourceRenderer.renderContentLink(IResource resource,
com.sapportals.htmlb.Component comp)
creates a link to show the content of the given resource. |
protected com.sapportals.htmlb.Component |
AbstractResourceRenderer.renderDetailsLink(IResource resource,
com.sapportals.htmlb.Component comp)
|
com.sapportals.htmlb.Component |
ResourceNavigationRenderer.renderContentLink(IResource resource,
com.sapportals.htmlb.Component comp)
creates a link to show the content of the given resource. |
com.sapportals.htmlb.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. |
IResourceRenderer |
ResourceRendererFactory.getResourceRenderer(IProxy proxy,
IResource outerResource,
IResource resource,
com.sapportals.wcm.repository.service.layout.customizing.flavor.IFlavor flavor)
returns a new instance of an IResourceRenderer.
|
IResourceRenderer |
ResourceRendererFactory.getResourceRenderer(IProxy proxy,
ITypedResourceList list,
IResource resource,
com.sapportals.wcm.repository.service.layout.customizing.flavor.IFlavor flavor)
returns a new instance of an IResourceRenderer.
|
void |
IResourceRenderer.setResource(IResource resource)
the resource to work with. |
| 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 | |
protected IResource |
AbstractUIGroupCommand.resource
|
protected IResource |
AbstractCommand.resource
Description of the Field |
IResource |
AbstractUIMassCommand.resource
Deprecated. Description of the Field |
protected IResource |
AbstractUICommand.resource
The resource for which the command operates its task |
| Methods in com.sapportals.wcm.rendering.uicommand that return IResource | |
IResource |
AbstractCommand.getResource()
returns the resource the command operates on |
protected IResource |
AbstractCommand.createResource(java.lang.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 |
IResource |
IUICommand.getResource()
returns the resource the command works with. |
IResource |
AbstractUICommand.getResource()
Returns the resource the command operates on |
protected IResource |
AbstractUICommand.createResource(java.lang.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 |
ICommand.getResource()
returns the resource the command works with. |
| Methods in com.sapportals.wcm.rendering.uicommand with parameters of type IResource | |
com.sapportals.htmlb.hovermenu.HoverMenu |
AbstractUIMenu.renderHoverMenu(IUIGroupCommand group,
IResource resource,
AbstractProxyControl proxy)
Render a hover menu for a IUIGroupCommand given |
protected boolean |
AbstractUIMenu.renderGroup(IUIGroupCommand group,
com.sapportals.htmlb.hovermenu.HoverMenu hoverMenu,
IResource resource,
AbstractProxyControl proxy,
boolean showSeparator,
boolean groupExpanded,
boolean groupIncluded)
Creates a hover menu component according with the input parameters |
protected com.sapportals.htmlb.Component |
AbstractUIMenu.getCommandLink(IResource resource,
IExecCommand command,
AbstractProxyControl proxy,
boolean renderDots)
|
com.sapportals.htmlb.Component |
UIIconMenu.renderMenu(IUIGroupCommand groupCommand,
IResource resource,
AbstractProxyControl proxy)
Creates a link menu component according with the input parameters |
UIBaseCommandList |
AbstractUIGroupCommand.getListWithReplaceCommands(IResource resource,
AbstractProxyControl proxy)
|
UIBaseCommandList |
AbstractUIGroupCommand.getResourceCommands(IResource resource,
AbstractProxyControl proxy)
|
void |
AbstractUIGroupCommand.setResource(IResource resource)
|
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 |
void |
AbstractCommand.setResource(IResource resource)
sets the resource the command shall operate on |
protected boolean |
AbstractCommand.othAvailable(IResource res,
IActionType actiontype)
|
protected java.lang.String |
AbstractCommand.getOTHDefinedURL(IResource res,
IActionType actiontype)
|
com.sapportals.htmlb.Component |
UITabMenu.renderMenu(IUIGroupCommand groupCommand,
IResource resource,
AbstractProxyControl proxy)
Creates a link menu component according with the input parameters |
com.sapportals.htmlb.Component |
IUIMenu.renderMenu(IUIGroupCommand groupCommand,
IResource resource,
AbstractProxyControl newProxy)
Creates a menu component according with the input parameters |
void |
UIMenuCommand.setResource(IResource resource)
|
void |
AbstractUIMassCommand.setResource(IResource resource)
Deprecated. |
IExecCommand |
UICommandFactory.getSingleCommandByAlias(java.lang.String commandalias,
IResource res)
|
IUIGroupCommand |
UICommandFactory.getGroupCommand(IResource resource,
com.sapportals.wcm.repository.service.layout.customizing.IParameterName group,
com.sapportals.wcm.repository.service.layout.customizing.flavor.IFlavor flavor,
java.util.Hashtable table)
returns the configured group command for the given resource. |
com.sapportals.htmlb.Component |
UIMenuBar.renderMenu(IUIGroupCommand groupCommand,
IResource resource,
AbstractProxyControl proxy)
creates a menu bar component according with the input parameters |
com.sapportals.htmlb.Component |
UILinkMenu.renderMenu(IUIGroupCommand groupCommand,
IResource resource,
AbstractProxyControl proxy)
Creates a link menu component according with the input parameters |
com.sapportals.htmlb.Component |
UIVerticalLinkMenu.renderMenu(IUIGroupCommand groupCommand,
IResource resource,
AbstractProxyControl proxy)
Creates a link menu component according with the input parameters |
com.sapportals.htmlb.Component |
UIMenuFactory.getRenderMenu(IResource resource,
java.lang.String menuType,
com.sapportals.wcm.repository.service.layout.customizing.IParameterName group,
com.sapportals.wcm.repository.service.layout.customizing.flavor.IFlavor flavor,
IProxy proxy)
Renders a menu component ( menu bar, hover menu, button menu or link menu) according with the input data |
com.sapportals.htmlb.Component |
UIMenuFactory.renderMenuForGroup(IResource resource,
java.lang.String menuType,
IUIGroupCommand groupCommand,
IProxy proxy)
Renders a menu component ( menu bar, hover menu, button menu or link menu) according with the input data |
com.sapportals.htmlb.Component |
UIMenuFactory.getRenderMenu(IResource resource,
java.lang.String menuType,
com.sapportals.wcm.repository.service.layout.customizing.IParameterName group,
java.lang.String groupID,
com.sapportals.wcm.repository.service.layout.customizing.flavor.IFlavor flavor,
IProxy proxy)
Renders a menu component ( menu bar, hover menu, button menu or link menu) according with the input data |
com.sapportals.htmlb.Component |
UIMenuFactory.getRenderMenu(IResource resource,
java.lang.String menuType,
com.sapportals.wcm.repository.service.layout.customizing.IParameterName group,
java.lang.String groupID,
com.sapportals.wcm.repository.service.layout.customizing.flavor.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 |
com.sapportals.htmlb.Component |
UISmallButtonMenu.renderMenu(IUIGroupCommand groupCommand,
IResource resource,
AbstractProxyControl proxy)
Creates a small button menu component according with the input parameters |
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 java.lang.String |
AbstractUICommand.getOTHDefinedURL(IResource res,
IActionType actiontype)
Returns the oth entry for a given IResource and a given
IActionType |
com.sapportals.htmlb.Component |
UIToolbarButtonMenu.renderMenu(IUIGroupCommand groupCommand,
IResource resource,
AbstractProxyControl proxy)
Creates a small button 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 |
void |
AbstractMassCommand.setResource(IResource resource)
|
com.sapportals.htmlb.Component |
UICommandRenderer.renderMassAction(IResource res,
com.sapportals.wcm.repository.service.layout.customizing.IParameterName parameterName)
renders the IUIGroupCommand defined for the given resource. |
com.sapportals.htmlb.Component |
UICommandRenderer.renderCollectionAction(IResource res,
com.sapportals.wcm.repository.service.layout.customizing.IParameterName parameterName)
renders the IUIGroupCommand defined for the given resource. |
com.sapportals.htmlb.Component |
UICommandRenderer.renderAction(IResource res,
com.sapportals.wcm.repository.service.layout.customizing.IParameterName parameterName)
renders the IUIGroupCommand defined for the given resource. |
com.sapportals.htmlb.Component |
UICommandRenderer.renderAsLink(IResource res,
com.sapportals.wcm.repository.service.layout.customizing.IParameterName parameterName)
renders the IUIGroupCommand defined for the given resource as
a list of links. |
com.sapportals.htmlb.Component |
UICommandRenderer.renderAsIcon(IResource res,
com.sapportals.wcm.repository.service.layout.customizing.IParameterName parameterName)
renders the IUIGroupCommand defined for the given resource as
a hover menu, opening from an icon. |
com.sapportals.htmlb.Component |
UICommandRenderer.renderCommandContentLink(IResource resource,
java.lang.String commandAlias,
com.sapportals.htmlb.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 com.sapportals.htmlb.Component |
UICommandRenderer.getCommandIconComponent(IUIBaseCommand command,
IResource resource)
|
IRenderingEvent |
ISimpleExecution.execute(IResource res,
com.sapportals.htmlb.event.Event event)
|
com.sapportals.htmlb.Component |
UIHoverMenu.renderMenu(IUIGroupCommand groupCommand,
IResource resource,
AbstractProxyControl proxy)
Creates a hover menu component according with the input parameters |
com.sapportals.htmlb.Component |
UIButtonMenu.renderMenu(IUIGroupCommand groupCommand,
IResource resource,
AbstractProxyControl proxy)
Creates a button menu component according with the input parameters |
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. |
| 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 |
IExtendedCollection.createExternalLink(java.lang.String name,
IUri absoluteTargetUri,
boolean isPermanent,
IPosition position,
IPropertyMap properties,
boolean ignorePropertyFailures)
Creates an external link, compatible to LinkType.EXTERNAL |
IResource |
IExtendedCollection.createInternalDynamicLink(java.lang.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(java.lang.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,
java.lang.String name,
IPosition position)
If called on a workspace controlled collection, a new version controlled resource based on the given revision is created |
IResource |
ResourceList.get(int index)
|
IResource |
ResourceList.set(int index,
IResource resource)
|
IResource |
ResourceList.remove(int index)
|
IResource |
TypedResourceList.remove(int index)
|
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 |
IInternalLinkResource.getTargetResource()
Gets the link target. |
IResource |
IVersionResource.getVersionHistoryResource()
|
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 |
IVersionHistoryResource.getRootVersionResource()
|
IResource |
IVersionHistoryResource.getVersionResourceByLabel(java.lang.String label)
|
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 |
ResourceListIterator.next()
|
IResource |
ResourceListIterator.previous()
|
IResource |
IResourceListIterator.next()
|
IResource |
IResourceListIterator.previous()
|
IResource |
IVersionHistory.getRevision(java.lang.String revisionID)
Get a versioned resource by revision identifier. |
IResource |
ICollection.createResource(java.lang.String name,
IPropertyMap properties,
IContent content)
Creates a new resource in a collection. |
IResource |
ICollection.createResource(java.lang.String name,
IPosition position,
IPropertyMap properties,
IContent content)
Creates a new resource in a collection that supports ordering. |
IResource |
ICollection.createResource(java.lang.String name,
IPropertyMap properties,
IContent content,
boolean ignorePropertyFailures)
Creates a new resource in a collection. |
IResource |
ICollection.createResource(java.lang.String name,
IPosition position,
IPropertyMap properties,
IContent content,
boolean ignorePropertyFailures)
Creates a new resource in a collection that supports ordering. |
IResource |
ICollection.createLink(java.lang.String name,
URL targetURL,
LinkType linkType,
IPropertyMap properties)
Creates a new link in a collection. |
IResource |
ICollection.createLink(java.lang.String name,
URL targetURL,
LinkType linkType,
IPosition position,
IPropertyMap properties)
Creates a new link in a collection that supports ordering. |
IResource |
ICollection.createLink(java.lang.String name,
URL targetURL,
LinkType linkType,
IPropertyMap properties,
boolean ignorePropertyFailures)
Creates a new link in a collection. |
IResource |
ICollection.createLink(java.lang.String name,
URL targetURL,
LinkType linkType,
IPosition position,
IPropertyMap properties,
boolean ignorePropertyFailures)
Creates a new link in a collection that supports ordering. |
IResource |
IVersionControlledResource.getCheckedInResource()
|
IResource |
IVersionControlledResource.getCheckedOutResource()
|
IResource |
IVersionControlledResource.getVersionHistoryResource()
|
| Methods in com.sapportals.wcm.repository with parameters of type IResource | |
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)
|
boolean |
TypedResourceList.remove(IResource resource)
|
java.util.Map |
TypedResourceList.getPropertyBag(IResource res)
|
void |
TypedResourceList.setPropertyBag(IResource res,
java.util.Map propertyBag)
|
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(java.lang.String memberName,
IPosition position,
IResource targetResource,
boolean overwrite)
Adds a new member name to the collection referencing the identified resource. |
void |
ResourceListIterator.set(IResource resource)
|
void |
ResourceListIterator.add(IResource resource)
|
void |
IResourceListIterator.set(IResource resource)
|
void |
IResourceListIterator.add(IResource resource)
|
java.util.Map |
ITypedResourceList.getPropertyBag(IResource resource)
|
void |
ITypedResourceList.setPropertyBag(IResource resource,
java.util.Map propertyBag)
Set a property bag for a resource contained in the list. |
IRidSet |
IVersionControlledResource.updateFromVersion(IResource version)
update content and dead properties from a specific version. |
| Uses of IResource in com.sapportals.wcm.repository.filter |
| Methods in com.sapportals.wcm.repository.filter that return IResource | |
IResource |
IContentFilter.getResource()
Returns the resource that will be filtered. |
IResource |
AbstractPropertyFilter.getResource()
|
IResource |
IPropertyFilter.getResource()
Returns the resource that will be filtered. |
| 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 |
IResourceEvent.getResource()
Get a reference to the IResource , that caused the event. |
IResource |
ResourceEvent.getResource()
|
| Methods in com.sapportals.wcm.repository.manager with parameters of type IResource | |
IEventList |
IResourceEventSender.getEvents(IResource resource)
This method is used to report all possible events for a resource. |
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 |
IResourceEventBroker.getEvents(IResource resource)
|
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)
|
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. |
IEventList |
IResourceEventMapper.getEvents(IResourceEventBroker broker,
IResource resource)
Get a list of available mapped resource events for a given broker. |
| 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,
java.lang.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,
java.lang.String correlationId)
Create resource event based on resource event type and resource. |
|
ResourceEvent(IResource resource,
int type,
java.lang.Object param)
Create resource event based on resource event type and resource. |
|
ResourceEvent(IResource resource,
int type,
java.lang.String correlationId,
java.lang.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 |
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 |
IResourceAcl |
IResourceAclManagerRaw.getAclRaw(IResource resource)
Get the - potentially raw - ACL of a specific resource. |
| Uses of IResource in com.sapportals.wcm.repository.service |
| Methods in com.sapportals.wcm.repository.service with parameters of type IResource | |
java.util.Collection |
IRepositoryServiceFactory.getAllRepositoryServices(IResource resource)
Get all services for a given resource. |
IRepositoryService |
IRepositoryServiceFactory.getRepositoryService(IResource resource,
java.lang.String servicetype)
Get a specific service for a given resource. |
boolean |
IRepositoryServiceFactory.isRepositoryServiceAvailable(IResource resource,
java.lang.String servicetype)
Checks if the service is avaible. |
| Uses of IResource in com.sapportals.wcm.repository.service.accessstatistic |
| Methods in com.sapportals.wcm.repository.service.accessstatistic with parameters of type IResource | |
java.util.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 |
IApplicationProperties.getProperty(IPropertyName propertyName,
IResource resource,
java.lang.String userID)
|
IAppPropertyMap |
IApplicationProperties.getProperties(java.lang.String namespace,
IResource resource,
java.lang.String userID)
|
IAppPropertyMap |
IApplicationProperties.getProperties(IResource resource,
java.lang.String userID)
|
void |
IApplicationProperties.deleteProperty(IPropertyName propertyName,
IResource resource,
java.lang.String userID)
|
IAppProperty |
IApplicationProperties.getProperty(IPropertyName propertyName,
IResource resource)
|
IAppPropertyMap |
IApplicationProperties.getProperties(java.lang.String namespace,
IResource resource)
|
void |
IApplicationProperties.setProperty(IAppProperty property,
IResource resource)
|
IAppPropertyMap |
IApplicationProperties.getProperties(IResource resource)
|
IAppPropertyCollection |
IApplicationProperties.getProperties(IPropertyName propertyName,
IResource resource)
|
void |
IApplicationProperties.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,
java.lang.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 |
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()
|
IResource |
SingleDiscPersistenceData.getSelectedPostInTree()
|
| Methods in com.sapportals.wcm.repository.service.discussion with parameters of type IResource | |
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. |
void |
SingleDiscPersistenceData.setSelectedPostInTree(IResource resource)
|
| 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,
java.lang.String Text)
Adds a feedback item to the specified resource. |
boolean |
IFeedback.addFeedback(IResource resource,
java.lang.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.personalnote |
| Methods in com.sapportals.wcm.repository.service.personalnote with parameters of type IResource | |
boolean |
IPersonalNote.addComment(IResource resource,
java.lang.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. |
java.lang.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. |
java.util.HashMap |
IRating.getLocalResourceBundle(IResource res)
Gets a hashmap that contains the individually set rating texts. |
void |
IRating.deleteUserVoting(IResource resource,
java.lang.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 | |
IStatemanagementResource |
IStatemanagementManager.getStatemangementResource(IResource impResource)
Gets an instance of the IStatemanagementResource 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. |
java.lang.Integer |
IStatemanagementUtils.readCurrentStep(IResource impResource)
Deprecated. Reads the last step approved for a resource. |
java.lang.Integer |
IStatemanagementUtils.readNextStep(IResource impResource)
Deprecated. Reads the index of the next step to be approved. |
void |
IStatemanagementUtils.saveCurrentStep(IResource impResource,
java.lang.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,
java.lang.String impFeedbackText)
Deprecated. Wrapper method for saving feedback from the service servlet for the feedback service |
boolean |
ITransition.execute(IResource aResource)
Deprecated. Executes the transition |
boolean |
ITransition.isAllowed(IResource aResource)
Deprecated. Check whether the transition is allowed for a resource |
ITransitionList |
IStatemanagement.getTransitions(IResource aResource)
Deprecated. Returns all transitions defined in the workflow process for a resource |
java.lang.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 | |
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. |
static ISubscriptionManager |
SubscriptionUtils.getSubscriptionManager(IResource resource)
Gets the ISubscriptionManager for a given resource. |
ISubscription |
ISubscriptionManager.createSubscription(IResourceContext context,
java.lang.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,
java.lang.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,
java.lang.String owner,
IResource resource)
Returns all matching subscriptions with a specified owner and resource. |
java.util.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. |
java.util.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. |
java.util.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,
java.lang.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. |
| 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,
java.util.Date validDate)
Saves the date on which a resource will be hidden. |
void |
ITimebasedPublishServiceManager.saveInvalidDate(IResource impResource,
java.util.Date invalidDate)
Saves the date on which a resource will become visible. |
java.util.Date |
ITimebasedPublishServiceManager.readValidDate(IResource impResource)
Reads the date on which a resource will be visible. |
java.util.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 |
IObjectFactory.isA(java.lang.Class classRef,
IResource resource)
Get the A attribute of the ITypeCastProvider object. |
java.lang.Object |
IObjectFactory.as(java.lang.Class classRef,
IResource resource)
|
java.util.Collection |
IObjectFactory.listTypes(IResource resource)
|
boolean |
IObjectFactoryRegistry.isA(java.lang.Class cl,
IResource res)
Get the A attribute of the ITypeCastRegistry object. |
java.lang.Object |
IObjectFactoryRegistry.as(java.lang.Class cl,
IResource res)
|
boolean |
DefaultObjectFactory.isA(java.lang.Class interfaceRef,
IResource resource)
Get the A attribute of the DefaultTypeCastProvider object. |
java.lang.Object |
DefaultObjectFactory.as(java.lang.Class classRef,
IResource resource)
|
java.util.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,
java.lang.String resourceType)
Checks if a resource is of a given resourceType. |
| 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,
java.lang.String localhost,
java.lang.String localFile,
java.lang.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,
java.lang.String localhost,
java.lang.String localFile,
java.lang.String checkoutMode)
Sets a checkout status |
java.lang.String |
ICheckout.getCheckoutMode(IResource resource)
Gets the current checkout status |
java.lang.String |
ICheckout.getCheckoutHost(IResource resource)
Returns the host to which the file is checked out to |
java.lang.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 | |
abstract int |
AbstractPushedResultReceiver.onCrawlNext(IResource resource)
Deprecated. Inform the receiver about the next visited resource inside a colleciton. |
WcmException |
AbstractPushedResultReceiver.onCrawlException(java.lang.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. |
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). |
WcmException |
AbstractListResultReceiver.onCrawlException(java.lang.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. |
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(java.lang.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(java.lang.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(java.lang.String type,
ICrawlerResultReceiver receiver,
IResource startResource,
AbstractSpecialCrawlerParameters parameters)
Deprecated. Create a new crawler for the given parameters. |
void |
ICrawler.setStartResource(IResource resource)
Deprecated. Set the starting point for this crawler. |
WcmException |
ICrawlerResultReceiver.onCrawlException(java.lang.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 |
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,
java.lang.String serviceType)
Returns the index in which the document is indexed depending on the specified service type. |
java.util.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. For repositories that send cm events, documents are indexed automatically when their content or their properties are changed. For repositories that do not support eventing, for example, Web repositories, a delta index crawler should be scheduled for the index folders that need to be updated. |
void |
IIndex.deindexDocument(IResource resource)
Removes a document from the index. |
java.lang.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. its service types. |
boolean |
IIndex.typeShouldBeIndexed(IResource resource)
|
void |
IndexServiceEvent.setResource(IResource resource)
|
void |
IIndexServiceEvent.setResource(IResource resource)
Sets the resource of the event. |
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)
|
void |
ITaskQueueHandler.indexDocument(IIndex index,
IResource document,
IResourceEvent event)
Indexes a document into an index. |
| Constructors in com.sapportals.wcm.service.indexmanagement with parameters of type IResource | |
IndexServiceEvent(int type,
IResource resource,
java.lang.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 |
DocClassificationMap.getDocument()
Get the Document attribute of the IDocClassificationMap object. |
IResource |
IClusterResultDocument.getResource()
|
IResource |
IDocClassificationMap.getDocument()
Get the Document attribute of the IDocClassificationMap object. |
IResource |
ITaxonomyTransport.exportDTD(ICollection exportColl)
|
| Methods in com.sapportals.wcm.service.indexmanagement.retrieval.classification with parameters of type IResource | |
void |
AbstractClassificationIndex.setDocumentClassification(IResource document,
java.util.Map classification)
Deprecated. as of NW04. Use setDocClassification(IResource,Map) |
void |
AbstractClassificationIndex.setDocumentClassification(IResource document,
java.util.Map classification,
boolean indexDocumentClassification)
Deprecated. as of NW04. Use setDocClassification(IResource,Map,boolean) |
void |
AbstractClassificationIndex.setDocumentClassification(IResource document,
java.util.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)
|
java.util.Map |
AbstractClassificationIndex.getDocumentClassification(IResource document)
Deprecated. as of NW04. Use getDocClassification(IResource) |
void |
AbstractClassificationIndex.indexDocument(IResource resource,
java.lang.String taxonomyName,
IUriList taxonomyClasses,
boolean isSearchRelevant)
Deprecated. as of NW04. Use indexDocument(IResource, String, IRidList, boolean) |
void |
AbstractClassificationIndex.indexDocument(IResource resource,
java.lang.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,
java.lang.String taxonomyName)
|
void |
AbstractClassificationIndex.setDocumentClassificationStatus(IResource document,
java.lang.String taxonomyName,
ClassificationStatus status)
Sets the classification status of a document for a taxonomy |
void |
AbstractClassificationIndex.setDocumentClassificationStatus(IResource document,
java.lang.String taxonomyName,
ClassificationStatus status,
java.lang.String notToSend)
Sets the classification status of a document for a taxonomy |
void |
AbstractClassificationIndex.setDocumentClassificationStatus(IResource document,
java.lang.String taxonomyName,
ClassificationStatus status,
boolean sendEvents,
java.lang.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)
|
void |
ITaxonomyTransport.importTaxonomy(IResource taxDocument,
IClassificationIndex index)
Imports a taxonomy. |
void |
IClassificationIndex.indexDocument(IResource resource,
java.lang.String taxonomyName,
IUriList taxonomyClasses,
boolean isSearchRelevant)
Deprecated. as of NW04. Use indexDocument(IResource, String, IRidList, boolean) |
void |
IClassificationIndex.indexDocument(IResource resource,
java.lang.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. For repositories that send cm events, documents are indexed automatically when their content or their properties are changed. For repositories that do not support eventing, for example, Web repositories, a delta index crawler should be scheduled for the index folders that need to be updated. |
java.util.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,
java.util.Map classification)
Deprecated. as of NW04. Use setDocClassification(IResource,Map) |
void |
IClassificationIndex.setDocumentClassification(IResource document,
java.util.Map classification,
boolean indexDocumentClassification)
Deprecated. as of NW04. Use setDocClassification(IResource,Map,boolean) |
void |
IClassificationIndex.setDocumentClassification(IResource document,
java.util.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,
java.lang.String taxonomyName)
Gets the classification status of a document for a taxonomy |
void |
IClassificationIndex.setDocumentClassificationStatus(IResource document,
java.lang.String taxonomyName,
ClassificationStatus status)
Sets the classification status of a document for a taxonomy |
void |
IClassificationIndex.setDocumentClassificationStatus(IResource document,
java.lang.String taxonomyName,
ClassificationStatus status,
java.lang.String notToSend)
This method is for internal usage only |
void |
IClassificationIndex.setDocumentClassificationStatus(IResource document,
java.lang.String taxonomyName,
ClassificationStatus status,
boolean sendEvents,
java.lang.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)
|
| 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. |
java.lang.String |
IMimeHandlerService.getImage(IResource resource)
Deprecated. as of NW04. Use IMime#getImage instead |
java.lang.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 javax.mail.internet.MimeMessage |
MimeUtils.setContent(javax.mail.internet.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 | |
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,
java.util.Properties props)
Get the URL attribute of the IObjectTypeHandler object. |
java.lang.String |
ObjectTypeHandlerUtil.writeDebugInformation(IResource res,
IObjectTypeHandlerList result)
|
URL |
GenericObjectTypeHandler.getURL(IResource resource,
IActionType actionType)
Get the URL attribute of the GenericObjectTypeHandler object. |
URL |
GenericObjectTypeHandler.getURL(IResource resource,
IActionType actionType,
java.util.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,
java.util.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 | |
abstract IResource |
AbstractRelationOperand.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()
|
IResource |
StringOperand.asResource()
|
| Constructors in com.sapportals.wcm.service.relation.operands with parameters of type IResource | |
ResourceOperand(IResource resource)
Create a RelationOperand out of a IResource . |
|
ResourceOperandType(IResource resource)
Create a resource operand type for a given resource's type. |
|
| Uses of IResource in com.sapportals.wcm.service.urlgenerator |
| Methods in com.sapportals.wcm.service.urlgenerator with parameters of type IResource | |
java.lang.String |
IURLGeneratorService.resolvePlaceholders(java.lang.String uri,
IResource resource)
Resolves all placeholders contained in uri by their
corresponding values. |
java.lang.String |
IURLGenerator.replaceURIPlaceholders(java.lang.String uri,
IResource resource)
Deprecated. Replaces placeholders in URI |
| Uses of IResource in com.sapportals.wcm.service.xmlforms |
| Methods in com.sapportals.wcm.service.xmlforms with parameters of type IResource | |
IXFProject |
IXFService.getXFProjectForRersource(IResource item)
Gets the projct for this item type |
java.lang.String |
IXFService.getXFProjectIDForResource(IResource item)
Gets project id from resource type |
java.lang.String |
IXMLFormsService.getFormTypeFromResource(IResource res)
Deprecated. Get from id from resource type |
java.util.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 |
java.io.InputStream |
IXMLFormsService.getFormDisplay(java.lang.String FormType,
IResource resource)
Deprecated. Get an display forms from the xmlforms framework |
java.io.InputStream |
IXMLFormsService.getFormEdit(java.lang.String FormType,
IResource resource)
Deprecated. Get an edit forms from the xmlforms framework |
java.io.InputStream |
IXFTransformation.render(IResource item,
java.util.Hashtable parameters)
Apply transformation on an XML item to generate HTML |
java.io.InputStream |
IXFTransformation.renderWithPreview(IResource previewItem,
java.lang.String dstPath,
java.util.Hashtable parameters)
Apply transformation on a temporary (author preview) XML item to generate HTML |
|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||