org.ow2.bonita.facade
Interface CommandAPI

All Superinterfaces:
org.ow2.bonita.facade.remote.RemoteCommandAPI

public interface CommandAPI
extends org.ow2.bonita.facade.remote.RemoteCommandAPI

See Also:
TxHook

Method Summary
<T> T
execute(org.ow2.novabpm.util.Command<T> command)
           
 

Method Detail

execute

<T> T execute(org.ow2.novabpm.util.Command<T> command)
          throws java.lang.Exception
Specified by:
execute in interface org.ow2.bonita.facade.remote.RemoteCommandAPI
Throws:
java.lang.Exception