@Component @Scope(value="prototype") public class StartProcedureCommand extends AbstractProcedureCommand
AbstractProcedureCommand| Constructor and Description |
|---|
StartProcedureCommand(String title,
Set<String> actors,
Set<String> additionalAuthorizations,
Map<String,Object> properties)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
execute(org.nuxeo.ecm.automation.client.Session nuxeoSession) |
protected String |
getOperationId()
Get request operation identifier.
|
createOperationRequest, getIdpublic StartProcedureCommand(String title, Set<String> actors, Set<String> additionalAuthorizations, Map<String,Object> properties)
title - task titleactors - task actorsadditionalAuthorizations - task additional authorizationsproperties - task propertiesuploadedFiles - task uploaded filespublic Object execute(org.nuxeo.ecm.automation.client.Session nuxeoSession) throws Exception
Exceptionprotected String getOperationId()
getOperationId in class AbstractProcedureCommandCopyright © 2019. All rights reserved.