Package | Description |
---|---|
com.evolveum.midpoint.model.api | |
com.evolveum.midpoint.xml.ns._public.common.common_3 | |
com.evolveum.midpoint.xml.ns._public.model.model_3 |
Modifier and Type | Method and Description |
---|---|
com.evolveum.midpoint.prism.PrismObject<TaskType> |
TaskService.getTaskByIdentifier(String identifier,
Collection<SelectorOptions<GetOperationOptions>> options,
OperationResult parentResult)
Returns information about task, given its identifier.
|
Modifier and Type | Method and Description |
---|---|
TaskType |
TaskType.clone() |
TaskType |
ObjectFactory.createTaskType()
Create an instance of
TaskType |
Modifier and Type | Method and Description |
---|---|
JAXBElement<TaskType> |
ObjectFactory.createTask(TaskType value)
|
List<TaskType> |
TaskType.getDependentTask() |
List<TaskType> |
TaskType.getSubtask() |
Modifier and Type | Method and Description |
---|---|
JAXBElement<TaskType> |
ObjectFactory.createTask(TaskType value)
|
Modifier and Type | Field and Description |
---|---|
protected TaskType |
NotifyChangeResponseType.task |
protected TaskType |
ImportFromResourceResponseType.task |
Modifier and Type | Method and Description |
---|---|
TaskType |
NotifyChangeResponseType.getTask()
Gets the value of the task property.
|
TaskType |
ImportFromResourceResponseType.getTask()
Gets the value of the task property.
|
TaskType |
modelPortImpl.importFromResource(String resourceOid,
QName objectClass) |
TaskType |
ModelPortType.importFromResource(String resourceOid,
QName objectClass)
Faults (TODO):
any SystemFaultType
ObjectNotFoundFaultType: specified Resource definition does not exist
|
TaskType |
modelPortImpl.notifyChange(ResourceObjectShadowChangeDescriptionType changeDescription) |
TaskType |
ModelPortType.notifyChange(ResourceObjectShadowChangeDescriptionType changeDescription) |
Modifier and Type | Method and Description |
---|---|
void |
NotifyChangeResponseType.setTask(TaskType value)
Sets the value of the task property.
|
void |
ImportFromResourceResponseType.setTask(TaskType value)
Sets the value of the task property.
|
Copyright © 2014 Evolveum. All rights reserved.