public class GetFactHandlesInEntryPointCommand extends Object implements GenericCommand<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.internal.command.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.internal.command.Context context)
execute
in interface GenericCommand<Collection<org.kie.api.runtime.rule.FactHandle>>
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.