Class DocumentInputResolver
- java.lang.Object
-
- org.nuxeo.ecm.automation.jaxrs.io.operations.DocumentInputResolver
-
- All Implemented Interfaces:
InputResolver<DocumentRef>
public class DocumentInputResolver extends Object implements InputResolver<DocumentRef>
- Author:
- matic
-
-
Field Summary
Fields Modifier and Type Field Description static String
BULK_DOWNLOAD_MULTI_REPOSITORIES
Framework property to allow calling theBulkDownload
operation with a list of documents from multiple repositories as an input.
-
Constructor Summary
Constructors Constructor Description DocumentInputResolver()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DocumentRef
docRefFromString(String input)
DocumentRef
getInput(String content)
String
getType()
protected static DocumentRef
relativeDocRefFromString(String input)
-
-
-
Field Detail
-
BULK_DOWNLOAD_MULTI_REPOSITORIES
public static final String BULK_DOWNLOAD_MULTI_REPOSITORIES
Framework property to allow calling theBulkDownload
operation with a list of documents from multiple repositories as an input.- Since:
- 2023.5
- See Also:
- Constant Field Values
-
-
Method Detail
-
getType
public String getType()
- Specified by:
getType
in interfaceInputResolver<DocumentRef>
-
getInput
public DocumentRef getInput(String content)
- Specified by:
getInput
in interfaceInputResolver<DocumentRef>
-
docRefFromString
public static DocumentRef docRefFromString(String input)
-
relativeDocRefFromString
protected static DocumentRef relativeDocRefFromString(String input)
- Since:
- 2023.5
-
-