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 CommandService
public <T> T execute(org.kie.api.command.Command<T> command)
execute
in interface org.kie.api.runtime.CommandExecutor
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.