Package | Description |
---|---|
com.qbpsimulator.engine | |
com.qbpsimulator.engine.interfaces | |
com.qbpsimulator.engine.logger | |
com.qbpsimulator.engine.model | |
com.qbpsimulator.engine.utils |
Modifier and Type | Method and Description |
---|---|
protected SubProcessInstance |
ProcessScheduler.createSubProcessInstance(int subProcessIndex,
ProcessInstance parentProcess)
Creates an instance of a sub-process.
|
void |
ResourceManager.notifyResourcesAvailableFromProcess(ProcessInstance processInstance) |
Modifier and Type | Method and Description |
---|---|
void |
IProcessLogger.logProcessEnabled(ProcessInstance process)
Process instance started.
|
void |
IProcessLogger.logProcessEnd(ProcessInstance process)
Process instance finished.
|
void |
IResourceManager.notifyResourcesAvailableFromProcess(ProcessInstance processInstance)
Frees all resources allocated by a process instance
|
Modifier and Type | Method and Description |
---|---|
void |
ComplexLogger.logProcessEnabled(ProcessInstance process) |
void |
ConsoleLogger.logProcessEnabled(ProcessInstance process) |
void |
KpiCalculator.logProcessEnabled(ProcessInstance process) |
void |
MxmlLogger.logProcessEnabled(ProcessInstance process) |
void |
ComplexLogger.logProcessEnd(ProcessInstance process) |
void |
ConsoleLogger.logProcessEnd(ProcessInstance process) |
void |
KpiCalculator.logProcessEnd(ProcessInstance process) |
void |
MxmlLogger.logProcessEnd(ProcessInstance process) |
Modifier and Type | Class and Description |
---|---|
class |
SubProcessInstance
Class representing a sub-process instance started from a parent process.
|
Modifier and Type | Method and Description |
---|---|
ProcessInstance |
ProcessActivity.getHandlingProcessInstance()
Returns handling sub-process instance for sub-process container activities.
|
ProcessInstance |
SubProcessInstance.getParentProcess()
Returns instance of the parent process
|
ProcessInstance |
ProcessInstance.getPartnerProcess(String processId)
Gets partner process by id.
|
ProcessInstance |
ProcessActivity.getProcessInstance()
Gets associated process instance
|
ProcessInstance |
ProcessActivityCollaboration.getProcessInstance() |
Modifier and Type | Method and Description |
---|---|
void |
ProcessActivity.setHandlingProcessInstance(ProcessInstance handlingProcessInstance)
For activities representing a sub-process, define a process instance handling
the sub-procedure.
|
void |
ProcessInstance.setPartnerProcess(String processId,
ProcessInstance process)
Defines partner processes in collaboration
|
void |
ProcessActivity.setProcessInstance(ProcessInstance processInstance) |
Constructor and Description |
---|
ProcessActivity(ProcessInstance processInstance,
Activity activity,
long sequence)
Default constructor associated process instance and element in the model
|
ProcessActivityCollaboration(Collaboration collaboration,
ProcessInstance processInstance) |
SubProcessInstance(Activity subProcessActivity,
ProcessInstance parentProcess)
Default constructor with container activity
|
Modifier and Type | Method and Description |
---|---|
boolean |
PreConditionTable.isActivityEnabled(Integer activityId,
ProcessInstance processInstance)
Checks if given element is enabled in a given process instance
|
Integer[] |
OrJoinManager.updateWaitingOrJoins(int activityIndex,
ProcessInstance processInstance)
Update global cache of activities that OR joins are waiting for
|
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.