SAP NetWeaver '04

com.sap.netweaver.bc.rf.mi.binding
Interface IMutableBindingManager

[contained in: com.sap.netweaver.bc.rf.par - bc.rf.mi_api.jar]
All Superinterfaces:
IBindingManager

public interface IMutableBindingManager
extends IBindingManager

TBD: Insufficient description. Read-And-Write interface describing a repository sub manager for bindings. Note: Please do not activate this package as-is, but try to reintegrate it into the namespace package. There are many similar but just temporarily extended interfaces/classes in the common namespace package also.


Method Summary
 java.util.List copyResource(IResourceHandle resourceHandle, ICopyDescriptor copyDescriptor)
          Copy resource based on a resource copy descriptor.
 IResourceHandle createResource(IBindingCreateDescriptor createDescriptor)
          Create resource based on a resource create descriptor.
 java.util.List deleteResource(IResourceHandle resourceHandle)
          Delete resource.
 java.util.List moveResource(IResourceHandle resourceHandle, IMoveDescriptor moveDescriptor)
          Move resource based on a resource move descriptor.
 
Methods inherited from interface com.sap.netweaver.bc.rf.mi.binding.IBindingManager
getBindings
 

Method Detail

createResource

public IResourceHandle createResource(IBindingCreateDescriptor createDescriptor)
                               throws ResourceException
Create resource based on a resource create descriptor. Default resource create descriptors reside in the same package as the interface does. A repository may supports these and/or others.
Parameters:
createDescriptor - create descriptor
Returns:
resource handle of the newly created resource
Throws:
ResourceException - when wrong parameterized, the resource create descriptor is not supported by the repository or the query failed due to other reasons

deleteResource

public java.util.List deleteResource(IResourceHandle resourceHandle)
                              throws ResourceException,
                                     OperationNotCompletedException
Delete resource. All children will be deleted also, i.e. there is only deep delete. The first returned resource handle must be the deleted root resource handle, if this operation succeeded at all.

Note: This method needs not to be handled atomically! Although this operation may fail in parts, the operation on one of the many operands provided through the parameter list is always expected to be atomic!
Parameters:
resourceHandle - resource handle
Returns:
list of all deleted resources; resources failed to be deleted either of repository-internal reasons, follow-up reasons or others are stored with their respective exception inside the list
Throws:
ResourceException - when wrong parameterized or the query failed due to other reasons
OperationNotCompletedException - when the operation failed in parts

copyResource

public java.util.List copyResource(IResourceHandle resourceHandle,
                                   ICopyDescriptor copyDescriptor)
                            throws ResourceException,
                                   OperationNotCompletedException
Copy resource based on a resource copy descriptor. Default resource copy descriptors reside in the same package as the interface does. A repository may supports these and/or others. The first returned resource handle must be the copied root resource handle, if this operation succeeded at all.

Note: This method needs not to be handled atomically! Although this operation may fail in parts, the operation on one of the many operands provided through the parameter list is always expected to be atomic!
Parameters:
resourceHandle - resource handle
copyDescriptor - copy descriptor
Returns:
list of all newly created copied resources; resources failed to be copied either of repository-internal reasons, follow-up reasons or others are stored with their respective exception inside the list
Throws:
ResourceException - when wrong parameterized, the resource copy descriptor is not supported by the repository or the query failed due to other reasons
OperationNotCompletedException - when the operation failed in parts

moveResource

public java.util.List moveResource(IResourceHandle resourceHandle,
                                   IMoveDescriptor moveDescriptor)
                            throws ResourceException,
                                   OperationNotCompletedException
Move resource based on a resource move descriptor. Default resource move descriptors reside in the same package as the interface does. A repository may supports these and/or others. The first returned resource handle must be the moved root resource handle, if this operation succeeded at all.

Note: This method needs not to be handled atomically! Although this operation may fail in parts, the operation on one of the many operands provided through the parameter list is always expected to be atomic!
Parameters:
resourceHandle - resource handle
moveDescriptor - move descriptor
Returns:
list of all moved resources; resources failed to be moved either of repository-internal reasons, follow-up reasons or others are stored with their respective exception inside the list
Throws:
ResourceException - when wrong parameterized, the resource move descriptor is not supported by the repository or the query failed due to other reasons
OperationNotCompletedException - when the operation failed in parts

SAP NetWeaver '04

Copyright © 2004 by SAP AG. All Rights Reserved.
SAP, R/3, mySAP, mySAP.com, xApps, xApp, SAP NetWeaver, and other SAP products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of SAP AG in Germany and in several other countries all over the world. All other product and service names mentioned are the trademarks of their respective companies. Data contained in this document serves informational purposes only. National product specifications may vary.

These materials are subject to change without notice. These materials are provided by SAP AG and its affiliated companies ("SAP Group") for informational purposes only, without representation or warranty of any kind, and SAP Group shall not be liable for errors or omissions with respect to the materials. The only warranties for SAP Group products and services are those that are set forth in the express warranty statements accompanying such products and services, if any. Nothing herein should be construed as constituting an additional warranty.