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

Packages that use IPropertyMap
com.sapportals.wcm.rendering.base Contains interfaces for flexible rendering of explorer controls.  
com.sapportals.wcm.repository Contains the repository framework interfaces and classes.  
com.sapportals.wcm.repository.batch   
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.rfadapter   
com.sapportals.wcm.service.indexmanagement Provides a service for managing indexes.  
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.propertyconfig.renderer Provides a service for rendering resource properties.  
com.sapportals.wcm.service.propertystructure Provides structuring information for properties.  
com.sapportals.wcm.service.relation Provides a service to persist relationships between relation operands.  
com.sapportals.wcm.service.reporting   
com.sapportals.wcm.service.xmlforms.validation   
 

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

Methods in com.sapportals.wcm.rendering.base that return IPropertyMap
 IPropertyMap ResourcePropertyAmalgamation.getProperties(IResource resource)
          returns all properties available from the framework.
 IPropertyMap ResourcePropertyAmalgamation.getProperties(IResource resource, IPropertyNameList list)
          returns the properties defined for the given resource which are accessed through the given list.
 

Methods in com.sapportals.wcm.rendering.base with parameters of type IPropertyMap
 void ResourcePropertyAmalgamation.add(IResource resource, IPropertyMap map, ResourcePropertyAmalgamation.Mode mode)
          adds the given IPropertyMap to the map of available properties for the given IResource.
 void ResourcePropertyAmalgamation.UnavailableEntries.remove(IResource res, IPropertyMap map)
          removes all property names that are included in the given map from the list of unavailable entries for the given resource.
 

Uses of IPropertyMap in com.sapportals.wcm.repository
 

Subinterfaces of IPropertyMap in com.sapportals.wcm.repository
 interface IMutablePropertyMap
          An extention of the IPropertyMap interface with methods to modify the map.
 

Classes in com.sapportals.wcm.repository that implement IPropertyMap
 class MutablePropertyMap
          Holds a mutable map of Property objects.
 class PropertyMap
          Holds a read-only map of Property objects.
 

Methods in com.sapportals.wcm.repository that return IPropertyMap
 IPropertyMap MutablePropertyMap.getImmutable()
           
 IPropertyMap IResource.getProperties()
          Returns a map with IProperty references for the resource.
 IPropertyMap IResource.getProperties(IPropertyNameList propNameList)
          Returns a map with IProperty references for the resource.
 IPropertyMap IPropertyBatch.getProperties(RID rid)
           
 IPropertyMap IMutablePropertyMap.getImmutable()
          Returns a read-only version of this map.
 

Methods in com.sapportals.wcm.repository with parameters of type IPropertyMap
 boolean Selector.check(IPropertyMap properties)
          checks, if the provided map of properties will pass all PropertySelectorItem instances defined within this class.
 ICheckInInfo2 IVersionControlledResource.checkIn(IContent newContent, IPropertyMap properties, boolean ignorePropertyFailures, RID expectedCheckInRID, boolean forkOk, boolean keepCheckedOut)
          Check in a new version of the resource with new content and/or properties.
 void IResource.update(IContent newContent, IPropertyMap properties)
          Updates the content and properties of this resource in an atomic operation.
 void IResource.setProperties(IPropertyMap props)
          Set all properties of the resource.
 ICheckInInfo IResource.checkIn(IContent newContent, IPropertyMap properties, boolean ignorePropertyFailures, URI expectedCheckInURI)
          Deprecated. As of EP 5.0 SP4
 ICheckInInfo IResource.checkIn(IContent newContent, IPropertyMap properties)
          Check in a new version of the resource with new content and/or properties.
 ICheckInInfo IResource.checkIn(IContent newContent, IPropertyMap properties, boolean ignorePropertyFailures)
          Check in a new version of the resource with new content and/or properties.
 ICheckInInfo IResource.checkIn(IContent newContent, IPropertyMap properties, boolean ignorePropertyFailures, RID expectedCheckInRID)
          Check in a new version of the resource with new content and/or properties.
 IResource IExtendedCollection.createExternalLink(String name, IUri absoluteTargetUri, boolean isPermanent, IPosition position, IPropertyMap properties, boolean ignorePropertyFailures)
          Creates an external link, compatible to LinkType.EXTERNAL
 IResource IExtendedCollection.createInternalDynamicLink(String name, RID targetRid, IPosition position, IPropertyMap properties, boolean ignorePropertyFailures)
          Creates an internal link that automatically follows the target resource and disappears when the link target disappears.
 IResource IExtendedCollection.createInternalStaticLink(String name, RID targetRid, boolean isPermanent, IPosition position, IPropertyMap properties, boolean ignorePropertyFailures)
          Creates an internal link, compatible to LinkType.INTERNAL
 ICollection ICollection.createCollection(String name, IPropertyMap properties)
          Creates a new sub collection in a collection.
 ICollection ICollection.createCollection(String name, IPosition position, IPropertyMap properties)
          Creates a new sub collection in a collection that supports ordering.
 ICollection ICollection.createCollection(String name, IPropertyMap properties, boolean ignorePropertyFailures)
          Creates a new sub collection in a collection.
 ICollection ICollection.createCollection(String name, IPosition position, IPropertyMap properties, boolean ignorePropertyFailures)
          Creates a new sub collection in a collection that supports ordering.
 IResource ICollection.createResource(String name, IPropertyMap properties, IContent content)
          Creates a new resource in a collection.
 IResource ICollection.createResource(String name, IPosition position, IPropertyMap properties, IContent content)
          Creates a new resource in a collection that supports ordering.
 IResource ICollection.createResource(String name, IPropertyMap properties, IContent content, boolean ignorePropertyFailures)
          Creates a new resource in a collection.
 IResource ICollection.createResource(String name, IPosition position, IPropertyMap properties, IContent content, boolean ignorePropertyFailures)
          Creates a new resource in a collection that supports ordering.
 IResource ICollection.createLink(String name, URL targetURL, LinkType linkType, IPropertyMap properties)
          Creates a new link in a collection.
 IResource ICollection.createLink(String name, URL targetURL, LinkType linkType, IPosition position, IPropertyMap properties)
          Creates a new link in a collection that supports ordering.
 IResource ICollection.createLink(String name, URL targetURL, LinkType linkType, IPropertyMap properties, boolean ignorePropertyFailures)
          Creates a new link in a collection.
 IResource ICollection.createLink(String name, URL targetURL, LinkType linkType, IPosition position, IPropertyMap properties, boolean ignorePropertyFailures)
          Creates a new link in a collection that supports ordering.
 

Uses of IPropertyMap in com.sapportals.wcm.repository.batch
 

Methods in com.sapportals.wcm.repository.batch that return IPropertyMap
 IPropertyMap ResourcePropertyMap.getProperties(RID rid)
          Returns the property map for the specified RID.
 

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

Methods in com.sapportals.wcm.repository.filter that return IPropertyMap
 IPropertyMap IPropertyFilter.filter()
          Returns the filtered property map.
 

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

Methods in com.sapportals.wcm.repository.manager.entrypoints that return IPropertyMap
 IPropertyMap IEntryPointsProvider.getProperties(IResource resource, IEntryPoint entryPoint, DisplayMode displayMode)
          Gets properties of an entry point represented by a resource
 IPropertyMap AbstractEntryPointsProvider.getProperties(IResource resource, IEntryPoint entryPoint, DisplayMode displayMode)
          Gets properties of an entry point represented by a resource
protected  IPropertyMap AbstractEntryPointsProvider.getPropertiesForInternalLink(RID targetRid, IResourceContext context, boolean nameAsFallback)
           
 

Uses of IPropertyMap in com.sapportals.wcm.rfadapter
 

Methods in com.sapportals.wcm.rfadapter that return IPropertyMap
 IPropertyMap DataPack.properties()
           
protected  IPropertyMap DataPack.modifyProperty(IProperty property)
          convinience method for implementing classes to create a new IPropertyMap that includes the given property.
protected  IPropertyMap DataPack.addProperty(IProperty property)
          convinience method for implementing classes to create a new IPropertyMap that includes the given property.
 

Constructors in com.sapportals.wcm.rfadapter with parameters of type IPropertyMap
UpdateUtility(IResource source, IPropertyMap properties, IContent content)
          uses all parameter needed for the actual update of the given IResource
ResourceDataPack(String name, IPropertyMap properties, IContent content)
           
LinkDataPack(String name, IPropertyMap properties, LinkType type, URL target, IResourceContext context)
          standard constructor for this class.
LinkDataPack(String name, IPropertyMap properties, IResource target)
          convinience constructor to create a link of type LinkType.INTERNAL.
LinkDataPack(IPropertyMap properties, IResource target)
          convinience constructor to create a link of type LinkType.INTERNAL.
DataPack(String name, IPropertyMap properties)
          abstract constructor which must be used by all implementing classes.
CollectionDataPack(String name, IPropertyMap properties)
           
 

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

Methods in com.sapportals.wcm.service.indexmanagement that return IPropertyMap
 IPropertyMap IIndexService.getIndexedProperties()
          Determines all properties indexed in at least one of the indexes maintained by the index service.
 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(List indexes)
          Determines all properties indexed in at least one of the indexes.
 IPropertyMap IIndexService.getIndexedProperties(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.
 IPropertyMap IIndex.getIndexedProperties()
          Returns the properties, indexed with the documents in the index.
 IPropertyMap AbstractIndex.getIndexedProperties()
          Returns the properties, indexed with the documents in the index.
 IPropertyMap AbstractIndex.getPropertiesForHiddenResource(RID rid)
          Returns the properties for the resource specified by the rid.
 

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

Methods in com.sapportals.wcm.service.indexmanagement.retrieval.search that return IPropertyMap
 IPropertyMap ITextminingResult.getProperties()
           
 IPropertyMap ISearchResult.getLocalProperties()
          Return the local properties, including the content snippet.
 IPropertyMap IRawSearchResult.getResultResourceProperties()
          Properties of the result that have been retrieved by the search engine.
 

Methods in com.sapportals.wcm.service.indexmanagement.retrieval.search with parameters of type IPropertyMap
 void ITextminingResult.setProperties(IPropertyMap map)
           
 void ISearchResult.setLocalProperties(IPropertyMap propertyMap)
          Sets the local properties.
 IRawSearchResult IRawSearchSession.createRawSearchResult(String docKey, float rankValue, IProperty sortProperty, IPropertyMap resultResourceProperties)
           
 

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

Methods in com.sapportals.wcm.service.propertyconfig that return IPropertyMap
 IPropertyMap IMetaContext.getPropertyMap()
           
 

Methods in com.sapportals.wcm.service.propertyconfig with parameters of type IPropertyMap
 IValidationErrorList IMetaModel.validate(IPropertyMap properties, IMetaContext metaContext)
          Validation of properties via predefined validation classes
 void IMetaContext.setPropertyMap(IPropertyMap propertyMap)
           
 

Uses of IPropertyMap in com.sapportals.wcm.service.propertyconfig.renderer
 

Methods in com.sapportals.wcm.service.propertyconfig.renderer that return IPropertyMap
 IPropertyMap IStructuredPropertyRenderer.getProperties(IMetaName metaName, IMetaContext rendererContext, DynPage dynPage)
          Gets the properties with their entered values after the response has been returned.
 

Uses of IPropertyMap in com.sapportals.wcm.service.propertystructure
 

Methods in com.sapportals.wcm.service.propertystructure that return IPropertyMap
 IPropertyMap IStructuredGroupRenderer.getProperties(IMetaContext metaContext, DynPage dynPage)
          Gets the properties with their entered values after the response has been returned.
 IPropertyMap AbstractGroupRenderer.getProperties(IMetaContext metaContext, DynPage dynPage)
          Gets the properties with their entered values after the response has been returned.
 

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

Methods in com.sapportals.wcm.service.relation that return IPropertyMap
 IPropertyMap IRelation.getProperties()
          Get all properties of the relation.
 IPropertyMap IRelation.getProperties(IPropertyNameList propertyNameList)
          Get several specified properties.
 

Methods in com.sapportals.wcm.service.relation with parameters of type IPropertyMap
 IRelation IRelationType.createRelation(IRelationOperand source, IRelationOperand target, IPropertyMap properties)
          Create a new relation from wrapped operands.
 IRelation IRelationType.createRelation(Object source, Object target, IPropertyMap properties)
          Create a relation from operand values.
 IRelation IRelationType.createRelation(IOrderedRelationPosition position, IRelationOperand source, IRelationOperand target, IPropertyMap properties)
          Create a new ordered relation from wrapped operands.
 IRelation IRelationType.createRelation(IOrderedRelationPosition position, Object source, Object target, IPropertyMap properties)
          Create a ordered relation from operand values.
 void IRelation.setProperties(IPropertyMap properties)
          Set several specified properties.
 

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

Methods in com.sapportals.wcm.service.reporting that return IPropertyMap
 IPropertyMap ReportInput.getParameters()
           
 IPropertyMap ReportCommandInput.getParameters()
           
 IPropertyMap IReportInput.getParameters()
          Get parameters for the report itself.
 IPropertyMap IReportCommandInput.getParameters()
          Get parameters for the report command.
 

Methods in com.sapportals.wcm.service.reporting with parameters of type IPropertyMap
static ReportInput ReportInput.getInstance(IName report, List scope, int maxResults, IPropertyMap params, List inputs)
           
static ReportInput ReportInput.getInstance(IName report, IPropertyMap params, List inputs)
           
 IReportInput ReportInput.setParameters(IPropertyMap params)
           
static ReportCommandInput ReportCommandInput.getInstance(IName name, IPropertyMap input)
           
 IReportCommandInput ReportCommandInput.setParameters(IPropertyMap params)
           
 IReportInput IReportInput.setParameters(IPropertyMap params)
          Create a new IReportInput with the given parameters.
 IReportCommandInput IReportCommandInput.setParameters(IPropertyMap params)
          Create a new report command input with given parameter map.
 

Uses of IPropertyMap in com.sapportals.wcm.service.xmlforms.validation
 

Methods in com.sapportals.wcm.service.xmlforms.validation with parameters of type IPropertyMap
 void IPropertyLocalizer.insertLocalizedPropsToDOM(Document doc, Element insertNode, Object resProps, IPropertyMap props, HashMap ns2alias, Properties updated, Map requiredValues)
          start the validation
 



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