SAP NetWeaver '04

Uses of Class
com.sapportals.wcm.repository.enum.PropertyType

Packages that use PropertyType
com.sapportals.wcm.repository Contains the repository framework interfaces and classes.  
com.sapportals.wcm.repository.enum Contains enumeration classes.  
com.sapportals.wcm.repository.service.appproperties

Contains classes and interfaces to persist information related to resources on the database.  

com.sapportals.wcm.service.indexmanagement.retrieval.search Provides functions for searching and textmining.  
 

Uses of PropertyType in com.sapportals.wcm.repository
 

Methods in com.sapportals.wcm.repository that return PropertyType
 PropertyType Property.getType()
           
 PropertyType IProperty.getType()
          Return the property's data type
 PropertyType PropertyDef.getType()
          Returns the type of the property.
 PropertyType IPropertyDef.getType()
          Returns the type of the property.
 

Methods in com.sapportals.wcm.repository with parameters of type PropertyType
static PropertyDef PropertyDef.valueOf(PropertyType type, boolean isMultivalued)
           
static PropertyDef PropertyDef.valueOf(PropertyType type, boolean isMultivalued, boolean isReadOnly, boolean isHidden)
           
 

Constructors in com.sapportals.wcm.repository with parameters of type PropertyType
Property(IPropertyName name, PropertyType type, java.util.List values)
          Construct a new multi-valued property.
Property(IPropertyName name, PropertyType type, java.util.List values, java.util.Properties attributes)
          Construct a new multi-valued property.
Property(IPropertyName name, PropertyType type, boolean isMultivalued)
           
MutableProperty(IPropertyName name, PropertyType type, java.util.List values)
          Construct a new multi-valued property.
MutableProperty(IPropertyName name, PropertyType type, java.util.List values, java.util.Properties attributes)
          Construct a new multi-valued property.
PropertyDef(PropertyType type, boolean isMultivalued, boolean isRequired, boolean isReadonly, boolean isIndexed, boolean isHidden)
          Constructs a new PropertyDef
PropertyDef(PropertyType type, boolean isMultivalued, boolean isRequired, boolean isReadonly, boolean isIndexed, boolean isHidden, java.util.Properties attributes)
          Constructs a new PropertyDef
PropertyDef(PropertyType type, boolean isMultivalued)
           
 

Uses of PropertyType in com.sapportals.wcm.repository.enum
 

Fields in com.sapportals.wcm.repository.enum declared as PropertyType
static PropertyType PropertyType.STRING
           
static PropertyType PropertyType.INTEGER
           
static PropertyType PropertyType.LONG
           
static PropertyType PropertyType.DATE
           
static PropertyType PropertyType.BOOLEAN
           
static PropertyType PropertyType.XML
           
 

Uses of PropertyType in com.sapportals.wcm.repository.service.appproperties
 

Fields in com.sapportals.wcm.repository.service.appproperties declared as PropertyType
protected  PropertyType AppProperty.type
           
 

Methods in com.sapportals.wcm.repository.service.appproperties that return PropertyType
 PropertyType IAppProperty.getType()
          Returns the property data type
 PropertyType AppProperty.getType()
           
 

Constructors in com.sapportals.wcm.repository.service.appproperties with parameters of type PropertyType
AppProperty(IPropertyName name, PropertyType type, java.util.List values, java.lang.String userID, boolean enableCopy)
           
 

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

Methods in com.sapportals.wcm.service.indexmanagement.retrieval.search that return PropertyType
 PropertyType SortPropertyName.getPropertyType()
           
 PropertyType ISearchUtils.getPropertyType(IPropertyName propName)
          Determines the property type using the property config service.
protected  PropertyType AbstractSearchIndexCollection.getPropertyType(IPropertyName propName)
          Determines the property type using the property config service.
 PropertyType ISortPropertyName.getPropertyType()
           
 

Constructors in com.sapportals.wcm.service.indexmanagement.retrieval.search with parameters of type PropertyType
SortPropertyName(IPropertyName propertyName, PropertyType propertyType, boolean sortDirection)
           
 


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.