SAP NetWeaver '04

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

Packages that use IProperty
com.sapportals.wcm.rendering.base Contains interfaces for flexible rendering of explorer controls.  
com.sapportals.wcm.rendering.detailsproperties Provides interfaces for rendering properties of items on the details page.  
com.sapportals.wcm.rendering.property   
com.sapportals.wcm.rendering.readymades Contains final classes to render links and properties for resources.  
com.sapportals.wcm.rendering.resource Contains interfaces for rendering a resource on the user interface.  
com.sapportals.wcm.repository Contains the repository framework interfaces and classes.  
com.sapportals.wcm.repository.manager.entrypoints API for implementing entry point providers Package Specification Purpose The entrypoints package contains interfaces and abstract classes, which are offering all neccessary methods to act as an entry points provider.  
com.sapportals.wcm.repository.manager.entrypoints.context   
com.sapportals.wcm.repository.service.discussion The Discussion Thread Repository Service is responsible for creating, deleting and keeping track of discussions.  
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.metadataextension Provides a service to enhance property metadata.  
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.relation.operands Defines objects for which relationships can be specified.  
 

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

Methods in com.sapportals.wcm.rendering.base that return IProperty
 IProperty ResourcePropertyAmalgamation.getProperty(IResource resource, IPropertyName name)
          returns the property defined for the given resource that is accessed through the given name.
 

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

Uses of IProperty in com.sapportals.wcm.rendering.detailsproperties
 

Methods in com.sapportals.wcm.rendering.detailsproperties with parameters of type IProperty
protected  com.sapportals.htmlb.Component AbstractResourceDetailsProperties.renderShortDateProperty(IProperty property, IResource res)
           
protected  java.lang.String AbstractResourceDetailsProperties.getPropertyLabel(IProperty property, IResourceContext context)
           
 

Uses of IProperty in com.sapportals.wcm.rendering.property
 

Methods in com.sapportals.wcm.rendering.property with parameters of type IProperty
static com.sapportals.htmlb.Component PropertyRendererUtil.renderProperty(IProperty property, IMetaName metaName, IResource resource, IProxy ctrl, com.sapportals.wcm.repository.service.layout.customizing.IParameters parameters)
          This Class allows standard (and special rendering of properties
Rendering Classes .
 com.sapportals.htmlb.Component IModelledPropertyRenderer.renderProperty(IProperty property, IMetaName metaName, IResource resource, IProxy proxy, com.sapportals.wcm.repository.service.layout.customizing.IParameters parameters)
           
 

Uses of IProperty in com.sapportals.wcm.rendering.readymades
 

Constructors in com.sapportals.wcm.rendering.readymades with parameters of type IProperty
PropertyComponent(IResource resource, IProxy proxy, IProperty property, int linktype, com.sapportals.wcm.repository.service.layout.customizing.IParameters parameters)
           
 

Uses of IProperty in com.sapportals.wcm.rendering.resource
 

Methods in com.sapportals.wcm.rendering.resource that return IProperty
 IProperty AbstractResourceRenderer.getProperty(IPropertyName name)
          Gets the property attribute of the AbstractResourceRenderer object
 

Methods in com.sapportals.wcm.rendering.resource with parameters of type IProperty
 com.sapportals.htmlb.Component AbstractResourceRenderer.render(IProperty property, int linktype)
          Description of the Method
 com.sapportals.htmlb.Component AbstractResourceRenderer.render(IProperty property, java.lang.String target)
          Description of the Method
 com.sapportals.htmlb.Component IResourceRenderer.render(IProperty property)
          Deprecated. since EP6, SP2_CP
 com.sapportals.htmlb.Component IResourceRenderer.render(IProperty property, int linktype)
          Deprecated. since EP6, SP2_CP
 com.sapportals.htmlb.Component IResourceRenderer.render(IProperty property, java.lang.String target)
          Deprecated. since EP6, SP2_CP
 

Uses of IProperty in com.sapportals.wcm.repository
 

Subinterfaces of IProperty in com.sapportals.wcm.repository
 interface IMutableProperty
          A property of a resource object with a mutable interface.
 

Classes in com.sapportals.wcm.repository that implement IProperty
 class MutableProperty
          A property of a resource object that can be modified
 class Property
          A read-only property of a resource object.
 

Methods in com.sapportals.wcm.repository that return IProperty
static IProperty Property.createCreatedByProp(java.lang.String value)
           
static IProperty Property.createLastModifiedByProp(java.lang.String value)
           
static IProperty Property.createCreationDateProp(java.util.Date date)
           
static IProperty Property.createHiddenProp(boolean value)
           
static IProperty Property.createLastModifiedProp(java.util.Date date)
           
static IProperty Property.createDescriptionProp(java.lang.String value)
           
static IProperty Property.createDisplaynameProp(java.lang.String value)
           
static IProperty Property.createReadOnlyProp(boolean value)
           
static IProperty Property.createContentLengthProp(long length)
           
static IProperty Property.createContentTypeProp(java.lang.String value)
           
static IProperty Property.createETagProp(java.lang.String value)
           
static IProperty Property.createContentLanguageProp(java.lang.String value)
           
static IProperty Property.createResourceTypeProp(java.lang.String value)
           
 IProperty IPropertyMap.get(IPropertyName propertyName)
          Returns the property with the specified name or null if there is no such property.
 IProperty PropertyIterator.next()
           
 IProperty IResource.getProperty(IPropertyName propName)
          Get a property.
 IProperty IResource.getInheritedProperty(IPropertyName propName)
          Get a property of the resource or inherit it.
 IProperty PropertyMap.get(IPropertyName propertyName)
           
 IProperty MutablePropertyMap.put(IProperty property)
           
 IProperty MutablePropertyMap.remove(IPropertyName propertyName)
           
 IProperty IMutablePropertyMap.put(IProperty property)
          Puts a property into the map.
 IProperty IMutablePropertyMap.remove(IPropertyName propertyName)
          Removes the mapping for the specified property name from this map if present.
 IProperty IPropertyIterator.next()
          Returns the next property in the map
 

Methods in com.sapportals.wcm.repository with parameters of type IProperty
 boolean PropertySelectorItem.pass(IProperty checkProp)
          checks, if the given property will pass this selector or not.
 boolean IPropertyMap.containsProperty(IProperty property)
          Returns true if the map contains the specified property.
 void Selector.addSelector(boolean include, IProperty property)
          creates a new PropertySelectorItem using the specified parameters
 void IResource.setProperty(IProperty prop)
          Sets a property.
 boolean PropertyMap.containsProperty(IProperty property)
           
 IProperty MutablePropertyMap.put(IProperty property)
           
 IProperty IMutablePropertyMap.put(IProperty property)
          Puts a property into the map.
 

Constructors in com.sapportals.wcm.repository with parameters of type IProperty
PropertySelectorItem(boolean include, IProperty property)
           
 

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

Methods in com.sapportals.wcm.repository.manager.entrypoints that return IProperty
 IProperty IEntryPointsProvider.getProperty(IPropertyName propertyName, IResource resource, IEntryPoint entryPoint, DisplayMode displayMode)
          Gets a property of an entry point represented by a resource
 IProperty AbstractEntryPointsProvider.getProperty(IPropertyName propertyName, IResource resource, IEntryPoint entryPoint, DisplayMode displayMode)
          Gets a property of an entry point represented by a resource
protected  IProperty AbstractEntryPointsProvider.getPropertyForInternalLink(IPropertyName propertyName, RID targetRid, IResourceContext context, boolean nameAsFallback)
          Gets a property for an internal link.
 

Uses of IProperty in com.sapportals.wcm.repository.manager.entrypoints.context
 

Methods in com.sapportals.wcm.repository.manager.entrypoints.context that return IProperty
static IProperty EntryPointFilterProperty.createPropertyNever()
          Creates a property instance with the value that must be set if a resource should never be displayed.
static IProperty EntryPointFilterProperty.createPropertyNotInMenue()
          Creates a property instance with the value that must be set if a resource should not be displayed in a menue.
 

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

Methods in com.sapportals.wcm.repository.service.discussion that return IProperty
 IProperty IDiscussionItem.getName()
          Gets the name of an IDiscussionItem.
 IProperty IDiscussionItem.getAuthor()
          Gets the author of an IDiscussionItem.
 IProperty IDiscussionItem.getDate()
          Gets the creation date of the IDiscussionItem.
 

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

Methods in com.sapportals.wcm.service.indexmanagement.retrieval.search that return IProperty
 IProperty IPropertyRange.getGroupNameFrom()
          Returns the starts value of the range
 IProperty IPropertyRange.getGroupNameTo()
          Returns the end value of the rannge
 IProperty ISearchUtils.createInitialProperty(IPropertyName propName)
          Creates a property with initial value for a property name.
 IProperty IRawSearchResult.getSortProperty()
          Property for sorting the results.
protected  IProperty AbstractSearchIndexCollection.createInitialProperty(IPropertyName propName)
          Creates a property with initial value for a property name.
 

Methods in com.sapportals.wcm.service.indexmanagement.retrieval.search with parameters of type IProperty
 void ISearchResult.addLocalProperty(IProperty property)
          Adds a new local property.
 IRawSearchResult IRawSearchSession.createRawSearchResult(java.lang.String docKey, float rankValue, IProperty sortProperty, IPropertyMap resultResourceProperties)
           
 

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

Methods in com.sapportals.wcm.service.propertyconfig that return IProperty
 IProperty IMetaModel.createProperty(IMetaName name, IMetaValue value)
          Creates a property from meta name and value.
 

Methods in com.sapportals.wcm.service.propertyconfig with parameters of type IProperty
 IMetaName IMetaModel.searchByProperty(IProperty property)
          Search for the meta name that was used to create the passed property.
 IValidationErrorList IMetaModel.validate(IProperty property, IMetaContext metaContext)
          Validation of properties via predefined validation classes
 IMetaValue IMetaName.searchByProperty(IProperty property)
          Search for the meta value that was used to create the passed property.
 

Uses of IProperty in com.sapportals.wcm.service.propertyconfig.metadataextension
 

Methods in com.sapportals.wcm.service.propertyconfig.metadataextension with parameters of type IProperty
 IValidationErrorList DefaultMetadataExtension.validate(IMetaName metaName, IProperty property, IMetaContext metaContext)
          Validation of properties via predefined validation classes
 IValidationErrorList IValidation.validate(IMetaName metaName, IProperty property, IMetaContext metaContext)
          Validation of properties via predefined validation classes
 

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

Methods in com.sapportals.wcm.service.propertystructure with parameters of type IProperty
 IMetaName IStructuredProperty.getMetaName(IProperty property)
          Gets the meta name object for this property.
 

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

Methods in com.sapportals.wcm.service.relation that return IProperty
 IProperty IRelation.getProperty(IPropertyName propertyName)
          Get a specific property.
 

Methods in com.sapportals.wcm.service.relation with parameters of type IProperty
 void IRelationWatcher.onPropertySet(IRelation relation, IProperty setProperty)
          callback when a property was set on a relation.
 void AbstractRelationWatcher.onPropertySet(IRelation relation, IProperty setProperty)
           
 void IRelation.setProperty(IProperty property)
          Set a specific property.
 

Uses of IProperty in com.sapportals.wcm.service.relation.operands
 

Fields in com.sapportals.wcm.service.relation.operands declared as IProperty
protected  IProperty ResourceOperandType.resourceType
           
 

Constructors in com.sapportals.wcm.service.relation.operands with parameters of type IProperty
ResourceOperandType(IProperty resourceType)
          Create a resource operand type for a given resource's type.
 


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.