public class BulkDocumentsObject extends DefaultObject
Constructor and Description |
---|
BulkDocumentsObject() |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
doDelete() |
DocumentModelList |
doGet() |
DocumentModelList |
doUpdate(DocumentModel updateDoc) |
<A> A |
getAdapter(Class<A> adapter)
Returns an object which is an instance of the given class associated with this object.
|
void |
initialize(Object... args) |
disptachAdapter, isAdapter
checkGuard, dispose, getActiveAdapter, getContext, getFacets, getLinks, getModule, getName, getNext, getNextSegment, getPath, getPrevious, getTemplate, getTrailingPath, getType, getURL, getView, hasFacet, initialize, isInstanceOf, isRoot, newAdapter, newObject, redirect, setNext, setPrevious, setRoot, toString
public <A> A getAdapter(Class<A> adapter)
Adaptable
null
if no such object can be found.getAdapter
in interface Adaptable
getAdapter
in class AbstractResource<ResourceTypeImpl>
adapter
- the adapter class to look upnull
if this object does not have an adapter for
the given classpublic void initialize(Object... args)
public DocumentModelList doGet()
public javax.ws.rs.core.Response doDelete() throws ClientException
ClientException
public DocumentModelList doUpdate(DocumentModel updateDoc) throws ClientException
ClientException
Copyright © 2015 Nuxeo SA. All rights reserved.