public class GetFactHandlesInEntryPointCommand extends Object implements org.kie.api.command.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() |
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 org.kie.api.command.ExecutableCommand<Collection<org.kie.api.runtime.rule.FactHandle>>Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.