public interface ModelPortType
Modifier and Type | Method and Description |
---|---|
void |
addObject(ObjectType object,
Holder<String> oid,
Holder<OperationResultType> result)
Add new object.
|
OperationResultType |
deleteObject(String objectType,
String oid)
Deleted object with provided OID.
|
void |
getObject(String objectType,
String oid,
OperationOptionsType options,
Holder<ObjectType> object,
Holder<OperationResultType> result)
Returns object for provided OID.
|
TaskType |
importFromResource(String resourceOid,
QName objectClass)
TODO: update description
Launch import task that will import all the accounts from the
resource.
|
void |
listAccountShadowOwner(String accountOid,
Holder<UserType> user,
Holder<OperationResultType> result)
Returns the User object representing owner of specified account
(account shadow).
|
void |
listObjects(String objectType,
PagingType paging,
OperationOptionsType options,
Holder<ObjectListType> objectList,
Holder<OperationResultType> result)
Returns all objects of specified type in the repository.
|
void |
listResourceObjects(String resourceOid,
QName objectType,
PagingType paging,
Holder<ObjectListType> objectList,
Holder<OperationResultType> result)
WARNING:
This operation should not be here.
|
void |
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.
|
OperationResultType |
modifyObject(String objectType,
ObjectModificationType objectChange)
Modifies object using relative change description.
|
void |
searchObjects(String objectType,
QueryType query,
OperationOptionsType options,
Holder<ObjectListType> objectList,
Holder<OperationResultType> result)
Search for objects in the repository.
|
OperationResultType |
testResource(String resourceOid)
WARNING:
This operation should not be here.
|
OperationResultType deleteObject(String objectType, String oid) throws FaultMessage
FaultMessage
void listObjects(String objectType, PagingType paging, OperationOptionsType options, Holder<ObjectListType> objectList, Holder<OperationResultType> result) throws FaultMessage
FaultMessage
void addObject(ObjectType object, Holder<String> oid, Holder<OperationResultType> result) throws FaultMessage
FaultMessage
void listAccountShadowOwner(String accountOid, Holder<UserType> user, Holder<OperationResultType> result) throws FaultMessage
FaultMessage
void searchObjects(String objectType, QueryType query, OperationOptionsType options, Holder<ObjectListType> objectList, Holder<OperationResultType> result) throws FaultMessage
FaultMessage
void listResourceObjectShadows(String resourceOid, String resourceObjectShadowType, Holder<ResourceObjectShadowListType> resourceObjectShadowList, Holder<OperationResultType> result) throws FaultMessage
FaultMessage
TaskType importFromResource(String resourceOid, QName objectClass) throws FaultMessage
FaultMessage
void listResourceObjects(String resourceOid, QName objectType, PagingType paging, Holder<ObjectListType> objectList, Holder<OperationResultType> result) throws FaultMessage
FaultMessage
void getObject(String objectType, String oid, OperationOptionsType options, Holder<ObjectType> object, Holder<OperationResultType> result) throws FaultMessage
FaultMessage
OperationResultType modifyObject(String objectType, ObjectModificationType objectChange) throws FaultMessage
FaultMessage
OperationResultType testResource(String resourceOid) throws FaultMessage
FaultMessage
Copyright © 2013 evolveum. All rights reserved.