All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.ow2.bonita.facade.internal.InternalCommandAPI Maven / Gradle / Ivy

package org.ow2.bonita.facade.internal;

import java.rmi.RemoteException;

import org.ow2.bonita.facade.uuid.ProcessDefinitionUUID;
import org.ow2.bonita.util.Command;

/**
 * For internal use only.
 */
public interface InternalCommandAPI {

   T execute(Command command) throws Exception, RemoteException;
   T execute(Command command, ProcessDefinitionUUID processUUID) throws Exception, RemoteException;
  
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy