Package | Description |
---|---|
org.camunda.bpm.engine.impl.jobexecutor |
Modifier and Type | Field and Description |
---|---|
protected TimerDeclarationType |
TimerDeclarationImpl.type |
Modifier and Type | Method and Description |
---|---|
static TimerDeclarationType |
TimerDeclarationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TimerDeclarationType[] |
TimerDeclarationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
TimerDeclarationImpl(Expression expression,
TimerDeclarationType type,
String jobHandlerType) |
Copyright © 2019. All rights reserved.