|
|||||||||
| Home >> All >> org >> jbpm >> workflow >> [ delegation overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.jbpm.workflow.delegation
Interface AssignmentContext

- All Superinterfaces:
- HandlerContext
- public interface AssignmentContext
- extends HandlerContext
allows the Assigner-implementator to interact with and get information from the process execution engine.
| Method Summary | |
org.jbpm.workflow.definition.Node |
getNode()
gets the org.jbpm.workflow.definition.ActivityState for which an org.jbpm.workflow.organisation.Actor has to be selected. |
org.jbpm.workflow.organisation.OrganisationComponent |
getOrganisationComponent()
since Assigner-implementations tend to use the organisation-component this is a convenient way to get it. |
org.jbpm.workflow.organisation.Actor |
getPreviousActor()
gets the org.jbpm.workflow.organisation.Actor that performed the previous activity-state. |
| Methods inherited from interface org.jbpm.workflow.delegation.HandlerContext |
getAttribute, getConfiguration, getFlow, getProcessDefinition, getProcessInstance, log, schedule, schedule |
| Method Detail |
getOrganisationComponent
public org.jbpm.workflow.organisation.OrganisationComponent getOrganisationComponent()
- since Assigner-implementations tend to use the organisation-component
this is a convenient way to get it.
getNode
public org.jbpm.workflow.definition.Node getNode()
- gets the org.jbpm.workflow.definition.ActivityState for which an org.jbpm.workflow.organisation.Actor has to be selected.
- Specified by:
getNodein interfaceHandlerContext
getPreviousActor
public org.jbpm.workflow.organisation.Actor getPreviousActor()
- gets the org.jbpm.workflow.organisation.Actor that performed the previous activity-state.
|
|||||||||
| Home >> All >> org >> jbpm >> workflow >> [ delegation overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC