Uses of Interface
com.flowable.platform.api.sequence.SequenceService
-
Packages that use SequenceService Package Description com.flowable.platform.api com.flowable.platform.engine com.flowable.platform.engine.impl com.flowable.platform.engine.impl.sequence -
-
Uses of SequenceService in com.flowable.platform.api
Methods in com.flowable.platform.api that return SequenceService Modifier and Type Method Description SequenceService
PlatformEngineConfigurationApi. getSequenceService()
-
Uses of SequenceService in com.flowable.platform.engine
Fields in com.flowable.platform.engine declared as SequenceService Modifier and Type Field Description protected SequenceService
PlatformEngineConfiguration. sequenceService
Methods in com.flowable.platform.engine that return SequenceService Modifier and Type Method Description SequenceService
PlatformEngine. getSequenceService()
SequenceService
PlatformEngineConfiguration. getSequenceService()
Methods in com.flowable.platform.engine with parameters of type SequenceService Modifier and Type Method Description void
PlatformEngineConfiguration. setSequenceService(SequenceService sequenceService)
-
Uses of SequenceService in com.flowable.platform.engine.impl
Fields in com.flowable.platform.engine.impl declared as SequenceService Modifier and Type Field Description protected SequenceService
PlatformEngineImpl. sequenceService
Methods in com.flowable.platform.engine.impl that return SequenceService Modifier and Type Method Description SequenceService
PlatformEngineImpl. getSequenceService()
-
Uses of SequenceService in com.flowable.platform.engine.impl.sequence
Classes in com.flowable.platform.engine.impl.sequence that implement SequenceService Modifier and Type Class Description class
SequenceServiceImpl
-