| Package | Description |
|---|---|
| com.sapportals.wcm.control.util | |
| com.sapportals.wcm.control.util.comparator | |
| com.sapportals.wcm.control.util.metadataextension | |
| com.sapportals.wcm.service.indexmanagement |
Provides a service for managing indexes.
|
| com.sapportals.wcm.service.propertyconfig |
Provides a service for the administration of metadata for resource
properties.
|
| com.sapportals.wcm.service.propertyconfig.comparator |
Contains interface for implementing a comparison of properties.
|
| com.sapportals.wcm.service.propertyconfig.metadataextension |
Provides a service to enhance property metadata.
|
| Modifier and Type | Method and Description |
|---|---|
String |
PropertyRendererMimetype.getExtension(String value)
Deprecated.
As of NetWeaver 7.1
|
String |
PropertyRendererMimetype.getMime(String value)
Deprecated.
As of NetWeaver 7.1
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourcePropertySimpleStringComparator.setSortMode(int sortMode)
Determines the sort mode of the resource properties.
|
void |
ResourcePropertyComparatorNewItem.setSortMode(int sortMode)
Deprecated.
As of NetWeaver 7.1
|
void |
PropertyComparatorSubscription.setSortMode(int sortMode)
Deprecated.
As of NetWeaver 7.1
|
void |
PropertyComparatorServicePermission.setSortMode(int sortMode)
Deprecated.
As of NetWeaver 7.1
|
void |
PropertyComparatorPermission.setSortMode(int sortMode)
Deprecated.
As of NetWeaver 7.1
|
void |
PropertyComparatorDeletedItems.setSortMode(int sortMode)
Determines the sort mode of the resource properties.
|
void |
PropertyComparatorCollaborationStatus.setSortMode(int sortMode)
Deprecated.
As of NetWeaver 7.1
|
void |
ResourcePropertySimpleStringComparator.setSortParameters(IMetaName sortPropertyName,
int sortMode)
Name of the property that is used for sorting and the default sort mode.
|
void |
ResourcePropertyComparatorNewItem.setSortParameters(IMetaName sortPropertyName,
int sortMode)
Deprecated.
As of NetWeaver 7.1
|
void |
PropertyComparatorSubscription.setSortParameters(IMetaName sortPropertyName,
int sortMode)
Deprecated.
As of NetWeaver 7.1
|
void |
PropertyComparatorServicePermission.setSortParameters(IMetaName sortPropertyName,
int sortMode)
Deprecated.
As of NetWeaver 7.1
|
void |
PropertyComparatorPermission.setSortParameters(IMetaName sortPropertyName,
int sortMode)
Deprecated.
As of NetWeaver 7.1
|
void |
PropertyComparatorDeletedItems.setSortParameters(IMetaName sortPropertyName,
int sortMode)
Name of the property that is used for sorting and the default sort mode.
|
void |
PropertyComparatorCollaborationStatus.setSortParameters(IMetaName sortPropertyName,
int sortMode)
Deprecated.
As of NetWeaver 7.1
|
| Modifier and Type | Method and Description |
|---|---|
IMetaValueList |
ItemTypeValueProvider.getAllowedValues(IMetaName metaName)
Deprecated.
As of NetWeaver 7.1
|
IMetaValueList |
ContentTypeValueProvider.getAllowedValues(IMetaName metaName)
Returns values depending on the meta name.
|
IMetaValueList |
ItemTypeValueProvider.getAllowedValues(IMetaName metaName,
IMetaContext metaContext)
Deprecated.
As of NetWeaver 7.1
|
IMetaValueList |
ContentTypeValueProvider.getAllowedValues(IMetaName metaName,
IMetaContext metaContext)
Returns values depending on the meta name and the resource.
|
String |
ContentTypeValueProvider.getExtension(String value) |
String |
ContentTypeValueProvider.getMime(String value) |
String |
ItemTypeValueProvider.getPropertyDescription(IMetaName metaName,
Locale locale)
Deprecated.
As of NetWeaver 7.1
|
String |
ContentTypeValueProvider.getPropertyDescription(IMetaName metaName,
Locale locale)
Gets a description for a property depending on the input locale.
|
String |
ItemTypeValueProvider.getPropertyLabel(IMetaName metaName,
Locale locale)
Deprecated.
As of NetWeaver 7.1
|
String |
ContentTypeValueProvider.getPropertyLabel(IMetaName metaName,
Locale locale)
Gets a label for the property name depending on the input locale.
|
String |
ItemTypeValueProvider.getValueLabel(IMetaValue metaValue,
Locale locale)
Deprecated.
As of NetWeaver 7.1
|
String |
ContentTypeValueProvider.getValueLabel(IMetaValue metaValue,
Locale locale)
Gets a label for a property value depending on the input Locale.
|
IMetaValue |
ItemTypeValueProvider.searchMetaValue(String value)
Deprecated.
As of NetWeaver 7.1
|
IMetaValue |
ContentTypeValueProvider.searchMetaValue(String value) |
| Modifier and Type | Method and Description |
|---|---|
ITaxonomyTransport |
IIndexService.createTaxonomyTransport()
This method is only used by internal methods and should not be used programmers
using the index management API.
|
| Modifier and Type | Method and Description |
|---|---|
IMetaValueListIterator |
IMetaName.allowedValueIterator()
Returns a iterator to get a ordered value list.
|
IMetaValueListIterator |
IMetaName.allowedValueIterator(IMetaContext metaContext)
Returns a iterator to get a ordered value list.
|
boolean |
IMetaModel.checkMatchesMetaContext(IMetaName metaName,
IMetaContext metaContext)
Checks if the meta name fulfils all filter criteria to be displayed for the context information.
|
IProperty |
IMetaModel.createProperty(IMetaName name,
IMetaValue value)
Creates a property from meta name and value.
|
IMetaModel |
IPropertyConfigurationService.getMetaModel()
Direct access to meta model.
|
IResourcePropertyComparator |
IMetaName.getResourcePropertyComparator()
Returns the comparator class for this meta name.
|
IMetaGroupListIterator |
IMetaModel.groupIterator()
Returns a iterator to get a ordered group list.
|
IMetaNameListIterator |
IMetaModel.nameIterator()
Returns a iterator to get a ordered name list.
|
IMetaNameListIterator |
IMetaModel.nameIterator(IMetaContext metaContext)
Returns an iterator to get the properties configured for specific resource data
|
IMetaNameListIterator |
IMetaModel.nameIterator(IMetaContext metaContext,
IMetaGroup metaGroup)
Returns an iterator to get the properties configured for specific resource data and with a specific meta group
|
IMetaName |
IMetaModel.searchById(String id)
Search for a meta name by given id.
|
IMetaValue |
IMetaName.searchByProperty(IProperty property)
Search for the meta value that was used to create the passed property.
|
IMetaName |
IMetaModel.searchByProperty(IProperty property)
Search for the meta name that was used to create the passed property.
|
IMetaName |
IMetaModel.searchByPropertyName(IPropertyName propertyName)
Search for the meta name by a given property name.
|
IMetaGroup |
IMetaModel.searchGroupById(String id)
Search for a meta group by given id.
|
IMetaValue |
IMetaName.searchMetaValue(String value)
Returns a meta value by its id.
|
IMetaValue |
IMetaName.searchMetaValue(String value,
IMetaContext metaContext)
Returns a meta value by its id.
|
IValidationErrorList |
IMetaModel.validate(IProperty property,
IMetaContext metaContext)
Validation of properties via predefined validation classes
|
IValidationErrorList |
IMetaModel.validate(IPropertyMap properties,
IMetaContext metaContext)
Validation of properties via predefined validation classes
|
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyLanguageDependingComparator.setSortMode(int sortMode)
Determines the sort mode of the resource properties.
|
void |
IResourcePropertyComparator.setSortMode(int sortMode)
Determines the sort mode of the resource properties.
|
void |
DefaultResourcePropertyComparator.setSortMode(int sortMode)
Determines the sort mode of the resource properties.
|
void |
PropertyLanguageDependingComparator.setSortParameters(IMetaName sortPropertyName,
int sortMode)
Name of the property that is used for sorting and the default sort mode.
|
void |
IResourcePropertyComparator.setSortParameters(IMetaName sortPropertyName,
int sortMode)
Name of the property that is used for sorting and the default sort mode.
|
void |
DefaultResourcePropertyComparator.setSortParameters(IMetaName sortPropertyName,
int sortMode)
Name of the property that is used for sorting and the default sort mode.
|
| Modifier and Type | Method and Description |
|---|---|
IMetaValueList |
IDynamicValues.getAllowedValues(IMetaName metaName)
Returns values depending on the meta name.
|
IMetaValueList |
DefaultMetadataExtension.getAllowedValues(IMetaName metaName)
Returns allowed values depending on the meta name.
|
IMetaValueList |
IDynamicValues.getAllowedValues(IMetaName metaName,
IMetaContext metaContext)
Returns values depending on the meta name and the resource.
|
IMetaValueList |
DefaultMetadataExtension.getAllowedValues(IMetaName metaName,
IMetaContext metaContext)
Returns allowed values depending on the meta name.
|
String |
IValidationError.getErrorMessage(Locale locale)
Localized error message that describes the error including information about the properties
that caused the error.
|
String |
IValidation.getErrorMessage(String errorID,
IMetaNameList metaNames,
Locale locale)
Deprecated.
since EP6 SP2 FP, use getErrorMessage(String,IMetaNameList,Locale,Map)
|
String |
DefaultMetadataExtension.getErrorMessage(String errorID,
IMetaNameList metaNames,
Locale locale)
Deprecated.
since EP6 SP2 FP, use getErrorMessage(String,IMetaNameList,Locale,Map)
|
String |
IValidation.getErrorMessage(String errorID,
IMetaNameList metaNames,
Locale locale,
Map additionalInfo) |
String |
DefaultMetadataExtension.getErrorMessage(String errorID,
IMetaNameList metaNames,
Locale locale,
Map additionalInfo) |
String |
IDynamicValues.getPropertyDescription(IMetaName metaName,
Locale locale)
Gets a description for a property depending on the input locale.
|
String |
DefaultMetadataExtension.getPropertyDescription(IMetaName metaName,
Locale locale)
Gets a description for a property depending on the input locale.
|
String |
IDynamicValuesExt.getPropertyDescription(IMetaName metaName,
Locale locale,
IMetaContext metaContext)
Gets a description for a property depending on the input locale.
|
String |
IDynamicValues.getPropertyLabel(IMetaName metaName,
Locale locale)
Gets a label for the property name depending on the input locale.
|
String |
DefaultMetadataExtension.getPropertyLabel(IMetaName metaName,
Locale locale)
Gets a label for the property name depending on the input locale.
|
String |
IDynamicValuesExt.getPropertyLabel(IMetaName metaName,
Locale locale,
IMetaContext metaContext)
Gets a label for the property name depending on the input locale.
|
String |
IDynamicValues.getValueLabel(IMetaValue metaValue,
Locale locale)
Gets a label for a property value depending on the input locale.
|
String |
DefaultMetadataExtension.getValueLabel(IMetaValue metaValue,
Locale locale)
Gets a label for a property value depending on the input locale.
|
String |
IDynamicValuesExt.getValueLabel(IMetaValue metaValue,
Locale locale,
IMetaContext metaContext)
Gets a label for a property value depending on the input locale.
|
IMetaValue |
IDynamicValues.searchMetaValue(String value)
Returns a meta value by its ID (property value ID).
|
IMetaValue |
DefaultMetadataExtension.searchMetaValue(String value)
Returns a meta value by its ID (property value ID).
|
IMetaValue |
IDynamicValuesExt.searchMetaValue(String value,
IMetaContext metaContext)
Returns a meta value by its ID (property value ID).
|
IValidationErrorList |
IValidation.validate(IMetaName metaName,
IProperty property,
IMetaContext metaContext)
Validation of properties via predefined validation classes
|
IValidationErrorList |
DefaultMetadataExtension.validate(IMetaName metaName,
IProperty property,
IMetaContext metaContext)
Validation of properties via predefined validation classes
|
Copyright 2021 SAP SE Complete Copyright Notice