工作流拦截器
拦截名称结尾为 Workflow 或 Process 的 Controller。
要求 docController 的 create, save、update、delete:
注意 create 里放的那个 bean,要求是新创建的文档,而不能是已存在的文档,以免异常??!!
| Type | Name and description |
|---|---|
static bropen.framework.core.biz.BizPermissionService |
bizPermissionService |
static bropen.framework.core.OsmEmployeeService |
osmEmployeeService |
ProcessEngineService |
processEngineService |
static bropen.framework.core.SecPermissionService |
secPermissionService |
| Constructor and description |
|---|
BroBpmProcessInterceptor
() |
| Type | Name and description |
|---|---|
boolean |
after() |
boolean |
before() |
static List<bropen.framework.core.osm.EmployeeIdentity> |
getCreateIdentities(Map params)@param params.p.organizationId |
| Methods inherited from class | Name |
|---|---|
class Object |
Object#wait(long, int), Object#wait(long), Object#wait(), Object#equals(Object), Object#toString(), Object#hashCode(), Object#getClass(), Object#notify(), Object#notifyAll() |
BROPEN Documentation, 2020-04-21 11:24