Uses of Enum Class
org.eximeebpms.bpm.engine.impl.jobexecutor.TimerDeclarationType
Packages that use TimerDeclarationType
-
Uses of TimerDeclarationType in org.eximeebpms.bpm.engine.impl.jobexecutor
Fields in org.eximeebpms.bpm.engine.impl.jobexecutor declared as TimerDeclarationTypeMethods in org.eximeebpms.bpm.engine.impl.jobexecutor that return TimerDeclarationTypeModifier and TypeMethodDescriptionstatic TimerDeclarationTypeReturns the enum constant of this class with the specified name.static TimerDeclarationType[]TimerDeclarationType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.eximeebpms.bpm.engine.impl.jobexecutor with parameters of type TimerDeclarationTypeModifierConstructorDescriptionTimerDeclarationImpl(Expression expression, TimerDeclarationType type, String jobHandlerType)