Modifier and Type | Method and Description |
---|---|
static OperationResult |
OperationResult.createOperationResult(OperationResultType result) |
Modifier and Type | Method and Description |
---|---|
static String |
SchemaDebugUtil.prettyPrint(OperationResultType resultType) |
Modifier and Type | Field and Description |
---|---|
protected OperationResultType |
ObjectDeltaOperationType.executionResult |
Modifier and Type | Field and Description |
---|---|
protected List<OperationResultType> |
OperationResultType.partialResults |
Modifier and Type | Method and Description |
---|---|
OperationResultType |
OperationResultType.clone()
Creates and returns a deep copy of this object.
|
OperationResultType |
ObjectFactory.createOperationResultType()
Create an instance of
OperationResultType |
OperationResultType |
NodeType.getConnectionResult() |
OperationResultType |
ObjectDeltaOperationType.getExecutionResult()
Gets the value of the executionResult property.
|
OperationResultType |
ObjectType.getFetchResult() |
OperationResultType |
UserType.getResult() |
OperationResultType |
TaskType.getResult() |
OperationResultType |
ShadowType.getResult() |
Modifier and Type | Method and Description |
---|---|
JAXBElement<OperationResultType> |
ObjectFactory.createOperationResult(OperationResultType value)
|
List<OperationResultType> |
OperationResultType.getPartialResults()
Gets the value of the partialResults property.
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<OperationResultType> |
ObjectFactory.createOperationResult(OperationResultType value)
|
void |
NodeType.setConnectionResult(OperationResultType value) |
void |
ObjectDeltaOperationType.setExecutionResult(OperationResultType value)
Sets the value of the executionResult property.
|
void |
ObjectType.setFetchResult(OperationResultType value) |
void |
UserType.setResult(OperationResultType value) |
void |
TaskType.setResult(OperationResultType value) |
void |
ShadowType.setResult(OperationResultType value) |
Constructor and Description |
---|
OperationResultType(OperationResultType o)
Creates a new
OperationResultType instance by deeply copying a given OperationResultType instance. |
Modifier and Type | Field and Description |
---|---|
protected OperationResultType |
FaultType.operationResult |
Modifier and Type | Method and Description |
---|---|
OperationResultType |
FaultType.getOperationResult()
Gets the value of the operationResult property.
|
Modifier and Type | Method and Description |
---|---|
void |
FaultType.setOperationResult(OperationResultType value)
Sets the value of the operationResult property.
|
Modifier and Type | Field and Description |
---|---|
protected OperationResultType |
TestResourceResponse.result |
protected OperationResultType |
SearchObjectsResponse.result |
protected OperationResultType |
ModifyObjectResponse.result |
protected OperationResultType |
ListResourceObjectShadowsResponse.result |
protected OperationResultType |
ListObjectsResponse.result |
protected OperationResultType |
ListAccountShadowOwnerResponse.result |
protected OperationResultType |
GetObjectResponse.result |
protected OperationResultType |
DeleteObjectResponse.result |
protected OperationResultType |
AddObjectResponse.result |
Modifier and Type | Method and Description |
---|---|
OperationResultType |
TestResourceResponse.getResult()
Gets the value of the result property.
|
OperationResultType |
SearchObjectsResponse.getResult()
Gets the value of the result property.
|
OperationResultType |
ModifyObjectResponse.getResult()
Gets the value of the result property.
|
OperationResultType |
ListResourceObjectShadowsResponse.getResult()
Gets the value of the result property.
|
OperationResultType |
ListObjectsResponse.getResult()
Gets the value of the result property.
|
OperationResultType |
ListAccountShadowOwnerResponse.getResult()
Gets the value of the result property.
|
OperationResultType |
GetObjectResponse.getResult()
Gets the value of the result property.
|
OperationResultType |
DeleteObjectResponse.getResult()
Gets the value of the result property.
|
OperationResultType |
AddObjectResponse.getResult()
Gets the value of the result property.
|
Modifier and Type | Method and Description |
---|---|
void |
TestResourceResponse.setResult(OperationResultType value)
Sets the value of the result property.
|
void |
SearchObjectsResponse.setResult(OperationResultType value)
Sets the value of the result property.
|
void |
ModifyObjectResponse.setResult(OperationResultType value)
Sets the value of the result property.
|
void |
ListResourceObjectShadowsResponse.setResult(OperationResultType value)
Sets the value of the result property.
|
void |
ListObjectsResponse.setResult(OperationResultType value)
Sets the value of the result property.
|
void |
ListAccountShadowOwnerResponse.setResult(OperationResultType value)
Sets the value of the result property.
|
void |
GetObjectResponse.setResult(OperationResultType value)
Sets the value of the result property.
|
void |
DeleteObjectResponse.setResult(OperationResultType value)
Sets the value of the result property.
|
void |
AddObjectResponse.setResult(OperationResultType value)
Sets the value of the result property.
|
Modifier and Type | Method and Description |
---|---|
OperationResultType |
ModelPortTypeImpl.deleteObject(String objectType,
String oid) |
OperationResultType |
ModelPortType.deleteObject(String objectType,
String oid)
Deleted object with provided OID.
|
OperationResultType |
ModelPortTypeImpl.modifyObject(String objectType,
ObjectModificationType objectChange) |
OperationResultType |
ModelPortType.modifyObject(String objectType,
ObjectModificationType objectChange)
Modifies object using relative change description.
|
OperationResultType |
ModelPortTypeImpl.testResource(String resourceOid) |
OperationResultType |
ModelPortType.testResource(String resourceOid)
WARNING:
This operation should not be here.
|
Modifier and Type | Method and Description |
---|---|
void |
ModelPortTypeImpl.addObject(ObjectType object,
Holder<String> oid,
Holder<OperationResultType> result) |
void |
ModelPortType.addObject(ObjectType object,
Holder<String> oid,
Holder<OperationResultType> result)
Add new object.
|
void |
ModelPortTypeImpl.getObject(String objectType,
String oid,
OperationOptionsType options,
Holder<ObjectType> object,
Holder<OperationResultType> result) |
void |
ModelPortType.getObject(String objectType,
String oid,
OperationOptionsType options,
Holder<ObjectType> object,
Holder<OperationResultType> result)
Returns object for provided OID.
|
void |
ModelPortTypeImpl.listAccountShadowOwner(String accountOid,
Holder<UserType> user,
Holder<OperationResultType> result) |
void |
ModelPortType.listAccountShadowOwner(String accountOid,
Holder<UserType> user,
Holder<OperationResultType> result)
Returns the User object representing owner of specified account
(account shadow).
|
void |
ModelPortTypeImpl.listObjects(String objectType,
PagingType paging,
OperationOptionsType options,
Holder<ObjectListType> objectList,
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.listResourceObjectShadows(String resourceOid,
String resourceObjectShadowType,
Holder<ResourceObjectShadowListType> resourceObjectShadowList,
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.searchObjects(String objectType,
QueryType query,
OperationOptionsType options,
Holder<ObjectListType> objectList,
Holder<OperationResultType> result) |
void |
ModelPortType.searchObjects(String objectType,
QueryType query,
OperationOptionsType options,
Holder<ObjectListType> objectList,
Holder<OperationResultType> result)
Search for objects in the repository.
|
Copyright © 2014 Evolveum. All rights reserved.