业务流程的工作移交接口服务
| Modifiers | Name | Description |
|---|---|---|
static Object |
aliasOverridingOrder |
| Type | Name and description |
|---|---|
bropen.framework.core.osm.OsmHandoverService |
osmHandoverService |
ProcessEngineService |
processEngineService |
| Type | Name and description |
|---|---|
void |
getDoingWorks(StringBuilder result, bropen.framework.core.osm.Employee emp)获得用户参与的未办结的流程实例(不包含已移交的) |
void |
getDoneWorks(StringBuilder result, bropen.framework.core.osm.Employee emp)获得用户参与的已办结的流程实例(不包含已移交的) |
void |
handoverWorks(grails.web.servlet.mvc.GrailsParameterMap params, StringBuilder result, bropen.framework.core.osm.Employee emp1, bropen.framework.core.osm.Employee emp2)任务移交 |
void |
removeFromProcessAdmin(StringBuilder result, bropen.framework.core.osm.Employee emp)移除流程管理员 |
| 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() |
获得用户参与的未办结的流程实例(不包含已移交的)
获得用户参与的已办结的流程实例(不包含已移交的)
任务移交
移除流程管理员