Package org.drools.commands.runtime.rule
Class GetEntryPointCommand
- java.lang.Object
-
- org.drools.commands.runtime.rule.GetEntryPointCommand
-
- All Implemented Interfaces:
java.io.Serializable,org.kie.api.command.Command<org.kie.api.runtime.rule.EntryPoint>,org.kie.api.command.ExecutableCommand<org.kie.api.runtime.rule.EntryPoint>
public class GetEntryPointCommand extends java.lang.Object implements org.kie.api.command.ExecutableCommand<org.kie.api.runtime.rule.EntryPoint>- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GetEntryPointCommand()GetEntryPointCommand(java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.kie.api.runtime.rule.EntryPointexecute(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 org.kie.api.runtime.rule.EntryPoint execute(org.kie.api.runtime.Context context)
- Specified by:
executein interfaceorg.kie.api.command.ExecutableCommand<org.kie.api.runtime.rule.EntryPoint>
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-