How to use the @alfresco/adf-process-services.ProcessUploadService function in @alfresco/adf-process-services

To help you get started, we’ve selected a few @alfresco/adf-process-services examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github Alfresco / alfresco-ng2-components / demo-shell / src / app / components / process-service / process-attachments.component.ts View on Github external
export function processUploadServiceFactory(api: AlfrescoApiService, config: AppConfigService) {
    return new ProcessUploadService(api, config);
}