public class GetEntryPointCommand extends Object implements org.kie.api.command.ExecutableCommand<org.kie.api.runtime.rule.EntryPoint>
Constructor and Description |
---|
GetEntryPointCommand() |
GetEntryPointCommand(String name) |
Modifier and Type | Method and Description |
---|---|
org.kie.api.runtime.rule.EntryPoint |
execute(org.kie.api.runtime.Context context) |
String |
getOutIdentifier() |
void |
setOutIdentifier(String outIdentifier) |
String |
toString() |
public GetEntryPointCommand()
public GetEntryPointCommand(String name)
public String getOutIdentifier()
public void setOutIdentifier(String outIdentifier)
public org.kie.api.runtime.rule.EntryPoint execute(org.kie.api.runtime.Context context)
execute
in interface org.kie.api.command.ExecutableCommand<org.kie.api.runtime.rule.EntryPoint>
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.