public class GetFactHandlesInEntryPointCommand extends Object implements ExecutableCommand<Collection<org.kie.api.runtime.rule.FactHandle>>
Constructor and Description |
---|
GetFactHandlesInEntryPointCommand(String entryPoint) |
GetFactHandlesInEntryPointCommand(String entryPoint,
boolean disconnected) |
GetFactHandlesInEntryPointCommand(String entryPoint,
org.kie.api.runtime.ObjectFilter filter) |
GetFactHandlesInEntryPointCommand(String entryPoint,
org.kie.api.runtime.ObjectFilter filter,
boolean disconnected) |
Modifier and Type | Method and Description |
---|---|
Collection<org.kie.api.runtime.rule.FactHandle> |
execute(org.kie.api.runtime.Context context) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
canRunInTransaction
public GetFactHandlesInEntryPointCommand(String entryPoint)
public GetFactHandlesInEntryPointCommand(String entryPoint, org.kie.api.runtime.ObjectFilter filter)
public GetFactHandlesInEntryPointCommand(String entryPoint, org.kie.api.runtime.ObjectFilter filter, boolean disconnected)
public GetFactHandlesInEntryPointCommand(String entryPoint, boolean disconnected)
public Collection<org.kie.api.runtime.rule.FactHandle> execute(org.kie.api.runtime.Context context)
execute
in interface ExecutableCommand<Collection<org.kie.api.runtime.rule.FactHandle>>
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.