-
com.amazonaws.services.s3.AmazonS3.deleteObject()
Deletes the specified object in the specified bucket. Once deleted, the object can only be restored if versioning was enabled when the object was deleted.
If attempting to delete an object that does not exist, Amazon S3 will return a success message instead of an error message.
@param bucketName The name of the Amazon S3 bucket containing the object to delete.
@param key The key of the object to delete.
@throws AmazonClientException If any errors are encountered on the client while making the request or handling the response.
@throws AmazonServiceException If any errors occurred in Amazon S3 while processing the request.
@see {@link AmazonS3Client#deleteObject(DeleteObjectRequest deleteObjectRequest)}
-
com.amazonaws.services.s3.AmazonS3Client.deleteObject()
-
com.cloud.bridge.service.S3BucketAdapter.deleteObject()
-
com.rackspacecloud.client.cloudfiles.FilesClient.deleteObject()
Delete the given object from it's container.
@param container The container name
@param objName The object name
@return FilesConstants.OBJECT_DELETED
@throws IOException There was an IO error doing network communication
@throws HttpException There was an error with the http protocol
@throws FilesException
-
com.simpletwitter.common.DatabaseManager.deleteObject()
-
com.sun.jna.examples.win32.GDI32.DeleteObject()
-
com.sun.jna.platform.win32.GDI32.DeleteObject()
The DeleteObject function deletes a logical pen, brush, font, bitmap, region, or palette, freeing all system resources associated with the object. After the object is deleted, the specified handle is no longer valid.
@param hObject Handle to a logical pen, brush, font, bitmap, region, or palette.
@return If the function succeeds, the return value is nonzero. If the specified handle is not valid or is currently selected into a DC, the return value is zero. To get extended error information, call GetLastError.
-
com.sun.mfwk.MfObjectFactory.deleteObject()
-
com.threerings.miso.client.SceneBlock.deleteObject()
-
com.vst.webapp.util.ObjectPicture.deleteObject()
-
com.webobjects.eocontrol.EOEditingContext.deleteObject()
-
org.apache.cayenne.ObjectContext.deleteObject()
Schedules a persistent object for deletion on next commit.
@throws DeleteDenyException if a {@link org.apache.cayenne.map.DeleteRule#DENY}delete rule is applicable for object deletion.
-
org.apache.cayenne.access.DataContext.deleteObject()
Schedules an object for deletion on the next commit of this DataContext. Object's persistence state is changed to PersistenceState.DELETED; objects related to this object are processed according to delete rules, i.e. relationships can be unset ("nullify" rule), deletion operation is cascaded (cascade rule).
@param object a persistent object that we want to delete.
@throws DeleteDenyException if a DENY delete rule is applicable for objectdeletion.
@throws NullPointerException if object is null.
-
org.apache.chemistry.opencmis.commons.impl.jaxb.ObjectServicePort.deleteObject()
@param extension
@param allVersions
@param objectId
@param repositoryId
@throws CmisException
-
org.apache.chemistry.opencmis.commons.server.CmisService.deleteObject()
-
org.apache.chemistry.opencmis.commons.spi.ObjectService.deleteObject()
Deletes the specified object.
@param repositoryId the identifier for the repository
@param objectId the identifier for the object
@param allVersions (optional) If true
then delete all versions of the document, otherwise delete only the document object specified (default is true
)
-
org.apache.chemistry.opencmis.inmemory.storedobj.api.ObjectStore.deleteObject()
Deletes an object from the store. For a folders the folder must be empty.
@param objectId
@param user
@param allVersions is TRUE all version of the document are deleted, otherwise just this one
-
org.eclipse.persistence.sessions.UnitOfWork.deleteObject()
PUBLIC: Delete the object and all of their privately owned parts in the database. Delete operations are delayed in a unit of work until commit.
-
org.jets3t.service.S3Service.deleteObject()
Deletes an object from a bucket in S3.
This method can be performed by anonymous services.
@param bucket the bucket containing the object to be deleted.
@param objectKey the key representing the object in S3.
@throws S3ServiceException
-
org.jets3t.service.impl.rest.httpclient.GoogleStorageService.deleteObject()
-
org.jets3t.service.impl.rest.httpclient.RestS3Service.deleteObject()
-
org.jets3t.service.impl.rest.httpclient.RestStorageService.deleteObject()
-
org.jets3t.service.impl.soap.axis._2006_03_01.AmazonS3SoapBindingStub.deleteObject()
-
org.olat.core.commons.persistence.DB.deleteObject()
Delete an object.
@param object
-
org.openbp.server.persistence.PersistenceContext.deleteObject()
Deletes an object from persistent storage.
@param o Object to delete
@throws PersistenceException On error
-
org.sd_network.vfs.VfsService.deleteObject()
Delete database entry of specified VfsFile.
@param sessionID user session ID that is logged in.
@param fileID ID of delete file.
@throws VfsIOException Throws if specified file was not found, has some child objects, or other error occurred.
@throws SessionException Throws if the session is invalidated or timeout.
-
org.xwiki.test.ui.framework.elements.editor.ObjectEditPage.deleteObject()
-
org.xwiki.test.ui.po.editor.ObjectEditPage.deleteObject()