Package | Description |
---|---|
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.casefile |
<p>CMMN CaseFile related code.
|
com.edorasware.cmmn.model.expressions |
<p>Contains helper classes for plan item and case file item wrapping and lookup.
|
com.edorasware.cmmn.one.expressions |
<p>Contains classes for plan item and case file item wrapping and lookup.
|
com.edorasware.cmmn.one.implementation |
<p>CMMN engine implementation classes for edoras one.
|
Modifier and Type | Method and Description |
---|---|
EventSourceView |
ViewCreators.createEventSourceView(EventSource eventSource,
TransitionData transitionData,
EvaluationListeners evaluationListeners)
Create an event source view wrapper for the passed event source.
|
Modifier and Type | Class and Description |
---|---|
class |
GenericEventSource |
class |
SimulatedEventSource |
Modifier and Type | Method and Description |
---|---|
EventSource |
EventSources.getById(String id) |
Modifier and Type | Method and Description |
---|---|
ArrayList<EventSource> |
EventSources.getEventSources() |
HashMap<String,EventSource> |
EventSources.getEventTriggers(PlanItem planItem) |
Map<String,EventSource> |
TransitionData.getTriggerItems() |
Modifier and Type | Method and Description |
---|---|
void |
EventSources.add(EventSource eventSource) |
int |
GenericEventSource.compareTo(EventSource o) |
Modifier and Type | Method and Description |
---|---|
void |
TransitionData.setTriggerItems(Map<String,EventSource> triggerItems) |
Constructor and Description |
---|
EventSources(EventSource initialEvent) |
Modifier and Type | Method and Description |
---|---|
EventSource |
CaseFileItemInstance.eventSourceFromThis() |
Constructor and Description |
---|
EventSourceView(EventSource eventSource,
TransitionData transitionData,
ViewCreators viewCreators,
EvaluationListeners evaluationListeners,
PersistenceListeners persistenceListeners,
SynchronizedLowLevelCmmnService synchronizedLowLevelCmmnService) |
Constructor and Description |
---|
EventSourceViewMap(Map<String,EventSource> sourceMap,
TransitionData transitionData,
ViewCreators viewCreators,
EvaluationListeners evaluationListeners) |
Constructor and Description |
---|
OneEventSourceView(EventSource eventSource,
TransitionData transitionData,
ViewCreators viewCreators,
EvaluationListeners evaluationListeners,
PersistenceListeners persistenceListeners,
SynchronizedLowLevelCmmnService synchronizedLowLevelCmmnService) |
Modifier and Type | Method and Description |
---|---|
EventSourceView |
OneEngineListeners.createEventSourceView(EventSource eventSource,
TransitionData transitionData,
EvaluationListeners evaluationListeners) |
EventSourceView |
OneViewCreators.createEventSourceView(EventSource eventSource,
TransitionData transitionData,
EvaluationListeners evaluationListeners) |
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.