Nuxeo Enterprise Platform 5.3

org.nuxeo.ecm.platform.ui.web.restAPI
Class DeleteDocumentRestlet

java.lang.Object
  extended by org.restlet.Uniform
      extended by org.restlet.Restlet
          extended by org.nuxeo.ecm.platform.ui.web.restAPI.BaseNuxeoRestlet
              extended by org.nuxeo.ecm.platform.ui.web.restAPI.BaseStatelessNuxeoRestlet
                  extended by org.nuxeo.ecm.platform.ui.web.restAPI.DeleteDocumentRestlet
All Implemented Interfaces:
LiveEditConstants

public class DeleteDocumentRestlet
extends BaseStatelessNuxeoRestlet
implements LiveEditConstants

This RESTLET allows to delete documents

Author:
jthimonier

Field Summary
 
Fields inherited from class org.nuxeo.ecm.platform.ui.web.restAPI.BaseStatelessNuxeoRestlet
session, targetDocRef, targetDocument
 
Fields inherited from interface org.nuxeo.ecm.platform.ui.web.tag.fn.LiveEditConstants
ACTION, ACTION_CREATE_DOCUMENT, ACTION_CREATE_DOCUMENT_FROM_TEMPLATE, ACTION_EDIT_DOCUMENT, actionSelectorTag, BLOB_FIELD, BLOB_PROPERTY_NAME, DEFAULT_BLOB_FIELD, DEFAULT_DOCTYPE, DEFAULT_FILENAME_FIELD, DEFAULT_SCHEMA, DEFAULT_SUB_BLOB_FIELD, DOC_REF, DOC_TYPE, docBlobFieldNameTag, docBlobFieldPathTag, docFieldNameTag, docfieldPathTag, docFileAuthorizedExtensionsTag, docFileAuthorizedExtensionTag, docFileExtensionTag, docFilenameFieldNameTag, docFilenameFieldPathTag, docfileNameTag, docIsLockedTag, docIsVersionTag, docMimetypeTag, docPathTag, docRefTag, docRepositoryTag, docSchemaNameTag, docTitleTag, docTypeTag, documentTag, editIdTag, FILENAME_FIELD, FILENAME_PROPERTY_NAME, liveEditTag, MIMETYPE, REPO_ID, requestBaseURLTag, requestCookiesTag, requestCookieTag, requestHeadersTag, requestHeaderTag, requestInfoTag, SCHEMA, serverInfoTag, serverVersionTag, TEMPLATE_BLOB_FIELD, TEMPLATE_DOC_REF, TEMPLATE_REPO_ID, TEMPLATE_SCHEMA, templateDocumentTag, URL_ENCODE_CHARSET, userInfoTag, userLocaleTag, userNameTag, userPasswordTag, userTokenTag, wsdlAccessWebServiceTag, wsdlLEWebServiceTag, wsdlLocationsTag, XML_LE_NAMESPACE
 
Constructor Summary
DeleteDocumentRestlet()
           
 
Method Summary
protected  void doHandleStatelessRequest(Request req, Response res)
           
 
Methods inherited from class org.nuxeo.ecm.platform.ui.web.restAPI.BaseStatelessNuxeoRestlet
cleanUp, handle, initRepository, initRepositoryAndTargetDocument
 
Methods inherited from class org.nuxeo.ecm.platform.ui.web.restAPI.BaseNuxeoRestlet
getHttpRequest, getHttpResponse, getQueryParamValue, getRestletFullUrl, getSerializablePrincipal, getUserPrincipal, handleError, handleError, handleError, handleError
 
Methods inherited from class org.restlet.Restlet
getContext, getLogger, init, isStarted, isStopped, setContext, start, stop
 
Methods inherited from class org.restlet.Uniform
delete, delete, get, get, handle, head, head, options, options, post, post, put, put
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeleteDocumentRestlet

public DeleteDocumentRestlet()
Method Detail

doHandleStatelessRequest

protected void doHandleStatelessRequest(Request req,
                                        Response res)
Overrides:
doHandleStatelessRequest in class BaseStatelessNuxeoRestlet

Nuxeo Enterprise Platform 5.3

Copyright © 2010 Nuxeo SAS. All Rights Reserved.