Package org.drools.commands.runtime.rule
Class GetEntryPointsCommand
- java.lang.Object
-
- org.drools.commands.runtime.rule.GetEntryPointsCommand
-
- All Implemented Interfaces:
java.io.Serializable,org.kie.api.command.Command<java.util.Collection<? extends org.kie.api.runtime.rule.EntryPoint>>,org.kie.api.command.ExecutableCommand<java.util.Collection<? extends org.kie.api.runtime.rule.EntryPoint>>
public class GetEntryPointsCommand extends java.lang.Object implements org.kie.api.command.ExecutableCommand<java.util.Collection<? extends org.kie.api.runtime.rule.EntryPoint>>- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GetEntryPointsCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Collection<? extends org.kie.api.runtime.rule.EntryPoint>execute(org.kie.api.runtime.Context context)java.lang.StringgetOutIdentifier()voidsetOutIdentifier(java.lang.String outIdentifier)java.lang.StringtoString()
-
-
-
Method Detail
-
getOutIdentifier
public java.lang.String getOutIdentifier()
-
setOutIdentifier
public void setOutIdentifier(java.lang.String outIdentifier)
-
execute
public java.util.Collection<? extends org.kie.api.runtime.rule.EntryPoint> execute(org.kie.api.runtime.Context context)
- Specified by:
executein interfaceorg.kie.api.command.ExecutableCommand<java.util.Collection<? extends org.kie.api.runtime.rule.EntryPoint>>
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-