SAP NetWeaver '04

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

Packages that use ICollection
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.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.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.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.timebasedpublish Provides a service that controls when resources in a repository are visible or hidden.  
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.propertyconfig Provides a service for the administration of metadata for resource properties.  
com.sapportals.wcm.service.urlgenerator Provides a service that returns URLs to access resources in the CM system.  
com.sapportals.wcm.service.xmlforms Provides interfaces for the creation of forms and XML documents.  
 

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

Methods in com.sapportals.wcm.rendering.base that return ICollection
 ICollection IRendererStatus.getParent()
          returns the ICollection, whose children are handled within this status.
 

Methods in com.sapportals.wcm.rendering.base with parameters of type ICollection
 IConfigurableRendererStatus StatusFactory.getStatusInstance(ICollection resource, com.sapportals.wcm.repository.service.layout.IDebugContainer container)
          Returns a new instance of a ILayoutController If no configuration for the set of parameters can be retrieved or the mapping entry is faulty, the default LayoutController of the factory is returned.
 java.lang.String IProxy.createNavigationTarget(ICollection p0)
          creates the needed information for a Link or Button to offer navigation to the given ICollection.
 void IRendererStatus.setParent(ICollection parent)
          sets the collection whose children are to be handled within this status.
abstract  java.lang.String AbstractProxyControl.createNavigationTarget(ICollection collection)
          creates the needed information for a Link or Button to offer navigation to the given ICollection.
 

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

Methods in com.sapportals.wcm.rendering.collection that return ICollection
 ICollection LightCollectionRenderer.getParentCollection()
           
 ICollection AbstractRendererStatus.getParent()
           
 ICollection ComponentValueMap.getParent()
           
 ICollection AbstractCollectionRenderer.getParentCollection()
          Gets the parentCollection attribute of the AbstractCollectionRenderer object
 

Methods in com.sapportals.wcm.rendering.collection with parameters of type ICollection
 void LightCollectionRenderer.setParentCollection(ICollection parent)
           
 void ICollectionRenderer.setParentCollection(ICollection collection)
          is called from the factory after instantiating a new collection renderer to set the collection which has to be rendered.
 void AbstractRendererStatus.setParent(ICollection collection)
          sets the parent collection for the status.
 ICollectionRenderer CollectionRendererFactory.getCollectionRenderer(IProxy proxy, ICollection collection, com.sapportals.wcm.repository.service.layout.customizing.flavor.IFlavor flavor)
           
 ICollectionRenderer CollectionRendererFactory.getCollectionRenderer(IProxy proxy, ICollection currentFolder, ICollection customizingCollection, com.sapportals.wcm.repository.service.layout.customizing.flavor.IFlavor flavor)
           
 void ComponentValueMap.setParent(ICollection coll)
           
 void AbstractCollectionRenderer.setParentCollection(ICollection parent)
          Sets the parentCollection attribute of the AbstractCollectionRenderer object
 

Uses of ICollection in com.sapportals.wcm.repository
 

Methods in com.sapportals.wcm.repository that return ICollection
 ICollection IExtendedCollection.createWorkspace(java.lang.String name, IPosition position)
          Creates a new workspace resource.
 ICollection IResource.getParentCollection()
          Returns the parent collection of this resource.
 ICollection ICollection.createCollection(java.lang.String name, IPropertyMap properties)
          Creates a new sub collection in a collection.
 ICollection ICollection.createCollection(java.lang.String name, IPosition position, IPropertyMap properties)
          Creates a new sub collection in a collection that supports ordering.
 ICollection ICollection.createCollection(java.lang.String name, IPropertyMap properties, boolean ignorePropertyFailures)
          Creates a new sub collection in a collection.
 ICollection ICollection.createCollection(java.lang.String name, IPosition position, IPropertyMap properties, boolean ignorePropertyFailures)
          Creates a new sub collection in a collection that supports ordering.
 

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

Methods in com.sapportals.wcm.repository.filter that return ICollection
 ICollection INamespaceFilter.getCollection()
          Returns the collection if the filter is applied on getChilden().
 

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

Methods in com.sapportals.wcm.repository.manager.entrypoints with parameters of type ICollection
 void IEntryPointsProvider.addAndRemoveRootEntryPoints(ICollection parentCollection, IEntryPointList entryPoints, DisplayMode displayMode)
          Handles the already existing list of entry points on the first level of the entry points hierarchy.
 IEntryPointList IEntryPointsProvider.getEntryPointChildren(ICollection parentCollection, IEntryPoint parentEntryPoint, DisplayMode displayMode)
          Gets entry points as children for a specific folder inside a entry points hierarchy.
 void AbstractEntryPointsProvider.addAndRemoveRootEntryPoints(ICollection parentCollection, IEntryPointList entryPoints, DisplayMode displayMode)
          Handles the already existing list of entry points on the first level of the entry points hierarchy.
 IEntryPointList AbstractEntryPointsProvider.getEntryPointChildren(ICollection parentCollection, IEntryPoint parentEntryPoint, DisplayMode displayMode)
          Gets entry points as children for a specific folder inside a entry points hierarchy.
 

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

Methods in com.sapportals.wcm.repository.service.discussion that return ICollection
 ICollection IDiscussionManager.getDiscussionsCollection()
          Gets ICollection, the root folder where all discussions of this service are stored.
 ICollection IDiscussionItem.getReplyCollection()
          Get the ReplyCollection attribute of the IDiscussionItem object.
 

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

Methods in com.sapportals.wcm.repository.service.statemanagement with parameters of type ICollection
 void IStatemanagementUtils.setStatemanagementEnabled(ICollection impCollection, boolean enabled)
          Deprecated. Enables or disables the statemanagement for a folder.
 

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

Methods in com.sapportals.wcm.repository.service.timebasedpublish with parameters of type ICollection
 void ITimebasedPublishServiceManager.setTimebasePublishEnabled(ICollection impFolder, boolean enabled)
          Enables the time-based publishing service for a folder When the time-based publishing service is enabled for a folder, the visibility of all children within this folder is controlled by the time-based publishing service.
 

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

Methods in com.sapportals.wcm.service.indexmanagement with parameters of type ICollection
 void IIndexService.startXTaxRetrainCrawler(IIndex index, java.lang.String taxonomyName, ICollection taxonomyCollection, boolean isSearchRelevant)
          This method is only used by internal methods and should not be used programmers using the imdexmanagement API.
 void ITaskQueueHandler.startTrainingCrawler(java.lang.String taxonomyName, ICollection taxonomyCollection, IClassificationIndex index, boolean isSearchRelevant)
          Runs a taxonomy training crawler as a separate thread.
 void ITaskQueueHandler.createTaxonomyHierarchyByCopiing(java.lang.String taxonomyName, ICollection existingHierarchy, IClassificationIndex index)
          The taxonomy hierarchy is created by copiing an existing hierarchy.
 

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

Methods in com.sapportals.wcm.service.indexmanagement.retrieval.classification that return ICollection
protected  ICollection AbstractClassificationIndex.createTaxRmIndexFolder(IResourceContext context)
          Creates the folder that represents the index in the taxonomy repository.
 ICollection IModificationObject.getLeftCategory()
          see getOperation()
 ICollection IModificationObject.getRightCategory()
          see getOperation()
 ICollection ITaxonomyCollection.getDataCollection()
          Gets the collection object of the repository that holds the taxonomy hierarchies.
 

Methods in com.sapportals.wcm.service.indexmanagement.retrieval.classification with parameters of type ICollection
 IResourceList AbstractClassificationIndex.getClassDocuments(ICollection taxonomyClass)
          Gets all documents of a taxonomy class
 IRidList AbstractClassificationIndex.getClassDocumentRids(ICollection taxonomyClass)
          Gets the resource IDs of all documents of a taxonomy class
 void AbstractClassificationIndex.removeCategoryAssignments(ICollection deletedCategoryFolder)
          Removes the assignment of all documents of the index to a category.
 void AbstractClassificationIndex.startTaxonomyTrainingCrawler(ICollection taxonomyCollection, boolean isSearchRelevant)
          Deprecated. as of NW04. Crawlers can only be queued - use queueTaxonomyTrainingCrawler
abstract  void AbstractClassificationIndex.startTaxonomyTrainingCrawler(java.lang.String taxonomyName, ICollection taxonomyCollection, boolean isSearchRelevant, boolean clearVisitedList, ISemaphore semaphore)
          Runs a taxonomy training crawler.
static void AbstractClassificationIndex.getAllCollections(ICollection col, IResourceList resources)
           
 void ITaxonomyTransport.exportTaxonomy(ICollection collection, java.lang.String outputResource, IClassificationIndex index, java.lang.String taxname)
          Exports a taxonomy to a resource.
 IResource ITaxonomyTransport.exportDTD(ICollection exportColl)
           
 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.
 java.lang.Runnable IClassificationIndex.getTaxonomyTrainingCrawler(ICollection taxonomyCollection, boolean isSearchRelevant)
          Deprecated. as of NW04. Use startTaxonomyTrainingCrawler
 void IClassificationIndex.startTaxonomyTrainingCrawler(ICollection taxonomyCollection, boolean isSearchRelevant)
          Deprecated. as of NW04. Crawlers can only be queued - use queueTaxonomyTrainingCrawler(String,ICollection,boolean)
 void IClassificationIndex.startTaxonomyTrainingCrawler(ICollection taxonomyCollection, boolean isSearchRelevant, boolean clearVisitedList, ISemaphore semaphore)
          Deprecated. as of NW04. Use startTaxonomyTrainingCrawler(String,ICollection,boolean,boolean,ISemaphore)
 void IClassificationIndex.startTaxonomyTrainingCrawler(java.lang.String taxonomyName, ICollection taxonomyCollection, boolean isSearchRelevant, boolean clearVisitedList, ISemaphore semaphore)
          Runs a taxonomy training crawler.
 void IClassificationIndex.queueTaxonomyTrainingCrawler(ICollection taxonomyCollection, boolean isSearchRelevant)
          Deprecated. as of NW04. Use queueTaxonomyTrainingCrawler(String,ICollection,boolean)
 void IClassificationIndex.queueTaxonomyTrainingCrawler(java.lang.String taxonomyName, ICollection taxonomyCollection, boolean isSearchRelevant)
          Adds a taxonomy training crawler to the index management crawler queue.
 void IClassificationIndex.createTaxonomyHierarchyByCopiing(java.lang.String taxonomyName, ICollection existingHierarchy)
          The taxonomy hierarchy is created by copiing an existing hierarchy.
 void IClassificationIndex.removeCategoryAssignments(ICollection deletedCategoryFolder)
          Removes the assignment to a deleted category for all documents in the index
 

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

Methods in com.sapportals.wcm.service.indexmanagement.retrieval.search with parameters of type ICollection
 ISearchResultList ISearchIndex.executeQuery(IQueryEntryList queryEntryList, IResourceContext context, int maxResults, ICollection searchFromHere)
          Executes the search
 ISearchSession ISearchIndex.executeQueryWithSession(IQueryEntryList queryEntryList, IResourceContext context, ICollection searchFromHere)
          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
 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, 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, ICollection searchFromHere)
           
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)
           
 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)
           
 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.
 

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

Methods in com.sapportals.wcm.service.propertyconfig that return ICollection
 ICollection IMetaContext.getParentCollection()
           
 

Methods in com.sapportals.wcm.service.propertyconfig with parameters of type ICollection
 void IMetaContext.setParentCollection(ICollection parentCollection)
           
 void IMetaModelExport.exportMetaDataScheme(ICollection collection, java.lang.String outputResource, IPropertyNameList propertyNameList)
          Exports the specified properties to an XML file stored as a resource under the collection with the ID outputResource.
 void IMetaModelExport.exportMetaDataScheme(ICollection collection, java.lang.String outputResource, java.util.Collection propertyIdList)
           
 

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

Methods in com.sapportals.wcm.service.urlgenerator with parameters of type ICollection
 RID IURLGenerator.getCompleteRIDToShowFolder(ICollection folder)
          Deprecated. as of EP 5.0 SP2, replaced by IURLGenerator.createLinkToExplorerPageRID(RID)
 URI IURLGenerator.getCompleteURIToShowFolder(ICollection folder)
          Deprecated. as of EP 5.0 SP2, replaced by IURLGenerator.getCompleteRIDToShowFolder(ICollection)
 

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

Methods in com.sapportals.wcm.service.xmlforms with parameters of type ICollection
 java.util.Map IXFService.getXFProjects(ICollection collection)
          Gets all projects from the XML Forms framework, which are allowed in a specific collection.
 


SAP NetWeaver '04

Copyright © 2004 by SAP AG. All Rights Reserved.
SAP, R/3, mySAP, mySAP.com, xApps, xApp, SAP NetWeaver, and other SAP products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of SAP AG in Germany and in several other countries all over the world. All other product and service names mentioned are the trademarks of their respective companies. Data contained in this document serves informational purposes only. National product specifications may vary.

These materials are subject to change without notice. These materials are provided by SAP AG and its affiliated companies ("SAP Group") for informational purposes only, without representation or warranty of any kind, and SAP Group shall not be liable for errors or omissions with respect to the materials. The only warranties for SAP Group products and services are those that are set forth in the express warranty statements accompanying such products and services, if any. Nothing herein should be construed as constituting an additional warranty.