Modifier and Type | Method and Description |
---|---|
ThreadStopActionType |
RThreadStopAction.getSchemaValue() |
Modifier and Type | Method and Description |
---|---|
ThreadStopActionType |
Task.getThreadStopAction()
Returns thread stop action (what happens when the task thread is stopped e.g.
|
Modifier and Type | Method and Description |
---|---|
void |
Task.setThreadStopAction(ThreadStopActionType value)
Sets the thread stop action for this task.
|
Modifier and Type | Method and Description |
---|---|
ThreadStopActionType |
TaskQuartzImpl.getThreadStopAction() |
Modifier and Type | Method and Description |
---|---|
void |
TaskQuartzImpl.setThreadStopAction(ThreadStopActionType value) |
void |
TaskQuartzImpl.setThreadStopActionImmediate(ThreadStopActionType value,
OperationResult parentResult) |
Modifier and Type | Method and Description |
---|---|
ThreadStopActionType |
TaskAddDto.getThreadStop() |
ThreadStopActionType |
TaskDto.getThreadStop() |
Modifier and Type | Method and Description |
---|---|
void |
TaskAddDto.setThreadStop(ThreadStopActionType threadStop) |
void |
TaskDto.setThreadStop(ThreadStopActionType threadStop) |
Modifier and Type | Method and Description |
---|---|
static ThreadStopActionType |
ThreadStopActionType.fromValue(String v) |
ThreadStopActionType |
TaskType.getThreadStopAction() |
static ThreadStopActionType |
ThreadStopActionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ThreadStopActionType[] |
ThreadStopActionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
TaskType.setThreadStopAction(ThreadStopActionType value) |
Copyright © 2013 evolveum. All rights reserved.