Class ProcessContextImpl
java.lang.Object
ru.cg.webbpm.studio.subsystems.bpmn.designer.common.context.BaseNodeContext
ru.cg.webbpm.studio.subsystems.bpmn.designer.common.context.ProcessContextImpl
- All Implemented Interfaces:
NodeContext
,ProcessContext
- Author:
- Tim Urmancheev
-
Property Summary
Properties inherited from class ru.cg.webbpm.studio.subsystems.bpmn.designer.common.context.BaseNodeContext
name
Properties inherited from interface ru.cg.webbpm.studio.subsystems.bpmn.designer.api.context.NodeContext
name
-
Field Summary
Fields inherited from class ru.cg.webbpm.studio.subsystems.bpmn.designer.common.context.BaseNodeContext
nodeId, processId, webbpmProcessManager
-
Constructor Summary
ConstructorsConstructorDescriptionProcessContextImpl
(String processId, WebbpmProcessManager webbpmProcessManager, RolesManager rolesRegistry) -
Method Summary
Methods inherited from class ru.cg.webbpm.studio.subsystems.bpmn.designer.common.context.BaseNodeContext
getName, getProcessId, nameProperty
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ru.cg.webbpm.studio.subsystems.bpmn.designer.api.context.NodeContext
getName, getProcessId, nameProperty
-
Constructor Details
-
ProcessContextImpl
public ProcessContextImpl(String processId, WebbpmProcessManager webbpmProcessManager, RolesManager rolesRegistry)
-
-
Method Details
-
dispose
public void dispose()- Specified by:
dispose
in interfaceProcessContext
-
getStartRoles
- Specified by:
getStartRoles
in interfaceProcessContext
-
getAvailableRoles
- Specified by:
getAvailableRoles
in interfaceProcessContext
-