public class OneViewCreators extends Object implements ViewCreators
| Constructor and Description |
|---|
OneViewCreators(PersistenceListeners persistenceListeners,
SynchronizedLowLevelCmmnService synchronizedLowLevelCmmnService) |
| Modifier and Type | Method and Description |
|---|---|
EventSourceView |
createEventSourceView(EventSource eventSource,
TransitionData transitionData,
EvaluationListeners evaluationListeners)
Create an event source view wrapper for the passed event source.
|
PlanItemView |
createPlanItemView(PlanItem planItem,
TransitionData transitionData,
EvaluationListeners evaluationListeners)
Create a plan item view wrapper for the passed plan item.
|
public OneViewCreators(PersistenceListeners persistenceListeners, SynchronizedLowLevelCmmnService synchronizedLowLevelCmmnService)
public PlanItemView createPlanItemView(PlanItem planItem, TransitionData transitionData, EvaluationListeners evaluationListeners)
ViewCreatorsCreate a plan item view wrapper for the passed plan item.
createPlanItemView in interface ViewCreatorsplanItem - the plan item.transitionData - additional evaluation context.evaluationListeners - the evaluator implementation.PlanItemView effectively exposing a subset of the public
interface of a plan item.public EventSourceView createEventSourceView(EventSource eventSource, TransitionData transitionData, EvaluationListeners evaluationListeners)
ViewCreatorsCreate an event source view wrapper for the passed event source.
createEventSourceView in interface ViewCreatorseventSource - the event source.transitionData - additional evaluation context.evaluationListeners - the evaluator implementation.EventSourceView effectively exposing a subset of the public
interface of an event source.Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.