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

Packages that use CommunicationException
com.evolveum.midpoint.model   
com.evolveum.midpoint.model.api   
com.evolveum.midpoint.model.controller   
com.evolveum.midpoint.model.synchronizer   
com.evolveum.midpoint.model.util   
com.evolveum.midpoint.provisioning.api   
com.evolveum.midpoint.provisioning.impl   
 

Uses of CommunicationException in com.evolveum.midpoint.model
 

Methods in com.evolveum.midpoint.model that throw CommunicationException
 void ChangeExecutor.executeChange(ObjectDelta<?> change, OperationResult result)
           
 void ChangeExecutor.executeChanges(java.util.Collection<ObjectDelta<?>> changes, OperationResult result)
           
 void ChangeExecutor.executeChanges(SyncContext syncContext, OperationResult result)
           
 

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

Methods in com.evolveum.midpoint.model.api that throw CommunicationException
<T extends ObjectType>
java.lang.String
ModelService.addObject(T object, Task task, OperationResult parentResult)
           Add new object.
<T extends ObjectType>
void
ModelService.deleteObject(java.lang.Class<T> type, java.lang.String oid, Task task, OperationResult parentResult)
           Deletes object with specified OID.
 java.util.Set<ConnectorType> ModelService.discoverConnectors(ConnectorHostType hostType, OperationResult parentResult)
          Discovers local or remote connectors.
 ResultList<? extends ResourceObjectShadowType> ModelService.listResourceObjects(java.lang.String resourceOid, javax.xml.namespace.QName objectClass, PagingType paging, OperationResult result)
           Returns all resource objects of specified type that are currently available to the system.
<T extends ObjectType>
void
ModelService.modifyObject(java.lang.Class<T> type, ObjectModificationType change, Task task, OperationResult parentResult)
           Modifies object using relative change description.
 

Uses of CommunicationException in com.evolveum.midpoint.model.controller
 

Methods in com.evolveum.midpoint.model.controller that throw CommunicationException
<T extends ObjectType>
java.lang.String
ModelController.addObject(T object, Task task, OperationResult parentResult)
           
<T extends ObjectType>
void
ModelController.deleteObject(java.lang.Class<T> clazz, java.lang.String oid, Task task, OperationResult parentResult)
           
 java.util.Set<ConnectorType> ModelController.discoverConnectors(ConnectorHostType hostType, OperationResult parentResult)
           
 ResultList<? extends ResourceObjectShadowType> ModelController.listResourceObjects(java.lang.String resourceOid, javax.xml.namespace.QName objectClass, PagingType paging, OperationResult result)
           
<T extends ObjectType>
void
ModelController.modifyObject(java.lang.Class<T> type, ObjectModificationType change, Task task, OperationResult parentResult)
           
 

Uses of CommunicationException in com.evolveum.midpoint.model.synchronizer
 

Methods in com.evolveum.midpoint.model.synchronizer that throw CommunicationException
 void UserSynchronizer.synchronizeUser(SyncContext context, OperationResult result)
           
 

Uses of CommunicationException in com.evolveum.midpoint.model.util
 

Methods in com.evolveum.midpoint.model.util that throw CommunicationException
static ResourceType Utils.getResource(ResourceObjectShadowType shadow, ProvisioningService provisioning, OperationResult result)
           
static void Utils.resolveResource(ResourceObjectShadowType shadow, ProvisioningService provisioning, OperationResult result)
           
 

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

Methods in com.evolveum.midpoint.provisioning.api that throw CommunicationException
<T extends ObjectType>
java.lang.String
ProvisioningService.addObject(T object, ScriptsType scripts, OperationResult parentResult)
          Add new object.
<T extends ObjectType>
void
ProvisioningService.deleteObject(java.lang.Class<T> type, java.lang.String oid, ScriptsType scripts, OperationResult parentResult)
          Deletes object with specified OID.
 java.util.Set<ConnectorType> ProvisioningService.discoverConnectors(ConnectorHostType hostType, OperationResult parentResult)
          Discovers local or remote connectors.
<T extends ObjectType>
T
ProvisioningService.getObject(java.lang.Class<T> type, java.lang.String oid, PropertyReferenceListType resolve, OperationResult parentResult)
          Returns object for provided OID.
 ResultList<? extends ResourceObjectShadowType> ProvisioningService.listResourceObjects(java.lang.String resourceOid, javax.xml.namespace.QName objectClass, PagingType paging, OperationResult parentResult)
          Lists resource objects.
<T extends ObjectType>
void
ProvisioningService.modifyObject(java.lang.Class<T> type, ObjectModificationType objectChange, ScriptsType scripts, OperationResult parentResult)
          Modifies object using relative change description.
<T extends ObjectType>
ResultList<T>
ProvisioningService.searchObjects(java.lang.Class<T> type, 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
<T extends ObjectType>
java.lang.String
ProvisioningServiceImpl.addObject(T object, ScriptsType scripts, OperationResult parentResult)
           
 java.lang.String ShadowCache.addShadow(ResourceObjectShadowType shadow, ScriptsType scripts, ResourceType resource, OperationResult parentResult)
           
 ResourceObjectShadowType ShadowConverter.addShadow(ResourceType resource, ResourceObjectShadowType shadow, java.util.Set<Operation> additionalOperations, OperationResult parentResult)
           
 ResourceType ShadowConverter.completeResource(ResourceType resource, OperationResult parentResult)
           
 ResourceType ResourceTypeManager.completeResource(ResourceType resource, Schema resourceSchema, OperationResult result)
          Make sure that the resource is complete.
 ResourceObjectShadowType ShadowConverter.createNewAccountFromChange(Change change, ResourceType resource, OperationResult parentResult)
           
<T extends ObjectType>
void
ProvisioningServiceImpl.deleteObject(java.lang.Class<T> type, java.lang.String oid, ScriptsType scripts, OperationResult parentResult)
           
 void ShadowCache.deleteShadow(ObjectType objectType, ScriptsType scripts, ResourceType resource, OperationResult parentResult)
           
 void ShadowConverter.deleteShadow(ResourceType resource, ResourceObjectShadowType shadow, java.util.Set<Operation> additionalOperations, OperationResult parentResult)
           
 java.util.Set<ConnectorType> ProvisioningServiceImpl.discoverConnectors(ConnectorHostType hostType, OperationResult parentResult)
           
 java.util.Set<ConnectorType> ConnectorTypeManager.discoverConnectors(ConnectorHostType hostType, OperationResult parentResult)
          Lists local connectors and makes sure that appropriate ConnectorType objects for them exist in repository.
 java.util.List<Change> ShadowConverter.fetchChanges(ResourceType resource, Property lastToken, OperationResult parentResult)
           
 java.util.List<Change> ShadowCache.fetchChanges(ResourceType resourceType, Property lastToken, OperationResult parentResult)
           
 Property ShadowConverter.fetchCurrentToken(ResourceType resourceType, OperationResult parentResult)
           
 Property ShadowCache.fetchCurrentToken(ResourceType resourceType, OperationResult parentResult)
           
 ConnectorInstance ConnectorTypeManager.getConfiguredConnectorInstance(ResourceType resource, OperationResult result)
           
<T extends ObjectType>
T
ProvisioningServiceImpl.getObject(java.lang.Class<T> type, java.lang.String oid, PropertyReferenceListType resolve, OperationResult parentResult)
           
 Schema ResourceTypeManager.getResourceSchema(ResourceType resource, ConnectorInstance connector, OperationResult parentResult)
           
 ResourceObjectShadowType ShadowConverter.getShadow(ResourceType resource, ResourceObjectShadowType shadow, 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.

 ResultList<? extends ResourceObjectShadowType> ProvisioningServiceImpl.listResourceObjects(java.lang.String resourceOid, javax.xml.namespace.QName objectClass, PagingType paging, OperationResult parentResult)
           
 void ResourceTypeManager.listShadows(ResourceType resource, javax.xml.namespace.QName objectClass, ShadowHandler handler, boolean readFromRepository, OperationResult parentResult)
           
<T extends ObjectType>
void
ProvisioningServiceImpl.modifyObject(java.lang.Class<T> type, ObjectModificationType objectChange, ScriptsType scripts, OperationResult parentResult)
           
 void ShadowCache.modifyShadow(ObjectType objectType, ResourceType resource, ObjectModificationType objectChange, ScriptsType scripts, OperationResult parentResult)
           
 java.util.Set<AttributeModificationOperation> ShadowConverter.modifyShadow(ResourceType resource, ResourceObjectShadowType shadow, java.util.Set<Operation> changes, ObjectModificationType objectChanges, OperationResult parentResult)
           
<T extends ObjectType>
ResultList<T>
ProvisioningServiceImpl.searchObjects(java.lang.Class<T> type, QueryType query, PagingType paging, OperationResult parentResult)
           
 void ResourceTypeManager.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 © 2012 evolveum. All Rights Reserved.