|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IPropertyName | |
| com.sapportals.wcm.control.released.search | |
| 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.detailsproperties | Provides interfaces for rendering properties of items on the details page. |
| 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 | Contains interfaces for repository managers. |
| 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.appproperties | Contains classes and interfaces to persist information related to resources on the database. |
| 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.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.propertystructure | Provides structuring information for properties. |
| com.sapportals.wcm.service.relation | Provides a service to persist relationships between relation operands. |
| com.sapportals.wcm.service.xcrawler | Provides a service that crawls repositories to obtain references to resources. |
| Uses of IPropertyName in com.sapportals.wcm.control.released.search |
| Methods in com.sapportals.wcm.control.released.search with parameters of type IPropertyName | |
IQueryEntry |
SearchQueryListBuilder.buildQueryEntryTimeWindow(IPropertyName propertyName,
java.util.Date startDate,
java.util.Date endDate)
Simple method for building a time window query entry list. |
| Uses of IPropertyName in com.sapportals.wcm.rendering.base |
| Methods in com.sapportals.wcm.rendering.base with parameters of type IPropertyName | |
IProperty |
ResourcePropertyAmalgamation.getProperty(IResource resource,
IPropertyName name)
returns the property defined for the given resource that is accessed through the given name. |
boolean |
ResourcePropertyAmalgamation.declareUnavailable(IResource resource,
IPropertyName name)
marks the given property name as unavailable from the framework so that no calls to the framework will be made to retrieve it. |
void |
ResourcePropertyAmalgamation.UnavailableEntries.add(IResource res,
IPropertyName name)
adds the name to the list of unavailabe entries for the given resource. creates a new entry in the internal map if no entry has yet been made for this resource |
boolean |
ResourcePropertyAmalgamation.UnavailableEntries.contains(IResource res,
IPropertyName name)
checks, if the given property name has been marked as unavailable for the given resource |
| Constructors in com.sapportals.wcm.rendering.base with parameters of type IPropertyName | |
ResPropComparator(IPropertyName property,
boolean ascending,
IAmalgamationProvider provider)
|
|
ResPropComparator(IPropertyName property,
boolean ascending,
boolean useDisplayNameAsSecondProperty,
IAmalgamationProvider provider)
Constructor for the ResourcePropertyComparator object |
|
| Uses of IPropertyName in com.sapportals.wcm.rendering.collection |
| Methods in com.sapportals.wcm.rendering.collection that return IPropertyName | |
protected IPropertyName |
SortHandler.getSortPropertyName(java.lang.String name,
SortDefinition sd)
|
protected IPropertyName |
AbstractCollectionRenderer.getSortPropertyName()
|
| Constructors in com.sapportals.wcm.rendering.collection with parameters of type IPropertyName | |
DefaultResourcePropertyComparator(IPropertyName property,
boolean ascending)
|
|
DefaultResourcePropertyComparator(IPropertyName property,
boolean ascending,
boolean useDisplayNameAsSecondProperty)
Constructor for the ResourcePropertyComparator object |
|
| Uses of IPropertyName in com.sapportals.wcm.rendering.detailsproperties |
| Methods in com.sapportals.wcm.rendering.detailsproperties that return IPropertyName | |
IPropertyName |
AbstractResourceDetailsProperties.getPropertyName()
currently not implemented. returns always null |
IPropertyName |
IResourceDetailsProperty.getPropertyName()
Gets the propertyName attribute of the IResourceDetailsProperty object |
| Uses of IPropertyName in com.sapportals.wcm.rendering.resource |
| Methods in com.sapportals.wcm.rendering.resource with parameters of type IPropertyName | |
protected java.lang.String |
AbstractResourceRenderer.getCustomImage(IPropertyName propertyName)
returns the complete path to access the custom image-file specified for the current IResource of the renderer. |
IProperty |
AbstractResourceRenderer.getProperty(IPropertyName name)
Gets the property attribute of the AbstractResourceRenderer object |
| Uses of IPropertyName in com.sapportals.wcm.repository |
| Classes in com.sapportals.wcm.repository that implement IPropertyName | |
class |
PropertyName
The name of a resource's property. |
| Methods in com.sapportals.wcm.repository that return IPropertyName | |
IPropertyName |
PropertySelectorItem.getPropertyName()
|
IPropertyName |
AbstractPropertyException.getPropertyName()
Returns the name of the property that caused the exception |
IPropertyName |
Property.getPropertyName()
|
IPropertyName |
PropertyNameListIterator.next()
|
IPropertyName |
IPropertyNameListIterator.next()
Returns the next property in the map |
static IPropertyName |
PropertyName.createVersioned()
|
static IPropertyName |
PropertyName.createCreatedBy()
|
static IPropertyName |
PropertyName.createLastModifiedBy()
|
static IPropertyName |
PropertyName.createCreationDate()
|
static IPropertyName |
PropertyName.createHidden()
|
static IPropertyName |
PropertyName.createExtension()
|
static IPropertyName |
PropertyName.createLastModified()
|
static IPropertyName |
PropertyName.createDescription()
|
static IPropertyName |
PropertyName.createDisplayname()
|
static IPropertyName |
PropertyName.createReadOnly()
|
static IPropertyName |
PropertyName.createContentLength()
|
static IPropertyName |
PropertyName.createContentType()
|
static IPropertyName |
PropertyName.createETag()
|
static IPropertyName |
PropertyName.createEnhancedCollection()
|
static IPropertyName |
PropertyName.createContentLanguage()
|
static IPropertyName |
PropertyName.createResourceType()
|
static IPropertyName |
PropertyName.createCollection()
|
static IPropertyName |
PropertyName.createLinkType()
|
IPropertyName |
IProperty.getPropertyName()
Returns the property name |
IPropertyName |
PropertyCollatorItem.getPropertyName()
|
IPropertyName |
IPropertyNameList.get(int index)
Returns the positioning object with the specified index |
IPropertyName |
PropertyChangeResult.getPropertyName()
Returns the name of the property that failed |
IPropertyName |
PropertyNameList.get(int index)
Returns the positioning object with the specified index |
| Methods in com.sapportals.wcm.repository with parameters of type IPropertyName | |
static boolean |
Property.isSystemProperty(IPropertyName propName)
Returns true if it is the name of a system property |
boolean |
IPropertyMap.containsProperty(IPropertyName propertyName)
Returns true if the map contains a property with the specified name. |
IProperty |
IPropertyMap.get(IPropertyName propertyName)
Returns the property with the specified name or null if there
is no such property. |
java.lang.Exception |
IPropertyMap.getException(IPropertyName propertyName)
Given a property that does not appear in the property map, query for a possible exception that occured internally when computing it. |
boolean |
IPropertyNameList.add(IPropertyName name)
Appends the specified positioning object to the end of the list |
void |
IPropertyNameList.add(int index,
IPropertyName name)
Inserts the specified positioning object at the specified position in the list |
boolean |
IPropertyNameList.contains(IPropertyName propertyName)
|
void |
Collator.addCriteria(IPropertyName name,
boolean ascending)
|
IProperty |
IResource.getProperty(IPropertyName propName)
Get a property. |
IProperty |
IResource.getInheritedProperty(IPropertyName propName)
Get a property of the resource or inherit it. |
void |
IResource.deleteProperty(IPropertyName propName)
Removes the property. |
boolean |
PropertyMap.containsProperty(IPropertyName propertyName)
|
IProperty |
PropertyMap.get(IPropertyName propertyName)
|
java.lang.Exception |
PropertyMap.getException(IPropertyName propertyName)
|
IProperty |
MutablePropertyMap.remove(IPropertyName propertyName)
|
void |
MutablePropertyMap.addException(IPropertyName propertyName,
java.lang.Exception ex)
|
IQueryExpression |
IMultiValueQueryBuilder.someEq(IPropertyName name,
java.lang.Object value)
Returns a new expression which tests that someValueOf(property) == value. |
IQueryExpression |
IMultiValueQueryBuilder.someEqIgnoreCase(IPropertyName name,
java.lang.Object value)
Returns a new expression which tests someValueOf(property) == value, ignoring case. |
IQueryExpression |
IMultiValueQueryBuilder.someNotEq(IPropertyName name,
java.lang.Object value)
Returns a new expression which tests someValueOf(property) ! |
IQueryExpression |
IMultiValueQueryBuilder.someNotEqIgnoreCase(IPropertyName name,
java.lang.Object value)
Returns a new expression which tests someValueOf(property) ! |
IQueryExpression |
IMultiValueQueryBuilder.someLess(IPropertyName name,
java.lang.Object value)
Returns a new expression which tests someValueOf(property) < value. |
IQueryExpression |
IMultiValueQueryBuilder.someLessIgnoreCase(IPropertyName name,
java.lang.Object value)
Returns a new expression which tests someValueOf(property) < value, ignoring case. |
IQueryExpression |
IMultiValueQueryBuilder.someLessEq(IPropertyName name,
java.lang.Object value)
Returns a new expression which tests someValueOf(property) <= value. |
IQueryExpression |
IMultiValueQueryBuilder.someLessEqIgnoreCase(IPropertyName name,
java.lang.Object value)
Returns a new expression which tests someValueOf(property) <= value, ignoring case. |
IQueryExpression |
IMultiValueQueryBuilder.someGreater(IPropertyName name,
java.lang.Object value)
Returns a new expression which tests someValueOf(property) > value. |
IQueryExpression |
IMultiValueQueryBuilder.someGreaterIgnoreCase(IPropertyName name,
java.lang.Object value)
Returns a new expression which tests someValueOf(property) > value, ignoring case. |
IQueryExpression |
IMultiValueQueryBuilder.someGreaterEq(IPropertyName name,
java.lang.Object value)
Returns a new expression which tests someValueOf(property) >= value. |
IQueryExpression |
IMultiValueQueryBuilder.someGreaterEqIgnoreCase(IPropertyName name,
java.lang.Object value)
Returns a new expression which tests someValueOf(property) >= value, ignoring case. |
IQueryExpression |
IMultiValueQueryBuilder.someLike(IPropertyName name,
java.lang.String value)
Returns a new expression which tests someValueOf(property) is like value, where value is a wildcard expression. |
IQueryExpression |
IMultiValueQueryBuilder.someLikeIgnoreCase(IPropertyName name,
java.lang.String value)
Returns a new expression which tests someValueOf(property) is like value, where value is a wildcard expression. |
boolean |
PropertyNameList.add(IPropertyName name)
Appends the specified positioning object to the end of the list |
void |
PropertyNameList.add(int index,
IPropertyName name)
Inserts the specified positioning object at the specified position in the list |
boolean |
PropertyNameList.contains(IPropertyName propertyName)
|
IQueryExpression |
IQueryBuilder.eq(IPropertyName name,
java.lang.Object value)
Returns a new expression which tests property == value. |
IQueryExpression |
IQueryBuilder.eq(IPropertyName name,
java.lang.String value)
Returns a new expression which tests property == value. |
IQueryExpression |
IQueryBuilder.eqIgnoreCase(IPropertyName name,
java.lang.String value)
Returns a new expression which tests property == value, ignoring case. |
IQueryExpression |
IQueryBuilder.notEq(IPropertyName name,
java.lang.Object value)
Returns a new expression which tests property ! |
IQueryExpression |
IQueryBuilder.notEq(IPropertyName name,
java.lang.String value)
Returns a new expression which tests property ! |
IQueryExpression |
IQueryBuilder.notEqIgnoreCase(IPropertyName name,
java.lang.String value)
Returns a new expression which tests property ! |
IQueryExpression |
IQueryBuilder.less(IPropertyName name,
java.lang.Object value)
Returns a new expression which tests property < value. |
IQueryExpression |
IQueryBuilder.less(IPropertyName name,
java.lang.String value)
Returns a new expression which tests property < value. |
IQueryExpression |
IQueryBuilder.lessIgnoreCase(IPropertyName name,
java.lang.String value)
Returns a new expression which tests property < value, ignoring case. |
IQueryExpression |
IQueryBuilder.lessEq(IPropertyName name,
java.lang.Object value)
Returns a new expression which tests property <= value. |
IQueryExpression |
IQueryBuilder.lessEq(IPropertyName name,
java.lang.String value)
Returns a new expression which tests property <= value. |
IQueryExpression |
IQueryBuilder.lessEqIgnoreCase(IPropertyName name,
java.lang.String value)
Returns a new expression which tests property <= value, ignoring case. |
IQueryExpression |
IQueryBuilder.greater(IPropertyName name,
java.lang.Object value)
Returns a new expression which tests property > value. |
IQueryExpression |
IQueryBuilder.greater(IPropertyName name,
java.lang.String value)
Returns a new expression which tests property > value. |
IQueryExpression |
IQueryBuilder.greaterIgnoreCase(IPropertyName name,
java.lang.String value)
Returns a new expression which tests property > value, ignoring case. |
IQueryExpression |
IQueryBuilder.greaterEq(IPropertyName name,
java.lang.Object value)
Returns a new expression which tests property >= value. |
IQueryExpression |
IQueryBuilder.greaterEq(IPropertyName name,
java.lang.String value)
Returns a new expression which tests property >= value. |
IQueryExpression |
IQueryBuilder.greaterEqIgnoreCase(IPropertyName name,
java.lang.String value)
Returns a new expression which tests property >= value, ignoring case. |
IQueryExpression |
IQueryBuilder.like(IPropertyName name,
java.lang.String value)
Returns a new expression which tests property is like value, where value is a wildcard expression. |
IQueryExpression |
IQueryBuilder.likeIgnoreCase(IPropertyName name,
java.lang.String value)
Returns a new expression which tests property is like value, where value is a wildcard expression. |
IQueryExpression |
IQueryBuilder.isDefined(IPropertyName name)
Returns a new expression which tests for the properties existence. |
IProperty |
IMutablePropertyMap.remove(IPropertyName propertyName)
Removes the mapping for the specified property name from this map if present. |
void |
IMutablePropertyMap.addException(IPropertyName propertyName,
java.lang.Exception ex)
Record an exception for a particular property. |
| Constructors in com.sapportals.wcm.repository with parameters of type IPropertyName | |
ResourcePropertyComparator(IPropertyName property,
boolean ascending)
Constructor for the ResourcePropertyComparator object |
|
ResourcePropertyComparator(IPropertyName property,
boolean ascending,
boolean useDisplayNameAsSecondProperty)
|
|
AbstractPropertyException(java.lang.String msg,
URI resourceID,
IPropertyName propertyName)
Deprecated. as of NW04. |
|
AbstractPropertyException(java.lang.String msg,
RID resourceID,
IPropertyName propertyName)
Constructs a new PropertyUnchangedException |
|
PropertyTypeLostException(URI resourceID,
IPropertyName propertyName)
Deprecated. as of NW04. |
|
PropertyTypeLostException(java.lang.String msg,
URI resourceID,
IPropertyName propertyName)
Deprecated. as of NW04. |
|
PropertyTypeLostException(RID resourceID,
IPropertyName propertyName)
Constructs a new exception |
|
PropertyTypeLostException(java.lang.String msg,
RID resourceID,
IPropertyName propertyName)
Constructs a new exception |
|
Property(IPropertyName name,
java.lang.String value)
Construct a new property of type STRING. |
|
Property(IPropertyName name,
java.util.Date value)
Construct a new property of type DATE. |
|
Property(IPropertyName name,
java.lang.Boolean value)
Construct a new property of type BOOLEAN. |
|
Property(IPropertyName name,
java.lang.Integer value)
Construct a new property of type INTEGER. |
|
Property(IPropertyName name,
java.lang.Long value)
Construct a new property of type LONG. |
|
Property(IPropertyName name,
XMLMarkup value)
Construct a new property of type XML. |
|
Property(IPropertyName name,
PropertyType type,
java.util.List values)
Construct a new multi-valued property. |
|
Property(IPropertyName name,
java.lang.Object value)
Construct a new property. |
|
Property(IPropertyName name,
IPropertyDef def,
java.lang.String value)
Construct a new property of type STRING. |
|
Property(IPropertyName name,
IPropertyDef def,
java.util.Date value)
Construct a new property of type DATE. |
|
Property(IPropertyName name,
IPropertyDef def,
java.lang.Boolean value)
Construct a new property of type BOOLEAN. |
|
Property(IPropertyName name,
IPropertyDef def,
java.lang.Integer value)
Construct a new property of type INTEGER. |
|
Property(IPropertyName name,
IPropertyDef def,
java.lang.Long value)
Construct a new property of type LONG. |
|
Property(IPropertyName name,
IPropertyDef def,
XMLMarkup value)
Construct a new property of type XML. |
|
Property(IPropertyName name,
IPropertyDef def,
java.lang.Object value)
Construct a new property. |
|
Property(IPropertyName name,
IPropertyDef def,
java.util.List values)
Construct a new multi-valued property. |
|
Property(IPropertyName name,
java.lang.String value,
java.util.Properties attributes)
Construct a new property of type STRING. |
|
Property(IPropertyName name,
java.util.Date value,
java.util.Properties attributes)
Construct a new property of type DATE. |
|
Property(IPropertyName name,
java.lang.Boolean value,
java.util.Properties attributes)
Construct a new property of type BOOLEAN. |
|
Property(IPropertyName name,
java.lang.Integer value,
java.util.Properties attributes)
Construct a new property of type INTEGER. |
|
Property(IPropertyName name,
java.lang.Long value,
java.util.Properties attributes)
Construct a new property of type LONG. |
|
Property(IPropertyName name,
XMLMarkup value,
java.util.Properties attributes)
Construct a new property of type XML. |
|
Property(IPropertyName name,
java.lang.Object value,
java.util.Properties attributes)
Construct a new property. |
|
Property(IPropertyName name,
PropertyType type,
java.util.List values,
java.util.Properties attributes)
Construct a new multi-valued property. |
|
Property(IPropertyName name,
IPropertyDef def,
java.lang.String value,
java.util.Properties attributes)
Construct a new property of type STRING. |
|
Property(IPropertyName name,
IPropertyDef def,
java.util.Date value,
java.util.Properties attributes)
Construct a new property of type DATE. |
|
Property(IPropertyName name,
IPropertyDef def,
java.lang.Boolean value,
java.util.Properties attributes)
Construct a new property of type BOOLEAN. |
|
Property(IPropertyName name,
IPropertyDef def,
java.lang.Integer value,
java.util.Properties attributes)
Construct a new property of type INTEGER. |
|
Property(IPropertyName name,
IPropertyDef def,
java.lang.Long value,
java.util.Properties attributes)
Construct a new property of type LONG. |
|
Property(IPropertyName name,
IPropertyDef def,
XMLMarkup value,
java.util.Properties attributes)
Construct a new property of type XML. |
|
Property(IPropertyName name,
IPropertyDef def,
java.lang.Object value,
java.util.Properties attributes)
Construct a new property. |
|
Property(IPropertyName name,
IPropertyDef def,
java.util.List values,
java.util.Properties attributes)
Construct a new multi-valued property. |
|
Property(IPropertyName name,
IPropertyDef def)
|
|
Property(IPropertyName name,
PropertyType type,
boolean isMultivalued)
|
|
MutableProperty(IPropertyName name,
java.lang.String value)
Construct a new property of type STRING. |
|
MutableProperty(IPropertyName name,
java.util.Date value)
Construct a new property of type DATE. |
|
MutableProperty(IPropertyName name,
java.lang.Boolean value)
Construct a new property of type BOOLEAN. |
|
MutableProperty(IPropertyName name,
java.lang.Integer value)
Construct a new property of type INTEGER. |
|
MutableProperty(IPropertyName name,
java.lang.Long value)
Construct a new property of type LONG. |
|
MutableProperty(IPropertyName name,
XMLMarkup value)
Construct a new property of type XML. |
|
MutableProperty(IPropertyName name,
PropertyType type,
java.util.List values)
Construct a new multi-valued property. |
|
MutableProperty(IPropertyName name,
java.lang.Object value)
Construct a new property. |
|
MutableProperty(IPropertyName name,
IPropertyDef def,
java.lang.String value)
Construct a new property of type STRING. |
|
MutableProperty(IPropertyName name,
IPropertyDef def,
java.util.Date value)
Construct a new property of type DATE. |
|
MutableProperty(IPropertyName name,
IPropertyDef def,
java.lang.Boolean value)
Construct a new property of type BOOLEAN. |
|
MutableProperty(IPropertyName name,
IPropertyDef def,
java.lang.Integer value)
Construct a new property of type INTEGER. |
|
MutableProperty(IPropertyName name,
IPropertyDef def,
java.lang.Long value)
Construct a new property of type LONG. |
|
MutableProperty(IPropertyName name,
IPropertyDef def,
XMLMarkup value)
Construct a new property of type XML. |
|
MutableProperty(IPropertyName name,
IPropertyDef def,
java.lang.Object value)
Construct a new property. |
|
MutableProperty(IPropertyName name,
IPropertyDef def,
java.util.List values)
Construct a new multi-valued property. |
|
MutableProperty(IPropertyName name,
java.lang.String value,
java.util.Properties attributes)
Construct a new property of type STRING. |
|
MutableProperty(IPropertyName name,
java.util.Date value,
java.util.Properties attributes)
Construct a new property of type DATE. |
|
MutableProperty(IPropertyName name,
java.lang.Boolean value,
java.util.Properties attributes)
Construct a new property of type BOOLEAN. |
|
MutableProperty(IPropertyName name,
java.lang.Integer value,
java.util.Properties attributes)
Construct a new property of type INTEGER. |
|
MutableProperty(IPropertyName name,
java.lang.Long value,
java.util.Properties attributes)
Construct a new property of type LONG. |
|
MutableProperty(IPropertyName name,
XMLMarkup value,
java.util.Properties attributes)
Construct a new property of type XML. |
|
MutableProperty(IPropertyName name,
java.lang.Object value,
java.util.Properties attributes)
Construct a new property. |
|
MutableProperty(IPropertyName name,
PropertyType type,
java.util.List values,
java.util.Properties attributes)
Construct a new multi-valued property. |
|
MutableProperty(IPropertyName name,
IPropertyDef def,
java.lang.String value,
java.util.Properties attributes)
Construct a new property of type STRING. |
|
MutableProperty(IPropertyName name,
IPropertyDef def,
java.util.Date value,
java.util.Properties attributes)
Construct a new property of type DATE. |
|
MutableProperty(IPropertyName name,
IPropertyDef def,
java.lang.Boolean value,
java.util.Properties attributes)
Construct a new property of type BOOLEAN. |
|
MutableProperty(IPropertyName name,
IPropertyDef def,
java.lang.Integer value,
java.util.Properties attributes)
Construct a new property of type INTEGER. |
|
MutableProperty(IPropertyName name,
IPropertyDef def,
java.lang.Long value,
java.util.Properties attributes)
Construct a new property of type LONG. |
|
MutableProperty(IPropertyName name,
IPropertyDef def,
XMLMarkup value,
java.util.Properties attributes)
Construct a new property of type XML. |
|
MutableProperty(IPropertyName name,
IPropertyDef def,
java.lang.Object value,
java.util.Properties attributes)
Construct a new property. |
|
MutableProperty(IPropertyName name,
IPropertyDef def,
java.util.List values,
java.util.Properties attributes)
Construct a new multi-valued property. |
|
PropertyReadOnlyException(URI resourceID,
IPropertyName propertyName)
Deprecated. as of NW04. |
|
PropertyReadOnlyException(java.lang.String msg,
URI resourceID,
IPropertyName propertyName)
Deprecated. as of NW04. |
|
PropertyReadOnlyException(RID resourceID,
IPropertyName propertyName)
Constructs a new exception |
|
PropertyReadOnlyException(java.lang.String msg,
RID resourceID,
IPropertyName propertyName)
Constructs a new exception |
|
PropertyValueTooBigException(java.lang.String message,
RID rid,
IPropertyName name,
int max)
|
|
PropertyCollatorItem(boolean ascending,
IPropertyName propertyname)
|
|
PropertyUnchangedException(URI resourceID,
IPropertyName propertyName)
Deprecated. as of NW04. |
|
PropertyUnchangedException(java.lang.String msg,
URI resourceID,
IPropertyName propertyName)
Deprecated. as of NW04. |
|
PropertyUnchangedException(RID resourceID,
IPropertyName propertyName)
Constructs a new exception |
|
PropertyUnchangedException(java.lang.String msg,
RID resourceID,
IPropertyName propertyName)
Constructs a new exception |
|
PropertyChangeResult(IPropertyName propertyName,
java.lang.Integer propChangeIdx,
ResourceException ex)
Construct a new PropertyChangeResult. |
|
PropertyMandatoryException(URI resourceID,
IPropertyName propertyName)
Deprecated. as of NW04. |
|
PropertyMandatoryException(java.lang.String msg,
URI resourceID,
IPropertyName propertyName)
Deprecated. as of NW04. |
|
PropertyMandatoryException(RID resourceID,
IPropertyName propertyName)
Constructs a new exception |
|
PropertyMandatoryException(java.lang.String msg,
RID resourceID,
IPropertyName propertyName)
Constructs a new exception |
|
PropertyTypeMismatchException(RID resourceID,
IPropertyName propertyName)
Constructs a new exception |
|
PropertyTypeMismatchException(java.lang.String msg,
RID resourceID,
IPropertyName propertyName)
Constructs a new exception |
|
| Uses of IPropertyName in com.sapportals.wcm.repository.manager |
| Methods in com.sapportals.wcm.repository.manager with parameters of type IPropertyName | |
boolean |
IPropertySearchManager.isUnderstood(IPropertyName propName)
The manager has special knowledge how to handle this property. |
| Uses of IPropertyName in com.sapportals.wcm.repository.manager.entrypoints |
| Methods in com.sapportals.wcm.repository.manager.entrypoints with parameters of type IPropertyName | |
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 IPropertyName in com.sapportals.wcm.repository.manager.entrypoints.context |
| Classes in com.sapportals.wcm.repository.manager.entrypoints.context that implement IPropertyName | |
class |
ProviderPrioPropertyName
Property name of a property of an entry point resource that contains the configured priority of the corresponding entry point provider. |
class |
ShowChildrenPropertyName
If an entry point has this property with value "true", an application should render the children of a link folder as direct children. |
| Uses of IPropertyName in com.sapportals.wcm.repository.service.appproperties |
| Fields in com.sapportals.wcm.repository.service.appproperties declared as IPropertyName | |
protected IPropertyName |
AppProperty.name
|
| Methods in com.sapportals.wcm.repository.service.appproperties that return IPropertyName | |
IPropertyName |
IAppProperty.getPropertyName()
Returns the property name |
IPropertyName |
AppProperty.getPropertyName()
|
| Methods in com.sapportals.wcm.repository.service.appproperties with parameters of type IPropertyName | |
boolean |
IAppPropertyMap.containsProperty(IPropertyName propertyName)
Returns true if the map contains the property |
IAppProperty |
IAppPropertyMap.get(IPropertyName propertyName)
Get a property from the map |
IAppProperty |
IApplicationProperties.getProperty(IPropertyName propertyName,
RID resourceID,
java.lang.String userID,
IResourceContext context)
Returns the personalized property for the specified resource and user ID. |
IResourceAppPropertyMap |
IApplicationProperties.getProperty(IPropertyName propertyName,
IRidList ridList,
java.lang.String userID,
IResourceContext context)
Returns the specified personalized property for all resources IDs in the list and the specified user ID. |
void |
IApplicationProperties.deleteProperty(IPropertyName propertyName,
RID resourceID,
java.lang.String userID,
IResourceContext context)
Deletes a personalized property. |
IAppProperty |
IApplicationProperties.getProperty(IPropertyName propertyName,
RID resourceID,
IResourceContext context)
Returns the property for the specified resource identifier and name. |
IResourceAppPropertyMap |
IApplicationProperties.getProperty(IPropertyName propertyName,
IRidList ridList,
IResourceContext context)
Returns the properties with the specified name and for all RIDs in the list. |
IAppPropertyCollection |
IApplicationProperties.getProperties(IPropertyName propertyName,
RID resourceID,
IResourceContext context)
Returns all personalized properties for a given property name and RID. |
void |
IApplicationProperties.deleteProperty(IPropertyName propertyName,
RID resourceID,
IResourceContext context)
Deletes the property with the specified name from the persistent storage. |
IRidList |
IApplicationProperties.search(IPropertyName name,
java.lang.String userID,
java.lang.Object value,
Operator op,
boolean multiValued,
IResourceContext context)
Queries all properties and returns a list of RIDs that match the search criteria. |
IAppProperty |
IApplicationProperties.getProperty(IPropertyName propertyName,
IResource resource,
java.lang.String userID)
|
void |
IApplicationProperties.deleteProperty(IPropertyName propertyName,
IResource resource,
java.lang.String userID)
|
IAppProperty |
IApplicationProperties.getProperty(IPropertyName propertyName,
IResource resource)
|
IAppPropertyCollection |
IApplicationProperties.getProperties(IPropertyName propertyName,
IResource resource)
|
void |
IApplicationProperties.deleteProperty(IPropertyName propertyName,
IResource resource)
|
IAppProperty |
IApplicationProperties.getProperty(IPropertyName propertyName,
RID resourceID,
java.lang.String userID)
Deprecated. as of NW04. Use method with resource context parameter |
IResourceAppPropertyMap |
IApplicationProperties.getProperty(IPropertyName propertyName,
IRidList ridList,
java.lang.String userID)
Deprecated. as of NW04. Use method with resource context parameter |
void |
IApplicationProperties.deleteProperty(IPropertyName propertyName,
RID resourceID,
java.lang.String userID)
Deprecated. as of NW04. Use method with resource context parameter |
IAppProperty |
IApplicationProperties.getProperty(IPropertyName propertyName,
RID resourceID)
Deprecated. as of NW04. Use method with resource context parameter |
IResourceAppPropertyMap |
IApplicationProperties.getProperty(IPropertyName propertyName,
IRidList ridList)
Deprecated. as of NW04. Use method with resource context parameter |
void |
IApplicationProperties.deleteProperty(IPropertyName propertyName,
RID resourceID)
Deprecated. as of NW04. Use method with resource context parameter |
IRidList |
IApplicationProperties.search(IPropertyName name,
java.lang.String userID,
java.lang.Object value,
Operator op,
boolean multiValued)
Deprecated. as of NW04. Use method with resource context parameter |
| Constructors in com.sapportals.wcm.repository.service.appproperties with parameters of type IPropertyName | |
AppProperty(IPropertyName name,
java.lang.String value,
java.lang.String userID,
boolean enableCopy)
|
|
AppProperty(IPropertyName name,
java.util.Date value,
java.lang.String userID,
boolean enableCopy)
|
|
AppProperty(IPropertyName name,
java.lang.Integer value,
java.lang.String userID,
boolean enableCopy)
|
|
AppProperty(IPropertyName name,
java.lang.Long value,
java.lang.String userID,
boolean enableCopy)
|
|
AppProperty(IPropertyName name,
java.lang.Boolean value,
java.lang.String userID,
boolean enableCopy)
|
|
AppProperty(IPropertyName name,
XMLMarkup value,
java.lang.String userID,
boolean enableCopy)
|
|
AppProperty(IPropertyName name,
PropertyType type,
java.util.List values,
java.lang.String userID,
boolean enableCopy)
|
|
| Uses of IPropertyName in com.sapportals.wcm.repository.service.statemanagement |
| Fields in com.sapportals.wcm.repository.service.statemanagement declared as IPropertyName | |
static IPropertyName |
SMConstants.PN_WORKFLOW_INITIATOR
|
static IPropertyName |
SMConstants.PN_ENABLE_STATEMANAGEMENT
|
static IPropertyName |
SMConstants.PN_WORKFLOW_STATE
|
static IPropertyName |
SMConstants.PN_APPROVER
|
static IPropertyName |
SMConstants.PN_STATE
|
static IPropertyName |
SMConstants.PN_ITEM
|
static IPropertyName |
SMConstants.PN_ITEM_OWNER
|
| Methods in com.sapportals.wcm.repository.service.statemanagement that return IPropertyName | |
static IPropertyName |
SMConstants.getStatePropName()
returns the PropertyName object for the state application property |
static IPropertyName |
SMConstants.getWorkflowInitiatorPropName()
returns the PropertyName object for the workflow initiator application property |
static IPropertyName |
SMConstants.getWorkflowStatePropName()
Returns the PropertyName object for the workflow state application property |
| Uses of IPropertyName in com.sapportals.wcm.repository.service.timebasedpublish |
| Methods in com.sapportals.wcm.repository.service.timebasedpublish that return IPropertyName | |
static IPropertyName |
TimebasedPublishConstants.getTimebasePublishEnabledName()
Gets the name of the property which determines if time-based publishing is enabled for a resource. |
static IPropertyName |
TimebasedPublishConstants.getValidFromPropName()
Gets the name of the property which determines the point in time at which a resource is to be made visible by the scheduler task. |
static IPropertyName |
TimebasedPublishConstants.getValidToPropName()
Gets the name of the property which determines the point in time at which a resource is to be made invisible by the scheduler. |
static IPropertyName |
TimebasedPublishConstants.getDisplayValidFromPropName()
Gets the name of the property which is displayed as the 'valid from' property for a resource. |
static IPropertyName |
TimebasedPublishConstants.getDisplayValidToPropName()
Gets the name of the property which is to be displayed as the 'valid until' property for a resource. |
| Uses of IPropertyName in com.sapportals.wcm.service.indexmanagement.retrieval.classification |
| Methods in com.sapportals.wcm.service.indexmanagement.retrieval.classification that return IPropertyName | |
protected IPropertyName |
AbstractClassificationIndex.getPropertyNameTaxonomy(java.lang.String taxonomyName)
|
| Uses of IPropertyName in com.sapportals.wcm.service.indexmanagement.retrieval.search |
| Subinterfaces of IPropertyName in com.sapportals.wcm.service.indexmanagement.retrieval.search | |
interface |
ISortPropertyName
A sort property name is a combination of a resource property name and a sort direction. |
| Classes in com.sapportals.wcm.service.indexmanagement.retrieval.search that implement IPropertyName | |
class |
SortPropertyName
A sort property name is a combination of a resource property name and a sort direction. |
| Methods in com.sapportals.wcm.service.indexmanagement.retrieval.search that return IPropertyName | |
IPropertyName |
SortPropertyName.getPropertyNameObject()
|
IPropertyName |
IPropertyInfo.getPropertyName()
|
IPropertyName |
IQueryEntry.getCMPropertyName()
|
IPropertyName |
IPropertyDistribution.getPropertyName()
Returns the name of the property. |
IPropertyName |
ISortPropertyName.getPropertyNameObject()
Returns the internal IPropertyName object. |
| Methods in com.sapportals.wcm.service.indexmanagement.retrieval.search with parameters of type IPropertyName | |
void |
IQueryEntry.setPropertyName(IPropertyName cmPropertyName)
Optional: defines in which attribute the search is to be executed if an attribute search is executed |
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. |
IProperty |
ISearchUtils.createInitialProperty(IPropertyName propName)
Creates a property with initial value for a property name. |
PropertyType |
ISearchUtils.getPropertyType(IPropertyName propName)
Determines the property type using the property config service. |
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)
|
protected IProperty |
AbstractSearchIndexCollection.createInitialProperty(IPropertyName propName)
Creates a property with initial value for a property name. |
protected PropertyType |
AbstractSearchIndexCollection.getPropertyType(IPropertyName propName)
Determines the property type using the property config service. |
| Constructors in com.sapportals.wcm.service.indexmanagement.retrieval.search with parameters of type IPropertyName | |
SortPropertyName(IPropertyName propertyName,
PropertyType propertyType,
boolean sortDirection)
|
|
| Uses of IPropertyName in com.sapportals.wcm.service.propertyconfig |
| Methods in com.sapportals.wcm.service.propertyconfig with parameters of type IPropertyName | |
IMetaName |
IMetaModel.searchByPropertyName(IPropertyName propertyName)
Search for the meta name by a given property name. |
| Uses of IPropertyName in com.sapportals.wcm.service.propertystructure |
| Methods in com.sapportals.wcm.service.propertystructure that return IPropertyName | |
IPropertyName |
IStructuredProperty.getPropertyName()
Gets the property name for the property |
| Uses of IPropertyName in com.sapportals.wcm.service.relation |
| Methods in com.sapportals.wcm.service.relation with parameters of type IPropertyName | |
void |
IRelationWatcher.onPropertyDelete(IRelation relation,
IPropertyName deletedProperty)
callback when a property was deleted from a relation. |
void |
AbstractRelationWatcher.onPropertyDelete(IRelation relation,
IPropertyName deletedProperty)
|
IRelationPropertyQuery |
IRelationQueryBuilder.property(IPropertyName propertyName)
Return an expression for the given relation property's value (select only those relations with the given relation property matching the given expression). |
IRelationQueryOrder |
IRelationQueryBuilder.orderByProperty(IPropertyName propertyName)
Get an order expression which sorts by the value of a given property. |
IProperty |
IRelation.getProperty(IPropertyName propertyName)
Get a specific property. |
void |
IRelation.deleteProperty(IPropertyName propertyName)
Delete a specific property. |
IRelationQuery |
IRelationOperandQuery.inRelationPropertySelection(IPropertyName name,
IRelationQuery query)
Return an expression which selects only those which match one of the given queries property values (subselect on the given property). |
| Uses of IPropertyName in com.sapportals.wcm.service.xcrawler |
| Methods in com.sapportals.wcm.service.xcrawler that return IPropertyName | |
IPropertyName |
IXCrawlerParameters.getHrefPropertyName()
Get the name of the property which holds the HREFs of a resource from a web-repository. |
IPropertyName |
IXCrawlerParameters.getExcludedHrefPropertyName()
Get the name of the property which holds the HREFs of a resource from a web-repository which are restricted by robot-rules. |
|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||