Uses of Class
org.jbpm.workflow.instance.NodeInstance.CancelType
-
Packages that use NodeInstance.CancelType Package Description org.jbpm.workflow.instance org.jbpm.workflow.instance.impl org.jbpm.workflow.instance.node -
-
Uses of NodeInstance.CancelType in org.jbpm.workflow.instance
Methods in org.jbpm.workflow.instance that return NodeInstance.CancelType Modifier and Type Method Description static NodeInstance.CancelTypeNodeInstance.CancelType. valueOf(String name)Returns the enum constant of this type with the specified name.static NodeInstance.CancelType[]NodeInstance.CancelType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jbpm.workflow.instance with parameters of type NodeInstance.CancelType Modifier and Type Method Description voidNodeInstance. cancel(NodeInstance.CancelType type) -
Uses of NodeInstance.CancelType in org.jbpm.workflow.instance.impl
Fields in org.jbpm.workflow.instance.impl declared as NodeInstance.CancelType Modifier and Type Field Description protected NodeInstance.CancelTypeNodeInstanceImpl. cancelTypeMethods in org.jbpm.workflow.instance.impl that return NodeInstance.CancelType Modifier and Type Method Description NodeInstance.CancelTypeNodeInstanceImpl. getCancelType()Methods in org.jbpm.workflow.instance.impl with parameters of type NodeInstance.CancelType Modifier and Type Method Description voidNodeInstanceImpl. cancel(NodeInstance.CancelType cancelType) -
Uses of NodeInstance.CancelType in org.jbpm.workflow.instance.node
Methods in org.jbpm.workflow.instance.node with parameters of type NodeInstance.CancelType Modifier and Type Method Description voidBoundaryEventNodeInstance. cancel(NodeInstance.CancelType cancelType)voidCompositeNodeInstance. cancel(NodeInstance.CancelType cancelType)voidEventNodeInstance. cancel(NodeInstance.CancelType cancelType)voidRuleSetNodeInstance. cancel(NodeInstance.CancelType cancelType)voidStateBasedNodeInstance. cancel(NodeInstance.CancelType cancelType)voidSubProcessNodeInstance. cancel(NodeInstance.CancelType cancelType)voidTimerNodeInstance. cancel(NodeInstance.CancelType cancelType)voidWorkItemNodeInstance. cancel(NodeInstance.CancelType cancelType)
-