Modifier and Type | Method and Description |
---|---|
OperationResultType |
ModelWebService.deleteObject(String objectTypeUri,
String oid) |
OperationResultType |
ModelWebService.modifyObject(String objectTypeUri,
ObjectModificationType change) |
OperationResultType |
ModelWebService.testResource(String resourceOid) |
Modifier and Type | Method and Description |
---|---|
void |
ModelWebService.addObject(ObjectType objectType,
Holder<String> oidHolder,
Holder<OperationResultType> result) |
void |
ModelWebService.getObject(String objectTypeUri,
String oid,
OperationOptionsType options,
Holder<ObjectType> objectHolder,
Holder<OperationResultType> resultHolder) |
void |
ModelWebService.listAccountShadowOwner(String accountOid,
Holder<UserType> userHolder,
Holder<OperationResultType> result) |
void |
ModelWebService.listObjects(String objectType,
PagingType paging,
OperationOptionsType options,
Holder<ObjectListType> objectListHolder,
Holder<OperationResultType> result) |
void |
ModelWebService.listResourceObjects(String resourceOid,
QName objectType,
PagingType paging,
Holder<ObjectListType> objectListTypeHolder,
Holder<OperationResultType> result) |
void |
ModelWebService.listResourceObjectShadows(String resourceOid,
String resourceObjectShadowType,
Holder<ResourceObjectShadowListType> resourceObjectShadowListHolder,
Holder<OperationResultType> result) |
void |
ModelWebService.searchObjects(String objectTypeUri,
QueryType query,
OperationOptionsType options,
Holder<ObjectListType> objectListHolder,
Holder<OperationResultType> result) |
Modifier and Type | Method and Description |
---|---|
void |
LensProjectionContext.determineFullShadowFlag(OperationResultType fetchResult) |
Modifier and Type | Method and Description |
---|---|
OperationResultType |
ROperationResult.toJAXB(PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
static void |
ROperationResult.copyFromJAXB(OperationResultType jaxb,
ROperationResult repo,
PrismContext prismContext) |
static void |
ROperationResult.copyToJAXB(ROperationResult repo,
OperationResultType jaxb,
PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
static void |
RUtil.copyResultFromJAXB(OperationResultType jaxb,
OperationResult repo,
PrismContext prismContext) |
static void |
RUtil.copyResultToJAXB(OperationResult repo,
OperationResultType jaxb,
PrismContext prismContext) |
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 | Method and Description |
---|---|
static void |
IntegrationTestTools.display(String title,
OperationResultType result) |
Modifier and Type | Method and Description |
---|---|
static void |
TestUtil.assertFailure(OperationResultType result) |
static void |
TestUtil.assertFailure(String message,
OperationResultType result) |
static void |
TestUtil.assertNoUnknown(OperationResultType result) |
static void |
TestUtil.assertSuccess(String message,
OperationResultType result) |
static void |
TestUtil.assertWarning(String message,
OperationResultType result) |
static boolean |
TestUtil.hasWarningAssertSuccess(String message,
OperationResultType result) |
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 |
ObjectDeltaOperationType.getExecutionResult()
Gets the value of the executionResult property.
|
OperationResultType |
ObjectType.getFetchResult() |
OperationResultType |
ShadowType.getResult() |
OperationResultType |
UserType.getResult() |
OperationResultType |
TaskType.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 |
ObjectDeltaOperationType.setExecutionResult(OperationResultType value)
Sets the value of the executionResult property.
|
void |
ObjectType.setFetchResult(OperationResultType value) |
void |
ShadowType.setResult(OperationResultType value) |
void |
UserType.setResult(OperationResultType value) |
void |
TaskType.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 | Method and Description |
---|---|
OperationResultType |
ModelPortType.deleteObject(String objectType,
String oid)
Deleted object with provided OID.
|
OperationResultType |
ModelPortTypeImpl.deleteObject(String objectType,
String oid) |
OperationResultType |
ModelPortType.modifyObject(String objectType,
ObjectModificationType objectChange)
Modifies object using relative change description.
|
OperationResultType |
ModelPortTypeImpl.modifyObject(String objectType,
ObjectModificationType objectChange) |
OperationResultType |
ModelPortType.testResource(String resourceOid)
WARNING:
This operation should not be here.
|
OperationResultType |
ModelPortTypeImpl.testResource(String resourceOid) |
Modifier and Type | Method and Description |
---|---|
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) |
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) |
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) |
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) |
Copyright © 2013 evolveum. All rights reserved.