|
SAP NetWeaver 7.40 SP 06 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IPropertyStructureService
Provides structure information for rendering property dialogs.
| Method Summary | |
|---|---|
IPropertyStructure |
getPropertyStructure(String name)
Get the property structure with the requested name. |
IPropertyStructureList |
getPropertyStructures()
Gets all available property structures of the service. |
IPropertyStructureList |
getPropertyStructures(String resourceType,
StructureDisplayMode displayMode)
Gets property structures for a requested resource type and display mode. |
IPropertyStructureList |
getPropertyStructures(String resourceType,
StructureDisplayMode displayMode,
IMetaContext metaContext)
Gets property structures for a requested resource type and display mode. |
| Methods inherited from interface com.sapportals.wcm.service.IService |
|---|
getDescription, getDescription, getID |
| Method Detail |
|---|
IPropertyStructure getPropertyStructure(String name)
throws PropertyStructureServiceException
name - name of the structure
null
PropertyStructureServiceException
IPropertyStructureList getPropertyStructures()
throws PropertyStructureServiceException
PropertyStructureServiceException
IPropertyStructureList getPropertyStructures(String resourceType,
StructureDisplayMode displayMode,
IMetaContext metaContext)
throws PropertyStructureServiceException
resourceType - resource type that must be configured for the structuredisplayMode - display mode that must be supported by the structuremetaContext - context information for filtering properties of the structure.
The returned structures only containing properties that are relevant for this context.
null or StructureDisplayMode.UNDEFINED,
all structures that are configured for the resource type are returned. If resource type is null
it is set to $unknown$ internally. In the case that a structure exists for that resource type
it will be used for all resources that have no resource type.
If no structure matches for the resource type an empty list is returned.
PropertyStructureServiceException
IPropertyStructureList getPropertyStructures(String resourceType,
StructureDisplayMode displayMode)
throws PropertyStructureServiceException
resourceType - resource type that must be configured for the structuredisplayMode - display mode that must be supported by the structure
null or StructureDisplayMode.UNDEFINED,
all structures that are configured for the resource type are returned. If resource type is null
it is set to $unknown$ internally. In the case that a structure exists for that resource type
it will be used for all resources that have no resource type.
If no structure matches for the resource type an empty list is returned.
PropertyStructureServiceException| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] KMC-CM
|
[sap.com] tc/km/frwk
|
api
|
EP-KM-CM
|
[sap.com] KMC-WPC
|
[sap.com] tc/kmc/wpc/wpcfacade
|
api
|
EP-PIN-WPC-WCM
|
|
SAP NetWeaver 7.40 SP 06 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||