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 |
TestResourceResponseType.result |
protected OperationResultType |
SearchObjectsResponseType.result |
protected OperationResultType |
GetObjectResponseType.result |
protected OperationResultType |
FindShadowOwnerResponseType.result |
protected OperationResultType |
ExecuteScriptsResponseType.result |
Modifier and Type | Method and Description |
---|---|
OperationResultType |
TestResourceResponseType.getResult()
Gets the value of the result property.
|
OperationResultType |
SearchObjectsResponseType.getResult()
Gets the value of the result property.
|
OperationResultType |
GetObjectResponseType.getResult()
Gets the value of the result property.
|
OperationResultType |
FindShadowOwnerResponseType.getResult()
Gets the value of the result property.
|
OperationResultType |
ExecuteScriptsResponseType.getResult()
Gets the value of the result property.
|
OperationResultType |
modelPortImpl.testResource(String resourceOid) |
OperationResultType |
ModelPortType.testResource(String resourceOid)
Faults (TODO):
any SystemFaultType
ObjectNotFoundFaultType: specified Resource definition does not exist
|
Modifier and Type | Method and Description |
---|---|
void |
TestResourceResponseType.setResult(OperationResultType value)
Sets the value of the result property.
|
void |
SearchObjectsResponseType.setResult(OperationResultType value)
Sets the value of the result property.
|
void |
GetObjectResponseType.setResult(OperationResultType value)
Sets the value of the result property.
|
void |
FindShadowOwnerResponseType.setResult(OperationResultType value)
Sets the value of the result property.
|
void |
ExecuteScriptsResponseType.setResult(OperationResultType value)
Sets the value of the result property.
|
Modifier and Type | Method and Description |
---|---|
void |
modelPortImpl.findShadowOwner(String shadowOid,
Holder<UserType> user,
Holder<OperationResultType> result) |
void |
ModelPortType.findShadowOwner(String shadowOid,
Holder<UserType> user,
Holder<OperationResultType> result)
Faults (TODO):
any SystemFaultType
IllegalArgumentFaultType: wrong OID format
ObjectNotFoundFaultType: object with specified OID does not exists
|
void |
modelPortImpl.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) |
void |
modelPortImpl.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)
TODO Faults:
any SystemFaultType
IllegalArgumentFaultType: wrong object type
SchemaViolationFaultType: unknown property used in search query
|
Copyright © 2014 Evolveum. All rights reserved.