|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Read-And-Write interface describing a repository sub manager for properties. Resources usually have properties describing the resource. All system properties MUST be made available as properties. Resources with content MUST make the content metadata available as properties also! This interface provides means to write the properties of a resource.
| Method Summary | |
void |
updateProperties(IResourceHandle resourceHandle,
List updates)
Update list of properties on a single resource handle. |
void |
updateProperties(List resourceHandles,
List updates)
Update list of properties on a list of resource handles. |
void |
updateProperty(IResourceHandle resourceHandle,
IPropertyUpdateDescriptor update)
Update single property on a single resource handle. |
void |
updateProperty(List resourceHandles,
IPropertyUpdateDescriptor update)
Update single property on a list of resource handles. |
| Methods inherited from interface com.sap.netweaver.bc.rf.mi.property.IPropertyManager |
getAllProperties, getAllProperties, getListedProperties, getListedProperties, getProperties, getProperty |
| Method Detail |
public void updateProperty(IResourceHandle resourceHandle,
IPropertyUpdateDescriptor update)
throws ResourceException
resourceHandle - resource handleupdate - property update descriptor
ResourceException - when either the resource handle or property
update descriptor is invalid or the property update failed
public void updateProperties(IResourceHandle resourceHandle,
List updates)
throws ResourceException
resourceHandle - resource handleupdates - list of property updates descriptors
ResourceException - when either the resource handle or property
update descriptors are invalid or the property update failed
public void updateProperty(List resourceHandles,
IPropertyUpdateDescriptor update)
throws ResourceException,
OperationNotCompletedException
resourceHandles - list of resource handlesupdate - property update descriptor
ResourceException - when either the resource handles or property
update descriptor are invalid or the property updates failed generally
OperationNotCompletedException - when the operation failed in
parts
public void updateProperties(List resourceHandles,
List updates)
throws ResourceException,
OperationNotCompletedException
resourceHandles - list of resource handlesupdates - list of property updates descriptors
ResourceException - when either the resource handles or property
update descriptors are invalid or the property updates failed
generally
OperationNotCompletedException - when the operation failed in
parts
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||