|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of OperationResultType in com.evolveum.midpoint.model |
---|
Methods in com.evolveum.midpoint.model that return OperationResultType | |
---|---|
OperationResultType |
ModelWebService.deleteObject(java.lang.String objectTypeUri,
java.lang.String oid)
|
OperationResultType |
ModelWebService.modifyObject(java.lang.String objectTypeUri,
ObjectModificationType change)
|
OperationResultType |
ModelWebService.testResource(java.lang.String resourceOid)
|
Method parameters in com.evolveum.midpoint.model with type arguments of type OperationResultType | |
---|---|
void |
ModelWebService.addObject(ObjectType objectType,
javax.xml.ws.Holder<java.lang.String> oidHolder,
javax.xml.ws.Holder<OperationResultType> result)
|
void |
ModelWebService.getObject(java.lang.String objectTypeUri,
java.lang.String oid,
OperationOptionsType options,
javax.xml.ws.Holder<ObjectType> objectHolder,
javax.xml.ws.Holder<OperationResultType> resultHolder)
|
void |
ModelWebService.listAccountShadowOwner(java.lang.String accountOid,
javax.xml.ws.Holder<UserType> userHolder,
javax.xml.ws.Holder<OperationResultType> result)
|
void |
ModelWebService.listObjects(java.lang.String objectType,
PagingType paging,
OperationOptionsType options,
javax.xml.ws.Holder<ObjectListType> objectListHolder,
javax.xml.ws.Holder<OperationResultType> result)
|
void |
ModelWebService.listResourceObjects(java.lang.String resourceOid,
javax.xml.namespace.QName objectType,
PagingType paging,
javax.xml.ws.Holder<ObjectListType> objectListTypeHolder,
javax.xml.ws.Holder<OperationResultType> result)
|
void |
ModelWebService.listResourceObjectShadows(java.lang.String resourceOid,
java.lang.String resourceObjectShadowType,
javax.xml.ws.Holder<ResourceObjectShadowListType> resourceObjectShadowListHolder,
javax.xml.ws.Holder<OperationResultType> result)
|
void |
ModelWebService.searchObjects(java.lang.String objectTypeUri,
QueryType query,
OperationOptionsType options,
javax.xml.ws.Holder<ObjectListType> objectListHolder,
javax.xml.ws.Holder<OperationResultType> result)
|
Uses of OperationResultType in com.evolveum.midpoint.repo.sql.data.common |
---|
Methods in com.evolveum.midpoint.repo.sql.data.common that return OperationResultType | |
---|---|
OperationResultType |
ROperationResult.toJAXB(PrismContext prismContext)
|
Methods in com.evolveum.midpoint.repo.sql.data.common with parameters of type OperationResultType | |
---|---|
static void |
ROperationResult.copyFromJAXB(OperationResultType jaxb,
ROperationResult repo,
PrismContext prismContext)
|
static void |
ROperationResult.copyToJAXB(ROperationResult repo,
OperationResultType jaxb,
PrismContext prismContext)
|
Uses of OperationResultType in com.evolveum.midpoint.schema.result |
---|
Methods in com.evolveum.midpoint.schema.result that return OperationResultType | |
---|---|
static OperationResultType |
OperationResultFactory.createOperationResult(java.lang.String operation,
OperationResultStatusType status)
|
static OperationResultType |
OperationResultFactory.createOperationResult(java.lang.String operation,
OperationResultStatusType status,
java.util.Map<java.lang.String,org.w3c.dom.Element> params)
|
static OperationResultType |
OperationResultFactory.createOperationResult(java.lang.String operation,
OperationResultStatusType status,
java.util.Map<java.lang.String,org.w3c.dom.Element> params,
java.lang.String message)
|
static OperationResultType |
OperationResultFactory.createOperationResult(java.lang.String operation,
OperationResultStatusType status,
java.util.Map<java.lang.String,org.w3c.dom.Element> params,
java.lang.String message,
java.lang.String messageCode)
|
static OperationResultType |
OperationResultFactory.createOperationResult(java.lang.String operation,
OperationResultStatusType status,
java.util.Map<java.lang.String,org.w3c.dom.Element> params,
java.lang.String message,
java.lang.String messageCode,
java.lang.String localizedMessage,
java.lang.Object[] localizedArguments)
|
static OperationResultType |
OperationResultFactory.createOperationResult(java.lang.String operation,
OperationResultStatusType status,
java.lang.String message,
java.lang.String localizedMessage)
|
static OperationResultType |
OperationResultFactory.createOperationResult(java.lang.String operation,
OperationResultStatusType status,
java.lang.String message,
java.lang.String localizedMessage,
java.lang.Object[] localizedArguments)
|
static OperationResultType |
OperationResultFactory.createOperationResult(java.lang.String operation,
OperationResultStatusType status,
java.lang.String message,
java.lang.String messageCode,
java.lang.String localizedMessage)
|
static OperationResultType |
OperationResultFactory.createOperationResult(java.lang.String operation,
OperationResultStatusType status,
java.lang.String message,
java.lang.String messageCode,
java.lang.String localizedMessage,
java.lang.Object[] localizedArguments)
|
OperationResultType |
OperationResult.createOperationResultType()
|
Methods in com.evolveum.midpoint.schema.result with parameters of type OperationResultType | |
---|---|
static OperationResult |
OperationResult.createOperationResult(OperationResultType result)
|
Uses of OperationResultType in com.evolveum.midpoint.schema.util |
---|
Methods in com.evolveum.midpoint.schema.util with parameters of type OperationResultType | |
---|---|
static java.lang.String |
SchemaDebugUtil.prettyPrint(OperationResultType resultType)
|
Uses of OperationResultType in com.evolveum.midpoint.test |
---|
Methods in com.evolveum.midpoint.test with parameters of type OperationResultType | |
---|---|
static void |
IntegrationTestTools.assertFailure(OperationResultType result)
|
static void |
IntegrationTestTools.assertFailure(java.lang.String message,
OperationResultType result)
|
static void |
IntegrationTestTools.assertSuccess(java.lang.String message,
OperationResultType result)
|
static void |
IntegrationTestTools.assertWarning(java.lang.String message,
OperationResultType result)
|
static void |
IntegrationTestTools.display(java.lang.String title,
OperationResultType result)
|
static boolean |
IntegrationTestTools.hasWarningAssertSuccess(java.lang.String message,
OperationResultType result)
|
Uses of OperationResultType in com.evolveum.midpoint.xml.ns._public.common.common_2a |
---|
Fields in com.evolveum.midpoint.xml.ns._public.common.common_2a with type parameters of type OperationResultType | |
---|---|
protected java.util.List<OperationResultType> |
OperationResultType.partialResults
|
Methods in com.evolveum.midpoint.xml.ns._public.common.common_2a that return OperationResultType | |
---|---|
OperationResultType |
OperationResultType.clone()
Creates and returns a deep copy of this object. |
OperationResultType |
ObjectFactory.createOperationResultType()
Create an instance of OperationResultType |
OperationResultType |
ObjectType.getFetchResult()
|
OperationResultType |
TaskType.getResult()
|
OperationResultType |
ResourceObjectShadowType.getResult()
|
Methods in com.evolveum.midpoint.xml.ns._public.common.common_2a that return types with arguments of type OperationResultType | |
---|---|
javax.xml.bind.JAXBElement<OperationResultType> |
ObjectFactory.createOperationResult(OperationResultType value)
Create an instance of JAXBElement < OperationResultType > } |
java.util.List<OperationResultType> |
OperationResultType.getPartialResults()
Gets the value of the partialResults property. |
Methods in com.evolveum.midpoint.xml.ns._public.common.common_2a with parameters of type OperationResultType | |
---|---|
javax.xml.bind.JAXBElement<OperationResultType> |
ObjectFactory.createOperationResult(OperationResultType value)
Create an instance of JAXBElement < OperationResultType > } |
void |
ObjectType.setFetchResult(OperationResultType value)
|
void |
TaskType.setResult(OperationResultType value)
|
void |
ResourceObjectShadowType.setResult(OperationResultType value)
|
Constructors in com.evolveum.midpoint.xml.ns._public.common.common_2a with parameters of type OperationResultType | |
---|---|
OperationResultType(OperationResultType o)
Creates a new OperationResultType instance by deeply copying a given OperationResultType instance. |
Uses of OperationResultType in com.evolveum.midpoint.xml.ns._public.common.fault_1 |
---|
Fields in com.evolveum.midpoint.xml.ns._public.common.fault_1 declared as OperationResultType | |
---|---|
protected OperationResultType |
FaultType.operationResult
|
Methods in com.evolveum.midpoint.xml.ns._public.common.fault_1 that return OperationResultType | |
---|---|
OperationResultType |
FaultType.getOperationResult()
Gets the value of the operationResult property. |
Methods in com.evolveum.midpoint.xml.ns._public.common.fault_1 with parameters of type OperationResultType | |
---|---|
void |
FaultType.setOperationResult(OperationResultType value)
Sets the value of the operationResult property. |
Uses of OperationResultType in com.evolveum.midpoint.xml.ns._public.model.model_1_wsdl |
---|
Methods in com.evolveum.midpoint.xml.ns._public.model.model_1_wsdl that return OperationResultType | |
---|---|
OperationResultType |
ModelPortTypeImpl.deleteObject(java.lang.String objectType,
java.lang.String oid)
|
OperationResultType |
ModelPortType.deleteObject(java.lang.String objectType,
java.lang.String oid)
Deleted object with provided OID. |
OperationResultType |
ModelPortTypeImpl.modifyObject(java.lang.String objectType,
ObjectModificationType objectChange)
|
OperationResultType |
ModelPortType.modifyObject(java.lang.String objectType,
ObjectModificationType objectChange)
Modifies object using relative change description. |
OperationResultType |
ModelPortTypeImpl.testResource(java.lang.String resourceOid)
|
OperationResultType |
ModelPortType.testResource(java.lang.String resourceOid)
WARNING: This operation should not be here. |
Method parameters in com.evolveum.midpoint.xml.ns._public.model.model_1_wsdl with type arguments of type OperationResultType | |
---|---|
void |
ModelPortTypeImpl.addObject(ObjectType object,
javax.xml.ws.Holder<java.lang.String> oid,
javax.xml.ws.Holder<OperationResultType> result)
|
void |
ModelPortType.addObject(ObjectType object,
javax.xml.ws.Holder<java.lang.String> oid,
javax.xml.ws.Holder<OperationResultType> result)
Add new object. |
void |
ModelPortTypeImpl.getObject(java.lang.String objectType,
java.lang.String oid,
OperationOptionsType options,
javax.xml.ws.Holder<ObjectType> object,
javax.xml.ws.Holder<OperationResultType> result)
|
void |
ModelPortType.getObject(java.lang.String objectType,
java.lang.String oid,
OperationOptionsType options,
javax.xml.ws.Holder<ObjectType> object,
javax.xml.ws.Holder<OperationResultType> result)
Returns object for provided OID. |
void |
ModelPortTypeImpl.listAccountShadowOwner(java.lang.String accountOid,
javax.xml.ws.Holder<UserType> user,
javax.xml.ws.Holder<OperationResultType> result)
|
void |
ModelPortType.listAccountShadowOwner(java.lang.String accountOid,
javax.xml.ws.Holder<UserType> user,
javax.xml.ws.Holder<OperationResultType> result)
Returns the User object representing owner of specified account (account shadow). |
void |
ModelPortTypeImpl.listObjects(java.lang.String objectType,
PagingType paging,
OperationOptionsType options,
javax.xml.ws.Holder<ObjectListType> objectList,
javax.xml.ws.Holder<OperationResultType> result)
|
void |
ModelPortType.listObjects(java.lang.String objectType,
PagingType paging,
OperationOptionsType options,
javax.xml.ws.Holder<ObjectListType> objectList,
javax.xml.ws.Holder<OperationResultType> result)
Returns all objects of specified type in the repository. |
void |
ModelPortTypeImpl.listResourceObjects(java.lang.String resourceOid,
javax.xml.namespace.QName objectType,
PagingType paging,
javax.xml.ws.Holder<ObjectListType> objectList,
javax.xml.ws.Holder<OperationResultType> result)
|
void |
ModelPortType.listResourceObjects(java.lang.String resourceOid,
javax.xml.namespace.QName objectType,
PagingType paging,
javax.xml.ws.Holder<ObjectListType> objectList,
javax.xml.ws.Holder<OperationResultType> result)
WARNING: This operation should not be here. |
void |
ModelPortTypeImpl.listResourceObjectShadows(java.lang.String resourceOid,
java.lang.String resourceObjectShadowType,
javax.xml.ws.Holder<ResourceObjectShadowListType> resourceObjectShadowList,
javax.xml.ws.Holder<OperationResultType> result)
|
void |
ModelPortType.listResourceObjectShadows(java.lang.String resourceOid,
java.lang.String resourceObjectShadowType,
javax.xml.ws.Holder<ResourceObjectShadowListType> resourceObjectShadowList,
javax.xml.ws.Holder<OperationResultType> result)
Search for resource object shadows of a specified type that belong to the specified resource. |
void |
ModelPortTypeImpl.searchObjects(java.lang.String objectType,
QueryType query,
OperationOptionsType options,
javax.xml.ws.Holder<ObjectListType> objectList,
javax.xml.ws.Holder<OperationResultType> result)
|
void |
ModelPortType.searchObjects(java.lang.String objectType,
QueryType query,
OperationOptionsType options,
javax.xml.ws.Holder<ObjectListType> objectList,
javax.xml.ws.Holder<OperationResultType> result)
Search for objects in the repository. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |