Package | Description |
---|---|
com.evolveum.midpoint.xml.ns._public.model.model_3 |
Modifier and Type | Method and Description |
---|---|
ObjectDeltaOperationListType |
ModelPortTypeImpl.executeChanges(ObjectDeltaListType deltaList,
ModelExecuteOptionsType options) |
ObjectDeltaOperationListType |
ModelPortType.executeChanges(ObjectDeltaListType deltaList,
ModelExecuteOptionsType options)
Faults:
any SystemFaultType
TODO reword to FaultTypes
ObjectAlreadyExistsException: object with specified identifiers already exists, cannot add
ObjectNotFoundException: object required to complete the operation was not found (e.g.
|
ExecuteScriptsResponseType |
ModelPortTypeImpl.executeScripts(ExecuteScriptsType parameters) |
ExecuteScriptsResponseType |
ModelPortType.executeScripts(ExecuteScriptsType parameters) |
void |
ModelPortTypeImpl.findShadowOwner(String shadowOid,
Holder<UserType> user,
Holder<OperationResultType> result) |
void |
ModelPortType.findShadowOwner(String shadowOid,
Holder<UserType> user,
Holder<OperationResultType> result)
Returns the User object representing owner of specified account
(account shadow).
|
void |
ModelPortTypeImpl.getObject(QName objectType,
String oid,
SelectorQualifiedGetOptionsType options,
Holder<ObjectType> object,
Holder<OperationResultType> result) |
void |
ModelPortType.getObject(QName objectType,
String oid,
SelectorQualifiedGetOptionsType options,
Holder<ObjectType> object,
Holder<OperationResultType> result)
Returns object for provided OID.
|
TaskType |
ModelPortTypeImpl.importFromResource(String resourceOid,
QName objectClass) |
TaskType |
ModelPortType.importFromResource(String resourceOid,
QName objectClass)
TODO: update description
Launch import task that will import all the accounts from the
resource.
|
TaskType |
ModelPortTypeImpl.notifyChange(ResourceObjectShadowChangeDescriptionType changeDescription) |
TaskType |
ModelPortType.notifyChange(ResourceObjectShadowChangeDescriptionType changeDescription)
TODO: update description
Trigger change notification.
|
void |
ModelPortTypeImpl.searchObjects(QName objectType,
com.evolveum.prism.xml.ns._public.query_3.QueryType query,
SelectorQualifiedGetOptionsType options,
Holder<ObjectListType> objectList,
Holder<OperationResultType> result) |
void |
ModelPortType.searchObjects(QName objectType,
com.evolveum.prism.xml.ns._public.query_3.QueryType query,
SelectorQualifiedGetOptionsType options,
Holder<ObjectListType> objectList,
Holder<OperationResultType> result)
Search for objects in the repository.
|
OperationResultType |
ModelPortTypeImpl.testResource(String resourceOid) |
OperationResultType |
ModelPortType.testResource(String resourceOid)
WARNING:
This operation should not be here.
|
Copyright © 2014 Evolveum. All rights reserved.