Uses of Interface
org.flowable.common.engine.impl.runtime.Clock
Packages that use Clock
Package
Description
Public API of the Flowable engine.
Typical usage of the API starts by the creation of a
Through the services obtained from such a
Typical usage of the API starts by the creation of a
ProcessEngineConfiguration
(typically based on a configuration file), from which a ProcessEngine
can be obtained.Through the services obtained from such a
ProcessEngine
, BPM and workflow operation
can be executed:RepositoryService
: Manages Deployment
s.RuntimeService
: For starting and searching ProcessInstance
s.TaskService
: Exposes operations to manage human (standalone) tasks, such as claiming, completing and assigning tasks.IdentityService
: Used for managing users, groups and the relations between them.ManagementService
: Exposes engine administration and maintenance operations,
which have no relation to the runtime exection of business processes.HistoryService
: Exposes information about ongoing and past process instances.FormService
: Access to form data and rendered forms for starting new process instances and completing tasks.-
Uses of Clock in org.flowable.batch.service.impl.persistence
Methods in org.flowable.batch.service.impl.persistence that return Clock -
Uses of Clock in org.flowable.cmmn.engine.impl.behavior.impl
Methods in org.flowable.cmmn.engine.impl.behavior.impl with parameters of type ClockModifier and TypeMethodDescriptionTimerEventListenerActivityBehaviour.prepareRepeat
(String dueDate, Clock clock) -
Uses of Clock in org.flowable.cmmn.engine.impl.cmd
Methods in org.flowable.cmmn.engine.impl.cmd with parameters of type ClockModifier and TypeMethodDescriptionRescheduleTimerJobCmd.prepareRepeat
(String dueDate, Clock clock) -
Uses of Clock in org.flowable.common.engine.impl
Fields in org.flowable.common.engine.impl declared as ClockModifier and TypeFieldDescriptionprotected Clock
AbstractEngineConfiguration.clock
protected Clock
AbstractServiceConfiguration.clock
Methods in org.flowable.common.engine.impl that return ClockModifier and TypeMethodDescriptionAbstractEngineConfiguration.getClock()
AbstractServiceConfiguration.getClock()
Methods in org.flowable.common.engine.impl with parameters of type ClockModifier and TypeMethodDescription -
Uses of Clock in org.flowable.common.engine.impl.interceptor
Fields in org.flowable.common.engine.impl.interceptor declared as ClockModifier and TypeFieldDescriptionprotected Clock
CommandContext.clock
protected Clock
CommandContextInterceptor.clock
Methods in org.flowable.common.engine.impl.interceptor that return ClockMethods in org.flowable.common.engine.impl.interceptor with parameters of type ClockConstructors in org.flowable.common.engine.impl.interceptor with parameters of type ClockModifierConstructorDescriptionCommandContextInterceptor
(CommandContextFactory commandContextFactory, ClassLoader classLoader, boolean useClassForNameClassLoading, Clock clock, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Uses of Clock in org.flowable.common.engine.impl.persistence.entity
Methods in org.flowable.common.engine.impl.persistence.entity that return Clock -
Uses of Clock in org.flowable.common.engine.impl.util
Classes in org.flowable.common.engine.impl.util that implement Clock -
Uses of Clock in org.flowable.dmn.engine
Methods in org.flowable.dmn.engine with parameters of type ClockModifier and TypeMethodDescription -
Uses of Clock in org.flowable.engine
Methods in org.flowable.engine with parameters of type ClockModifier and TypeMethodDescription -
Uses of Clock in org.flowable.engine.compatibility
Methods in org.flowable.engine.compatibility with parameters of type Clock -
Uses of Clock in org.flowable.engine.impl.cfg
Methods in org.flowable.engine.impl.cfg with parameters of type ClockModifier and TypeMethodDescription -
Uses of Clock in org.flowable.engine.impl.event.logger
Fields in org.flowable.engine.impl.event.logger declared as ClockMethods in org.flowable.engine.impl.event.logger that return ClockMethods in org.flowable.engine.impl.event.logger with parameters of type ClockConstructors in org.flowable.engine.impl.event.logger with parameters of type ClockModifierConstructorDescriptionEventLogger
(Clock clock, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Uses of Clock in org.flowable.engine.impl.persistence
Methods in org.flowable.engine.impl.persistence that return Clock -
Uses of Clock in org.flowable.engine.impl.persistence.entity.data
Methods in org.flowable.engine.impl.persistence.entity.data that return Clock -
Uses of Clock in org.flowable.entitylink.service.impl.persistence
Methods in org.flowable.entitylink.service.impl.persistence that return Clock -
Uses of Clock in org.flowable.eventsubscription.service.impl.persistence
Methods in org.flowable.eventsubscription.service.impl.persistence that return Clock -
Uses of Clock in org.flowable.identitylink.service.impl.persistence
Methods in org.flowable.identitylink.service.impl.persistence that return Clock -
Uses of Clock in org.flowable.idm.engine
Methods in org.flowable.idm.engine with parameters of type ClockModifier and TypeMethodDescription -
Uses of Clock in org.flowable.job.service.impl.persistence
Methods in org.flowable.job.service.impl.persistence that return Clock -
Uses of Clock in org.flowable.spring
Methods in org.flowable.spring that return ClockMethods in org.flowable.spring with parameters of type Clock -
Uses of Clock in org.flowable.task.service.impl.persistence
Methods in org.flowable.task.service.impl.persistence that return Clock -
Uses of Clock in org.flowable.variable.service.impl.persistence
Methods in org.flowable.variable.service.impl.persistence that return Clock