| Package | Description |
|---|---|
| com.edorasware.cmmn.engine.core |
<p>CMMN engine core service interfaces and implementations.
|
| com.edorasware.cmmn.engine.core.engineactions |
<p>Action classes for all of the engine actions which alter engine state (an example of such an action would be
handlePlanItemTransition which is implemented in
PlanItemTransitionAction here. |
| com.edorasware.cmmn.engine.hooks |
<p>CMMN engine implementation hooks.
|
| com.edorasware.cmmn.engine.utility |
<p>CMMN engine utility interfaces and classes.
|
| 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.model.planning |
<p>The planning of discretionary items are a relatively big topic within the CMMN spec.
|
| com.edorasware.cmmn.model.rulesandsentries |
<p>Contains classes and code related to the evaluation of rules, sentries (onParts) and the evaluation of applicability rules for
discretionary items.
|
| 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.staticmodel |
<p>Plan items and discretionary items in a design-time model are represented by instances
of
PlannableItem. |
| com.edorasware.cmmn.model.structure |
<p>A very central package.
|
| 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 |
Contains packages and classes for the integration of the CMMN case engine with edoras-one.
|
| 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.
|
| com.edorasware.cmmn.one.service |
The edoras one CMMN service implementation.
|
| com.edorasware.cmmn.one.transitionhandlers |
<p>Contains code and classes implementing the
TransitionListeners interface. |
| com.edorasware.cmmn.one.transitionhandlers.complete |
<p>Contains code and classes implementing the edoras side of the CMMN state transition
PlanItemTransition.COMPLETE. |
| com.edorasware.cmmn.one.transitionhandlers.create |
<p>Contains code and classes implementing the edoras side of the CMMN state transition
PlanItemTransition.CREATE. |
| com.edorasware.cmmn.one.transitionhandlers.disable |
<p>Contains code and classes implementing the edoras side of the CMMN state transition
PlanItemTransition.DISABLE. |
| com.edorasware.cmmn.one.transitionhandlers.enable |
<p>Contains code and classes implementing the edoras side of the CMMN state transition
PlanItemTransition.ENABLE. |
| com.edorasware.cmmn.one.transitionhandlers.exit |
<p>Contains code and classes implementing the edoras side of the CMMN state transition
PlanItemTransition.EXIT. |
| com.edorasware.cmmn.one.transitionhandlers.fault |
<p>Contains code and classes implementing the edoras side of the CMMN state transition
PlanItemTransition.FAULT. |
| com.edorasware.cmmn.one.transitionhandlers.manualStart |
<p>Contains code and classes implementing the edoras side of the CMMN state transition
PlanItemTransition.MANUAL_START. |
| com.edorasware.cmmn.one.transitionhandlers.occur |
<p>Contains code and classes implementing the edoras side of the CMMN state transition
PlanItemTransition.OCCUR. |
| com.edorasware.cmmn.one.transitionhandlers.parentComplete |
<p>Contains code and classes implementing the edoras side of the CMMN state transition
PlanItemTransition.PARENT_COMPLETE. |
| com.edorasware.cmmn.one.transitionhandlers.reactivate |
<p>Contains code and classes implementing the edoras side of the CMMN state transition
PlanItemTransition.REACTIVATE. |
| com.edorasware.cmmn.one.transitionhandlers.reenable |
<p>Contains code and classes implementing the edoras side of the CMMN state transition
PlanItemTransition.REENABLE. |
| com.edorasware.cmmn.one.transitionhandlers.start |
<p>Contains code and classes implementing the edoras side of the CMMN state transition
PlanItemTransition.START. |
| com.edorasware.cmmn.one.transitionhandlers.terminate |
<p>Contains code and classes implementing the edoras side of the CMMN state transition
PlanItemTransition.TERMINATE. |
| com.edorasware.config |
| Class and Description |
|---|
| CmmnActionListener
An listener interface allowing implementation projects to listen to certain CMMN life-cycle and state transition
events.
|
| EngineListeners
Represents the main interface that is passed during CMMN engine transition handling (evaluation of next engine state).
|
| EvaluationListeners
This interface provides hooks for client code to evaluate expressions.
|
| PersistenceListeners
A listener interface that allows the CMMN case engine to get the CMMN XML and to save and restore its internal state.
|
| ViewCreators
Provides methods to create views (wrappers or delegates) for select internal implementation objects.
|
| Class and Description |
|---|
| CmmnActionEvent
An interface representing a CMMN action event.
|
| CmmnActionEventType
Possible event types for
CmmnActionEvent. |
| EngineListeners
Represents the main interface that is passed during CMMN engine transition handling (evaluation of next engine state).
|
| PersistenceListeners
A listener interface that allows the CMMN case engine to get the CMMN XML and to save and restore its internal state.
|
| Class and Description |
|---|
| ActionDecorators
Provides methods to decorate available actions.
|
| CaseFileItemListeners
This interface provides hooks for client code to respond to case file item state transitions.
|
| CmmnActionEvent
An interface representing a CMMN action event.
|
| CmmnActionEventType
Possible event types for
CmmnActionEvent. |
| EngineListeners
Represents the main interface that is passed during CMMN engine transition handling (evaluation of next engine state).
|
| EvaluationListeners
This interface provides hooks for client code to evaluate expressions.
|
| MigrationListeners
A listener interface that allows the CMMN case engine to delegate state model migration related functionality to client code.
|
| PersistenceListeners
A listener interface that allows the CMMN case engine to get the CMMN XML and to save and restore its internal state.
|
| PlanningListeners
A listener interface that allows the CMMN case engine to delegate planning related functionality to client code.
|
| StateDecorators
Provides an interface method to decorate a CMMN run-time state for milestones and stages.
|
| TransitionListeners
This interface provides hooks for client code to respond to plan item state transitions.
|
| ViewCreators
Provides methods to create views (wrappers or delegates) for select internal implementation objects.
|
| Class and Description |
|---|
| PersistenceListeners
A listener interface that allows the CMMN case engine to get the CMMN XML and to save and restore its internal state.
|
| Class and Description |
|---|
| EngineListeners
Represents the main interface that is passed during CMMN engine transition handling (evaluation of next engine state).
|
| EvaluationListeners
This interface provides hooks for client code to evaluate expressions.
|
| MigrationListeners
A listener interface that allows the CMMN case engine to delegate state model migration related functionality to client code.
|
| PersistenceListeners
A listener interface that allows the CMMN case engine to get the CMMN XML and to save and restore its internal state.
|
| Class and Description |
|---|
| EngineListeners
Represents the main interface that is passed during CMMN engine transition handling (evaluation of next engine state).
|
| EvaluationListeners
This interface provides hooks for client code to evaluate expressions.
|
| PersistenceListeners
A listener interface that allows the CMMN case engine to get the CMMN XML and to save and restore its internal state.
|
| Class and Description |
|---|
| EvaluationListeners
This interface provides hooks for client code to evaluate expressions.
|
| PersistenceListeners
A listener interface that allows the CMMN case engine to get the CMMN XML and to save and restore its internal state.
|
| ViewCreators
Provides methods to create views (wrappers or delegates) for select internal implementation objects.
|
| Class and Description |
|---|
| EvaluationListeners
This interface provides hooks for client code to evaluate expressions.
|
| PlanningListeners
A listener interface that allows the CMMN case engine to delegate planning related functionality to client code.
|
| Class and Description |
|---|
| EvaluationListeners
This interface provides hooks for client code to evaluate expressions.
|
| PlanningListeners
A listener interface that allows the CMMN case engine to delegate planning related functionality to client code.
|
| Class and Description |
|---|
| EvaluationListeners
This interface provides hooks for client code to evaluate expressions.
|
| Class and Description |
|---|
| EvaluationListeners
This interface provides hooks for client code to evaluate expressions.
|
| PlanningListeners
A listener interface that allows the CMMN case engine to delegate planning related functionality to client code.
|
| Class and Description |
|---|
| EngineListeners
Represents the main interface that is passed during CMMN engine transition handling (evaluation of next engine state).
|
| EvaluationListeners
This interface provides hooks for client code to evaluate expressions.
|
| PersistenceListeners
A listener interface that allows the CMMN case engine to get the CMMN XML and to save and restore its internal state.
|
| PlanningListeners
A listener interface that allows the CMMN case engine to delegate planning related functionality to client code.
|
| Class and Description |
|---|
| EngineListeners
Represents the main interface that is passed during CMMN engine transition handling (evaluation of next engine state).
|
| EvaluationListeners
This interface provides hooks for client code to evaluate expressions.
|
| Class and Description |
|---|
| PersistenceListeners
A listener interface that allows the CMMN case engine to get the CMMN XML and to save and restore its internal state.
|
| Class and Description |
|---|
| EvaluationListeners
This interface provides hooks for client code to evaluate expressions.
|
| PersistenceListeners
A listener interface that allows the CMMN case engine to get the CMMN XML and to save and restore its internal state.
|
| ViewCreators
Provides methods to create views (wrappers or delegates) for select internal implementation objects.
|
| Class and Description |
|---|
| ActionDecorators
Provides methods to decorate available actions.
|
| CaseFileItemListeners
This interface provides hooks for client code to respond to case file item state transitions.
|
| EngineListeners
Represents the main interface that is passed during CMMN engine transition handling (evaluation of next engine state).
|
| EvaluationListeners
This interface provides hooks for client code to evaluate expressions.
|
| MigrationListeners
A listener interface that allows the CMMN case engine to delegate state model migration related functionality to client code.
|
| PersistenceListeners
A listener interface that allows the CMMN case engine to get the CMMN XML and to save and restore its internal state.
|
| PlanningListeners
A listener interface that allows the CMMN case engine to delegate planning related functionality to client code.
|
| StateDecorators
Provides an interface method to decorate a CMMN run-time state for milestones and stages.
|
| TransitionListeners
This interface provides hooks for client code to respond to plan item state transitions.
|
| ViewCreators
Provides methods to create views (wrappers or delegates) for select internal implementation objects.
|
| Class and Description |
|---|
| EngineListeners
Represents the main interface that is passed during CMMN engine transition handling (evaluation of next engine state).
|
| PersistenceListeners
A listener interface that allows the CMMN case engine to get the CMMN XML and to save and restore its internal state.
|
| Class and Description |
|---|
| EngineListeners
Represents the main interface that is passed during CMMN engine transition handling (evaluation of next engine state).
|
| PersistenceListeners
A listener interface that allows the CMMN case engine to get the CMMN XML and to save and restore its internal state.
|
| Class and Description |
|---|
| EngineListeners
Represents the main interface that is passed during CMMN engine transition handling (evaluation of next engine state).
|
| PersistenceListeners
A listener interface that allows the CMMN case engine to get the CMMN XML and to save and restore its internal state.
|
| Class and Description |
|---|
| EngineListeners
Represents the main interface that is passed during CMMN engine transition handling (evaluation of next engine state).
|
| PersistenceListeners
A listener interface that allows the CMMN case engine to get the CMMN XML and to save and restore its internal state.
|
| Class and Description |
|---|
| EngineListeners
Represents the main interface that is passed during CMMN engine transition handling (evaluation of next engine state).
|
| PersistenceListeners
A listener interface that allows the CMMN case engine to get the CMMN XML and to save and restore its internal state.
|
| Class and Description |
|---|
| EngineListeners
Represents the main interface that is passed during CMMN engine transition handling (evaluation of next engine state).
|
| PersistenceListeners
A listener interface that allows the CMMN case engine to get the CMMN XML and to save and restore its internal state.
|
| Class and Description |
|---|
| EngineListeners
Represents the main interface that is passed during CMMN engine transition handling (evaluation of next engine state).
|
| PersistenceListeners
A listener interface that allows the CMMN case engine to get the CMMN XML and to save and restore its internal state.
|
| Class and Description |
|---|
| EngineListeners
Represents the main interface that is passed during CMMN engine transition handling (evaluation of next engine state).
|
| PersistenceListeners
A listener interface that allows the CMMN case engine to get the CMMN XML and to save and restore its internal state.
|
| Class and Description |
|---|
| EngineListeners
Represents the main interface that is passed during CMMN engine transition handling (evaluation of next engine state).
|
| PersistenceListeners
A listener interface that allows the CMMN case engine to get the CMMN XML and to save and restore its internal state.
|
| Class and Description |
|---|
| EngineListeners
Represents the main interface that is passed during CMMN engine transition handling (evaluation of next engine state).
|
| PersistenceListeners
A listener interface that allows the CMMN case engine to get the CMMN XML and to save and restore its internal state.
|
| Class and Description |
|---|
| EngineListeners
Represents the main interface that is passed during CMMN engine transition handling (evaluation of next engine state).
|
| PersistenceListeners
A listener interface that allows the CMMN case engine to get the CMMN XML and to save and restore its internal state.
|
| Class and Description |
|---|
| EngineListeners
Represents the main interface that is passed during CMMN engine transition handling (evaluation of next engine state).
|
| PersistenceListeners
A listener interface that allows the CMMN case engine to get the CMMN XML and to save and restore its internal state.
|
| Class and Description |
|---|
| EngineListeners
Represents the main interface that is passed during CMMN engine transition handling (evaluation of next engine state).
|
| PersistenceListeners
A listener interface that allows the CMMN case engine to get the CMMN XML and to save and restore its internal state.
|
| Class and Description |
|---|
| EngineListeners
Represents the main interface that is passed during CMMN engine transition handling (evaluation of next engine state).
|
| PersistenceListeners
A listener interface that allows the CMMN case engine to get the CMMN XML and to save and restore its internal state.
|
| Class and Description |
|---|
| EngineListeners
Represents the main interface that is passed during CMMN engine transition handling (evaluation of next engine state).
|
| PersistenceListeners
A listener interface that allows the CMMN case engine to get the CMMN XML and to save and restore its internal state.
|
| Class and Description |
|---|
| EngineListeners
Represents the main interface that is passed during CMMN engine transition handling (evaluation of next engine state).
|
| PersistenceListeners
A listener interface that allows the CMMN case engine to get the CMMN XML and to save and restore its internal state.
|
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.