Class GetEntryPointsCommand
- java.lang.Object
-
- org.drools.core.command.runtime.rule.GetEntryPointsCommand
-
- All Implemented Interfaces:
Serializable,org.kie.api.command.Command<Collection<? extends org.kie.api.runtime.rule.EntryPoint>>,org.kie.api.command.ExecutableCommand<Collection<? extends org.kie.api.runtime.rule.EntryPoint>>
public class GetEntryPointsCommand extends Object implements org.kie.api.command.ExecutableCommand<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 Collection<? extends org.kie.api.runtime.rule.EntryPoint>execute(org.kie.api.runtime.Context context)StringgetOutIdentifier()voidsetOutIdentifier(String outIdentifier)StringtoString()
-
-
-
Method Detail
-
getOutIdentifier
public String getOutIdentifier()
-
setOutIdentifier
public void setOutIdentifier(String outIdentifier)
-
execute
public Collection<? extends org.kie.api.runtime.rule.EntryPoint> execute(org.kie.api.runtime.Context context)
- Specified by:
executein interfaceorg.kie.api.command.ExecutableCommand<Collection<? extends org.kie.api.runtime.rule.EntryPoint>>
-
-