|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sapportals.wcm.repository.batch.ResourcePropertyMap
Helper class that can be used to handle the return value of IResourceBatch#getProperties(IPropertyNameList, ResourceErrors).
| Constructor Summary | |
ResourcePropertyMap(Map map)
Constructs a new instance. |
|
| Method Summary | |
IPropertyNameList |
calculateContainedNames(RID rid,
IPropertyNameList checkNames)
Returns a list of names of properties that are contained in the map for the specified RID. |
IPropertyNameList |
calculateNotContainedNames(RID rid,
IPropertyNameList checkNames)
Returns a list of names of properties that are not contained in the map for the specified RID. |
ResourceErrors |
getExceptions(RID rid)
Returns a collection of exceptions that occurred for a specified RID. |
IPropertyMap |
getProperties(RID rid)
Returns the property map for the specified RID. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ResourcePropertyMap(Map map)
map - A map returned by IResourceBatch#getProperties(IPropertyNameList, ResourceErrors).| Method Detail |
public IPropertyMap getProperties(RID rid)
rid - The RID to get the properties for.
public IPropertyNameList calculateNotContainedNames(RID rid,
IPropertyNameList checkNames)
rid - The RID to check the properties for.checkNames - The list of property names to check against the available properties.
public IPropertyNameList calculateContainedNames(RID rid,
IPropertyNameList checkNames)
rid - The RID to check the properties for.checkNames - The list of property names to check against the available properties.
public ResourceErrors getExceptions(RID rid)
rid - The rid to get the excpetion for.
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||