|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FaultMessage | |
---|---|
com.evolveum.midpoint.model | |
com.evolveum.midpoint.xml.ns._public.model.model_1_wsdl |
Uses of FaultMessage in com.evolveum.midpoint.model |
---|
Uses of FaultMessage in com.evolveum.midpoint.xml.ns._public.model.model_1_wsdl |
---|
Methods in com.evolveum.midpoint.xml.ns._public.model.model_1_wsdl that throw FaultMessage | |
---|---|
void |
ModelPortType.addObject(ObjectType object,
Holder<String> oid,
Holder<OperationResultType> result)
Add new object. |
void |
ModelPortTypeImpl.addObject(ObjectType object,
Holder<String> oid,
Holder<OperationResultType> result)
|
OperationResultType |
ModelPortType.deleteObject(String objectType,
String oid)
Deleted object with provided OID. |
OperationResultType |
ModelPortTypeImpl.deleteObject(String objectType,
String oid)
|
void |
ModelPortType.getObject(String objectType,
String oid,
OperationOptionsType options,
Holder<ObjectType> object,
Holder<OperationResultType> result)
Returns object for provided OID. |
void |
ModelPortTypeImpl.getObject(String objectType,
String oid,
OperationOptionsType options,
Holder<ObjectType> object,
Holder<OperationResultType> result)
|
TaskType |
ModelPortType.importFromResource(String resourceOid,
QName objectClass)
TODO: update description Launch import task that will import all the accounts from the resource. |
TaskType |
ModelPortTypeImpl.importFromResource(String resourceOid,
QName objectClass)
|
void |
ModelPortType.listAccountShadowOwner(String accountOid,
Holder<UserType> user,
Holder<OperationResultType> result)
Returns the User object representing owner of specified account (account shadow). |
void |
ModelPortTypeImpl.listAccountShadowOwner(String accountOid,
Holder<UserType> user,
Holder<OperationResultType> result)
|
void |
ModelPortType.listObjects(String objectType,
PagingType paging,
OperationOptionsType options,
Holder<ObjectListType> objectList,
Holder<OperationResultType> result)
Returns all objects of specified type in the repository. |
void |
ModelPortTypeImpl.listObjects(String objectType,
PagingType paging,
OperationOptionsType options,
Holder<ObjectListType> objectList,
Holder<OperationResultType> result)
|
void |
ModelPortType.listResourceObjects(String resourceOid,
QName objectType,
PagingType paging,
Holder<ObjectListType> objectList,
Holder<OperationResultType> result)
WARNING: This operation should not be here. |
void |
ModelPortTypeImpl.listResourceObjects(String resourceOid,
QName objectType,
PagingType paging,
Holder<ObjectListType> objectList,
Holder<OperationResultType> result)
|
void |
ModelPortType.listResourceObjectShadows(String resourceOid,
String resourceObjectShadowType,
Holder<ResourceObjectShadowListType> resourceObjectShadowList,
Holder<OperationResultType> result)
Search for resource object shadows of a specified type that belong to the specified resource. |
void |
ModelPortTypeImpl.listResourceObjectShadows(String resourceOid,
String resourceObjectShadowType,
Holder<ResourceObjectShadowListType> resourceObjectShadowList,
Holder<OperationResultType> result)
|
OperationResultType |
ModelPortType.modifyObject(String objectType,
ObjectModificationType objectChange)
Modifies object using relative change description. |
OperationResultType |
ModelPortTypeImpl.modifyObject(String objectType,
ObjectModificationType objectChange)
|
void |
ModelPortType.searchObjects(String objectType,
QueryType query,
OperationOptionsType options,
Holder<ObjectListType> objectList,
Holder<OperationResultType> result)
Search for objects in the repository. |
void |
ModelPortTypeImpl.searchObjects(String objectType,
QueryType query,
OperationOptionsType options,
Holder<ObjectListType> objectList,
Holder<OperationResultType> result)
|
OperationResultType |
ModelPortType.testResource(String resourceOid)
WARNING: This operation should not be here. |
OperationResultType |
ModelPortTypeImpl.testResource(String resourceOid)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |