Package org.drools.commands.runtime
Class GetFactCountInEntryPointCommand
- java.lang.Object
-
- org.drools.commands.runtime.GetFactCountInEntryPointCommand
-
- All Implemented Interfaces:
java.io.Serializable,org.kie.api.command.Command<java.lang.Long>,org.kie.api.command.ExecutableCommand<java.lang.Long>
public class GetFactCountInEntryPointCommand extends java.lang.Object implements org.kie.api.command.ExecutableCommand<java.lang.Long>- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GetFactCountInEntryPointCommand(java.lang.String entryPoint)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Longexecute(org.kie.api.runtime.Context context)java.lang.StringtoString()
-