org.nuxeo.ecm.automation.jbpm
Class CreateTask
java.lang.Object
org.nuxeo.ecm.automation.jbpm.CreateTask
public class CreateTask
- extends Object
Creates a task
- Author:
- Anahide Tchertchian
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ID
public static final String ID
- See Also:
- Constant Field Values
ctx
protected OperationContext ctx
coreSession
protected CoreSession coreSession
jbpmTaskService
protected JbpmTaskService jbpmTaskService
taskName
protected String taskName
dueDate
protected Date dueDate
directive
protected String directive
comment
protected String comment
acceptOperationChain
protected String acceptOperationChain
rejectOperationChain
protected String rejectOperationChain
keyForActors
protected String keyForActors
additionalPrefixedActors
protected StringList additionalPrefixedActors
createOneTaskPerActor
protected boolean createOneTaskPerActor
CreateTask
public CreateTask()
run
public DocumentModelList run(DocumentModelList docs)
throws Exception
- Throws:
Exception
run
public DocumentModel run(DocumentModel document)
throws Exception
- Throws:
Exception
Copyright © 2010 Nuxeo SAS. All Rights Reserved.