Class DocumentsInputResolver
- java.lang.Object
-
- org.nuxeo.ecm.automation.jaxrs.io.operations.DocumentsInputResolver
-
- All Implemented Interfaces:
InputResolver<DocumentRefList>
public class DocumentsInputResolver extends Object implements InputResolver<DocumentRefList>
- Author:
- matic
-
-
Constructor Summary
Constructors Constructor Description DocumentsInputResolver()
-
-
-
Method Detail
-
getType
public String getType()
- Specified by:
getType
in interfaceInputResolver<DocumentRefList>
-
getInput
public DocumentRefList getInput(String input)
- Specified by:
getInput
in interfaceInputResolver<DocumentRefList>
-
-