Uses of Class
org.jbpm.workflow.instance.node.HumanTaskNodeInstance
Packages that use HumanTaskNodeInstance
-
Uses of HumanTaskNodeInstance in org.jbpm.process.instance.event
Methods in org.jbpm.process.instance.event that return HumanTaskNodeInstanceModifier and TypeMethodDescriptionUserTaskEventImpl.getHumanTaskNodeInstance()UserTaskEventImpl.getNodeInstance()Constructors in org.jbpm.process.instance.event with parameters of type HumanTaskNodeInstanceModifierConstructorDescriptionUserTaskAssignmentEventImpl(org.kie.api.runtime.process.ProcessInstance instance, HumanTaskNodeInstance nodeInstance, org.kie.api.runtime.KieRuntime kruntime, String identity) UserTaskAttachmentEventImpl(org.kie.api.runtime.process.ProcessInstance instance, HumanTaskNodeInstance nodeInstance, org.kie.api.runtime.KieRuntime kruntime, String user) UserTaskCommentEventImpl(org.kie.api.runtime.process.ProcessInstance instance, HumanTaskNodeInstance nodeInstance, org.kie.api.runtime.KieRuntime kruntime, String user) UserTaskDeadlineEventImpl(org.kie.api.runtime.process.ProcessInstance instance, HumanTaskNodeInstance humanTaskNodeInstance, HumanTaskWorkItem workItem, Map<String, Object> notification, org.kie.api.event.usertask.UserTaskDeadlineEvent.DeadlineType type, org.kie.api.runtime.KieRuntime kruntime, String identity) UserTaskEventImpl(org.kie.api.runtime.process.ProcessInstance instance, HumanTaskNodeInstance nodeInstance, org.kie.api.runtime.KieRuntime kruntime) UserTaskEventImpl(org.kie.api.runtime.process.ProcessInstance instance, HumanTaskNodeInstance nodeInstance, org.kie.api.runtime.KieRuntime kruntime, String user) UserTaskStateEventImpl(org.kie.api.runtime.process.ProcessInstance instance, HumanTaskNodeInstance nodeInstance, org.kie.api.runtime.KieRuntime kruntime, String identity) UserTaskVariableEventImpl(org.kie.api.runtime.process.ProcessInstance instance, HumanTaskNodeInstance nodeInstance, org.kie.api.runtime.KieRuntime kruntime, String identity)