org.activiti.engine.impl.bpmn.behavior
类 ShellActivityBehavior
java.lang.Object
org.activiti.engine.impl.bpmn.behavior.FlowNodeActivityBehavior
org.activiti.engine.impl.bpmn.behavior.AbstractBpmnActivityBehavior
org.activiti.engine.impl.bpmn.behavior.ShellActivityBehavior
- 所有已实现的接口:
- Serializable, ActivityBehavior, SignallableActivityBehavior
public class ShellActivityBehavior
- extends AbstractBpmnActivityBehavior
- 另请参见:
- 序列化表格
从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
command
protected Expression command
wait
protected Expression wait
arg1
protected Expression arg1
arg2
protected Expression arg2
arg3
protected Expression arg3
arg4
protected Expression arg4
arg5
protected Expression arg5
outputVariable
protected Expression outputVariable
errorCodeVariable
protected Expression errorCodeVariable
redirectError
protected Expression redirectError
cleanEnv
protected Expression cleanEnv
directory
protected Expression directory
ShellActivityBehavior
public ShellActivityBehavior()
execute
public void execute(ActivityExecution execution)
- 从类
FlowNodeActivityBehavior
复制的描述
- Default behaviour: just leave the activity with no extra functionality.
- 指定者:
- 接口
ActivityBehavior
中的 execute
- 覆盖:
- 类
FlowNodeActivityBehavior
中的 execute
convertStreamToStr
public static String convertStreamToStr(InputStream is)
throws IOException
- 抛出:
IOException
getStringFromField
protected String getStringFromField(Expression expression,
DelegateExecution execution)
Copyright © 2013 Alfresco. All rights reserved.