public class BpelManagementFacadeImpl extends ProcessAndInstanceManagementImpl implements BpelManagementFacade
| Constructor and Description |
|---|
BpelManagementFacadeImpl(BpelServer server,
ProcessStore store) |
| Modifier and Type | Method and Description |
|---|---|
ActivityBreakpoint |
addActivityBreakpoint(java.lang.Long iid,
java.lang.String activity) |
ActivityBreakpoint |
addGlobalActivityBreakpoint(java.lang.String procid,
java.lang.String activity) |
VariableModificationBreakpoint |
addVariableModificationBreakpoint(java.lang.Long iid,
java.lang.String scopename,
java.lang.String variable) |
Breakpoint[] |
getBreakpoints(java.lang.Long iid) |
javax.xml.namespace.QName |
getCompletedFault(java.lang.Long iid) |
CorrelationKey |
getCorrelation(java.lang.Long iid,
java.lang.Long scopeId,
java.lang.String correlationSet) |
int |
getEventCount(java.lang.Long iid) |
EventInfoListDocument |
getEvents(java.lang.Long iid,
int startIdx,
int count) |
Breakpoint[] |
getGlobalBreakpoints(java.lang.String procId) |
OProcess |
getProcessDef(java.lang.String procid) |
java.lang.Long |
getProcessInstance(java.lang.String pid,
CorrelationKey ckey) |
java.lang.Long[] |
getScopeInstancesForScope(java.lang.Long iid,
java.lang.String scopeName) |
java.util.Date |
getStartTime(java.lang.Long iid) |
short |
getState(java.lang.Long iid) |
java.lang.String |
getVariable(java.lang.Long iid,
java.lang.Long scopeId,
java.lang.String varName) |
void |
removeBreakpoint(java.lang.Long iid,
Breakpoint sp) |
void |
removeGlobalBreakpoint(java.lang.String procid,
Breakpoint sp) |
void |
setCorrelation(java.lang.Long iid,
java.lang.Long scopeId,
java.lang.String correlationSet,
javax.xml.namespace.QName[] propertyNames,
CorrelationKey values) |
void |
setVariable(java.lang.Long pid,
java.lang.Long scopeId,
java.lang.String varName,
java.lang.String data) |
void |
step(java.lang.Long iid) |
activate, dbexec, dbexec, delete, fault, getCommunication, getDebugger, getDebugger, getEventTimeline, getExtensibilityElements, getInstanceInfo, getProcessInfo, getProcessInfoCustom, getScopeInfo, getScopeInfoWithActivity, getVariableInfo, listAllInstances, listAllInstancesWithLimit, listAllProcesses, listEvents, listInstances, listInstancesSummary, listProcesses, listProcessesCustom, listProcessesSummaryAndProperties, listProcessesSummaryOnly, queryInstances, recoverActivity, replay, resume, setPackageRetired, setProcessProperty, setProcessPropertyNode, setRetired, setVariable, suspend, terminateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitactivate, getExtensibilityElements, getProcessInfo, getProcessInfoCustom, listAllProcesses, listProcesses, listProcessesCustom, listProcessesSummaryAndProperties, listProcessesSummaryOnly, setPackageRetired, setProcessProperty, setProcessPropertyNode, setRetireddelete, fault, getEventTimeline, getInstanceInfo, getScopeInfo, getScopeInfoWithActivity, getVariableInfo, listAllInstances, listAllInstancesWithLimit, listEvents, listInstances, listInstancesSummary, queryInstances, recoverActivity, resume, suspend, terminatepublic BpelManagementFacadeImpl(BpelServer server, ProcessStore store)
public short getState(java.lang.Long iid)
throws ManagementException
getState in interface BpelManagementFacadeManagementExceptionpublic java.lang.Long getProcessInstance(java.lang.String pid,
CorrelationKey ckey)
throws ManagementException
getProcessInstance in interface BpelManagementFacadeManagementExceptionpublic EventInfoListDocument getEvents(java.lang.Long iid, int startIdx, int count) throws ManagementException
getEvents in interface BpelManagementFacadeManagementExceptionpublic int getEventCount(java.lang.Long iid)
throws ManagementException
getEventCount in interface BpelManagementFacadeManagementExceptionpublic java.lang.String getVariable(java.lang.Long iid,
java.lang.Long scopeId,
java.lang.String varName)
throws ManagementException
getVariable in interface BpelManagementFacadeManagementExceptionpublic java.lang.Long[] getScopeInstancesForScope(java.lang.Long iid,
java.lang.String scopeName)
throws ManagementException
getScopeInstancesForScope in interface BpelManagementFacadeManagementExceptionpublic void setVariable(java.lang.Long pid,
java.lang.Long scopeId,
java.lang.String varName,
java.lang.String data)
setVariable in interface BpelManagementFacadepublic void setCorrelation(java.lang.Long iid,
java.lang.Long scopeId,
java.lang.String correlationSet,
javax.xml.namespace.QName[] propertyNames,
CorrelationKey values)
throws ManagementException
setCorrelation in interface BpelManagementFacadeManagementExceptionpublic CorrelationKey getCorrelation(java.lang.Long iid, java.lang.Long scopeId, java.lang.String correlationSet) throws ManagementException
getCorrelation in interface BpelManagementFacadeManagementExceptionpublic OProcess getProcessDef(java.lang.String procid) throws ManagementException
getProcessDef in interface BpelManagementFacadeprocid - ManagementExceptionBpelManagementFacade.getProcessDef(String)public void step(java.lang.Long iid)
throws ManagementException
step in interface BpelManagementFacadeManagementExceptionpublic javax.xml.namespace.QName getCompletedFault(java.lang.Long iid)
throws ManagementException
getCompletedFault in interface BpelManagementFacadeManagementExceptionpublic Breakpoint[] getGlobalBreakpoints(java.lang.String procId) throws ManagementException
getGlobalBreakpoints in interface BpelManagementFacadeManagementExceptionpublic Breakpoint[] getBreakpoints(java.lang.Long iid) throws ManagementException
getBreakpoints in interface BpelManagementFacadeManagementExceptionpublic void removeGlobalBreakpoint(java.lang.String procid,
Breakpoint sp)
throws ManagementException
removeGlobalBreakpoint in interface BpelManagementFacadeManagementExceptionpublic void removeBreakpoint(java.lang.Long iid,
Breakpoint sp)
throws ManagementException
removeBreakpoint in interface BpelManagementFacadeManagementExceptionpublic ActivityBreakpoint addGlobalActivityBreakpoint(java.lang.String procid, java.lang.String activity) throws ManagementException
addGlobalActivityBreakpoint in interface BpelManagementFacadeManagementExceptionpublic ActivityBreakpoint addActivityBreakpoint(java.lang.Long iid, java.lang.String activity) throws ManagementException
addActivityBreakpoint in interface BpelManagementFacadeManagementExceptionpublic VariableModificationBreakpoint addVariableModificationBreakpoint(java.lang.Long iid, java.lang.String scopename, java.lang.String variable)
addVariableModificationBreakpoint in interface BpelManagementFacadepublic java.util.Date getStartTime(java.lang.Long iid)
throws ManagementException
getStartTime in interface BpelManagementFacadeManagementExceptionCopyright © 2021 WSO2. All Rights Reserved.