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