@Component @Scope(value="prototype") public class StartProcedureCommand extends AbstractProcedureCommand
AbstractProcedureCommandproperties| 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) |
String |
getId() |
protected String |
getOperationId()
Get request operation identifier.
|
createOperationRequestpublic 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 AbstractProcedureCommandpublic String getId()
getId in interface fr.toutatice.portail.cms.nuxeo.api.INuxeoCommandgetId in class AbstractProcedureCommandCopyright © 2023. All rights reserved.