Package | Description |
---|---|
com.evolveum.midpoint.task.api | |
com.evolveum.midpoint.task.quartzimpl | |
com.evolveum.midpoint.web.page.admin.server.dto |
Modifier and Type | Method and Description |
---|---|
static TaskBinding |
TaskBinding.fromTaskType(TaskBindingType bindingType) |
TaskBinding |
Task.getBinding()
Returns task binding.
|
static TaskBinding |
TaskBinding.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaskBinding[] |
TaskBinding.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Task.pushHandlerUri(String uri,
ScheduleType schedule,
TaskBinding binding)
Same as above, with no extension deltas.
|
void |
Task.pushHandlerUri(String uri,
ScheduleType schedule,
TaskBinding binding,
Collection<ItemDelta<?>> extensionDeltas)
Pushes a new handler URI onto the stack of handlers.
|
void |
Task.pushHandlerUri(String uri,
ScheduleType schedule,
TaskBinding binding,
ItemDelta<?> delta)
Same as above, with one extension delta (not a collection of them).
|
void |
Task.setBinding(TaskBinding value)
Sets the binding for this task.
|
void |
Task.setBindingImmediate(TaskBinding value,
OperationResult parentResult)
Sets the binding (immediately through to the repo).
|
Modifier and Type | Method and Description |
---|---|
TaskBinding |
TaskQuartzImpl.getBinding() |
Modifier and Type | Method and Description |
---|---|
void |
TaskQuartzImpl.pushHandlerUri(String uri,
ScheduleType schedule,
TaskBinding binding) |
void |
TaskQuartzImpl.pushHandlerUri(String uri,
ScheduleType schedule,
TaskBinding binding,
Collection<ItemDelta<?>> extensionDeltas)
Makes (uri, schedule, binding) the current task properties, and pushes current (uri, schedule, binding, extensionChange)
onto the stack.
|
void |
TaskQuartzImpl.pushHandlerUri(String uri,
ScheduleType schedule,
TaskBinding binding,
ItemDelta<?> delta) |
void |
TaskQuartzImpl.setBinding(TaskBinding value) |
void |
TaskQuartzImpl.setBindingImmediate(TaskBinding value,
OperationResult parentResult) |
void |
TaskQuartzImpl.setBindingTransient(TaskBinding value) |
Modifier and Type | Method and Description |
---|---|
TaskBinding |
TaskDto.getBinding() |
Modifier and Type | Method and Description |
---|---|
void |
TaskDto.setBinding(TaskBinding binding) |
Copyright © 2013 evolveum. All rights reserved.