|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ScheduleType | |
---|---|
com.evolveum.midpoint.task.api | |
com.evolveum.midpoint.task.quartzimpl | |
com.evolveum.midpoint.xml.ns._public.common.common_2a |
Uses of ScheduleType in com.evolveum.midpoint.task.api |
---|
Methods in com.evolveum.midpoint.task.api that return ScheduleType | |
---|---|
ScheduleType |
Task.getSchedule()
Returns the schedule. |
Methods in com.evolveum.midpoint.task.api with parameters of type ScheduleType | |
---|---|
void |
Task.makeRecurrent(ScheduleType schedule)
|
void |
Task.makeSingle(ScheduleType schedule)
|
void |
Task.pushHandlerUri(String uri,
ScheduleType schedule,
TaskBinding binding)
|
void |
Task.pushHandlerUri(String uri,
ScheduleType schedule,
TaskBinding binding,
Collection<ItemDelta<?>> extensionDeltas)
|
void |
Task.pushHandlerUri(String uri,
ScheduleType schedule,
TaskBinding binding,
ItemDelta<?> delta)
|
Uses of ScheduleType in com.evolveum.midpoint.task.quartzimpl |
---|
Methods in com.evolveum.midpoint.task.quartzimpl that return ScheduleType | |
---|---|
ScheduleType |
TaskQuartzImpl.getSchedule()
|
Methods in com.evolveum.midpoint.task.quartzimpl with parameters of type ScheduleType | |
---|---|
void |
TaskQuartzImpl.makeRecurrent(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)
|
Uses of ScheduleType in com.evolveum.midpoint.xml.ns._public.common.common_2a |
---|
Fields in com.evolveum.midpoint.xml.ns._public.common.common_2a declared as ScheduleType | |
---|---|
protected ScheduleType |
UriStackEntry.schedule
|
Methods in com.evolveum.midpoint.xml.ns._public.common.common_2a that return ScheduleType | |
---|---|
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()
|
Methods in com.evolveum.midpoint.xml.ns._public.common.common_2a with parameters of type ScheduleType | |
---|---|
void |
UriStackEntry.setSchedule(ScheduleType value)
Sets the value of the schedule property. |
void |
TaskType.setSchedule(ScheduleType value)
|
Constructors in com.evolveum.midpoint.xml.ns._public.common.common_2a with parameters of type ScheduleType | |
---|---|
ScheduleType(ScheduleType o)
Creates a new ScheduleType instance by deeply copying a given ScheduleType instance. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |