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