Package | Description |
---|---|
com.evolveum.midpoint.task.api | |
com.evolveum.midpoint.task.quartzimpl | |
com.evolveum.midpoint.xml.ns._public.common.common_2a |
Modifier and Type | Method and Description |
---|---|
ScheduleType |
Task.getSchedule()
Returns the schedule.
|
Modifier and Type | Method and Description |
---|---|
void |
Task.makeRecurring(ScheduleType schedule)
Makes a task recurring, with a given schedule.
|
void |
Task.makeSingle(ScheduleType schedule)
Makes a task single-run, with a given schedule.
|
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).
|
Modifier and Type | Method and Description |
---|---|
ScheduleType |
TaskQuartzImpl.getSchedule() |
Modifier and Type | Method and Description |
---|---|
void |
TaskQuartzImpl.makeRecurring(ScheduleType schedule) |
void |
TaskQuartzImpl.makeSingle(ScheduleType schedule) |
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.setSchedule(ScheduleType value) |
void |
TaskQuartzImpl.setScheduleImmediate(ScheduleType value,
OperationResult parentResult) |
Modifier and Type | Field and Description |
---|---|
protected ScheduleType |
UriStackEntry.schedule |
Modifier and Type | Method and Description |
---|---|
ScheduleType |
ScheduleType.clone()
Creates and returns a deep copy of this object.
|
ScheduleType |
ObjectFactory.createScheduleType()
Create an instance of
ScheduleType |
ScheduleType |
UriStackEntry.getSchedule()
Gets the value of the schedule property.
|
ScheduleType |
TaskType.getSchedule() |
Modifier and Type | Method and Description |
---|---|
void |
UriStackEntry.setSchedule(ScheduleType value)
Sets the value of the schedule property.
|
void |
TaskType.setSchedule(ScheduleType value) |
Constructor and Description |
---|
ScheduleType(ScheduleType o)
Creates a new
ScheduleType instance by deeply copying a given ScheduleType instance. |
Copyright © 2013 evolveum. All rights reserved.