|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IResourceContext | |
| 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.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.service | Contains the repository service factory interface. |
| com.sapportals.wcm.repository.service.appproperties | Contains classes and interfaces to persist information related to resources on the database. |
| 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.statemanagement | Provides a service that keeps track of the status of resources. |
| com.sapportals.wcm.repository.service.subscription | Provides a service that creates and manages subscriptions for resources. |
| com.sapportals.wcm.service.actioninbox | Provides a service that handles notifications by saving them as action items. |
| 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.notificator | Provides a service for sending notifications. |
| 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.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. |
| com.sapportals.wcm.service.xmlforms.validation | |
| Uses of IResourceContext in com.sapportals.wcm.rendering.base |
| Methods in com.sapportals.wcm.rendering.base that return IResourceContext | |
IResourceContext |
IProxy.getResourceContext()
returns the context of the implementing class |
| Methods in com.sapportals.wcm.rendering.base with parameters of type IResourceContext | |
void |
IRendererStatus.setTypedResourceList(ITypedResourceList list,
IResourceContext context)
sets the ITypedResourceList, whose elements are handled within this
status. |
void |
IUIBaseCommand.setResourceContext(IResourceContext context)
Sets the resourceContext for IUIBaseCommand |
| Constructors in com.sapportals.wcm.rendering.base with parameters of type IResourceContext | |
NavigationMemory(int size,
RID startRID,
IResourceContext context)
|
|
NavigationMemory(int size,
IResourceContext context)
|
|
| Uses of IResourceContext in com.sapportals.wcm.rendering.collection |
| Fields in com.sapportals.wcm.rendering.collection declared as IResourceContext | |
protected IResourceContext |
AbstractRendererStatus.context
|
| Methods in com.sapportals.wcm.rendering.collection that return IResourceContext | |
IResourceContext |
LightCollectionRenderer.getResourceContext()
|
IResourceContext |
ICollectionRenderer.getResourceContext()
|
| Methods in com.sapportals.wcm.rendering.collection with parameters of type IResourceContext | |
void |
LightCollectionRenderer.setResourceContext(IResourceContext context)
|
void |
ICollectionRenderer.setResourceContext(IResourceContext context)
sets the context-attribute for the renderer. |
void |
AbstractRendererStatus.setTypedResourceList(ITypedResourceList resourcelist,
IResourceContext context)
sets the typed resource list attribute for this status At the same time, it sets the internal attribute for an ICollection to null
to prevent that a resource list and a collection with children are active within the status at the
same time. |
java.lang.String |
ComponentFactory.getPresentConfiguration(IResourceContext context,
java.lang.String style,
boolean showJavaClassNames)
returns a string representation of the structure of all defined groupcommands with their children. |
java.util.List |
ComponentFactory.getPresentConfiguration(IResourceContext context)
returns a list of setting information of the groupcommands. |
| Uses of IResourceContext in com.sapportals.wcm.rendering.detailsoverview |
| Methods in com.sapportals.wcm.rendering.detailsoverview with parameters of type IResourceContext | |
protected java.lang.String |
AbstractResourceDetailsOverview.getBundleValue(java.lang.String bundleKey,
IResourceContext context)
reads from bundle file the value for the given bundle key |
| Uses of IResourceContext in com.sapportals.wcm.rendering.detailsproperties |
| Methods in com.sapportals.wcm.rendering.detailsproperties with parameters of type IResourceContext | |
protected java.lang.String |
AbstractResourceDetailsProperties.getPropertyLabel(IProperty property,
IResourceContext context)
|
| Uses of IResourceContext in com.sapportals.wcm.rendering.uicommand |
| Fields in com.sapportals.wcm.rendering.uicommand declared as IResourceContext | |
protected IResourceContext |
AbstractUIGroupCommand.context
|
protected IResourceContext |
AbstractCommand.context
|
protected IResourceContext |
AbstractUIMassCommand.context
Deprecated. |
protected IResourceContext |
AbstractUICommand.context
|
| Methods in com.sapportals.wcm.rendering.uicommand that return IResourceContext | |
IResourceContext |
AbstractUIGroupCommand.getResourceContext()
Sets the resourceContext attribute of the UIGroupCommand object |
IResourceContext |
AbstractUIMassCommand.getResourceContext()
Deprecated. |
IResourceContext |
AbstractMassCommand.getResourceContext()
|
| Methods in com.sapportals.wcm.rendering.uicommand with parameters of type IResourceContext | |
void |
AbstractUIGroupCommand.writePresentConfiguration(java.util.List list,
int depth,
IResourceContext context)
|
void |
AbstractUIGroupCommand.setResourceContext(IResourceContext context)
Sets the resourceContext attribute of the UIGroupCommand object |
protected void |
AbstractCommand.createResource(IResourceContext context,
RID rid)
creates an IResource from the given parameters and sets it as the
member variable. |
void |
AbstractCommand.setResourceContext(IResourceContext context)
Sets the resourceContext attribute of the AbstractUICommand object |
void |
UIMenuCommand.setResourceContext(IResourceContext context)
Sets the resourceContext attribute of the UIGroupCommand object |
void |
AbstractUIMassCommand.setResourceContext(IResourceContext context)
Deprecated. Sets the resourceContext for IUICommand |
void |
AbstractUIMassCommand.setTargetParameters(java.util.List values,
IResourceContext context)
Deprecated. sets the given parameters for this class. |
IUIBaseCommand |
UICommandFactory.getCommandByAlias(java.lang.String alias,
IResourceContext context)
returns a command that is mapped to the given alias. |
IUIBaseCommand |
UICommandFactory.decodeTargetCommand(java.util.ArrayList values,
IResourceContext context,
IProxy proxy)
returns a properly created instance of an IUICommand as it was
encoded in the given array list by the factories createTarget.
|
IExecCommand |
UICommandFactory.decodeTarget(java.util.ArrayList values,
IResourceContext context,
IProxy proxy)
returns a properly created instance of an IUICommand as it was
encoded in the given array list by the factories createTarget.
|
IMassExecCommand |
UICommandFactory.decodeMassTarget(java.util.ArrayList values,
IResourceContext context,
IProxy proxy)
returns a properly created instance of an IUIMassCommand as it
was encoded in the given array list by the factories createTarget
. |
IUIBaseCommand |
UICommandFactory.getGroupCommandByID(java.lang.String groupID,
IResourceContext context)
returns a new instance - ready to use - for the groupcommand that is mapped to the given parameter. |
java.lang.String |
UICommandFactory.getPresentConfiguration(IResourceContext context,
java.lang.String style,
boolean showJavaClassNames)
returns a string representation of the structure of all defined groupcommands with their children. |
java.util.List |
UICommandFactory.getPresentConfiguration(IResourceContext context)
returns a list of setting information of the groupcommands. |
java.lang.Boolean |
UICommandFactory.checkSecurity(IExecCommand command,
IResourceContext context)
|
protected void |
AbstractUICommand.createResource(IResourceContext context,
RID rid)
Creates an IResource from the given parameters and sets it as the
member variable. |
void |
AbstractUICommand.setResourceContext(IResourceContext context)
Sets the IResourceContext |
void |
IUIGroupCommand.writePresentConfiguration(java.util.List list,
int depth,
IResourceContext context)
for debug purpose |
void |
AbstractMassCommand.setResourceContext(IResourceContext context)
Sets the resourceContext for IUICommand |
void |
AbstractMassCommand.setTargetParameters(java.util.List values,
IResourceContext context)
sets the given parameters for this class. |
void |
IExecCommand.setTargetParameters(java.util.List p0,
IResourceContext p1)
sets the parameters the command returned in its getTargetParameters
method as well as the resource context. |
| Uses of IResourceContext in com.sapportals.wcm.repository |
| Classes in com.sapportals.wcm.repository that implement IResourceContext | |
class |
ResourceContext
Instances of this class contain information about the context the client is running is (request, session, etc.) |
| Methods in com.sapportals.wcm.repository that return IResourceContext | |
IResourceContext |
ResourceContext.cloneContext()
Clone resource context. |
IResourceContext |
IResourceFactory.getServiceContext()
Returns a new resource context for services with an anonymous user |
IResourceContext |
IResourceFactory.getServiceContext(java.lang.String userID)
Returns a new resource context for services with an anonymous user |
IResourceContext |
IResource.getContext()
Returns the resource context |
| Methods in com.sapportals.wcm.repository with parameters of type IResourceContext | |
java.lang.String |
Property.getDescription(IResourceContext context)
|
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. |
java.lang.Object |
IResourceFactory.getObject(RID rid,
IResourceContext context,
java.lang.Class asClass)
Returns a resource object converted into a semantic object 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. |
IResourceList |
IResourceFactory.getResources(IUriList uriList,
ResourceErrors errors,
IResourceContext context)
Deprecated. As of EP 5.0 SP3, replaced by getResources() method with IRidList parameter. |
IResourceList |
IResourceFactory.getResources(IRidList ridList,
ResourceErrors errors,
IResourceContext context)
Returns a list of resource instances for an array of resource identifiers. |
IResourceList |
IResourceFactory.getResources(IRidList ridList,
ResourceErrors errors,
java.lang.String[] permissionNames,
IResourceContext context)
Returns a list of resource instances for an array of resource identifiers and removes resources without the specified permission(s) from the result list. |
IResourceList |
IResourceFactory.getResources(IRidList ridList,
java.util.Map propertyMaps,
ResourceErrors errors,
IResourceContext context)
Returns a list of resource instances for a list of resource identifiers and possible {@IPropertyMap}s for the resources. |
IResourceList |
IResourceFactory.getResources(IRidList ridList,
java.util.Map propertyMaps,
ResourceErrors errors,
java.lang.String[] permissionNames,
IResourceContext context)
Returns a list of resource instances for a list of resource identifiers and possible {@IPropertyMap}s for the resources. |
boolean |
IResourceFactory.checkExistence(URI uri,
IResourceContext context)
Deprecated. As of EP 5.0 SP3, replaced by method with RID parameter. |
boolean |
IResourceFactory.checkExistence(RID rid,
IResourceContext context)
Returns true if a resource exists for the given resource
identifier.
|
java.lang.String |
IProperty.getDescription(IResourceContext context)
|
| Uses of IResourceContext in com.sapportals.wcm.repository.filter |
| Methods in com.sapportals.wcm.repository.filter with parameters of type IResourceContext | |
IUriFilter |
IUriFilterManager.getFilter(URI uri,
IResourceContext context)
Deprecated. Returns a filter object that should be applied to the URI. |
IRidFilter |
IRidFilterManager.getFilter(RID rid,
IResourceContext context)
Returns a filter object that will be used to process the RID or null
. |
| Uses of IResourceContext in com.sapportals.wcm.repository.manager |
| Fields in com.sapportals.wcm.repository.manager declared as IResourceContext | |
protected IResourceContext |
ResourceEvent.resourceContext
Resource context asscociated to the event |
| Methods in com.sapportals.wcm.repository.manager that return IResourceContext | |
IResourceContext |
ResourceEvent.getResourceContext()
Returns the resource context used when the event was build. |
| Methods in com.sapportals.wcm.repository.manager with parameters of type IResourceContext | |
static boolean |
ResourceEventUtils.isVisible(IResource resource,
IResourceContext context)
|
static boolean |
ResourceEventUtils.isVisibleWithLaterVersion(IResource resource,
IResourceContext context)
|
RID |
IAclInheritanceController.getLegator(RID currentResource,
IResourceContext context)
Returns the legator of a resource given by its RID. |
IRidSet |
ISecurityManager.isAllowed(IRidList ridList,
com.sapportals.portal.security.usermanagement.IUser user,
IPermissionList permissions,
IResourceContext context)
Checks, whether a user has some permissions on all specified resources. |
| Uses of IResourceContext in com.sapportals.wcm.repository.manager.entrypoints |
| Methods in com.sapportals.wcm.repository.manager.entrypoints with parameters of type IResourceContext | |
protected IProperty |
AbstractEntryPointsProvider.getPropertyForInternalLink(IPropertyName propertyName,
RID targetRid,
IResourceContext context,
boolean nameAsFallback)
Gets a property for an internal link. |
protected IPropertyMap |
AbstractEntryPointsProvider.getPropertiesForInternalLink(RID targetRid,
IResourceContext context,
boolean nameAsFallback)
|
| Uses of IResourceContext in com.sapportals.wcm.repository.service |
| Methods in com.sapportals.wcm.repository.service with parameters of type IResourceContext | |
java.lang.String |
IRepositoryService.acceptServletCall(java.util.Properties properties,
IResourceContext context)
This method is called by the eServiceServlet to perform some
action. |
| Uses of IResourceContext in com.sapportals.wcm.repository.service.appproperties |
| Methods in com.sapportals.wcm.repository.service.appproperties with parameters of type IResourceContext | |
IAppProperty |
IApplicationProperties.getProperty(IPropertyName propertyName,
RID resourceID,
java.lang.String userID,
IResourceContext context)
Returns the personalized property for the specified resource and user ID. |
IResourceAppPropertyMap |
IApplicationProperties.getProperty(IPropertyName propertyName,
IRidList ridList,
java.lang.String userID,
IResourceContext context)
Returns the specified personalized property for all resources IDs in the list and the specified user ID. |
IAppPropertyMap |
IApplicationProperties.getProperties(java.lang.String namespace,
RID resourceID,
java.lang.String userID,
IResourceContext context)
Returns all personalized properties of a resource for a namespace and the user ID. |
IAppPropertyMap |
IApplicationProperties.getProperties(RID resourceID,
java.lang.String userID,
IResourceContext context)
Returns all personalized properties of a resource. |
void |
IApplicationProperties.deleteProperty(IPropertyName propertyName,
RID resourceID,
java.lang.String userID,
IResourceContext context)
Deletes a personalized property. |
IAppProperty |
IApplicationProperties.getProperty(IPropertyName propertyName,
RID resourceID,
IResourceContext context)
Returns the property for the specified resource identifier and name. |
IResourceAppPropertyMap |
IApplicationProperties.getProperty(IPropertyName propertyName,
IRidList ridList,
IResourceContext context)
Returns the properties with the specified name and for all RIDs in the list. |
IAppPropertyMap |
IApplicationProperties.getProperties(java.lang.String namespace,
RID resourceID,
IResourceContext context)
Returns all application properties for the specified namespace and RID (but not the personalized properties). |
IAppPropertyMap |
IApplicationProperties.getProperties(RID resourceID,
IResourceContext context)
Returns all application properties for the specified RID (not the personalized properties) |
IAppPropertyCollection |
IApplicationProperties.getProperties(IPropertyName propertyName,
RID resourceID,
IResourceContext context)
Returns all personalized properties for a given property name and RID. |
void |
IApplicationProperties.deleteProperty(IPropertyName propertyName,
RID resourceID,
IResourceContext context)
Deletes the property with the specified name from the persistent storage. |
void |
IApplicationProperties.setProperty(IAppProperty property,
RID resourceID,
IResourceContext context)
Stores the property for the specified RID in some persistent storage. |
IRidList |
IApplicationProperties.search(IPropertyName name,
java.lang.String userID,
java.lang.Object value,
Operator op,
boolean multiValued,
IResourceContext context)
Queries all properties and returns a list of RIDs that match the search criteria. |
| Uses of IResourceContext in com.sapportals.wcm.repository.service.discussion |
| Methods in com.sapportals.wcm.repository.service.discussion that return IResourceContext | |
IResourceContext |
IDiscussionItem.getResourceContext()
Gets resource context of a discussion item. |
IResourceContext |
IDiscussion.getResourceContext()
Gets context of a discussion resource. |
| Methods in com.sapportals.wcm.repository.service.discussion with parameters of type IResourceContext | |
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). |
IDiscussionItem |
IDiscussionManager.getTopic(RID itemRid,
IResourceContext resourceContext)
Gets the discussion topic for a discussion item. |
IDiscussionItem |
IDiscussionManager.getTopDiscussionItem(RID itemRid,
IResourceContext resourceContext)
Gets the discussion topic for a discussion item. |
void |
IDiscussionManager.deleteDiscussion(RID resourceRid,
IResourceContext context)
Deletes an IDiscussion instance and all discussion data for an attached primary resource.
|
void |
IDiscussionItem.setResourceContext(IResourceContext resourceContext)
Sets the resource context of a discussion item. |
void |
IDiscussion.setResourceContext(IResourceContext context)
Sets the context for a discussion resource. |
| Uses of IResourceContext in com.sapportals.wcm.repository.service.statemanagement |
| Methods in com.sapportals.wcm.repository.service.statemanagement with parameters of type IResourceContext | |
ITransitionList |
IStatemanagement.getTransitions(IResourceList aResourceList,
IResourceContext aContext)
Deprecated. Returns all transitions defined in the workflow process for a resource list |
void |
IStatemanagement.executeTransition(ITransition aTransition,
IResourceList aResourceList,
IResourceContext aContext)
Deprecated. Executes the specified transition for a list of resources |
void |
IStatemanagement.setInitialState(IResourceList aResourceList,
IResourceContext aContext)
Deprecated. Sets the initial state for a list of resources (i.e. in progress) |
| Uses of IResourceContext in com.sapportals.wcm.repository.service.subscription |
| Methods in com.sapportals.wcm.repository.service.subscription with parameters of type IResourceContext | |
ISubscription |
ISubscriptionManager.createSubscription(IResourceContext context,
java.lang.String name,
ISubscriptionCondition condition,
IResourceList resources,
IChannel channel,
IRecipientList recipients,
ISubscriptionAttributes attributes)
Creates a new subscription with the specified attributes for several resources and recipients. |
ISubscriptionList |
ISubscriptionManager.deleteSubscriptionsForUser(IResourceContext context,
IRecipient deletedUser,
IRecipient newUser,
boolean replaceOnlyOwnedSubscriptions)
Deletes all subscriptions for a given user. This method might be called if a user does no longer exist in the system, and his subscriptions should be clean up. |
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. |
IRidList |
ISubscriptionManager.checkRIDsForSubscription(IResourceContext context,
java.lang.String owner,
IRidList RIDs)
Checks if at least one subscription exists for each given RID. |
IRidList |
ISubscriptionManager.checkResourcesForSubscription(IResourceContext context,
java.lang.String owner,
IResourceList resources)
Checks if at least one subscription exists for each given resource. |
ISubscription |
ISubscriptionManager.getSubscription(IResourceContext context,
java.lang.String id)
Gets the subscription with the specified ID. |
ISubscriptionList |
ISubscriptionManager.getSubscriptions(IResourceContext context,
RID rid,
boolean includeSubfolders)
Gets all subscriptions for a specified rid. |
ISubscriptionList |
ISubscriptionManager.getPassiveSubscriptions(IResourceContext context,
IRecipient recipient)
Gets all passive subscriptions for a specified recipient. |
ISubscriptionList |
ISubscriptionManager.getSubscriptions(IResourceContext context,
java.lang.String owner,
IResource resource)
Returns all matching subscriptions with a specified owner and resource. |
ISubscriptionList |
ISubscriptionManager.getSubscriptions(IResourceContext context,
java.lang.String owner)
Returns all matching subscriptions for a specified owner. |
ISubscriptionList |
ISubscriptionManager.getSubscriptions(IResourceContext context,
IRecipient recipient,
boolean resolveIncludedUsers)
Returns all matching subscriptions for a specified recipient. |
boolean |
ISubscriptionManager.checkPermission(IResourceContext context,
java.lang.String permissionName,
IResourceList resources)
Checks whether the user stored in the context has the specified subscription permission for the list of resources. |
boolean |
ISubscriptionManager.checkPermission(IResourceContext context,
java.lang.String permissionName,
IResource resource)
Checks subscription permission for the user from the specified context. |
| Uses of IResourceContext in com.sapportals.wcm.service.actioninbox |
| Methods in com.sapportals.wcm.service.actioninbox with parameters of type IResourceContext | |
IActionInboxItemCategory |
IActionInboxCategory.getItemCategory(IResourceContext context,
com.sapportals.portal.security.usermanagement.IUMPrincipal owner)
Get an item category for a specific user/group/role. |
IResource |
IActionInboxItemCategory.getResource(IResourceContext context)
Get the resource associated to this item category. |
IActionInboxItemList |
IActionInboxItemCategory.getItems(IResourceContext context)
Get a list with the available items for this item category. |
IActionInboxItemList |
IActionInboxItemCategory.getItems(IResourceContext context,
boolean withUnread,
boolean withRead,
boolean withDone)
Get a list with the available items for this item category for a given state. |
IActionInboxItem |
IActionInboxItemCategory.getItem(IResourceContext context,
java.lang.String itemID)
Get a specific item. |
IActionInboxItem |
IActionInboxItemCategory.createItem(IResourceContext context,
IActionInboxItemProducer producer,
IActionInboxNotification notification,
java.lang.String linkID)
Create a new item in the item category. |
IActionInboxItemList |
IActionInboxItemCategory.getItemsTop(IResourceContext context,
int topNumber)
Get a list with the available items for this item category depending on certain parameters. |
IActionInboxItemList |
IActionInboxItemCategory.getItemsTop(IResourceContext context,
int topNumber,
int depth,
java.lang.String sortedBy,
boolean ascending)
Get a list with the available items for this item category depending on certain parameters. |
IActionInboxItemList |
IActionInboxItemCategory.getItemsTop(IResourceContext context,
boolean withUnread,
boolean withRead,
boolean withDone,
int topNumber)
Get a list with the available items for this item category for a given state. |
void |
IActionInboxItemCategory.setItemsReadForCategory(IResourceContext context)
|
java.lang.String |
IActionInboxItemProducer.getItemDescription(IResourceContext context,
IActionInboxItem item)
Provides a description for the given item. |
boolean |
IActionInboxItemProducer.executeItemAction(IResourceContext context,
IActionInboxAction action,
IActionInboxItem item)
Execute an action for an item. |
IActionInboxItemCategoryList |
IActionInboxService.getItemCategories(IResourceContext context,
com.sapportals.portal.security.usermanagement.IUMPrincipal owner)
Get all item categories for a specific user/group/role. |
IActionInboxItemCategoryList |
IActionInboxService.getItemCategories(IResourceContext context,
com.sapportals.portal.security.usermanagement.IUMPrincipal owner,
java.lang.String[] categoryIDs)
Get specific item categories for a specific user/group/role. |
IActionInboxItemCategory |
IActionInboxService.getItemCategory(IResourceContext context,
com.sapportals.portal.security.usermanagement.IUMPrincipal owner,
IActionInboxCategory category)
Get a specific item category for a specific user/group/role. |
IActionInboxItemCategory |
IActionInboxService.getItemCategory(IResourceContext context,
com.sapportals.portal.security.usermanagement.IUMPrincipal owner,
java.lang.String categoryID)
Get a specific item category for a specific user/group/role. |
IActionInboxItemList |
IActionInboxService.getItemsFromIDs(IResourceContext context,
java.lang.String categoryID,
com.sapportals.portal.security.usermanagement.IUMPrincipal owner,
java.lang.String[] itemIDs)
Get a list of items for a given array of ids. |
IActionInboxItemList |
IActionInboxService.setItemsRead(IResourceContext context,
IActionInboxItemList items)
Set several existing action inbox items to 'read'. |
IActionInboxItemList |
IActionInboxService.setItemsDone(IResourceContext context,
com.sapportals.portal.security.usermanagement.IUser reasonAuthor,
java.lang.String reasonID,
IActionInboxItemList items)
Set several existing action inbox items to 'done'. |
IActionInboxItemList |
IActionInboxService.deleteItems(IResourceContext context,
IActionInboxItemList items)
Delete several existing action inbox items. |
IActionInboxItemList |
IActionInboxService.executeItemActions(IResourceContext context,
java.lang.String actionName,
IActionInboxItemList items)
execute an action on several existing action inbox items. |
void |
IActionInboxService.setItemsReadForCategory(IResourceContext context,
IActionInboxItemCategory category)
|
java.lang.String |
IActionInboxItem.getDescription(IResourceContext context)
Provides a description for this action item's notification. |
IResource |
IActionInboxItem.getResource(IResourceContext context)
Get the resource associated to this item. |
java.util.Collection |
IActionInboxItem.getLinkedOwners(IResourceContext context)
Get the list of owners for a linked action item. |
boolean |
IActionInboxItem.setRead(IResourceContext context)
Set the 'read' state. |
boolean |
IActionInboxItem.setDone(IResourceContext context,
com.sapportals.portal.security.usermanagement.IUser reasonAuthor,
java.lang.String reasonID)
Set the 'done' state. |
void |
IActionInboxItem.delete(IResourceContext context)
Delete the action item. |
boolean |
IActionInboxItem.executeAction(IResourceContext context,
IActionInboxAction action)
Perform the given action for this item. |
IActionInboxItemCategory |
AbstractActionInboxCategory.getItemCategory(IResourceContext context,
com.sapportals.portal.security.usermanagement.IUMPrincipal owner)
|
| Uses of IResourceContext in com.sapportals.wcm.service.crawler |
| Methods in com.sapportals.wcm.service.crawler that return IResourceContext | |
abstract IResourceContext |
AbstractPushedResultReceiver.getCrawlerContext()
Deprecated. Called by the crawler to get a context to use for accessing the resources during the crawl. |
abstract IResourceContext |
AbstractListResultReceiver.getCrawlerContext()
Deprecated. Called by the crawler to get a context to use for accessing the resources during the crawl. |
IResourceContext |
ICrawlerResultReceiver.getCrawlerContext()
Deprecated. Called by the crawler to get a context to use for accessing the resources during the crawl. |
| Methods in com.sapportals.wcm.service.crawler with parameters of type IResourceContext | |
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. |
ISpecialCrawler |
ICrawlerService.getSpecialCrawler(AbstractSpecialCrawlerParameters parameters,
IResourceContext context,
IResourceList startResources)
Deprecated. Get a special crawler for a specific operation, e.g. an SUBFOLDER_CRAWLER to get the subfolders of the given start
resources. |
IResource |
ICrawlerVisitedEntry.getResource(IResourceContext context)
Deprecated. Get the resource for the RID of this entry. |
| Constructors in com.sapportals.wcm.service.crawler with parameters of type IResourceContext | |
ICrawlerComparator(java.lang.String sortCriteria,
IResourceContext context)
Deprecated. Construct. |
|
| Uses of IResourceContext in com.sapportals.wcm.service.indexmanagement |
| Methods in com.sapportals.wcm.service.indexmanagement that return IResourceContext | |
IResourceContext |
IIndexService.getIndexServiceUserContext()
|
| Methods in com.sapportals.wcm.service.indexmanagement with parameters of type IResourceContext | |
void |
IIndexService.deleteIndex(IIndex index,
IResourceContext context)
Deletes an index. |
IPropertyMap |
IIndexService.getIndexedProperties(IResourceContext resourceContext)
Determines all properties indexed in at least one of the indexes maintained by the index service and for which read access for the resource context is allowed. |
IPropertyMap |
IIndexService.getIndexedProperties(java.util.List indexes,
IResourceContext resourceContext)
Determines all properties indexed in at least one of the indexes and for which read access for the resource context is allowed. |
boolean |
IIndexService.isReadAllowed(IResourceContext context,
IIndex index)
Checks the read access permission of a user for an index. |
java.util.List |
IIndexService.isReadAllowed(IResourceContext context,
java.util.List indexes)
Checks the read access permission of a user for a list of indexes. |
boolean |
IIndexService.isWriteAllowed(IResourceContext context,
IIndex index)
Checks the write access permission of a user for an index. |
java.util.List |
IIndexService.isWriteAllowed(IResourceContext context,
java.util.List indexes)
Checks the write access permission of a user for a list of indexes. |
boolean |
IIndexService.isDeleteAllowed(IResourceContext context,
IIndex index)
Checks the delete permission of a user for an index. |
java.util.List |
IIndexService.isDeleteAllowed(IResourceContext context,
java.util.List indexes)
Checks the delete permission of a user for a list of indexes. |
void |
IIndex.delete(IResourceContext context)
Deletes the index physically Important: To delete an index the deleteIndex(IIndex)
method of the IIndexService interface should be used
instead of this. |
void |
IIndex.generate(IResourceContext context)
Generates the index physically after creating the index object and initializing it The index data is only saved on CM side if the index could be generated successfully. |
void |
ITaskQueueHandler.updateCategoryContents(java.lang.String taxonomyName,
boolean dirtyOnly,
IIndex index,
IResourceContext context,
boolean markCategoriesUpdated)
Starts a process that checks and updates categories of a taxonomy where the query is not in sync with the documents of category. |
| Uses of IResourceContext in com.sapportals.wcm.service.indexmanagement.retrieval.classification |
| Methods in com.sapportals.wcm.service.indexmanagement.retrieval.classification with parameters of type IResourceContext | |
IResourceList |
AbstractClassificationIndex.getClassDocuments(RID taxonomyClassRid,
IResourceContext context)
Gets all documents of a taxonomy class |
IRidList |
AbstractClassificationIndex.getClassDocumentRids(RID taxonomyClassRid,
IResourceContext context)
Gets the resource IDs of all documents of a taxonomy class |
void |
AbstractClassificationIndex.removeTaxonomy(java.lang.String taxonomy,
IResourceContext context)
for internal use - to remove a taxonomy delete the taxonomy collection |
void |
AbstractClassificationIndex.addTaxonomy(java.lang.String taxonomy,
IResourceContext context)
Add Taxonomy to the AbstractClassificationIndex object. |
IResourceList |
AbstractClassificationIndex.getDocumentsToClassify(java.lang.String taxonomyName,
IResourceContext context)
Gets all documents of an index that have the status "to classify" within a taxonomy |
IResourceList |
AbstractClassificationIndex.getDocumentsNeverToClassify(java.lang.String taxonomyName,
IResourceContext context)
Gets all documents of an index that have the status "never to classify" within a taxonomy |
IRidList |
AbstractClassificationIndex.getDocumentRidsToClassify(java.lang.String taxonomyName,
IResourceContext context)
Gets all rids of documents of an index that have the status "to classify" within a taxonomy |
IRidList |
AbstractClassificationIndex.getDocumentRidsNeverToClassify(java.lang.String taxonomyName,
IResourceContext context)
Gets all rids of documents of an index that have the status "never to classify" within a taxonomy |
void |
AbstractClassificationIndex.autoClassifyDocs(java.lang.String taxonomyName,
IRidList docRidList,
IResourceContext context)
Requests proposals for the best categories for the documents and sets these categories automatically as document classification. |
void |
AbstractClassificationIndex.autoClassifyDocs(java.lang.String taxonomyName,
IResourceList docList,
IResourceContext context)
Requests proposals for the best categories for the documents and sets these categories automatically as document classification. |
void |
AbstractClassificationIndex.autoClassifyDocs(java.lang.String taxonomyName,
IResourceContext context)
Requests proposals for the best categories for documents that have no classification and sets these categories automatically as document classification. |
protected void |
AbstractClassificationIndex.deleteTaxRmIndexFolder(IResourceContext context)
Deletes the whole folder hierarchy of an index in the taxonomy repository. |
protected ICollection |
AbstractClassificationIndex.createTaxRmIndexFolder(IResourceContext context)
Creates the folder that represents the index in the taxonomy repository. |
abstract void |
AbstractClassificationIndex.updateCategoryContents(java.lang.String taxonomyName,
boolean dirtyOnly,
IResourceContext context)
Starts a process that checks and updates categories of a taxonomy where the query is not in sync with the documents of category. |
protected void |
AbstractClassificationIndex.addResourceToClassificationIndex(RID resourceRID,
IResourceContext context)
Adds a resource to the list of resources that are index in the index. |
protected void |
AbstractClassificationIndex.removeResourceFromClassificationIndex(RID resourceRID,
IResourceContext context)
Removes a resource from the list of resources that are indexed in the index. |
IQueryEntryList |
IQueryFolder.getQuery(IResourceContext context)
Gets the query of the query folder. |
void |
IQueryFolder.setQuery(IQueryEntryList query,
IResourceContext context)
Sets a query for the query folder. |
void |
IQueryFolder.setQueryFast(IQueryEntryList query,
IResourceContext context)
Sets a query for the query folder. |
IQueryFolder |
IQueryFolder.move(RID destination,
IResourceContext context)
Reflects a move of a folder in the taxonomy repository to perform the move also in the hierarchical query structure. |
IQueryFolder |
IQueryFolder.copy(RID destination,
IResourceContext context)
Reflects a copy of a folder in the taxonomy repository to perform the copy also in the hierarchical query structure. |
void |
IQueryFolder.delete(IResourceContext context)
Deletes the query folder in the QBC-engine and in the CM persistence. |
void |
IQueryFolder.setDirty(boolean isDirty,
IResourceContext context)
Sets a flag for the query folder that indicates that the documents of the category don't match the current query. |
boolean |
IQueryFolder.isDirty(IResourceContext context)
A flag for the query folder that indicates whether the documents of the category match the current query or not. |
ISearchResultList |
IQueryFolder.getQueryDocuments(IResourceContext context)
Documents of the index that match the query of the folder. |
boolean |
IQueryFolder.isQueryDefined(IResourceContext context)
Checks for existence of a query for the query folder. |
void |
IQBClassificationIndex.updateCategoryContents(java.lang.String taxonomyName,
boolean dirtyOnly,
IResourceContext context)
Starts a process that checks and updates categories of a taxonomy where the query is not in sync with the documents of category. |
ISearchResultList |
IQBClassificationIndex.getQueryDocuments(IQueryFolder queryFolder,
IResourceContext context)
Documents of the index that match the query of the folder. |
ISearchSession |
IQBClassificationIndex.getQueryDocumentsPreview(IQueryFolder queryFolder,
IResourceContext context)
Deprecated. as of NW04. Do not use |
IRidList |
IQBClassificationIndex.getAffectedCategories(IQueryFolder queryFolder,
IResourceContext context)
Gets a list of categories of a taxonomy that are affected if the query of the query folder has changed. |
void |
IClassificationIndex.addTaxonomy(java.lang.String taxonomyName,
IResourceContext context)
Adds a new taxonomy to the index By adding the taxonomy name, a folder is created for the taxonomy in the taxonomy repository and the taxonomy is saved with the index. |
void |
IClassificationIndex.removeTaxonomy(java.lang.String taxonomyName,
IResourceContext context)
Removes a taxonomy form the index By removing a taxonomy, the folder for the taxonomy in the taxonomy repository is deleted and the taxonomy itself is removed from the index. |
IResourceList |
IClassificationIndex.getDocumentsToClassify(java.lang.String taxonomyName,
IResourceContext context)
Gets all documents of an index that have the status "to classify" in a taxonomy |
IResourceList |
IClassificationIndex.getDocumentsNeverToClassify(java.lang.String taxonomyName,
IResourceContext context)
Gets all documents of an index that have the status "never to classify" in a taxonomy |
IRidList |
IClassificationIndex.getDocumentRidsToClassify(java.lang.String taxonomyName,
IResourceContext context)
Gets all RIDs of documents of an index that have the status "to classify" in a taxonomy |
IRidList |
IClassificationIndex.getDocumentRidsNeverToClassify(java.lang.String taxonomyName,
IResourceContext context)
Gets all RIDs of documents for an index that have the status "never to classify" in a taxonomy |
void |
IClassificationIndex.autoClassifyDocs(java.lang.String taxonomyName,
IRidList docRidList,
IResourceContext context)
Requests proposals for the best categories for the documents and sets these categories automatically as document classification. |
void |
IClassificationIndex.autoClassifyDocs(java.lang.String taxonomyName,
IResourceList docList,
IResourceContext context)
Requests proposals for the best categories for the documents and sets these categories automatically as document classification. |
void |
IClassificationIndex.autoClassifyDocs(java.lang.String taxonomyName,
IResourceContext context)
Requests proposals for the best categories for documents that have no classification and sets these categories automatically as document classification. |
void |
ITaxonomyCollection.sendEventForLink(int eventType,
RID taxonomyClassRid,
RID targetRid,
IResourceContext context)
Creates a link resource object and sends an event of the given event type |
void |
ITaxonomyCollection.sendEventForLink(int eventType,
RID taxonomyClassRid,
RID targetRid,
IResourceContext context,
IResourceEvent originalEvent)
Creates a link resource object and sends an event of the given event type |
void |
ICompareTaxonomies.compareTaxonomies(IClassificationIndex index1,
java.lang.String taxname1,
IClassificationIndex index2,
java.lang.String taxname2,
IResourceContext context)
Compares two taxonomies. |
| Uses of IResourceContext in com.sapportals.wcm.service.indexmanagement.retrieval.search |
| Methods in com.sapportals.wcm.service.indexmanagement.retrieval.search that return IResourceContext | |
IResourceContext |
ISearchSession.getResourceContext()
Context of the user that performed the search. |
| Methods in com.sapportals.wcm.service.indexmanagement.retrieval.search with parameters of type IResourceContext | |
ISearchResultList |
ISearchIndex.executeQuery(IQueryEntryList queryEntryList,
IResourceContext context,
int maxResults)
Executes the search |
ISearchResultList |
ISearchIndex.executeQuery(IQueryEntryList queryEntryList,
IResourceContext context,
int maxResults,
ICollection searchFromHere)
Executes the search |
ISearchSession |
ISearchIndex.executeQueryWithSession(IQueryEntryList queryEntryList,
IResourceContext context)
Executes the search |
ISearchSession |
ISearchIndex.executeQueryWithSession(IQueryEntryList queryEntryList,
IResourceContext context,
ICollection searchFromHere)
Executes the search |
ISearchSession |
ISearchIndexCollection.executeQueryWithSession(IQueryEntryList queryEntryList,
IResourceContext context)
Executes the search |
ISearchSession |
ISearchIndexCollection.executeQueryWithSession(IQueryEntryList queryEntryList,
IResourceContext context,
int initNumberMaxRawResults)
Executes the search |
ISearchResultList |
ISearchIndexCollection.executeQuery(IQueryEntryList queryEntryList,
IResourceContext context,
int maxResults)
Executes the search |
ISearchResultList |
ISearchIndexCollection.executeQuery(IQueryEntryList queryEntryList,
IResourceContext context,
int maxResults,
ICollection searchFromHere)
Executes the search |
ISearchResultList |
ISearchIndexCollection.executeQuery(IQueryEntryList queryEntryList,
IResourceContext context,
int maxResults,
ICollection searchFromHere,
java.util.Set languages)
Executes the search |
ISearchSession |
ISearchIndexCollection.executeQueryWithSession(IQueryEntryList queryEntryList,
IResourceContext context,
ICollection searchFromHere)
Executes the search |
ISearchSession |
ISearchIndexCollection.executeQueryWithSession(IQueryEntryList queryEntryList,
IResourceContext context,
int initNumberMaxRawResults,
ICollection searchFromHere)
Executes the search |
ISearchSession |
ISearchIndexCollection.executeQueryWithSession(IQueryEntryList queryEntryList,
IResourceContext context,
int initNumberMaxRawResults,
ICollection searchFromHere,
ISortPropertyName sortProperty)
Executes the search |
ISearchSession |
ISearchIndexCollection.executeQueryWithSession(IQueryEntryList queryEntryList,
IResourceContext context,
int initNumberMaxRawResults,
ICollection searchFromHere,
ISortPropertyName sortProperty,
java.util.Set languages)
Executes the search |
ISearchSession |
ISearchIndexCollection.executeQueryWithSession(IQueryEntryList queryEntryList,
IResourceContext context,
int initNumberMaxRawResults,
IRidList searchFromHereList,
ISortPropertyName sortProperty,
java.util.Set languages)
Executes the search |
ISearchResultList |
ISearchIndexCollection.getSearchResults(java.util.List rawSearchResults,
IResourceContext context)
|
IPropertyDistributionList |
ISearchIndexCollection.getPropertyDistributionOverview(IQueryEntryList queryEntryList,
ICollection searchFromHere,
IResourceContext context,
ISearchIndex index)
Returns basic information about the distribution of the properties of an index, only considering the documents fullfilling the search restriction. |
IPropertyDistributionList |
ISearchIndexCollection.getPropertyDistributionOverview(IQueryEntryList queryEntryList,
ICollection searchFromHere,
IResourceContext context,
java.util.Collection indexList)
Returns basic information about the distribution of the properties of the indexes, only considering the documents fullfilling the search restriction. |
IPropertyDistributionList |
ISearchIndexCollection.getPropertyDistributionOverview(IQueryEntryList queryEntryList,
ICollection searchFromHere,
IResourceContext context)
Returns basic information about the distribution of the properties of the indexes, of the SearchIndexCollection only considering the documents fullfilling the search restriction. |
IPropertyRangeList |
ISearchIndexCollection.getPropertyRanges(IPropertyName propertyName,
IQueryEntryList queryEntryList,
ICollection searchFromHere,
IResourceContext context,
ISearchIndex index)
Returns the ranges of the properties of an index, only considering the documents fullfilling the search restriction. |
IPropertyRangeList |
ISearchIndexCollection.getPropertyRanges(IPropertyName propertyName,
IQueryEntryList queryEntryList,
ICollection searchFromHere,
IResourceContext context,
java.util.Collection indexList)
Returns the ranges of the properties of the indexes, only considering the documents fullfilling the search restriction. |
IPropertyRangeList |
ISearchIndexCollection.getPropertyRanges(IPropertyName propertyName,
IQueryEntryList queryEntryList,
ICollection searchFromHere,
IResourceContext context)
Returns the ranges of the properties of the indexes of the ISearchIndexCollection, only considering the documents fullfilling the search restriction. |
java.util.Collection |
ISearchIndexCollection.getPropertyValues(IPropertyName propertyName,
IQueryEntryList queryEntryList,
ICollection searchFromHere,
IResourceContext context,
ISearchIndex index)
Returns the distinct property values of an index, only considering the documents fullfilling the search restriction. |
java.util.Collection |
ISearchIndexCollection.getPropertyValues(IPropertyName propertyName,
IQueryEntryList queryEntryList,
ICollection searchFromHere,
IResourceContext context,
java.util.Collection indexes)
Returns the distinct property values of the indexes for the specified property, only considering the documents fullfilling the search restriction. |
java.util.Collection |
ISearchIndexCollection.getPropertyValues(IPropertyName propertyName,
IQueryEntryList queryEntryList,
ICollection searchFromHere,
IResourceContext context)
Returns the distinct property values of all indexes of the ISearchIndexCollection for the specified property, only considering the documents fullfilling the search restriction. |
abstract ISearchResultList |
AbstractSearchIndexCollection.executeQuery(IQueryEntryList queryEntryList,
IResourceContext context,
int maxResults)
|
abstract ISearchResultList |
AbstractSearchIndexCollection.executeQuery(IQueryEntryList queryEntryList,
IResourceContext context,
int maxResults,
ICollection searchFromHere)
|
abstract ISearchResultList |
AbstractSearchIndexCollection.executeQuery(IQueryEntryList queryEntryList,
IResourceContext context,
int maxResults,
ICollection searchFromHere,
java.util.Set languages)
|
abstract ISearchSession |
AbstractSearchIndexCollection.executeQueryWithSession(IQueryEntryList queryEntryList,
IResourceContext context)
|
abstract ISearchSession |
AbstractSearchIndexCollection.executeQueryWithSession(IQueryEntryList queryEntryList,
IResourceContext context,
ICollection searchFromHere)
|
abstract ISearchSession |
AbstractSearchIndexCollection.executeQueryWithSession(IQueryEntryList queryEntryList,
IResourceContext context,
int initNumberMaxRawResults)
|
abstract ISearchSession |
AbstractSearchIndexCollection.executeQueryWithSession(IQueryEntryList queryEntryList,
IResourceContext context,
int initNumberMaxRawResults,
ICollection searchFromHere)
|
abstract ISearchSession |
AbstractSearchIndexCollection.executeQueryWithSession(IQueryEntryList queryEntryList,
IResourceContext context,
int initNumberMaxRawResults,
ICollection searchFromHere,
ISortPropertyName sortProperty)
|
ISearchSession |
AbstractSearchIndexCollection.executeQueryWithSession(IQueryEntryList queryEntryList,
IResourceContext context,
int initNumberMaxRawResults,
ICollection searchFromHere,
ISortPropertyName sortProperty,
java.util.Set languages)
|
ISearchSession |
AbstractSearchIndexCollection.executeQueryWithSession(IQueryEntryList queryEntryList,
IResourceContext context,
int initNumberMaxRawResults,
IRidList searchFromHereList,
ISortPropertyName sortProperty,
java.util.Set languages)
|
abstract ISearchResultList |
AbstractSearchIndexCollection.getSearchResults(java.util.List rawSearchResults,
IResourceContext context)
|
IPropertyDistributionList |
AbstractSearchIndexCollection.getPropertyDistributionOverview(IQueryEntryList queryEntryList,
ICollection searchFromHere,
IResourceContext context,
ISearchIndex index)
|
IPropertyDistributionList |
AbstractSearchIndexCollection.getPropertyDistributionOverview(IQueryEntryList queryEntryList,
ICollection searchFromHere,
IResourceContext context,
java.util.Collection indexList)
|
IPropertyDistributionList |
AbstractSearchIndexCollection.getPropertyDistributionOverview(IQueryEntryList queryEntryList,
ICollection searchFromHere,
IResourceContext context)
|
IPropertyRangeList |
AbstractSearchIndexCollection.getPropertyRanges(IPropertyName propertyName,
IQueryEntryList queryEntryList,
ICollection searchFromHere,
IResourceContext context,
ISearchIndex index)
|
IPropertyRangeList |
AbstractSearchIndexCollection.getPropertyRanges(IPropertyName propertyName,
IQueryEntryList queryEntryList,
ICollection searchFromHere,
IResourceContext context,
java.util.Collection indexList)
|
IPropertyRangeList |
AbstractSearchIndexCollection.getPropertyRanges(IPropertyName propertyName,
IQueryEntryList queryEntryList,
ICollection searchFromHere,
IResourceContext context)
|
java.util.Collection |
AbstractSearchIndexCollection.getPropertyValues(IPropertyName propertyName,
IQueryEntryList queryEntryList,
ICollection searchFromHere,
IResourceContext context,
ISearchIndex index)
|
java.util.Collection |
AbstractSearchIndexCollection.getPropertyValues(IPropertyName propertyName,
IQueryEntryList queryEntryList,
ICollection searchFromHere,
IResourceContext context,
java.util.Collection indexes)
|
java.util.Collection |
AbstractSearchIndexCollection.getPropertyValues(IPropertyName propertyName,
IQueryEntryList queryEntryList,
ICollection searchFromHere,
IResourceContext context)
|
protected ISearchSession |
AbstractSearchIndexCollection.getNewSearchSession(IQueryEntryList queryEntries,
IRidList searchFromHereList,
ISearchIndexCollection searchIndexCollection,
IResourceContext context,
int initMaxRawResults,
ISortPropertyName sortProperty)
Gets a new search session instance |
protected ISearchSession |
AbstractSearchIndexCollection.getNewSearchSession(IResourceList similarDocsInput,
ISearchIndexCollection searchIndexCollection,
IResourceContext context,
int initMaxRawResults,
ISortPropertyName sortProperty)
Gets a new search session instance |
java.util.List |
IFederatedSearch.getSearchIndexes(IResourceContext context)
Gets all indexes that contain one ore more repositories where the index is a search index. |
ISearchResultList |
IFederatedSearch.search(IQueryEntryList queryEntryList,
java.util.List indexes,
int maxResults,
IResourceContext context)
Performs a search within a list of search indexes. |
ISearchSession |
IFederatedSearch.searchWithSession(IQueryEntryList queryEntryList,
java.util.List indexes,
IResourceContext context)
Performs a search within a list of search indexes. |
ISearchSession |
IFederatedSearch.searchWithSession(IQueryEntryList queryEntryList,
java.util.List indexes,
IResourceContext context,
ISortPropertyName sortProperty)
Performs a search within a list of search indexes. |
ISearchResultList |
IFederatedSearch.search(IQueryEntryList queryEntryList,
ICollection searchFromHere,
int maxResults,
IResourceContext context)
Performs a search within a list of search indexes restricted by a path. |
ISearchSession |
IFederatedSearch.searchWithSession(IQueryEntryList queryEntryList,
ICollection searchFromHere,
IResourceContext context)
Performs a search within a list of search indexes restricted by a path. |
ISearchSession |
IFederatedSearch.searchWithSession(IQueryEntryList queryEntryList,
ICollection searchFromHere,
IResourceContext context,
ISortPropertyName sortProperty)
Performs a search within a list of search indexes restricted by a path. |
ISearchSession |
IFederatedSearch.searchWithSession(IQueryEntryList queryEntryList,
ICollection searchFromHere,
IResourceContext context,
ISortPropertyName sortProperty,
java.util.Set languages)
Performs a search within a list of search indexes restricted by a path. |
ISearchSession |
IFederatedSearch.searchWithSession(IQueryEntryList queryEntryList,
IRidList searchFromHereList,
IResourceContext context,
ISortPropertyName sortProperty,
java.util.Set languages)
|
| Uses of IResourceContext in com.sapportals.wcm.service.notificator |
| Fields in com.sapportals.wcm.service.notificator declared as IResourceContext | |
protected IResourceContext |
AbstractNotification.m_Context
the context to use for the producers. |
| Constructors in com.sapportals.wcm.service.notificator with parameters of type IResourceContext | |
AbstractNotification(java.lang.String id,
IResourceContext context)
Create a notification for a given system ID. |
|
| Uses of IResourceContext in com.sapportals.wcm.service.propertyconfig |
| Methods in com.sapportals.wcm.service.propertyconfig that return IResourceContext | |
IResourceContext |
IMetaContext.getResourceContext()
|
| Methods in com.sapportals.wcm.service.propertyconfig with parameters of type IResourceContext | |
void |
IMetaContext.setResourceContext(IResourceContext resourceContext)
|
| Uses of IResourceContext in com.sapportals.wcm.service.relation |
| Methods in com.sapportals.wcm.service.relation that return IResourceContext | |
IResourceContext |
IRelationType.getContext()
Get the context of this relation type. |
| Methods in com.sapportals.wcm.service.relation with parameters of type IResourceContext | |
IRelationType |
IRelationService.createResourceRelationType(IResourceContext context,
java.lang.String namespace,
java.lang.String name,
Descriptions descriptions,
IRelationTypeAttributes attributes)
Convenience method to create a relation type for resources as source and target. |
IRelationType |
IRelationService.createStringRelationType(IResourceContext context,
java.lang.String namespace,
java.lang.String name,
Descriptions descriptions,
IRelationTypeAttributes attributes)
Convenience method to create a relation type for resources as source and strings as target. |
IRelationType |
IRelationService.createRelationType(IResourceContext context,
java.lang.String namespace,
java.lang.String name,
Descriptions descriptions,
IRelationOperandType sourceType,
IRelationOperandType targetType)
Create a new relation type for a given namespace and name if it does not already exist. |
IRelationType |
IRelationService.createRelationType(IResourceContext context,
java.lang.String namespace,
java.lang.String name,
Descriptions descriptions,
IRelationOperandType sourceType,
IRelationOperandType targetType,
IRelationTypeAttributes attributes)
Create a new relation type for a given namespace, name and set of attributes if it does not already exist. |
IRelationTypeList |
IRelationService.getRelationTypes(IResourceContext context)
Get a list of all relation types which are available within the given context. |
IRelationTypeList |
IRelationService.getRelationTypes(IResourceContext context,
java.lang.String namespace)
Get a list of all relation types of the given namespace which are available within the given context. |
IRelationType |
IRelationService.getRelationType(IResourceContext context,
java.lang.String namespace,
java.lang.String name)
Get a specific relation type for a given namespace and name. |
IRelationList |
IRelationService.getRelations(IResourceContext context,
IRelationQuery query)
Get the relations which match a given query expression. |
IRelationList |
IRelationService.getRelations(IResourceContext context,
IRelationQuery query,
IRelationQueryOrder order)
Get the relations which match a given query expression, ordered by a given order expression. |
IRelationList |
IRelationService.getRelationsBySource(IResourceContext context,
IRelationOperand source)
Get all relations of any type for the given source. |
IRelationList |
IRelationService.getRelationsByTarget(IResourceContext context,
IRelationOperand target)
Get all relations of any type for the given target. |
IRelationList |
IRelationService.getRelations(IResourceContext context,
IRelationOperand source,
IRelationOperand target)
Get all relations of any type for the given source and target. |
IRelationOperand |
IRelationOperandType.getOperand(java.lang.String id,
IResourceContext context)
Get the operand for a given id and context. |
IRelationList |
IRelationOperand.getRelationsBySource(IResourceContext context)
same as IRelationService.getRelationsBySource(context, this); |
IRelationList |
IRelationOperand.getRelationsBySource(IResourceContext context,
IRelationOperand target)
same as IRelationService.getRelations(context, this, target); |
IRelationList |
IRelationOperand.getRelationsByTarget(IResourceContext context)
same as IRelationService.getRelationsByTarget(context, this); |
IRelationList |
IRelationOperand.getRelationsByTarget(IResourceContext context,
IRelationOperand source)
same as IRelationService.getRelations(source, this); |
| Uses of IResourceContext in com.sapportals.wcm.service.relation.operands |
| Methods in com.sapportals.wcm.service.relation.operands with parameters of type IResourceContext | |
IRelationOperand |
StringOperandType.getOperand(java.lang.String id,
IResourceContext context)
|
IRelationList |
AbstractRelationOperand.getRelationsBySource(IResourceContext context)
|
IRelationList |
AbstractRelationOperand.getRelationsBySource(IResourceContext context,
IRelationOperand target)
|
IRelationList |
AbstractRelationOperand.getRelationsByTarget(IResourceContext context)
|
IRelationList |
AbstractRelationOperand.getRelationsByTarget(IResourceContext context,
IRelationOperand source)
|
IRelationOperand |
ResourceOperandType.getOperand(java.lang.String id,
IResourceContext context)
|
IRelationOperandExtended |
IRelationOperandTypeExtended.getOperand(java.lang.String id,
IResourceContext context,
java.util.Properties properties)
Get the operand for a given id, context and the stored properties from the relation manager. |
| Uses of IResourceContext in com.sapportals.wcm.service.urlgenerator |
| Methods in com.sapportals.wcm.service.urlgenerator with parameters of type IResourceContext | |
IUriReference |
IURLGeneratorService.getBusinessCardUri(java.lang.String userId,
IResourceContext context)
Gets the relative URI for bringing up the business card of the user specified by userId . |
java.lang.String |
IURLGeneratorService.resolvePlaceholders(java.lang.String uri,
IResourceContext context)
Resolves all placeholders contained in uri by their
corresponding values. |
java.lang.String |
IURLGenerator.replaceURIPlaceholders(java.lang.String uri,
IResourceContext context)
Deprecated. Replaces placeholders in URI |
java.lang.String |
IPlaceholderResolver.resolvePlaceholder(java.lang.String str,
IResourceContext context)
Replaces all occurrences of placeholder in str by the
corresponding value. |
| Uses of IResourceContext in com.sapportals.wcm.service.xcrawler |
| Methods in com.sapportals.wcm.service.xcrawler that return IResourceContext | |
IResourceContext |
IXCrawlerResultReceiver.getResourceContext()
Get the resource context which is used to access crawled resources. |
| Uses of IResourceContext in com.sapportals.wcm.service.xmlforms |
| Methods in com.sapportals.wcm.service.xmlforms that return IResourceContext | |
IResourceContext |
IXMLForm.getResourceContext()
Deprecated. |
IResourceContext |
IXMLForm.getSystemResourceContext()
Deprecated. |
| Methods in com.sapportals.wcm.service.xmlforms with parameters of type IResourceContext | |
ISaveResult |
IXFProject.saveItem(IPostData data,
java.lang.String resName,
IResourceContext resContext,
java.util.Hashtable parameters)
Save an item |
void |
IXMLForm.setResourceContext(IResourceContext resourcecontext)
Deprecated. resource context |
void |
IXMLForm.setSystemResourceContext(IResourceContext systemrescontext)
Deprecated. system resource context |
IXMLForm |
IXMLFormManager.getXMLForm(java.lang.String ID,
IResourceContext resContext,
java.lang.String tmpDir)
Deprecated. get implementation of a given form type |
IXMLForm |
IXMLFormManager.getXMLForm(java.lang.String ID,
java.lang.String DataID,
IResourceContext resRontext,
java.lang.String tmpDir)
Deprecated. get implementation of a given form type |
java.io.InputStream |
IXMLFormsService.getFormCreat(java.lang.String FormType,
IResourceContext context)
Deprecated. Get a form to create a new resource of the appropriate type |
java.io.InputStream |
IXFTransformation.render(java.lang.String resid,
IResourceContext context,
java.util.Hashtable parameters)
Apply transformation on an XML item to generate HTML |
java.io.InputStream |
IXFTransformation.render(ISaveResult result,
IResourceContext context,
java.util.Hashtable parameters)
Apply transformation on result, if the saveItem() method of IXFProject
failed to validate or post the data. |
java.io.InputStream |
IXFTransformation.renderTemplate(java.lang.String dstPath,
IResourceContext context,
java.util.Hashtable parameters)
Apply transformation on XML template item to generate HTML |
java.io.InputStream |
IXFTransformation.renderItemOrTemplate(java.lang.String resid,
java.lang.String dstPath,
IResourceContext context,
java.util.Hashtable parameters)
Apply transformation on an XML item. |
java.io.InputStream |
IXFTransformation.renderWithPreview(java.lang.String previewItem,
IResourceContext context,
java.lang.String dstPath,
java.util.Hashtable parameters)
Apply transformation on a temporary (author preview) XML item to generate HTML |
| Uses of IResourceContext in com.sapportals.wcm.service.xmlforms.validation |
| Methods in com.sapportals.wcm.service.xmlforms.validation with parameters of type IResourceContext | |
void |
IDataObject.setResourceContext(IResourceContext resContext)
|
|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||