|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.repo.workflow.activiti.script.ActivitiScriptBase
org.alfresco.repo.workflow.activiti.script.DelegateExecutionScriptBase
public class DelegateExecutionScriptBase
Base class for running scripts against the ScriptService
, in activiti's
DelegateExecution
context.
Field Summary |
---|
Fields inherited from class org.alfresco.repo.workflow.activiti.script.ActivitiScriptBase |
---|
EXECUTION_BINDING_NAME, PERSON_BINDING_NAME, runAs, script, scriptProcessor, USERHOME_BINDING_NAME |
Constructor Summary | |
---|---|
DelegateExecutionScriptBase()
|
Method Summary | |
---|---|
protected java.util.Map |
getInputMap(org.activiti.engine.delegate.DelegateExecution execution,
java.lang.String runAsUser)
|
protected void |
runScript(org.activiti.engine.delegate.DelegateExecution execution)
Run the script that is configured, using the given execution. |
Methods inherited from class org.alfresco.repo.workflow.activiti.script.ActivitiScriptBase |
---|
executeScript, executeScript, executeScriptAsUser, getPersonNode, getServiceRegistry, getStringValue, setRunAs, setScript, setScriptProcessor |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DelegateExecutionScriptBase()
Method Detail |
---|
protected void runScript(org.activiti.engine.delegate.DelegateExecution execution) throws java.lang.Exception
java.lang.Exception
protected java.util.Map getInputMap(org.activiti.engine.delegate.DelegateExecution execution, java.lang.String runAsUser)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |