Class BulkDocumentsObject
- java.lang.Object
-
- org.nuxeo.ecm.webengine.model.impl.AbstractResource<ResourceTypeImpl>
-
- org.nuxeo.ecm.webengine.model.impl.DefaultObject
-
- org.nuxeo.ecm.restapi.server.jaxrs.BulkDocumentsObject
-
@Deprecated public class BulkDocumentsObject extends DefaultObject
Deprecated.since 10.3, useBAFinsteadWeb object that allows to deal with documents list.- Since:
- 5.7.3
-
-
Field Summary
Fields Modifier and Type Field Description protected DocumentModelListdocsDeprecated.
-
Constructor Summary
Constructors Constructor Description BulkDocumentsObject()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description javax.ws.rs.core.ResponsedoDelete()Deprecated.DocumentModelListdoGet()Deprecated.DocumentModelListdoUpdate(DocumentModel updateDoc)Deprecated.<A> AgetAdapter(Class<A> adapter)Deprecated.Returns an object which is an instance of the given class associated with this object.voidinitialize(Object... args)Deprecated.-
Methods inherited from class org.nuxeo.ecm.webengine.model.impl.DefaultObject
disptachAdapter, isAdapter
-
Methods inherited from class org.nuxeo.ecm.webengine.model.impl.AbstractResource
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
-
-
-
-
Field Detail
-
docs
protected DocumentModelList docs
Deprecated.
-
-
Method Detail
-
getAdapter
public <A> A getAdapter(Class<A> adapter)
Deprecated.Description copied from interface:AdaptableReturns an object which is an instance of the given class associated with this object. Returnsnullif no such object can be found.- Specified by:
getAdapterin interfaceAdaptable- Overrides:
getAdapterin classAbstractResource<ResourceTypeImpl>- Parameters:
adapter- the adapter class to look up- Returns:
- a object castable to the given class, or
nullif this object does not have an adapter for the given class
-
initialize
public void initialize(Object... args)
Deprecated.- Overrides:
initializein classAbstractResource<ResourceTypeImpl>
-
doGet
public DocumentModelList doGet()
Deprecated.
-
doDelete
public javax.ws.rs.core.Response doDelete()
Deprecated.
-
doUpdate
public DocumentModelList doUpdate(DocumentModel updateDoc)
Deprecated.
-
-