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

Packages that use OperationResultType
com.evolveum.midpoint.model   
com.evolveum.midpoint.schema.result   
com.evolveum.midpoint.schema.util   
com.evolveum.midpoint.test   
com.evolveum.midpoint.web.controller.server   
com.evolveum.midpoint.xml.ns._public.common.common_1   
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(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 object, 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, PropertyReferenceListType resolve, javax.xml.ws.Holder<ObjectType> objectHolder, javax.xml.ws.Holder<OperationResultType> resultHolder)
           
 void ModelWebService.getPropertyAvailableValues(java.lang.String oid, PropertyReferenceListType properties, javax.xml.ws.Holder<PropertyAvailableValuesListType> propertyAvailableValuesListHolder, javax.xml.ws.Holder<OperationResultType> result)
           
 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, 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, PagingType paging, javax.xml.ws.Holder<ObjectListType> objectListHolder, javax.xml.ws.Holder<OperationResultType> result)
           
 

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 DebugUtil.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.assertSuccess(java.lang.String message, OperationResultType result)
           
static void IntegrationTestTools.display(java.lang.String title, OperationResultType result)
           
 

Uses of OperationResultType in com.evolveum.midpoint.web.controller.server
 

Methods in com.evolveum.midpoint.web.controller.server that return types with arguments of type OperationResultType
 java.util.List<OperationResultType> TaskDetailsController.getResults()
           
 

Uses of OperationResultType in com.evolveum.midpoint.xml.ns._public.common.common_1
 

Fields in com.evolveum.midpoint.xml.ns._public.common.common_1 declared as OperationResultType
protected  OperationResultType ObjectType.fetchResult
           
protected  OperationResultType TaskType.result
           
protected  OperationResultType ResourceObjectShadowType.result
           
 

Fields in com.evolveum.midpoint.xml.ns._public.common.common_1 with type parameters of type OperationResultType
protected  java.util.List<OperationResultType> OperationResultType.partialResults
           
 

Methods in com.evolveum.midpoint.xml.ns._public.common.common_1 that return OperationResultType
 OperationResultType ObjectFactory.createOperationResultType()
          Create an instance of OperationResultType
 OperationResultType ObjectType.getFetchResult()
          Gets the value of the fetchResult property.
 OperationResultType TaskType.getResult()
          Gets the value of the result property.
 OperationResultType ResourceObjectShadowType.getResult()
          Gets the value of the result property.
 

Methods in com.evolveum.midpoint.xml.ns._public.common.common_1 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_1 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)
          Sets the value of the fetchResult property.
 void TaskType.setResult(OperationResultType value)
          Sets the value of the result property.
 void ResourceObjectShadowType.setResult(OperationResultType value)
          Sets the value of the result property.
 

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, PropertyReferenceListType resolve, javax.xml.ws.Holder<ObjectType> object, javax.xml.ws.Holder<OperationResultType> result)
           
 void ModelPortType.getObject(java.lang.String objectType, java.lang.String oid, PropertyReferenceListType resolve, javax.xml.ws.Holder<ObjectType> object, javax.xml.ws.Holder<OperationResultType> result)
          Returns object for provided OID.
 void ModelPortTypeImpl.getPropertyAvailableValues(java.lang.String oid, PropertyReferenceListType properties, javax.xml.ws.Holder<PropertyAvailableValuesListType> propertyAvailableValuesList, javax.xml.ws.Holder<OperationResultType> result)
           
 void ModelPortType.getPropertyAvailableValues(java.lang.String oid, PropertyReferenceListType properties, javax.xml.ws.Holder<PropertyAvailableValuesListType> propertyAvailableValuesList, javax.xml.ws.Holder<OperationResultType> result)
          Returns list of available values for specified properties.
 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, javax.xml.ws.Holder<ObjectListType> objectList, javax.xml.ws.Holder<OperationResultType> result)
           
 void ModelPortType.listObjects(java.lang.String objectType, PagingType paging, 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, PagingType paging, javax.xml.ws.Holder<ObjectListType> objectList, javax.xml.ws.Holder<OperationResultType> result)
           
 void ModelPortType.searchObjects(java.lang.String objectType, QueryType query, PagingType paging, javax.xml.ws.Holder<ObjectListType> objectList, javax.xml.ws.Holder<OperationResultType> result)
          Search for objects in the repository.
 



Copyright © 2012 evolveum. All Rights Reserved.