com.ibm.bpe.api
Interface LocalBusinessProcessService

All Superinterfaces:
BusinessProcessService
All Known Subinterfaces:
LocalBusinessProcess

public interface LocalBusinessProcessService
extends BusinessProcessService

LocalBusinessProcessService defines the business functions that can be called by a local client.


Method Summary
 boolean checkProcessTemplateExistence(java.lang.String processTemplateName)
          Deprecated.  
 void deployFDMLDocument(byte[] fDMLDoc, boolean persistent)
          Deprecated.  
 void deployFDMLDocument(java.net.URL fDMLDocRef, boolean persistent)
          Deprecated.  
 
Methods inherited from interface com.ibm.bpe.api.BusinessProcessService
call, call, call, call, callWithReplyContext, callWithReplyContext, callWithReplyContext, callWithReplyContext, callWithUISettings, callWithUISettings, callWithUISettings, cancelClaim, cancelClaim, claim, claim, claim, complete, complete, complete, complete, complete, complete, createMessage, createMessage, createMessage, createMessage, createMessage, createMessage, createWorkItem, createWorkItem, createWorkItem, delete, delete, deleteWorkItem, deleteWorkItem, deleteWorkItem, deleteWorkList, executeWorkList, forceComplete, forceComplete, forceComplete, forceComplete, forceComplete, forceComplete, forceRetry, forceRetry, forceRetry, forceRetry, forceTerminate, forceTerminate, forceTerminate, forceTerminate, getActivityInstance, getActivityInstance, getActivityInstance, getActivityInstance, getActivityServiceTemplate, getActivityServiceTemplate, getAllActivities, getAllActivities, getAllWorkItems, getAllWorkItems, getAllWorkItems, getClientUISettings, getClientUISettings, getClientUISettings, getClientUISettings, getClientUISettings, getClientUISettings, getCustomAttribute, getCustomAttribute, getCustomAttribute, getCustomAttribute, getCustomProperty, getCustomProperty, getCustomProperty, getCustomProperty, getEventNames, getEventNames, getEventNames, getFaultMessage, getFaultMessage, getFaultMessage, getFaultMessage, getFaultMessage, getFaultMessage, getFaultNames, getFaultNames, getFaultTerminalNames, getFaultTerminalNames, getFaultTerminalNames, getFaultTerminalNames, getInputClientUISettings, getInputClientUISettings, getInputMessage, getInputMessage, getInputMessage, getOutputClientUISettings, getOutputClientUISettings, getOutputMessage, getOutputMessage, getOutputMessage, getOutputMessage, getOutputMessage, getOutputTerminalNames, getOutputTerminalNames, getProcessInstance, getProcessInstance, getProcessTemplate, getProcessTemplate, getStartActivities, getStartActivities, getUISettings, getUISettings, getUISettings, getUISettings, getUserInput, getUserInput, getVariable, getVariable, getWorkItems, getWorkItems, getWorkItems, getWorkList, getWorkListActions, getWorkListNames, initiate, initiate, initiate, initiate, initiate, initiate, isBusinessProcessAdministrator, newWorkList, query, queryProcessTemplates, refreshStaffQuery, refreshStaffQuery, refreshStaffQuery, refreshStaffQuery, refreshStaffQuery, sendEvent, sendEvent, sendMessage, sendMessage, sendMessage, sendMessage, setCustomAttribute, setCustomAttribute, setCustomAttribute, setCustomProperty, setCustomProperty, setCustomProperty, setFaultMessage, setFaultMessage, setOutputMessage, setOutputMessage, setOutputMessage, setOutputMessage, setUserInput, setUserInput, setVariable, setVariable, transferWorkItem, transferWorkItem, transferWorkItem
 

Method Detail

checkProcessTemplateExistence

public boolean checkProcessTemplateExistence(java.lang.String processTemplateName)
                                      throws java.rmi.RemoteException,
                                             javax.ejb.EJBException,
                                             UnexpectedFailureException
Deprecated.  

IBM INTERNAL USE ONLY.

Throws:
java.rmi.RemoteException
javax.ejb.EJBException
UnexpectedFailureException

deployFDMLDocument

public void deployFDMLDocument(byte[] fDMLDoc,
                               boolean persistent)
                        throws java.rmi.RemoteException,
                               javax.ejb.EJBException,
                               ProcessException,
                               UnexpectedFailureException
Deprecated.  

IBM INTERNAL USE ONLY.

Throws:
java.rmi.RemoteException
javax.ejb.EJBException
ProcessException
UnexpectedFailureException

deployFDMLDocument

public void deployFDMLDocument(java.net.URL fDMLDocRef,
                               boolean persistent)
                        throws java.rmi.RemoteException,
                               javax.ejb.EJBException,
                               ProcessException,
                               UnexpectedFailureException
Deprecated.  

IBM INTERNAL USE ONLY.

Throws:
java.rmi.RemoteException
javax.ejb.EJBException
ProcessException
UnexpectedFailureException