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

Packages that use IResourceList
com.sap.ip.collaboration.core.api.scf.client   
com.sap.ip.collaboration.core.api.scf.service   
com.sap.netweaver.coll.attachment   
com.sap.netweaver.kmc.relateditems   
com.sapportals.wcm.command.clipboard   
com.sapportals.wcm.control.base   
com.sapportals.wcm.control.edit   
com.sapportals.wcm.control.navigation   
com.sapportals.wcm.control.util   
com.sapportals.wcm.protocol.webdav.repository A collection of utilities and constants common to WEBDAV-oriented WCM repository users 
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.collection.cm   
com.sapportals.wcm.rendering.control.cm   
com.sapportals.wcm.rendering.screenflow.os Contains ready-to-use screenflow and helper classes to create a screenflow that opens a new screen and returns to the initial screen after the user has finished a task. 
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.search Contains interfaces for search sub-managers. 
com.sapportals.wcm.repository.security Contains interfaces for ACL security managers. 
com.sapportals.wcm.repository.service.attachment

Attachment Service implementation. 

com.sapportals.wcm.repository.service.comment Provides a service for handling comments related to resources. 
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.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.repository.util Provides a service to support the handling of resource types. 
com.sapportals.wcm.repository.variants This package contains the API for Variant-Resources. 
com.sapportals.wcm.service.indexmanagement Provides a service for managing indexes. 
com.sapportals.wcm.service.indexmanagement.helperclasses   
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.resourcelistfilter   
 

Uses of IResourceList in com.sap.ip.collaboration.core.api.scf.client
 

Methods in com.sap.ip.collaboration.core.api.scf.client that return IResourceList
 IResourceList SCSessionSetupData.getAttachmentResourceList()
          Returns the list of resources attached to the session.
 

Methods in com.sap.ip.collaboration.core.api.scf.client with parameters of type IResourceList
 void SCSessionSetupData.setAttachmentResourceList(IResourceList list)
          Sets the list of resources to be attached to the session.
 

Uses of IResourceList in com.sap.ip.collaboration.core.api.scf.service
 

Methods in com.sap.ip.collaboration.core.api.scf.service that return IResourceList
 IResourceList ProviderSession.getAttachmentResourceList()
          Returns the list of resources attached to the session.
 

Methods in com.sap.ip.collaboration.core.api.scf.service with parameters of type IResourceList
 void ProviderSession.setAttachmentResourceList(IResourceList list)
          Sets the list of resources to be attached to the session.
 

Uses of IResourceList in com.sap.netweaver.coll.attachment
 

Methods in com.sap.netweaver.coll.attachment that return IResourceList
 IResourceList AttachmentListManager.getAttachments()
          returns IResourcelist containing all Resources
 IResourceList IAttachmentList.getAttachments()
          returns IResourcelist containing all Resources
 

Uses of IResourceList in com.sap.netweaver.kmc.relateditems
 

Methods in com.sap.netweaver.kmc.relateditems that return IResourceList
 IResourceList IRelatedItemsProvider.getRelatedItems(IResource resource, IRelatedItemsService.SelectionCriteria criteria)
           
 

Uses of IResourceList in com.sapportals.wcm.command.clipboard
 

Methods in com.sapportals.wcm.command.clipboard with parameters of type IResourceList
 void CopyToClipboardCommand.setResourceList(IResourceList resourceList)
           
 

Uses of IResourceList in com.sapportals.wcm.control.base
 

Methods in com.sapportals.wcm.control.base that return IResourceList
 IResourceList WcmResourceControl.getResourceList()
          Deprecated. As of NetWeaver 7.1
 

Uses of IResourceList in com.sapportals.wcm.control.edit
 

Methods in com.sapportals.wcm.control.edit with parameters of type IResourceList
static String ResourceUtilities.createInlineLinks(IResourceList resourceList, String detailsLabel)
           
static MimeMessage ResourceUtilities.createMailsWithAttachment(MimeMessage mimemessage, String from, Address[] to, Address[] cc, Address[] bcc, String subject, Object message, String type, int priority, IResourceList resourceList)
           
static MimeMessage ResourceUtilities.createMailsWithLinks(MimeMessage mimemessage, String from, Address[] to, Address[] cc, Address[] bcc, String subject, Object message, String type, int priority, IResourceList resourceList, String detailsLabel)
           
static MimeMessage ResourceUtilities.createResourceMessage(MimeMessage mimemessage, String from, Address[] to, Address[] cc, Address[] bcc, String subject, Object message, String type, int priority, IResourceList resourceList, boolean attachLinks, String detailsLabel)
          creates an email message with attachment, universal method to use for any message fixed charset iso-8859-1 is used to format subject - problem with internationalization !!!
static MimeMessage ResourceUtilities.createResourceMessage(MimeMessage mimemessage, String from, String to, String cc, String bcc, String subject, Object message, String type, int priority, IResourceList resourceList, boolean attachLinks)
          creates an email message with attachment, universal method to use for any message fixed charset iso-8859-1 is used to format subject - problem with internationalization !!!
 

Uses of IResourceList in com.sapportals.wcm.control.navigation
 

Methods in com.sapportals.wcm.control.navigation that return IResourceList
 IResourceList TreeCollectionInfoSample.getChildren(IResource resource)
           
 IResourceList ICollectionInfo.getChildren(IResource resource)
           
 IResourceList TreeCollectionInfoSample.getChildren(IResource resource, boolean visible, boolean collections, boolean links)
           
 IResourceList ICollectionInfo.getChildren(IResource resource, boolean visible, boolean collections, boolean links)
           
 IResourceList ResourceListControl.getList()
           
 IResourceList ResourceTreeControl.getOpenCollections()
           
 IResourceList ResourceTreeControl.getResourceList()
           
 IResourceList ResourceTreeControl.getSelectedResources()
           
 IResourceList ResourceListControl.getSelectedResources()
           
protected  IResourceList ResourceTreeControlInternal.internalGetResourceList()
           
 

Methods in com.sapportals.wcm.control.navigation with parameters of type IResourceList
 void ResourceListControl.setList(IResourceList list)
          The list that will be displayed
 

Uses of IResourceList in com.sapportals.wcm.control.util
 

Methods in com.sapportals.wcm.control.util with parameters of type IResourceList
static HashMap PageControl.createToolTipTable(IResourceList resourceList, int maxRows, IPropertyName sortProperty)
          Deprecated. As of NetWeaver 7.1
 Hashtable RatingSearchUtil.getRatingValues(IResourceList resList)
          Deprecated. As of NetWeaver 7.1
 

Constructors in com.sapportals.wcm.control.util with parameters of type IResourceList
FilterComponent(IResourceList list, Properties properties, com.sapportals.wdf.stack.Control control, String filtertarget, String toggletarget, String filteredby, int filterstyle)
          Deprecated. As of NetWeaver 7.1
SortComponent(IResourceList list, IPropertyNameList properties, com.sapportals.wdf.stack.Control control, String sorttarget, String toggletarget, String sortedBy, HashMap propertyMap, int sortOrder)
          Deprecated. As of NetWeaver 7.1
 

Uses of IResourceList in com.sapportals.wcm.protocol.webdav.repository
 

Methods in com.sapportals.wcm.protocol.webdav.repository that return IResourceList
 IResourceList WDResourceInfo.getVersionResources()
          Get the version history for the resource.
 

Constructors in com.sapportals.wcm.protocol.webdav.repository with parameters of type IResourceList
WDResourceInfo(IResource resource, IResourceList versionResources, IPropertyNameList propNames)
           
 

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

Methods in com.sapportals.wcm.rendering.base that return IResourceList
 IResourceList AbstractResourceListEvent.getList()
          Deprecated. As of NetWeaver 7.1
 IResourceList IRenderingEntry.getList(IResourceContext context)
          Deprecated. As of NetWeaver 7.1
 IResourceList IRenderingEntry.getList(IResourceContext context, int startindex, int stopindex)
          Deprecated. As of NetWeaver 7.1
 IResourceList IRendererStatus.getResourceList()
          Deprecated. As of NetWeaver 7.1
 IResourceList IResourceListProvider.getSelectedResources()
          Deprecated. As of NetWeaver 7.1
 IResourceList IRendererStatus.getSelectedResources()
          Deprecated. As of NetWeaver 7.1
 IResourceList IRenderingEntry.getSelection(IResourceContext context)
          Deprecated. As of NetWeaver 7.1
 

Methods in com.sapportals.wcm.rendering.base with parameters of type IResourceList
 void ResourcePropertyAmalgamation.readProperties(IResourceList resources, IPropertyNameList names)
          Deprecated. As of NetWeaver 7.1
 void AbstractResourceListEvent.setResourceList(IResourceList list)
          Deprecated. As of NetWeaver 7.1
 

Constructors in com.sapportals.wcm.rendering.base with parameters of type IResourceList
AbstractResourceListEvent(IResourceList list, String startUri, String explanationtext, IUIBaseCommand command)
          Deprecated. As of NetWeaver 7.1
 

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

Classes in com.sapportals.wcm.rendering.collection that implement IResourceList
 class LazyResourceList
           
 

Methods in com.sapportals.wcm.rendering.collection that return IResourceList
 IResourceList LazyResourceList.difference(IResourceList list)
           
 IResourceList ResourceListPreparator.getList()
          Deprecated. As of NetWeaver 7.1
 IResourceList AbstractCollectionRenderer.Persistence.getList()
          Deprecated. As of NetWeaver 7.1
 IResourceList SearchSessionEntry.getList(IResourceContext context)
          Deprecated. As of NetWeaver 7.1
 IResourceList HierarchicalEntry.getList(IResourceContext context)
          Deprecated. As of NetWeaver 7.1
 IResourceList SearchSessionEntry.getList(IResourceContext context, int startindex, int stopindex)
          Deprecated. As of NetWeaver 7.1
 IResourceList HierarchicalEntry.getList(IResourceContext context, int startindex, int stopindex)
          Deprecated. As of NetWeaver 7.1
protected  IResourceList LightCollectionRenderer.getResourceList()
          Deprecated. As of NetWeaver 7.1
 IResourceList JanusHeadedStatusFrontside.getResourceList()
           
 IResourceList JanusHeadedStatusFlipSide.getResourceList()
           
 IResourceList ComponentValueMap.getResourceList()
          Deprecated. As of NetWeaver 7.1
 IResourceList AbstractRendererStatus.getResourceList()
          Deprecated. As of NetWeaver 7.1
 IResourceList AbstractCollectionRenderer.getResourceList()
          Deprecated. As of NetWeaver 7.1
 IResourceList SlimCollectionRenderer.getSelectedResources()
          Deprecated. As of NetWeaver 7.1
 IResourceList LightCollectionRenderer.getSelectedResources()
          Deprecated. As of NetWeaver 7.1
 IResourceList JanusHeadedStatusFrontside.getSelectedResources()
           
 IResourceList JanusHeadedStatusFlipSide.getSelectedResources()
           
 IResourceList AbstractRendererStatus.getSelectedResources()
          Deprecated. As of NetWeaver 7.1
 IResourceList AbstractCollectionRenderer.getSelectedResources()
          Deprecated. As of NetWeaver 7.1
 IResourceList SearchSessionEntry.getSelection(IResourceContext context)
          Deprecated. As of NetWeaver 7.1
 IResourceList HierarchicalEntry.getSelection(IResourceContext context)
          Deprecated. As of NetWeaver 7.1
 IResourceList LazyResourceList.intersection(IResourceList list)
           
static IResourceList ResourceListInstantiater.retrieveList(StatusParameterPackage spp)
           
 IResourceList LazyResourceList.subList(int index1, int index2)
           
 IResourceList LazyResourceList.union(IResourceList list)
           
 

Methods in com.sapportals.wcm.rendering.collection with parameters of type IResourceList
 boolean LazyResourceList.addAll(IResourceList list)
           
 IResourceList LazyResourceList.difference(IResourceList list)
           
 IResourceList LazyResourceList.intersection(IResourceList list)
           
 void AbstractCollectionRenderer.Persistence.setList(IResourceList list)
          Deprecated. As of NetWeaver 7.1
 void ComponentValueMap.setResourceList(IResourceList list)
          Deprecated. As of NetWeaver 7.1
 void AbstractCollectionRenderer.setResourceList(IResourceList list)
          Deprecated. As of NetWeaver 7.1
 IResourceList LazyResourceList.union(IResourceList list)
           
 

Uses of IResourceList in com.sapportals.wcm.rendering.collection.cm
 

Fields in com.sapportals.wcm.rendering.collection.cm declared as IResourceList
 IResourceList InternalTree.renderedOpenCollections
           
 IResourceList PersistenceObject.resourcesList
           
 IResourceList PersistenceObject.selectedResources
           
 

Methods in com.sapportals.wcm.rendering.collection.cm that return IResourceList
 IResourceList CollectionTreeRendererOld.getChildren(IResource resource)
          Implementation of ICollectionInfo
 IResourceList CollectionTreeRenderer2.getChildren(IResource resource)
          Implementation of ICollectionInfo
 IResourceList CollectionTreeRenderer.getChildren(IResource resource)
          Implementation of ICollectionInfo
 IResourceList CollectionTreeRendererOld.getChildren(IResource resource, boolean visible, boolean collections, boolean links)
           
 IResourceList CollectionTreeRenderer2.getChildren(IResource resource, boolean visible, boolean collections, boolean links)
           
 IResourceList CollectionTreeRenderer.getChildren(IResource resource, boolean visible, boolean collections, boolean links)
           
 IResourceList SlimSearchStatus.getResourceList()
           
 IResourceList PersistenceObject.getResourceList()
           
 IResourceList AlignmentCollectionRendererNews.getRowMajorResourceList(IResourceList renderlist, int numberRows)
          method that transforms the list of resources in the order needed for row major fill style
 IResourceList SlimSearchStatus.getSelectedResources()
           
 IResourceList PersistenceObject.getSelectedResources()
           
 IResourceList CollectionTreeRendererOld.getSelectedResources()
           
 IResourceList CollectionTreeRenderer2.getSelectedResources()
           
 IResourceList CollectionTreeRenderer.getSelectedResources()
           
protected  IResourceList InternalTree.internalGetResourceList()
           
protected  IResourceList InternalTree.internalGetSelectedResources()
           
 

Methods in com.sapportals.wcm.rendering.collection.cm with parameters of type IResourceList
static boolean ResourceListUtil.containsRID(IResourceList list, com.sapportals.wcm.util.uri.RID rid)
           
protected  void CollectionTreeRendererOld.filterResourceList(IResource resource, IResourceList list)
           
protected  void CollectionTreeRenderer2.filterResourceList(IResource resource, IResourceList list)
           
protected  void CollectionTreeRenderer.filterResourceList(IResource resource, IResourceList list)
           
 IResourceList AlignmentCollectionRendererNews.getRowMajorResourceList(IResourceList renderlist, int numberRows)
          method that transforms the list of resources in the order needed for row major fill style
protected  void InternalTree.internalSetSelectedResources(IResourceList value)
           
 int CollectionTabRenderer.renderListFooter(com.sapportals.htmlb.FormLayout grid, int row, IResourceList resList)
          Render the Footer of the List
 void PersistenceObject.setResourceList(IResourceList list)
           
 void PersistenceObject.setSelectedResources(IResourceList list)
           
 

Uses of IResourceList in com.sapportals.wcm.rendering.control.cm
 

Methods in com.sapportals.wcm.rendering.control.cm with parameters of type IResourceList
 com.sapportals.wdf.event.WdfEvent CommandDispatcher.onMassExecute(com.sapportals.htmlb.event.Event event, IResourceList list, ScreenflowData sd)
          This method is called by the WDF when a link with this target has been clicked.
 

Uses of IResourceList in com.sapportals.wcm.rendering.screenflow.os
 

Methods in com.sapportals.wcm.rendering.screenflow.os that return IResourceList
 IResourceList WdfOneStepMassEvent.list()
          Deprecated. As of NetWeaver 7.1
 

Constructors in com.sapportals.wcm.rendering.screenflow.os with parameters of type IResourceList
OneStepMassScreenflow(IScreenflowData sd, String alias, IResourceList list, OneStepComponent comp)
          Deprecated. As of NetWeaver 7.1
WdfOneStepMassEvent(String commandalias, IResourceList list, OneStepComponent comp)
          Deprecated. As of NetWeaver 7.1
 

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

Fields in com.sapportals.wcm.rendering.uicommand declared as IResourceList
 IResourceList AbstractUIMassCommand.list
          Deprecated.  
 

Methods in com.sapportals.wcm.rendering.uicommand that return IResourceList
protected  IResourceList AbstractMassCommand.getResourceList()
          Deprecated. As of NetWeaver 7.1
 

Methods in com.sapportals.wcm.rendering.uicommand with parameters of type IResourceList
 IRenderingEvent ISimpleMassExecution.execute(IResourceList list, com.sapportals.htmlb.event.Event event)
          Deprecated. As of NetWeaver 7.1
 IRenderingEvent ISelector.execute(IResourceList list, IProxy currentproxy)
          Deprecated. As of NetWeaver 7.1
 void IMassExecCommand.setResourceList(IResourceList list)
          Deprecated. As of NetWeaver 7.1
 void AbstractUIMassCommand.setResourceList(IResourceList list)
          Deprecated. As of NetWeaver 7.1
 void AbstractMassCommand.setResourceList(IResourceList list)
          Deprecated. As of NetWeaver 7.1
 

Uses of IResourceList in com.sapportals.wcm.repository
 

Subinterfaces of IResourceList in com.sapportals.wcm.repository
 interface ICompletedResourceList
          A typed list of IResource instances.
 interface ITypedResourceList
          A typed list of IResource instances.
 interface IVersionHistory
          Interface to a list of revisions (versions) of a resource.
 

Classes in com.sapportals.wcm.repository that implement IResourceList
 class ResourceList
          Implements the IResourceList interface.
 class TypedResourceList
          Implements the ITypedResourceList interface.
 

Methods in com.sapportals.wcm.repository that return IResourceList
 IResourceList ResourceList.difference(IResourceList list)
           
 IResourceList IResourceList.difference(IResourceList list)
          Get the difference of this list to the given list.
 IResourceList IVersionResource.getCheckedOutResources()
           
 IResourceList IResource.getCheckedOutResources()
          Returns a list of currently checked out resources.
 IResourceList ICollection.getChildren()
          Returns a list of all resources in the collection
 IResourceList ICollection.getChildren(boolean visible, boolean collections, boolean links)
          Returns a filtered list of the resources in this collection.
 IResourceList IExtendedCollection.getChildren(Boolean visible, Boolean collections, Boolean links)
          Returns a filtered list of the resources in this collection.
 IResourceList ICollection.getChildren(Selector childrenSelector, Collator sortBy, IPropertyNameList propertyPrefill)
          Returns the children of this collection.
 IResourceList ICollection.getChildren(Selector childrenSelector, Collator sortBy, IPropertyNameList propertyPrefill, String[] permissionNames)
          Returns the children of this collection.
 IResourceList ICollection.getChildrenWithoutLinkMapping()
          This method will return all child resources without performing the special handling for link resources.
 IResourceList IVersionResource.getPredecessorResources()
           
 IResourceList IVersionControlledResource.getPredecessorResources()
           
 IResourceList IResourceFactory.getResources(com.sapportals.wcm.util.uri.IRidList ridList, Map propertyMaps, ResourceErrors errors, IResourceContext context)
          Returns a list of resource instances for a list of resource identifiers and possible s for the resources.
 IResourceList IResourceFactory.getResources(com.sapportals.wcm.util.uri.IRidList ridList, Map propertyMaps, ResourceErrors errors, String[] permissionNames, IResourceContext context)
          Returns a list of resource instances for a list of resource identifiers and possible s for the resources.
 IResourceList IResourceFactory.getResources(com.sapportals.wcm.util.uri.IRidList ridList, ResourceErrors errors, IResourceContext context)
          Returns a list of resource instances for an array of resource identifiers.
 IResourceList IResourceFactory.getResources(com.sapportals.wcm.util.uri.IRidList ridList, ResourceErrors errors, 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(com.sapportals.wcm.util.uri.IUriList uriList, ResourceErrors errors, IResourceContext context)
          Deprecated. As of EP 5.0 SP3, replaced by getResources() method with IRidList parameter.
 IResourceList IVersionResource.getSuccessorResources()
           
 IResourceList IVersionHistoryResource.getVersionResourceSet()
           
 IResourceList ResourceList.intersection(IResourceList list)
           
 IResourceList IResourceList.intersection(IResourceList list)
          Get the intersection of this list and the given list.
 IResourceList IResource.search(IQueryExpression query, int depth, int maxResults, boolean includeRevisions)
          Queries the resource and optionally the collection hierarchy for resources.
 IResourceList ResourceList.subList(int index1, int index2)
           
 IResourceList IResourceList.subList(int index1, int index2)
           
 IResourceList ResourceList.union(IResourceList list)
           
 IResourceList IResourceList.union(IResourceList list)
          Get the union of this list and the given list.
 

Methods in com.sapportals.wcm.repository with parameters of type IResourceList
 boolean ResourceList.addAll(IResourceList list)
           
 boolean IResourceList.addAll(IResourceList list)
          Add all the elements in the specified list to this list.
 IResourceList ResourceList.difference(IResourceList list)
           
 IResourceList IResourceList.difference(IResourceList list)
          Get the difference of this list to the given list.
 void IVersionController.enable(IResourceList modifiedResources)
          Enables child version controlling for this collection -- if a new non-collection child is created it will be put under version control immediately and automatically.
 IResourceBatch IResourceFactory.getResourceBatch(IResourceList resourceList)
          Creates a resource batch instance for the given resource list.
 IResourceList ResourceList.intersection(IResourceList list)
           
 IResourceList IResourceList.intersection(IResourceList list)
          Get the intersection of this list and the given list.
 IResourceList ResourceList.union(IResourceList list)
           
 IResourceList IResourceList.union(IResourceList list)
          Get the union of this list and the given list.
 

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

Methods in com.sapportals.wcm.repository.filter that return IResourceList
 IResourceList INamespaceFilter.filter()
          Returns the filtered resource list.
 

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

Methods in com.sapportals.wcm.repository.manager that return IResourceList
 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.
 

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

Methods in com.sapportals.wcm.repository.search that return IResourceList
 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 IResourceList in com.sapportals.wcm.repository.security
 

Methods in com.sapportals.wcm.repository.security that return IResourceList
 IResourceList IResourceAclManager.propagateAcl_Remove(IResource resource)
          remove the ACLs of the descendants of the resource
 

Uses of IResourceList in com.sapportals.wcm.repository.service.attachment
 

Methods in com.sapportals.wcm.repository.service.attachment that return IResourceList
 IResourceList IAttachment.getAttachment(IResource resource)
          Returns all Attachments of this Resource
 

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

Methods in com.sapportals.wcm.repository.service.comment that return IResourceList
 IResourceList IComment.getComment(IResource resource)
          Gets all comments for a given resource sorted by creation date.
 

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

Methods in com.sapportals.wcm.repository.service.feedback that return IResourceList
 IResourceList IFeedback.getFeedback(IResource resource)
          Gets all feedback for a specified resource sorted by creation date.
 

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

Methods in com.sapportals.wcm.repository.service.personalnote that return IResourceList
 IResourceList IPersonalNote.getComment(IResource resource)
          Gets all personal notes for a given resource sorted by creation date.
 

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

Methods in com.sapportals.wcm.repository.service.statemanagement with parameters of type IResourceList
 void IStatemanagement.executeTransition(ITransition aTransition, IResourceList aResourceList, IResourceContext aContext)
          Deprecated. Executes the specified transition for a list of resources
 ITransitionList IStatemanagement.getTransitions(IResourceList aResourceList, IResourceContext aContext)
          Deprecated. Returns all transitions defined in the workflow process for a resource list
 boolean ITransition.isAllowed(IResourceList aResourceList)
          Deprecated. Checks that the transition is allowed 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 IResourceList in com.sapportals.wcm.repository.service.subscription
 

Methods in com.sapportals.wcm.repository.service.subscription that return IResourceList
 IResourceList ISubscriptionManager.getInvalidForCondition(ISubscriptionCondition condition, IResourceList resourceList)
          Checks whether a condition is valid for a specified list of resources and returns the resources for which the condition is invalid.
 IResourceList ISubscription.getResources()
          Gets the resources assigned to the subscription.
 

Methods in com.sapportals.wcm.repository.service.subscription with parameters of type IResourceList
 boolean ISubscriptionManager.checkPermission(IResourceContext context, String permissionName, IResourceList resources)
          Checks whether the user stored in the context has the specified subscription permission for the list of resources.
 com.sapportals.wcm.util.uri.IRidList ISubscriptionManager.checkResourcesForSubscription(IResourceContext context, String owner, IResourceList resources)
          Checks if at least one subscription exists for each given resource.
 ISubscription ISubscriptionManager.createSubscription(IResourceContext context, 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.
 IResourceList ISubscriptionManager.getInvalidForCondition(ISubscriptionCondition condition, IResourceList resourceList)
          Checks whether a condition is valid for a specified list of resources and returns the resources for which the condition is invalid.
 boolean ISubscriptionManager.isValidCondition(ISubscriptionCondition condition, IResourceList resourceList)
          Checks whether a condition is valid for a specified list of resources.
 ISubscription ISubscription.set(ISubscriptionCondition condition, IResourceList resources, IChannel channel, IRecipient recipient, ISubscriptionAttributes attributes)
          Changes or sets multiple parameters for a subscription in one operation.
 ISubscription ISubscription.set(ISubscriptionCondition condition, IResourceList resources, IChannel channel, IRecipientList recipients, ISubscriptionAttributes attributes)
          Changes or sets multiple parameters for a subscription in one operation.
 void ISubscription.setResources(IResourceList resourceList)
          Resets the subscription's resources.
 

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

Methods in com.sapportals.wcm.repository.util that return IResourceList
 IResourceList ImmutableResourceList.subList(int index1, int index2)
           
 

Constructors in com.sapportals.wcm.repository.util with parameters of type IResourceList
ImmutableResourceList(IResourceList list)
           
 

Uses of IResourceList in com.sapportals.wcm.repository.variants
 

Methods in com.sapportals.wcm.repository.variants that return IResourceList
 IResourceList ILogicalVariantResource.findPhysicalResources(IPropertyMap properties)
          Returns a list of resource instances of type IPhysicalVariantResource which match the given map of context properties.
 

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

Methods in com.sapportals.wcm.service.indexmanagement that return IResourceList
 IResourceList IndexErrorContainerException.getResourceErrorList()
          Returns the specified resources.
 

Methods in com.sapportals.wcm.service.indexmanagement with parameters of type IResourceList
 void IIndex.deindexDocuments(IResourceList resources)
          Removes a list of documents from the index
It is recommended that you do not deindex documents manually using this method.
 void AbstractIndex.deindexDocuments(IResourceList resources)
          Deindexes a document
 void IIndex.indexDocuments(IResourceList resources)
          Puts a list of documents into the index.
 void AbstractIndex.indexDocuments(IResourceList resources)
          Indexes a list of documents
 void IIndex.indexDocuments(IResourceList resources, IResourceEvent resourceEvent)
          Puts a list of documents into the index.
 void AbstractIndex.indexDocuments(IResourceList resources, IResourceEvent resourceEvent)
          Indexes a list of documents
protected  void AbstractIndex.internalIndexDocuments(IResourceList resources, IResourceEvent resourceEvent)
          Indexes a list of documents
 

Constructors in com.sapportals.wcm.service.indexmanagement with parameters of type IResourceList
IndexErrorContainerException(String msg, IResourceList resourceErrorList)
          Creates an exception with the specified message msg and a list of resources.
 

Uses of IResourceList in com.sapportals.wcm.service.indexmanagement.helperclasses
 

Methods in com.sapportals.wcm.service.indexmanagement.helperclasses with parameters of type IResourceList
static IIndex IndexCreationHelper.createTrexClassificationIndex(String indexId, String indexName, String indexGroup, Properties indexProperties, Map additionalProperties, IResourceList dataSources)
          Creates a Trex classification index
static IIndex IndexCreationHelper.createTrexSearchAndClassificationIndex(String indexId, String indexName, String indexGroup, Properties indexProperties, Map additionalProperties, IResourceList dataSources)
          Creates a Trex search and classification index
static IIndex IndexCreationHelper.createTrexSearchIndex(String indexId, String indexName, String indexGroup, Properties indexProperties, Map additionalProperties, IResourceList dataSources)
          Creates a Trex search index
 

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

Methods in com.sapportals.wcm.service.indexmanagement.retrieval.classification that return IResourceList
 IResourceList ITaxonomyCollection.getAllDocumentsBelowVirtualTaxNode()
          Returns all documents below a category node in a virtual taxonomy.
 IResourceList ITaxonomyCollection.getChildrenWithAdditionalQuery(IQueryEntryList qList)
          Returns the children of a node of a virtual taxonomy whereby the defined query further restricts the document set.
 IResourceList ITaxonomyCollection.getChildrenWithAdditionalQuery(IQueryEntryList qList, com.sapportals.wcm.util.uri.IRidList searchFromHereList, Set languages)
          Returns the children of a node of a virtual taxonomy whereby the defined query further restricts the document set.
 IResourceList ITaxonomyCollection.getChildrenWithAdditionalQueryOnlyCollections(IQueryEntryList qList)
          Returns the children which are collections of a node of a virtual taxonomy whereby the defined query further restricts the document set.
 IResourceList ITaxonomyCollection.getChildrenWithAdditionalQueryOnlyCollections(IQueryEntryList qList, com.sapportals.wcm.util.uri.IRidList searchFromHereList, Set languages)
          Returns the children which are collections of a node of a virtual taxonomy whereby the defined query further restricts the document set.
 IResourceList IClassificationIndex.getClassDocuments(ICollection taxonomyClass)
          Gets all documents of a taxonomy class
The taxonomy class is a folder in the taxonomy repository To get the resource ID of a taxonomy class, first the resource ID of the taxonomy root must be determined by using the getSpecialFolderRID(taxonomyName,SpecialFolder.TAXONOMY) method.
 IResourceList AbstractClassificationIndex.getClassDocuments(ICollection taxonomyClass)
          Gets all documents of a taxonomy class
 IResourceList AbstractClassificationIndex.getClassDocuments(com.sapportals.wcm.util.uri.RID taxonomyClassRid, IResourceContext context)
          Gets all documents of a taxonomy class
 IResourceList IModificationObject.getDeletetionList()
          see getOperation()
 IResourceList IClassificationIndex.getDocumentsNeverToClassify(String taxonomyName)
          Deprecated. as of NW04. Use getDocumentsNeverToClassify(String,IResourceContext)
 IResourceList AbstractClassificationIndex.getDocumentsNeverToClassify(String taxonomyName)
          Deprecated. as of NW04.
 IResourceList IClassificationIndex.getDocumentsNeverToClassify(String taxonomyName, IResourceContext context)
          Gets all documents of an index that have the status "never to classify" in a taxonomy
 IResourceList AbstractClassificationIndex.getDocumentsNeverToClassify(String taxonomyName, IResourceContext context)
          Gets all documents of an index that have the status "never to classify" within a taxonomy
 IResourceList IClassificationIndex.getDocumentsToClassify(String taxonomyName)
          Deprecated. as of NW04. Use getDocumentsToClassify(String,IResourceContext)
 IResourceList AbstractClassificationIndex.getDocumentsToClassify(String taxonomyName)
          Deprecated. as of NW04.
 IResourceList IClassificationIndex.getDocumentsToClassify(String taxonomyName, IResourceContext context)
          Gets all documents of an index that have the status "to classify" in a taxonomy
 IResourceList AbstractClassificationIndex.getDocumentsToClassify(String taxonomyName, IResourceContext context)
          Gets all documents of an index that have the status "to classify" within a taxonomy
 IResourceList IModificationObject.getInsertionList()
          see getOperation()
 IResourceList ITaxonomyCollection.getInternalNodeAlternatives(int position, IQueryEntryList qList)
          Computes the attribute value and query rid alternatives for the specified position of the rid of the collection, whereby all restrictions until that position without the restriction of the position itself, the restriction beyond the position and the restrictions of the additional query entry list are considered.
 IResourceList ITaxonomyCollection.getInternalNodeAlternatives(int position, IQueryEntryList qList, com.sapportals.wcm.util.uri.IRidList searchFromHereList, Set languages)
          Computes the attribute value and query rid alternatives for the specified position of the rid of the collection, whereby all restrictions until that position without the restriction of the position itself, the restriction beyond the position and the restrictions of the additional query entry list are considered.
 IResourceList IModificationObject.getPossibleRenamings()
          see getOperation()
 

Methods in com.sapportals.wcm.service.indexmanagement.retrieval.classification with parameters of type IResourceList
 void IClassificationIndex.autoClassifyDocs(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(String taxonomyName, IResourceList docList, IResourceContext context)
          Requests proposals for the best categories for the documents and sets these categories automatically as document classification.
 Collection IClassificationIndexCollection.classifyDocuments(IResourceList resourceDocuments, String taxonomyName)
          classifies documents (which taxonomy class folders do the documents fit best)
 Collection IClassificationIndex.classifyDocuments(IResourceList resourceDocuments, String taxonomyName)
          Classifies documents into existing categories of a taxonomy
The returned results are only proposals.
 Collection AbstractClassificationIndex.classifyDocuments(IResourceList resourceDocuments, String taxonomyName)
          Classifies documents (which taxonomy class folders do the documents fit best)
 Collection IClassificationIndexCollection.classifyDocuments(IResourceList resourceDocuments, String taxonomyName, float threshold, int maxResults)
          classifies documents (which taxonomy class folders do the documents fit best)
 Collection IClassificationIndex.classifyDocuments(IResourceList resourceDocuments, String taxonomyName, float threshold, int maxResults)
          Classifies documents into existing categories of a taxonomy
The returned results are only proposals.
 Collection AbstractClassificationIndex.classifyDocuments(IResourceList resourceDocuments, String taxonomyName, float threshold, int maxResults)
          Classifies documents (which taxonomy class folders do the documents fit best).
 Collection IClassificationIndex.classifyDocuments(IResourceList resourceDocuments, String taxonomyName, float threshold, int maxResults, boolean checkIfInIndex)
          Classifies documents (which taxonomy class folders do the documents fit best).
 Collection AbstractClassificationIndex.classifyDocuments(IResourceList resourceDocuments, String taxonomyName, float threshold, int maxResults, boolean checkIfInIndex)
          Classifies documents (which taxonomy class folders do the documents fit best).
 Collection IClassificationIndexCollection.classifyDocuments(IResourceList resourceDocuments, String taxonomyName, int maxResults)
          classifies documents (which taxonomy class folders do the documents fit best)
 Collection IClassificationIndex.classifyDocuments(IResourceList resourceDocuments, String taxonomyName, int maxResults)
          Classifies documents into existing categories of a taxonomy
The returned results are only proposals.
 Collection AbstractClassificationIndex.classifyDocuments(IResourceList resourceDocuments, String taxonomyName, int maxResults)
          Classifies documents (which taxonomy class folders do the documents fit best)
 Collection IClassificationIndex.clusterDocuments(IResourceList resourceDocuments, int maxResults)
          Divides documents into clusters of documents
The clustering is done on the basis of content similarity.
static void AbstractClassificationIndex.getAllCollections(ICollection col, IResourceList resources)
          Coolects all collections below col in resources.
 Collection IClassificationIndex.getBestClasses(IResourceList resourceDocuments, String taxonomyName)
           
 Collection AbstractClassificationIndex.getBestClasses(IResourceList resourceDocuments, String taxonomyName)
           
 Collection IClassificationIndex.getBestClasses(IResourceList resourceDocuments, String taxonomyName, int maxNumberOfDocs)
           
 Collection AbstractClassificationIndex.getBestClasses(IResourceList resourceDocuments, String taxonomyName, int maxNumberOfDocs)
           
 Collection AbstractClassificationIndex.getBestClasses(IResourceList resourceDocuments, String taxonomyName, Map thresholds)
          This method is not used anywhere.
 Collection AbstractClassificationIndex.getBestClassesOld(IResourceList resourceDocuments, String taxonomyName)
          This class is not used because it implements an unreasonable algorithm.
 IDocClassificationMapList IClassificationIndex.getDocListClassification(IResourceList documents)
          Gets the categories to which the documents are assigned
To get proposals of categories into which documents might fit, use classifyDocuments.
 IDocClassificationMapList AbstractClassificationIndex.getDocListClassification(IResourceList documents)
          Gets the classifications that have been set for the documents.
 IDocClassificationMapList AbstractClassificationIndex.getDocListClassification(IResourceList documents, IResourceContext context)
          Gets the classifications that have been set for the documents.
static Map AbstractClassificationIndex.getDocumentTaxRMRids(com.sapportals.wcm.util.uri.RID taxonomyClassRid, IResourceList documents)
          only for internal usage
 void AbstractClassificationIndex.indexDocuments(IResourceList resources)
          Indexes a list of documents
 void AbstractClassificationIndex.indexDocuments(IResourceList resources, boolean reindexMode, boolean sendLinkEvents)
          Indexes a list of documents
 void IClassificationIndex.indexDocuments(IResourceList resources, String taxonomyName, com.sapportals.wcm.util.uri.IRidList taxonomyClasses, boolean isSearchRelevant)
          Indexes a list of documents It is recommended that you do not index documents manually using this method.
 void AbstractClassificationIndex.indexDocuments(IResourceList resources, String taxonomyName, com.sapportals.wcm.util.uri.IRidList taxonomyClasses, boolean isSearchRelevant)
          Indexes a list of documents (method for internal use)
 void IClassificationIndex.indexDocuments(IResourceList resources, String taxonomyName, com.sapportals.wcm.util.uri.IUriList taxonomyClasses, boolean isSearchRelevant)
          Deprecated. as of NW04. Use indexDocuments(IResourceList, String, IRidList, boolean)
 void AbstractClassificationIndex.indexDocuments(IResourceList resources, String taxonomyName, com.sapportals.wcm.util.uri.IUriList taxonomyClasses, boolean isSearchRelevant)
          Deprecated. as of NW04. Use indexDocuments(IResourceList, String, IRidList, boolean)
protected  Collection AbstractClassificationIndex.internalClassifyDocuments(IResourceList resourceDocuments, String taxonomyName, float threshold, int maxResults)
          Classifies documents (which taxonomy class folders do the documents fit best)
protected  Collection AbstractClassificationIndex.internalClassifyDocuments(IResourceList resourceDocuments, String taxonomyName, float threshold, int maxResults, boolean checkIfInIndex)
          Classifies documents (which taxonomy class folders do the documents fit best).
protected  void AbstractClassificationIndex.internalIndexDocuments(IResourceList resources, IResourceEvent resourceEvent)
          indexes a list of documents (method for internal use)
protected abstract  void AbstractClassificationIndex.internalIndexDocuments(IResourceList resources, String taxonomyName, com.sapportals.wcm.util.uri.IRidList taxonomyClasses, IResourceEvent resourceEvent, boolean isSearchRelevant, boolean reindexMode, boolean sendLinkEvents)
          Indexes a list of documents (method for internal use)
 void IClassificationIndex.setDocumentClassificationStatus(IResourceList documents, String taxonomyName, ClassificationStatus status)
          Sets the classification status for a list of documents for a taxonomy
 void AbstractClassificationIndex.setDocumentClassificationStatus(IResourceList documents, String taxonomyName, ClassificationStatus status)
          Sets the classification status for a list of documents for a taxonomy.
 Collection AbstractClassificationIndex.unfilteredClassifyDocuments(IResourceList resourceDocuments, String taxonomyName, float threshold, int maxResults)
          Classifies documents (which taxonomy class folders do the documents fit best)
 void IClassificationIndex.updateSearchCategoryAttributes(IResourceList oldResourceListe, IResourceList newResourceListe, String taxonomyName, com.sapportals.wcm.util.uri.RID categoryRid)
          The attributes neccessary for searching in taxonomies are modified on the index server only.
 

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

Methods in com.sapportals.wcm.service.indexmanagement.retrieval.search with parameters of type IResourceList
 Collection ISearchIndex.getDocumentAbstracts(IResourceList resourceDocuments)
          gets the abstract of documents
 Collection ISearchIndex.getDocumentFeatures(IResourceList resourceDocuments, int maxFeatures)
          gets the features of documents
protected  ISearchSession AbstractSearchIndexCollection.getNewSearchSession(IResourceList similarDocsInput, ISearchIndexCollection searchIndexCollection, IResourceContext context, int initMaxRawResults, ISortPropertyName sortProperty)
          Gets a new search session instance
 ISearchResultList ISearchIndexCollection.searchSimilarDocuments(IResourceList searchDocuments, int maxResults)
          searches similar documents
 ISearchResultList ISearchIndex.searchSimilarDocuments(IResourceList searchDocuments, int maxResults)
          searches similar documents
abstract  ISearchResultList AbstractSearchIndexCollection.searchSimilarDocuments(IResourceList searchDocuments, int maxResults)
           
 ISearchResultList IFederatedSearch.searchSimilarDocuments(List indexes, IResourceList documents, int maxResults)
          Performs a federated similar document search.
 ISearchSession ISearchIndexCollection.searchSimilarDocumentsWithSession(IResourceList searchDocuments)
          searches similar documents
 ISearchSession ISearchIndex.searchSimilarDocumentsWithSession(IResourceList searchDocuments)
          searches similar documents
abstract  ISearchSession AbstractSearchIndexCollection.searchSimilarDocumentsWithSession(IResourceList searchDocuments)
           
 ISearchSession ISearchIndexCollection.searchSimilarDocumentsWithSession(IResourceList searchDocuments, int initNumberMaxRawResults)
          searches similar documents
abstract  ISearchSession AbstractSearchIndexCollection.searchSimilarDocumentsWithSession(IResourceList searchDocuments, int initNumberMaxRawResults)
           
 ISearchSession ISearchIndexCollection.searchSimilarDocumentsWithSession(IResourceList searchDocuments, int initNumberMaxRawResults, ISortPropertyName sortProperty)
          searches similar documents
 ISearchSession IFederatedSearch.searchSimilarDocumentsWithSession(List indexes, IResourceList documents)
          Performs a federated similar document search.
 ISearchSession IFederatedSearch.searchSimilarDocumentsWithSession(List indexes, IResourceList documents, ISortPropertyName sortProperty)
          Performs a federated similar document search.
 

Uses of IResourceList in com.sapportals.wcm.service.resourcelistfilter
 

Methods in com.sapportals.wcm.service.resourcelistfilter that return IResourceList
 IResourceList ICollectionListFilter.getChildren(ICollection parent, IParameters parameters, IPropertyNameList list)
          retrieves the children of the given parent folder.
 

Methods in com.sapportals.wcm.service.resourcelistfilter with parameters of type IResourceList
 void IResourceListFilter.filterResourceList(IResourceList list, IParameters parameters)
          removes elements from the given resource list.
 



Copyright 2011 SAP AG Complete Copyright Notice