Uses of Interface
org.chenile.workflow.api.StateEntityService
Packages that use StateEntityService
Package
Description
Workflow implementation classes.
-
Uses of StateEntityService in org.chenile.orchestrator.process.api
Subinterfaces of StateEntityService in org.chenile.orchestrator.process.api -
Uses of StateEntityService in org.chenile.orchestrator.process.configuration
Methods in org.chenile.orchestrator.process.configuration with parameters of type StateEntityServiceModifier and TypeMethodDescription(package private) NotifyParentProcessConfiguration.notifyParent(StateEntityService<Process> stateEntityService) -
Uses of StateEntityService in org.chenile.orchestrator.process.service.entry
Fields in org.chenile.orchestrator.process.service.entry declared as StateEntityServiceModifier and TypeFieldDescription(package private) StateEntityService<Process> ProcessEntryAction.processServiceNotifyParent.stateEntityServiceConstructors in org.chenile.orchestrator.process.service.entry with parameters of type StateEntityService -
Uses of StateEntityService in org.chenile.orchestrator.process.service.impl
Classes in org.chenile.orchestrator.process.service.impl that implement StateEntityService -
Uses of StateEntityService in org.chenile.workflow.service.impl
Classes in org.chenile.workflow.service.impl that implement StateEntityServiceModifier and TypeClassDescriptionclassStateEntityServiceImpl<T extends StateEntity>A generic implementation of theStateEntityServicefor all state entities.