Uses of Class
org.apache.ode.bpel.pmapi.ManagementException

Packages that use ManagementException
org.apache.ode.bpel.pmapi   
 

Uses of ManagementException in org.apache.ode.bpel.pmapi
 

Subclasses of ManagementException in org.apache.ode.bpel.pmapi
 class InstanceNotFoundException
          Exception indicating that the requested instance identifier could not be found.
 class InvalidRequestException
          Exception indicating an invalid request.
 class ProcessingException
          Exception indicating that a processing error preventing the completion of the requested operation.
 class ProcessNotFoundException
          Exception thrown to indicate that the requested process could not be found.
 

Methods in org.apache.ode.bpel.pmapi that throw ManagementException
 ProcessInfoDocument ProcessManagement.activate(javax.xml.namespace.QName pid)
          Activate a process.
 ActivityBreakpoint BpelManagementFacade.addActivityBreakpoint(java.lang.Long iid, java.lang.String activity)
          Adds an activity breakpoint.
 ActivityBreakpoint BpelManagementFacade.addGlobalActivityBreakpoint(java.lang.String procId, java.lang.String activity)
          Adds an global activity breakpoint.
 Breakpoint[] BpelManagementFacade.getBreakpoints(java.lang.Long iid)
          Returns the breakpoints registered with the process instance.
 javax.xml.namespace.QName BpelManagementFacade.getCompletedFault(java.lang.Long iid)
          Gets the fault associated with a completed process instance.
 CorrelationKey BpelManagementFacade.getCorrelation(java.lang.Long iid, java.lang.Long scopeId, java.lang.String correlationSet)
          Gets a correlation.
 int BpelManagementFacade.getEventCount(java.lang.Long iid)
          Get the current number of events for an instance.
 EventInfoListDocument BpelManagementFacade.getEvents(java.lang.Long iid, int startIdx, int count)
          Get exeuction event history for a process instance.
 Breakpoint[] BpelManagementFacade.getGlobalBreakpoints(java.lang.String procId)
          Returns the global breakpoints registered with the process instance.
 OProcess BpelManagementFacade.getProcessDef(java.lang.String procId)
          Return the process model.
 ProcessInfoDocument ProcessManagement.getProcessInfo(javax.xml.namespace.QName pid)
          Get the process info for a process (includingthe instance summary).
 ProcessInfoDocument ProcessManagement.getProcessInfoCustom(javax.xml.namespace.QName pid, ProcessInfoCustomizer custom)
          Get the process info for a process.
 java.lang.Long BpelManagementFacade.getProcessInstance(java.lang.String pid, CorrelationKey ckey)
          Get the process instance with the given correlation correlationKey.
 java.lang.Long[] BpelManagementFacade.getScopeInstancesForScope(java.lang.Long iid, java.lang.String scopeName)
          Returns all the scope instance ids for a given instance and scope name.
 java.util.Date BpelManagementFacade.getStartTime(java.lang.Long iid)
          Get the time that a process instance was started (created).
 short BpelManagementFacade.getState(java.lang.Long iid)
          Get the state of a process instance.
 java.lang.String BpelManagementFacade.getVariable(java.lang.Long iid, java.lang.Long scopeId, java.lang.String varName)
          Gets variable data.
 void BpelManagementFacade.removeBreakpoint(java.lang.Long iid, Breakpoint sp)
          Removes a breakpoint
 void BpelManagementFacade.removeGlobalBreakpoint(java.lang.String procId, Breakpoint sp)
          Removes a global breakpoint
 void BpelManagementFacade.setCorrelation(java.lang.Long iid, java.lang.Long scopeId, java.lang.String correlationSet, javax.xml.namespace.QName[] propertyNames, CorrelationKey values)
          Sets a correlation.
 ProcessInfoDocument ProcessManagement.setProcessProperty(javax.xml.namespace.QName pid, javax.xml.namespace.QName propertyName, java.lang.String value)
          Set a process property as a simple type.
 ProcessInfoDocument ProcessManagement.setProcessPropertyNode(javax.xml.namespace.QName pid, javax.xml.namespace.QName propertyName, org.w3c.dom.Node value)
          Set a process property as a Node.
 ProcessInfoDocument ProcessManagement.setRetired(javax.xml.namespace.QName pid, boolean retired)
          Retire a process.
 void BpelManagementFacade.step(java.lang.Long iid)
          Single step through a process instance.
 



Copyright © 2015 WSO2. All Rights Reserved.