@Component @Scope(value="prototype") public class StartProcedureCommand extends Object implements fr.toutatice.portail.cms.nuxeo.api.INuxeoCommand
INuxeoCommand| Constructor and Description |
|---|
StartProcedureCommand(String title,
Set<String> actors,
Set<String> additionalAuthorizations,
Map<String,Object> properties)
Constructor.
|
StartProcedureCommand(String title,
Set<String> actors,
Set<String> additionalAuthorizations,
Map<String,Object> properties,
org.nuxeo.ecm.automation.client.model.Blobs blobs)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
execute(org.nuxeo.ecm.automation.client.Session nuxeoSession) |
String |
getId() |
public StartProcedureCommand(String title, Set<String> actors, Set<String> additionalAuthorizations, Map<String,Object> properties)
title - task titleactors - task actorsadditionalAuthorizations - task additional authorizationsproperties - task propertiespublic StartProcedureCommand(String title, Set<String> actors, Set<String> additionalAuthorizations, Map<String,Object> properties, org.nuxeo.ecm.automation.client.model.Blobs blobs)
title - task titleactors - task actorsadditionalAuthorizations - task additional authorizationsproperties - task propertiesblobs - task BLOBspublic Object execute(org.nuxeo.ecm.automation.client.Session nuxeoSession) throws Exception
execute in interface fr.toutatice.portail.cms.nuxeo.api.INuxeoCommandExceptionpublic String getId()
getId in interface fr.toutatice.portail.cms.nuxeo.api.INuxeoCommandCopyright © 2020. All rights reserved.