Uses of Class
com.evolveum.midpoint.schema.exception.CommunicationException

Packages that use CommunicationException
com.evolveum.midpoint.provisioning.api   
com.evolveum.midpoint.provisioning.impl   
 

Uses of CommunicationException in com.evolveum.midpoint.provisioning.api
 

Methods in com.evolveum.midpoint.provisioning.api that throw CommunicationException
 java.lang.String ProvisioningService.addObject(ObjectType object, ScriptsType scripts, OperationResult parentResult)
          Add new object.
 void ProvisioningService.deleteObject(java.lang.String oid, ScriptsType scripts, OperationResult parentResult)
          Deleted object with provided OID.
 ObjectType ProvisioningService.getObject(java.lang.String oid, PropertyReferenceListType resolve, OperationResult parentResult)
          Returns object for provided OID.
 void ProvisioningService.modifyObject(ObjectModificationType objectChange, ScriptsType scripts, OperationResult parentResult)
          Modifies object using relative change description.
 ObjectListType ProvisioningService.searchObjects(QueryType query, PagingType paging, OperationResult parentResult)
          Search for objects.
 void ProvisioningService.searchObjectsIterative(QueryType query, PagingType paging, ResultHandler handler, OperationResult parentResult)
          Search for objects iteratively.
 int ProvisioningService.synchronize(java.lang.String resourceOid, Task task, OperationResult parentResult)
          Collect external changes on a resource and call the business logic with the accumulated change data.
 

Uses of CommunicationException in com.evolveum.midpoint.provisioning.impl
 

Methods in com.evolveum.midpoint.provisioning.impl that throw CommunicationException
 java.lang.String ProvisioningServiceImpl.addObject(ObjectType object, ScriptsType scripts, OperationResult parentResult)
           
 java.lang.String ShadowCache.addShadow(ObjectType object, ScriptsType scripts, ResourceType resource, OperationResult parentResult)
           
 void ProvisioningServiceImpl.deleteObject(java.lang.String oid, ScriptsType scripts, OperationResult parentResult)
           
 void ShadowCache.deleteShadow(ObjectType objectType, ResourceType resource, OperationResult parentResult)
           
 java.util.List<Change> ShadowCache.fetchChanges(ResourceType resourceType, Property lastToken, OperationResult parentResult)
           
 Property ShadowCache.fetchCurrentToken(ResourceType resourceType, OperationResult parentResult)
           
 ObjectType ProvisioningServiceImpl.getObject(java.lang.String oid, PropertyReferenceListType resolve, OperationResult parentResult)
           
 ResourceObjectShadowType ShadowCache.getShadow(java.lang.String oid, ResourceObjectShadowType repositoryShadow, OperationResult parentResult)
          Gets the shadow with specified OID The shadow will be read from the repository and missing information will be fetched from the resource.
 void ShadowCache.listShadows(ResourceType resource, javax.xml.namespace.QName objectClass, ShadowHandler handler, OperationResult parentResult)
          List all shadow objects of specified objectClass.
 void ProvisioningServiceImpl.modifyObject(ObjectModificationType objectChange, ScriptsType scripts, OperationResult parentResult)
           
 void ShadowCache.modifyShadow(ObjectType objectType, ResourceType resource, ObjectModificationType objectChange, ScriptsType scripts, OperationResult parentResult)
           
 ObjectListType ProvisioningServiceImpl.searchObjects(QueryType query, PagingType paging, OperationResult parentResult)
           
 void ShadowCache.searchObjectsIterative(javax.xml.namespace.QName objectClass, ResourceType resourceType, ShadowHandler handler, DiscoveryHandler discoveryHandler, OperationResult parentResult)
           
 void ProvisioningServiceImpl.searchObjectsIterative(QueryType query, PagingType paging, ResultHandler handler, OperationResult parentResult)
           
 int ProvisioningServiceImpl.synchronize(java.lang.String resourceOid, Task task, OperationResult parentResult)
           
 



Copyright © 2011 evolveum. All Rights Reserved.