|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IMetaContext | |
| 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.propertyconfig.renderer | Provides a service for rendering resource properties. |
| com.sapportals.wcm.service.propertystructure | Provides structuring information for properties. |
| Uses of IMetaContext in com.sapportals.wcm.service.propertyconfig |
| Methods in com.sapportals.wcm.service.propertyconfig that return IMetaContext | |
IMetaContext |
IMetaModel.createEmptyMetaContext()
returns an empty IMetaContext |
| Methods in com.sapportals.wcm.service.propertyconfig with parameters of type IMetaContext | |
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 |
IValidationErrorList |
IMetaModel.validate(IPropertyMap properties,
IMetaContext metaContext)
Validation of properties via predefined validation classes |
IValidationErrorList |
IMetaModel.validate(IProperty property,
IMetaContext metaContext)
Validation of properties via predefined validation classes |
boolean |
IMetaModel.checkMatchesMetaContext(IMetaName metaName,
IMetaContext metaContext)
Checks if the meta name fulfils all filter criterias to be displayed for the context information. |
IMetaValueListIterator |
IMetaName.allowedValueIterator(IMetaContext metaContext)
Returns a iterator to get a ordered value list. |
boolean |
IMetaName.hasAllowedValues(IMetaContext metaContext)
Ask for if the list of values is not empty. |
| Uses of IMetaContext in com.sapportals.wcm.service.propertyconfig.metadataextension |
| Methods in com.sapportals.wcm.service.propertyconfig.metadataextension with parameters of type IMetaContext | |
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. |
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 IMetaContext in com.sapportals.wcm.service.propertyconfig.renderer |
| Methods in com.sapportals.wcm.service.propertyconfig.renderer with parameters of type IMetaContext | |
com.sapportals.htmlb.Component |
IStructuredPropertyRenderer.renderMetaProperty(IMetaName metaName,
IMetaContext rendererContext)
Renders a htmlb Component for a given IMetaName and a given IMetaContext
null as returned component is accepted, if the renderer context does not allowed that the IMetaName to be rendered (The permission should be check).
|
java.lang.String[] |
IStructuredPropertyRenderer.processEvent(IMetaName metaName,
com.sapportals.htmlb.event.Event event,
IMetaContext rendererContext,
com.sapportals.htmlb.page.DynPage dynPage)
The property renderer can react to events. |
IPropertyMap |
IStructuredPropertyRenderer.getProperties(IMetaName metaName,
IMetaContext rendererContext,
com.sapportals.htmlb.page.DynPage dynPage)
Gets the properties with their entered values after the response has been returned. |
com.sapportals.htmlb.Component |
IStructuredPropertyRenderer.renderMetaNameLabel(IMetaName metaName,
IMetaContext rendererContext)
Renders a htmlb Component for the label for a given IMetaName and a given IMetaContext
null as returned component is accepted, if no label is whished. |
| Uses of IMetaContext in com.sapportals.wcm.service.propertystructure |
| Methods in com.sapportals.wcm.service.propertystructure with parameters of type IMetaContext | |
com.sapportals.htmlb.Component |
IStructuredGroupRenderer.render(IMetaContext metaContext)
Renders the structured group. |
IPropertyMap |
IStructuredGroupRenderer.getProperties(IMetaContext metaContext,
com.sapportals.htmlb.page.DynPage dynPage)
Gets the properties with their entered values after the response has been returned. |
java.lang.String[] |
IStructuredGroupRenderer.validate(IMetaContext metaContext,
com.sapportals.htmlb.page.DynPage dynPage)
Validates the group content |
void |
IStructuredGroupRenderer.save(IMetaContext metaContext,
com.sapportals.htmlb.page.DynPage dynPage)
Saves the content of the structured group. |
java.lang.String[] |
IStructuredGroupRenderer.processEvent(com.sapportals.htmlb.event.Event event,
IMetaContext metaContext,
com.sapportals.htmlb.page.DynPage dynPage)
Validates the group content |
IPropertyStructureList |
IPropertyStructureService.getPropertyStructures(java.lang.String resourceType,
StructureDisplayMode displayMode,
IMetaContext metaContext)
Gets property structures for a requested resource type and display mode. |
|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||