Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_2a.OperationResultType

Packages that use OperationResultType
com.evolveum.midpoint.model   
com.evolveum.midpoint.repo.sql.data.common   
com.evolveum.midpoint.repo.sql.util   
com.evolveum.midpoint.schema.result   
com.evolveum.midpoint.schema.util   
com.evolveum.midpoint.test   
com.evolveum.midpoint.xml.ns._public.common.common_2a   
com.evolveum.midpoint.xml.ns._public.common.fault_1   
com.evolveum.midpoint.xml.ns._public.model.model_1_wsdl   
 

Uses of OperationResultType in com.evolveum.midpoint.model
 

Methods in com.evolveum.midpoint.model that return OperationResultType
 OperationResultType ModelWebService.deleteObject(String objectTypeUri, String oid)
           
 OperationResultType ModelWebService.modifyObject(String objectTypeUri, ObjectModificationType change)
           
 OperationResultType ModelWebService.testResource(String resourceOid)
           
 

Method parameters in com.evolveum.midpoint.model with type arguments of type OperationResultType
 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)
           
 

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.repo.sql.util
 

Methods in com.evolveum.midpoint.repo.sql.util with parameters of type OperationResultType
static void RUtil.copyResultFromJAXB(OperationResultType jaxb, OperationResult repo, PrismContext prismContext)
           
static void RUtil.copyResultToJAXB(OperationResult 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(String operation, OperationResultStatusType status)
           
static OperationResultType OperationResultFactory.createOperationResult(String operation, OperationResultStatusType status, Map<String,Element> params)
           
static OperationResultType OperationResultFactory.createOperationResult(String operation, OperationResultStatusType status, Map<String,Element> params, String message)
           
static OperationResultType OperationResultFactory.createOperationResult(String operation, OperationResultStatusType status, Map<String,Element> params, String message, String messageCode)
           
static OperationResultType OperationResultFactory.createOperationResult(String operation, OperationResultStatusType status, Map<String,Element> params, String message, String messageCode, String localizedMessage, Object[] localizedArguments)
           
static OperationResultType OperationResultFactory.createOperationResult(String operation, OperationResultStatusType status, String message, String localizedMessage)
           
static OperationResultType OperationResultFactory.createOperationResult(String operation, OperationResultStatusType status, String message, String localizedMessage, Object[] localizedArguments)
           
static OperationResultType OperationResultFactory.createOperationResult(String operation, OperationResultStatusType status, String message, String messageCode, String localizedMessage)
           
static OperationResultType OperationResultFactory.createOperationResult(String operation, OperationResultStatusType status, String message, String messageCode, String localizedMessage, 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 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(String message, OperationResultType result)
           
static void IntegrationTestTools.assertSuccess(String message, OperationResultType result)
           
static void IntegrationTestTools.assertWarning(String message, OperationResultType result)
           
static void IntegrationTestTools.display(String title, OperationResultType result)
           
static boolean IntegrationTestTools.hasWarningAssertSuccess(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  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 ResourceObjectShadowType.getResult()
           
 OperationResultType TaskType.getResult()
           
 

Methods in com.evolveum.midpoint.xml.ns._public.common.common_2a that return types with arguments of type OperationResultType
 JAXBElement<OperationResultType> ObjectFactory.createOperationResult(OperationResultType value)
          Create an instance of JAXBElement<OperationResultType>}
 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
 JAXBElement<OperationResultType> ObjectFactory.createOperationResult(OperationResultType value)
          Create an instance of JAXBElement<OperationResultType>}
 void ObjectType.setFetchResult(OperationResultType value)
           
 void ResourceObjectShadowType.setResult(OperationResultType value)
           
 void TaskType.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 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)
           
 

Method parameters in com.evolveum.midpoint.xml.ns._public.model.model_1_wsdl with type arguments of type OperationResultType
 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.