removeDocuments
public static RemoveDocumentsResponse removeDocuments(java.lang.String serviceURL,
GCUBEScope scope,
org.apache.axis.types.URI resourceName,
org.apache.axis.types.URI collectionURI,
java.lang.String[] documentNames)
throws DataResourceUnavailableFaultType,
java.net.MalformedURLException,
java.rmi.RemoteException,
ServiceBusyFaultType,
InvalidResourceNameFaultType,
InvalidCollectionNameFaultType,
NotAuthorizedFaultType
Executes the RemoveDocuments operation
- Parameters:
serviceURL
- The URL of the data serviceresourceName
- The abstract name of the data resourcecollectionURI
- The URI of the collection from which documents should be removeddocumentNames
- An array of document names that should be removed
- Throws:
DataResourceUnavailableFaultType
java.net.MalformedURLException
java.rmi.RemoteException
ServiceBusyFaultType
InvalidResourceNameFaultType
InvalidCollectionNameFaultType
NotAuthorizedFaultType