Package | Description |
---|---|
com.edorasware.cmmn.engine.core |
<p>CMMN engine core service interfaces and implementations.
|
com.edorasware.cmmn.engine.hooks |
<p>CMMN engine implementation hooks.
|
com.edorasware.cmmn.model |
<p>Implementation of a CMMN case engine based on the specification http://www.omg.org/spec/CMMN/1.0/ (referred to as <i>spec</i> in subsequent JavaDoc).
|
com.edorasware.cmmn.model.statesandactions |
<p>A package containing code to represent a runtime model’s current states and available actions.
|
com.edorasware.cmmn.model.visitor |
<p>The visitor (GOF) pattern is used in order to apply certain operations to the case model structure.
|
com.edorasware.cmmn.one.implementation |
<p>CMMN engine implementation classes for edoras one.
|
com.edorasware.cmmn.one.service |
The edoras one CMMN service implementation.
|
com.edorasware.one.cmmn | |
com.edorasware.one.cmmn.internal | |
com.edorasware.rest.cmmn |
Modifier and Type | Method and Description |
---|---|
List<CurrentState> |
DefaultCmmnEngine.getCurrentStates(String caseClientId,
TransitionData transitionData,
EngineListeners engineListeners,
PersistenceListeners persistenceListeners) |
List<CurrentState> |
DefaultCmmnService.getCurrentStates(String caseClientId,
TransitionData transitionData,
EngineListeners engineListeners,
PersistenceListeners persistenceListeners) |
List<CurrentState> |
StateModelInspector.getCurrentStates(String caseClientId,
TransitionData transitionData,
EngineListeners engineListeners,
PersistenceListeners persistenceListeners)
Get the list of current states for the case identified by the passed
caseClientId . |
Modifier and Type | Method and Description |
---|---|
CurrentState |
StateDecorators.decorate(MilestoneAndStageState currentState,
TransitionData transitionData) |
Modifier and Type | Method and Description |
---|---|
List<CurrentState> |
StateModel.getCurrentStates(TransitionData transitionData,
EngineListeners engineListeners)
Get a sorted list of the current states (milestones and stages) of this state model.
|
Modifier and Type | Class and Description |
---|---|
class |
MilestoneAndStageState
A state representing a milestone or stage.
|
class |
OrderedState |
Modifier and Type | Method and Description |
---|---|
int |
OrderedState.compareTo(CurrentState o) |
Modifier and Type | Method and Description |
---|---|
ArrayList<CurrentState> |
CurrentStateCollector.getStates() |
Modifier and Type | Method and Description |
---|---|
CurrentState |
OneEngineListeners.decorate(MilestoneAndStageState currentState,
TransitionData transitionData) |
CurrentState |
OneStateDecorators.decorate(MilestoneAndStageState currentState,
TransitionData transitionData) |
Modifier and Type | Method and Description |
---|---|
List<CurrentState> |
DefaultOneCmmnService.getCurrentStates(String caseId) |
List<CurrentState> |
OneCmmnService.getCurrentStates(String caseId)
See
OneCmmnService.getCurrentStates(String, TransitionData)
(passing null as transitionData). |
List<CurrentState> |
DefaultOneCmmnService.getCurrentStates(String caseId,
TransitionData transitionData) |
List<CurrentState> |
OneCmmnService.getCurrentStates(String caseId,
TransitionData transitionData)
|
Modifier and Type | Method and Description |
---|---|
List<CurrentState> |
CmmnManager.currentStates(String ambiguousCaseClientId,
Map<String,String[]> parameterMap)
Gets the list of current states of a case.
|
Modifier and Type | Method and Description |
---|---|
List<CurrentState> |
DefaultCmmnManager.currentStates(String ambiguousCaseClientId,
Map<String,String[]> parameterMap) |
Modifier and Type | Method and Description |
---|---|
org.springframework.http.ResponseEntity<List<CurrentState>> |
CmmnController.currentStates(String ambiguousCaseClientId,
javax.servlet.http.HttpServletRequest request) |
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.