assignmentcontext.java
来自「一个java工作流引擎」· Java 代码 · 共 14 行
JAVA
14 行
package org.jbpm.delegation;
/**
* extends the {@link ExecutionContext} with specific methods for assignment.
*/
public interface AssignmentContext extends ExecutionContext {
/**
* gets the actorId that caused the process instance to
* arrived in the state for which this assignment is done.
*/
String getPreviousActorId();
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?