|
jBPM distribution 6.0.0.CR3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FactHandle | |
---|---|
org.jbpm.kie.services.impl.event.listeners | |
org.jbpm.process | |
org.jbpm.process.instance.event.listeners | |
org.jbpm.workflow.instance.node | |
org.kie.api.command | |
org.kie.api.event.rule | Events emitted while Rules are executing. |
org.kie.api.runtime.rule | The rule runtime classes. |
Uses of FactHandle in org.jbpm.kie.services.impl.event.listeners |
---|
Methods in org.jbpm.kie.services.impl.event.listeners that return FactHandle | |
---|---|
protected FactHandle |
CDIRuleAwareProcessEventListener.getProcessInstanceFactHandle(Long processInstanceId,
KieRuntime kruntime)
|
Uses of FactHandle in org.jbpm.process |
---|
Methods in org.jbpm.process with type parameters of type FactHandle | ||
---|---|---|
|
StatefulProcessSession.getFactHandles()
|
|
|
StatefulProcessSession.getFactHandles(ObjectFilter filter)
|
Methods in org.jbpm.process that return FactHandle | |
---|---|
FactHandle |
StatefulProcessSession.getFactHandle(Object object)
|
FactHandle |
StatefulProcessSession.insert(Object object)
|
Methods in org.jbpm.process with parameters of type FactHandle | |
---|---|
void |
StatefulProcessSession.delete(FactHandle handle)
|
Object |
StatefulProcessSession.getObject(FactHandle factHandle)
|
void |
StatefulProcessSession.retract(FactHandle handle)
|
void |
StatefulProcessSession.update(FactHandle handle,
Object object)
|
Uses of FactHandle in org.jbpm.process.instance.event.listeners |
---|
Methods in org.jbpm.process.instance.event.listeners that return FactHandle | |
---|---|
protected FactHandle |
RuleAwareProcessEventLister.getProcessInstanceFactHandle(Long processInstanceId,
KieRuntime kruntime)
|
Uses of FactHandle in org.jbpm.workflow.instance.node |
---|
Methods in org.jbpm.workflow.instance.node that return types with arguments of type FactHandle | |
---|---|
Map<String,FactHandle> |
RuleSetNodeInstance.getFactHandles()
|
Method parameters in org.jbpm.workflow.instance.node with type arguments of type FactHandle | |
---|---|
void |
RuleSetNodeInstance.setFactHandles(Map<String,FactHandle> factHandles)
|
Uses of FactHandle in org.kie.api.command |
---|
Methods in org.kie.api.command that return types with arguments of type FactHandle | |
---|---|
Command<FactHandle> |
KieCommands.fromExternalFactHandleCommand(String factHandleExternalForm)
|
Command<FactHandle> |
KieCommands.fromExternalFactHandleCommand(String factHandleExternalForm,
boolean disconnected)
|
Methods in org.kie.api.command with parameters of type FactHandle | |
---|---|
Command |
KieCommands.newDelete(FactHandle factHandle)
|
Command |
KieCommands.newGetObject(FactHandle factHandle)
|
Command |
KieCommands.newGetObject(FactHandle factHandle,
String outIdentifier)
|
Command |
KieCommands.newModify(FactHandle factHandle,
List<Setter> setters)
|
Uses of FactHandle in org.kie.api.event.rule |
---|
Methods in org.kie.api.event.rule that return FactHandle | |
---|---|
FactHandle |
ObjectUpdatedEvent.getFactHandle()
|
FactHandle |
ObjectInsertedEvent.getFactHandle()
|
FactHandle |
ObjectDeletedEvent.getFactHandle()
|
Uses of FactHandle in org.kie.api.runtime.rule |
---|
Methods in org.kie.api.runtime.rule with type parameters of type FactHandle | ||
---|---|---|
|
EntryPoint.getFactHandles()
Returns all FactHandle s from the current session. |
|
|
EntryPoint.getFactHandles(ObjectFilter filter)
Returns all FactHandle s from the current session for which the facts are accepted by
the given filter. |
Methods in org.kie.api.runtime.rule that return FactHandle | |
---|---|
FactHandle |
PropagationContext.getFactHandle()
The facthandle that was inserted, updated or retracted that created the PropagationContext |
FactHandle |
EntryPoint.getFactHandle(Object object)
Returns the fact handle associated with the given object. |
FactHandle |
Row.getFactHandle(String identifier)
Return the FactHandle associated with the given identifier |
FactHandle |
EntryPoint.insert(Object object)
Inserts a new fact into this entry point |
Methods in org.kie.api.runtime.rule that return types with arguments of type FactHandle | |
---|---|
List<? extends FactHandle> |
Match.getFactHandles()
|
Methods in org.kie.api.runtime.rule with parameters of type FactHandle | |
---|---|
void |
EntryPoint.delete(FactHandle handle)
Retracts the fact for which the given FactHandle was assigned. |
Object |
EntryPoint.getObject(FactHandle factHandle)
Returns the object associated with the given FactHandle. |
void |
EntryPoint.retract(FactHandle handle)
Deprecated. use EntryPoint.delete(FactHandle) |
void |
EntryPoint.update(FactHandle handle,
Object object)
Updates the fact for which the given FactHandle was assigned with the new fact set as the second parameter in this method. |
|
jBPM distribution 6.0.0.CR3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |