Class DocumentInputResolver
java.lang.Object
org.nuxeo.ecm.automation.jaxrs.io.operations.DocumentInputResolver
- All Implemented Interfaces:
InputResolver<DocumentRef>
- Author:
- matic
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Framework property to allow calling theBulkDownload
operation with a list of documents from multiple repositories as an input. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic DocumentRef
docRefFromString
(String input) getType()
protected static DocumentRef
relativeDocRefFromString
(String input)
-
Field Details
-
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:
-
-
Constructor Details
-
DocumentInputResolver
public DocumentInputResolver()
-
-
Method Details
-
getType
- Specified by:
getType
in interfaceInputResolver<DocumentRef>
-
getInput
- Specified by:
getInput
in interfaceInputResolver<DocumentRef>
-
docRefFromString
-
relativeDocRefFromString
- Since:
- 2023.5
-