public class DefaultCommandService extends Object implements CommandService
| Constructor and Description |
|---|
DefaultCommandService(org.kie.internal.command.Context context) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
execute(org.kie.api.command.Command<T> command) |
org.kie.internal.command.Context |
getContext() |
public DefaultCommandService(org.kie.internal.command.Context context)
public org.kie.internal.command.Context getContext()
getContext in interface CommandServicepublic <T> T execute(org.kie.api.command.Command<T> command)
execute in interface org.kie.api.runtime.CommandExecutorCopyright © 2001–2015 JBoss by Red Hat. All rights reserved.