|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of CommunicationException in com.evolveum.midpoint.model.api |
---|
Methods in com.evolveum.midpoint.model.api that throw CommunicationException | ||
---|---|---|
|
ModelService.addObject(PrismObject<T> object,
Task task,
OperationResult parentResult)
Deprecated. |
|
|
ModelService.deleteObject(Class<T> type,
String oid,
Task task,
OperationResult parentResult)
Deprecated. |
|
Set<ConnectorType> |
ModelService.discoverConnectors(ConnectorHostType hostType,
OperationResult parentResult)
Discovers local or remote connectors. |
|
void |
ModelService.executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas,
ModelExecuteOptions options,
Task task,
OperationResult parentResult)
Execute the provided object deltas. |
|
List<PrismObject<? extends ResourceObjectShadowType>> |
ModelService.listResourceObjects(String resourceOid,
QName objectClass,
ObjectPaging paging,
Task task,
OperationResult result)
Returns all resource objects of specified type that are currently available to the system. |
|
|
ModelService.modifyObject(Class<T> type,
String oid,
Collection<? extends ItemDelta> modifications,
Task task,
OperationResult parentResult)
Deprecated. |
|
|
ModelInteractionService.previewChanges(Collection<ObjectDelta<? extends ObjectType>> deltas,
ModelExecuteOptions options,
Task task,
OperationResult result)
Computes the most likely changes triggered by the provided delta. |
|
|
ModelService.searchObjects(Class<T> type,
ObjectQuery query,
Collection<SelectorOptions<GetOperationOptions>> options,
Task task,
OperationResult parentResult)
Search for objects. |
Uses of CommunicationException in com.evolveum.midpoint.model.controller |
---|
Uses of CommunicationException in com.evolveum.midpoint.model.lens |
---|
Methods in com.evolveum.midpoint.model.lens that throw CommunicationException | ||
---|---|---|
|
Clockwork.click(LensContext<F,P> context,
Task task,
OperationResult result)
|
|
|
ChangeExecutor.executeChanges(LensContext<F,P> syncContext,
Task task,
OperationResult parentResult)
|
|
static LensProjectionContext<AccountShadowType> |
LensUtil.getAccountContext(LensContext<UserType,AccountShadowType> context,
PrismObject<AccountShadowType> equivalentAccount,
ProvisioningService provisioningService,
PrismContext prismContext,
OperationResult result)
|
|
static LensProjectionContext<AccountShadowType> |
LensUtil.getAccountContext(LensContext<UserType,AccountShadowType> context,
String resourceOid,
String intent,
ProvisioningService provisioningService,
PrismContext prismContext,
OperationResult result)
|
|
static LensProjectionContext<AccountShadowType> |
LensUtil.getOrCreateAccountContext(LensContext<UserType,AccountShadowType> context,
String resourceOid,
String intent,
ProvisioningService provisioningService,
PrismContext prismContext,
OperationResult result)
|
|
static
|
LensUtil.getResource(LensContext<F,P> context,
String resourceOid,
ProvisioningService provisioningService,
OperationResult result)
|
|
static
|
LensUtil.objectDeltasToContext(Collection<ObjectDelta<? extends ObjectType>> deltas,
ProvisioningService provisioningService,
PrismContext prismContext,
Task task,
OperationResult result)
|
|
|
Clockwork.run(LensContext<F,P> context,
Task task,
OperationResult result)
|
Uses of CommunicationException in com.evolveum.midpoint.model.lens.projector |
---|
Methods in com.evolveum.midpoint.model.lens.projector that throw CommunicationException | ||
---|---|---|
|
ContextLoader.load(LensContext<F,P> context,
String activityDescription,
OperationResult result)
|
|
|
AccountValuesProcessor.process(LensContext<F,P> context,
LensProjectionContext<P> projectionContext,
String activityDescription,
OperationResult result)
|
|
void |
AccountValuesProcessor.processAccounts(LensContext<UserType,AccountShadowType> context,
LensProjectionContext<AccountShadowType> accountContext,
String activityDescription,
OperationResult result)
|
|
void |
AssignmentProcessor.processAssignmentsAccounts(LensContext<UserType,AccountShadowType> context,
OperationResult result)
Processing user-account assignments (including roles). |
|
|
AssignmentProcessor.processAssignmentsProjections(LensContext<F,P> context,
OperationResult result)
Processing all the assignments to determine which projections should be added, deleted or kept as they are. |
|
|
Projector.project(LensContext<F,P> context,
String activityDescription,
OperationResult parentResult)
|
Uses of CommunicationException in com.evolveum.midpoint.model.test |
---|
Methods in com.evolveum.midpoint.model.test that throw CommunicationException | |
---|---|
protected void |
AbstractModelIntegrationTest.assertNoShadow(String username,
PrismObject<ResourceType> resource,
Task task,
OperationResult result)
|
protected void |
AbstractModelIntegrationTest.assertUsers(int expectedNumberOfUsers)
|
protected void |
AbstractModelIntegrationTest.assignAccount(String userOid,
String resourceOid,
String intent,
Task task,
OperationResult result)
|
protected void |
AbstractModelIntegrationTest.assignOrg(String userOid,
String orgOid,
QName relation,
Task task,
OperationResult result)
|
protected void |
AbstractModelIntegrationTest.assignOrg(String userOid,
String orgOid,
Task task,
OperationResult result)
|
protected void |
AbstractModelIntegrationTest.assignRole(String userOid,
String roleOid,
Task task,
OperationResult result)
|
protected ObjectDelta<AccountShadowType> |
AbstractModelIntegrationTest.createModifyAccountShadowReplaceAttributeDelta(String accountOid,
PrismObject<ResourceType> resource,
QName attributeName,
Object... newRealValue)
|
protected ObjectDelta<AccountShadowType> |
AbstractModelIntegrationTest.createModifyAccountShadowReplaceAttributeDelta(String accountOid,
PrismObject<ResourceType> resource,
String attributeName,
Object... newRealValue)
|
protected ObjectDelta<AccountShadowType> |
AbstractModelIntegrationTest.createModifyAccountShadowReplaceDelta(String accountOid,
PrismObject<ResourceType> resource,
ItemPath itemPath,
Object... newRealValue)
|
protected PrismObject<AccountShadowType> |
AbstractModelIntegrationTest.findAccountByUsername(String username,
PrismObject<ResourceType> resource)
|
protected PrismObject<AccountShadowType> |
AbstractModelIntegrationTest.findAccountByUsername(String username,
PrismObject<ResourceType> resource,
Task task,
OperationResult result)
|
protected PrismObject<UserType> |
AbstractModelIntegrationTest.findUserByUsername(String username)
|
protected Collection<PrismObject<AccountShadowType>> |
AbstractModelIntegrationTest.listAccounts(PrismObject<ResourceType> resource,
Task task,
OperationResult result)
|
protected void |
AbstractModelIntegrationTest.modifyAccountShadowReplace(String accountOid,
ItemPath propertyPath,
Task task,
OperationResult result,
Object... newRealValue)
|
protected void |
AbstractModelIntegrationTest.modifyUserAssignment(String userOid,
String roleOid,
QName refType,
QName relation,
Task task,
boolean add,
OperationResult result)
|
protected void |
AbstractModelIntegrationTest.modifyUserReplace(String userOid,
ItemPath propertyPath,
Task task,
OperationResult result,
Object... newRealValue)
|
protected void |
AbstractModelIntegrationTest.modifyUserReplace(String userOid,
QName propertyName,
Task task,
OperationResult result,
Object... newRealValue)
|
protected void |
AbstractModelIntegrationTest.purgeResourceSchema(String resourceOid)
|
protected List<PrismObject<OrgType>> |
AbstractModelIntegrationTest.searchOrg(String baseOrgOid,
Integer minDepth,
Integer maxDepth,
Task task,
OperationResult result)
|
protected void |
AbstractModelIntegrationTest.unassignAccount(String userOid,
String resourceOid,
String intent,
Task task,
OperationResult result)
|
protected void |
AbstractModelIntegrationTest.unassignAll(String userOid,
Task task,
OperationResult result)
Executes assignment replace delta with empty values. |
protected void |
AbstractModelIntegrationTest.unassignOrg(String userOid,
String orgOid,
QName relation,
Task task,
OperationResult result)
|
protected void |
AbstractModelIntegrationTest.unassignOrg(String userOid,
String orgOid,
Task task,
OperationResult result)
|
protected void |
AbstractModelIntegrationTest.unassignRole(String userOid,
String roleOid,
Task task,
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 | ||
---|---|---|
|
ProvisioningService.addObject(PrismObject<T> object,
ProvisioningScriptsType scripts,
ProvisioningOperationOptions options,
Task task,
OperationResult parentResult)
Add new object. |
|
|
ProvisioningService.applyDefinition(ObjectDelta<T> delta,
OperationResult parentResult)
Applies appropriate definition to the shadow delta. |
|
|
ProvisioningService.applyDefinition(PrismObject<T> shadow,
OperationResult parentResult)
Applies appropriate definition to the shadow. |
|
|
ProvisioningService.countObjects(Class<T> type,
ObjectQuery query,
OperationResult parentResult)
|
|
|
ProvisioningService.deleteObject(Class<T> type,
String oid,
ProvisioningOperationOptions option,
ProvisioningScriptsType scripts,
Task task,
OperationResult parentResult)
Deletes object with specified OID. |
|
Set<ConnectorType> |
ProvisioningService.discoverConnectors(ConnectorHostType hostType,
OperationResult parentResult)
Discovers local or remote connectors. |
|
|
ProvisioningService.finishOperation(PrismObject<T> object,
ProvisioningOperationOptions options,
Task task,
OperationResult parentResult)
|
|
|
ProvisioningService.getObject(Class<T> type,
String oid,
GetOperationOptions options,
OperationResult parentResult)
Returns object for provided OID. |
|
List<PrismObject<? extends ResourceObjectShadowType>> |
ProvisioningService.listResourceObjects(String resourceOid,
QName objectClass,
ObjectPaging paging,
OperationResult parentResult)
Lists resource objects. |
|
|
ProvisioningService.modifyObject(Class<T> type,
String oid,
Collection<? extends ItemDelta> modifications,
ProvisioningScriptsType scripts,
ProvisioningOperationOptions options,
Task task,
OperationResult parentResult)
Modifies object using relative change description. |
|
|
ProvisioningService.searchObjects(Class<T> type,
ObjectQuery query,
OperationResult parentResult)
Search for objects. |
|
|
ProvisioningService.searchObjectsIterative(Class<T> type,
ObjectQuery query,
ResultHandler<T> handler,
OperationResult parentResult)
Search for objects iteratively. |
|
int |
ProvisioningService.synchronize(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.consistency.api |
---|
Methods in com.evolveum.midpoint.provisioning.consistency.api that throw CommunicationException | ||
---|---|---|
abstract
|
ErrorHandler.handleError(T shadow,
ErrorHandler.FailedOperation op,
Exception ex,
boolean compensate,
Task task,
OperationResult parentResult)
|
Uses of CommunicationException in com.evolveum.midpoint.provisioning.consistency.impl |
---|
Methods in com.evolveum.midpoint.provisioning.consistency.impl that throw CommunicationException | ||
---|---|---|
|
SecurityViolationHandler.handleError(T shadow,
ErrorHandler.FailedOperation op,
Exception ex,
boolean compensate,
Task task,
OperationResult parentResult)
|
|
|
CommunicationExceptionHandler.handleError(T shadow,
ErrorHandler.FailedOperation op,
Exception ex,
boolean compensate,
Task task,
OperationResult parentResult)
|
|
|
ConfigurationExceptionHandler.handleError(T shadow,
ErrorHandler.FailedOperation op,
Exception ex,
boolean compensate,
Task task,
OperationResult parentResult)
|
|
|
GenericErrorHandler.handleError(T shadow,
ErrorHandler.FailedOperation op,
Exception ex,
boolean compensate,
Task task,
OperationResult parentResult)
|
|
|
ObjectNotFoundHandler.handleError(T shadow,
ErrorHandler.FailedOperation op,
Exception ex,
boolean compensate,
Task task,
OperationResult parentResult)
|
|
|
ObjectAlreadyExistHandler.handleError(T shadow,
ErrorHandler.FailedOperation op,
Exception ex,
boolean compensate,
Task task,
OperationResult parentResult)
|
|
|
SchemaExceptionHandler.handleError(T shadow,
ErrorHandler.FailedOperation op,
Exception ex,
boolean compensate,
Task task,
OperationResult parentResult)
|
Uses of CommunicationException in com.evolveum.midpoint.provisioning.impl |
---|
Methods in com.evolveum.midpoint.provisioning.impl that throw CommunicationException | ||
---|---|---|
|
ProvisioningServiceImpl.addObject(PrismObject<T> object,
ProvisioningScriptsType scripts,
ProvisioningOperationOptions options,
Task task,
OperationResult parentResult)
|
|
String |
ShadowCache.addShadow(ResourceObjectShadowType shadowType,
ProvisioningScriptsType scripts,
ResourceType resource,
ProvisioningOperationOptions options,
Task task,
OperationResult parentResult)
|
|
ResourceObjectShadowType |
ShadowConverter.addShadow(ResourceType resource,
ResourceObjectShadowType shadowType,
ProvisioningScriptsType scripts,
OperationResult parentResult)
|
|
void |
ResourceTypeManager.applyDefinition(ObjectDelta<ResourceType> delta,
OperationResult objectResult)
|
|
|
ProvisioningServiceImpl.applyDefinition(ObjectDelta<T> delta,
OperationResult parentResult)
|
|
|
ShadowCache.applyDefinition(ObjectDelta delta,
OperationResult parentResult)
|
|
void |
ResourceTypeManager.applyDefinition(PrismObject<ResourceType> resource,
OperationResult parentResult)
|
|
|
ProvisioningServiceImpl.applyDefinition(PrismObject<T> object,
OperationResult parentResult)
|
|
|
ShadowCache.applyDefinition(PrismObject<T> shadow,
OperationResult parentResult)
|
|
ResourceType |
ResourceTypeManager.completeResource(ResourceType resource,
ResourceSchema resourceSchema,
OperationResult parentResult)
Make sure that the resource is complete. |
|
|
ProvisioningServiceImpl.countObjects(Class<T> type,
ObjectQuery query,
OperationResult parentResult)
|
|
ResourceObjectShadowType |
ShadowConverter.createNewAccountFromChange(Change change,
ResourceType resource,
ResourceSchema resourceSchema,
OperationResult parentResult)
|
|
|
ProvisioningServiceImpl.deleteObject(Class<T> type,
String oid,
ProvisioningOperationOptions options,
ProvisioningScriptsType scripts,
Task task,
OperationResult parentResult)
|
|
void |
ShadowCache.deleteShadow(ObjectType objectType,
ProvisioningOperationOptions options,
ProvisioningScriptsType scripts,
ResourceType resource,
Task task,
OperationResult parentResult)
|
|
void |
ShadowConverter.deleteShadow(ResourceType resource,
ResourceObjectShadowType shadow,
ProvisioningScriptsType scripts,
OperationResult parentResult)
|
|
Set<ConnectorType> |
ConnectorTypeManager.discoverConnectors(ConnectorHostType hostType,
OperationResult parentResult)
Lists local connectors and makes sure that appropriate ConnectorType objects for them exist in repository. |
|
Set<ConnectorType> |
ProvisioningServiceImpl.discoverConnectors(ConnectorHostType hostType,
OperationResult parentResult)
|
|
List<Change> |
ResourceObjectManager.fetchChanges(ResourceType resourceType,
PrismProperty<?> lastToken,
OperationResult parentResult)
|
|
List<Change> |
ShadowConverter.fetchChanges(ResourceType resource,
PrismProperty lastToken,
OperationResult parentResult)
|
|
PrismProperty<?> |
ResourceObjectManager.fetchCurrentToken(ResourceType resourceType,
OperationResult parentResult)
|
|
PrismProperty |
ShadowConverter.fetchCurrentToken(ResourceType resourceType,
ResourceSchema resourceSchema,
OperationResult parentResult)
|
|
|
ProvisioningServiceImpl.finishOperation(PrismObject<T> object,
ProvisioningOperationOptions options,
Task task,
OperationResult parentResult)
|
|
ConnectorInstance |
ConnectorTypeManager.getConfiguredConnectorInstance(ResourceType resource,
boolean forceFresh,
OperationResult result)
|
|
|
ProvisioningServiceImpl.getObject(Class<T> type,
String oid,
GetOperationOptions options,
OperationResult parentResult)
|
|
protected ResourceType |
ShadowCache.getResource(ResourceObjectShadowType shadowType,
OperationResult parentResult)
|
|
ResourceSchema |
ResourceTypeManager.getResourceSchema(ResourceType resource,
OperationResult parentResult)
|
|
|
ShadowConverter.getShadow(Class<T> type,
ResourceType resource,
T repoShadow,
OperationResult parentResult)
|
|
|
ShadowCache.getShadow(Class<T> type,
String oid,
T repositoryShadow,
OperationResult parentResult)
|
|
protected
|
ShadowCache.handleError(Exception ex,
T shadow,
ErrorHandler.FailedOperation op,
ResourceType resource,
Collection<? extends ItemDelta> modifications,
boolean compensate,
Task task,
OperationResult parentResult)
|
|
List<PrismObject<? extends ResourceObjectShadowType>> |
ProvisioningServiceImpl.listResourceObjects(String resourceOid,
QName objectClass,
ObjectPaging paging,
OperationResult parentResult)
|
|
|
ResourceObjectManager.listShadows(ResourceType resource,
QName objectClass,
ShadowHandler<T> handler,
boolean readFromRepository,
OperationResult parentResult)
|
|
|
ProvisioningServiceImpl.modifyObject(Class<T> type,
String oid,
Collection<? extends ItemDelta> modifications,
ProvisioningScriptsType scripts,
ProvisioningOperationOptions options,
Task task,
OperationResult parentResult)
|
|
String |
ShadowCache.modifyShadow(ResourceObjectShadowType objectType,
ResourceType resource,
String oid,
Collection<? extends ItemDelta> modifications,
ProvisioningScriptsType scripts,
ProvisioningOperationOptions options,
Task task,
OperationResult parentResult)
|
|
Collection<PropertyModificationOperation> |
ShadowConverter.modifyShadow(ResourceType resource,
ResourceObjectShadowType shadow,
ProvisioningScriptsType scripts,
Collection<? extends ItemDelta> objectChanges,
OperationResult parentResult)
|
|
|
ProvisioningServiceImpl.searchObjects(Class<T> type,
ObjectQuery query,
OperationResult parentResult)
|
|
|
ShadowConverter.searchObjects(ResourceType resourceType,
ResourceSchema resourceSchema,
QName objectClass,
ResultHandler<T> resultHandler,
ObjectQuery query,
OperationResult parentResult)
|
|
|
ProvisioningServiceImpl.searchObjectsIterative(Class<T> type,
ObjectQuery query,
ResultHandler<T> handler,
OperationResult parentResult)
|
|
|
ResourceObjectManager.searchObjectsIterative(Class<T> type,
QName objectClass,
ResourceType resourceType,
ObjectQuery query,
ShadowHandler<T> handler,
DiscoveryHandler discoveryHandler,
OperationResult parentResult)
|
|
int |
ProvisioningServiceImpl.synchronize(String resourceOid,
Task task,
OperationResult parentResult)
|
Uses of CommunicationException in com.evolveum.midpoint.provisioning.ucf.api |
---|
Methods in com.evolveum.midpoint.provisioning.ucf.api that throw CommunicationException | ||
---|---|---|
Collection<ResourceAttribute<?>> |
ConnectorInstance.addObject(PrismObject<? extends ResourceObjectShadowType> object,
Collection<Operation> additionalOperations,
OperationResult parentResult)
TODO: This should return indication how the operation went, e.g. |
|
void |
ConnectorInstance.configure(PrismContainerValue configuration,
OperationResult parentResult)
The connector instance will be configured to the state that it can immediately access the resource. |
|
void |
ConnectorInstance.deleteObject(ObjectClassComplexTypeDefinition objectClass,
Collection<Operation> additionalOperations,
Collection<? extends ResourceAttribute> identifiers,
OperationResult parentResult)
|
|
List<Change> |
ConnectorInstance.fetchChanges(ObjectClassComplexTypeDefinition objectClass,
PrismProperty<?> lastToken,
OperationResult parentResult)
Token may be null. |
|
PrismProperty<?> |
ConnectorInstance.fetchCurrentToken(ObjectClassComplexTypeDefinition objectClass,
OperationResult parentResult)
Returns the latest token. |
|
|
ConnectorInstance.fetchObject(Class<T> type,
ObjectClassComplexTypeDefinition objectClassDefinition,
Collection<? extends ResourceAttribute> identifiers,
boolean returnDefaultAttributes,
Collection<? extends ResourceAttributeDefinition> attributesToReturn,
OperationResult parentResult)
Retrieves a specific object from the resource. |
|
Collection<Object> |
ConnectorInstance.getCapabilities(OperationResult parentResult)
Retrieves native connector capabilities. |
|
ResourceSchema |
ConnectorInstance.getResourceSchema(OperationResult parentResult)
Retrieves the schema from the resource. |
|
void |
ConnectorInstance.initialize(OperationResult parentResult)
Get necessary information from the remote system. |
|
Set<ConnectorType> |
ConnectorFactory.listConnectors(ConnectorHostType host,
OperationResult parentRestul)
Returns a list of all known connectors. |
|
Collection<PropertyModificationOperation> |
ConnectorInstance.modifyObject(ObjectClassComplexTypeDefinition objectClass,
Collection<? extends ResourceAttribute> identifiers,
Collection<Operation> changes,
OperationResult parentResult)
TODO: This should return indication how the operation went, e.g. |
|
|
ConnectorInstance.search(ObjectClassComplexTypeDefinition objectClassDefinition,
ObjectQuery query,
ResultHandler<T> handler,
OperationResult parentResult)
Execute iterative search operation. |
Uses of CommunicationException in com.evolveum.midpoint.provisioning.ucf.impl |
---|
Methods in com.evolveum.midpoint.provisioning.ucf.impl that throw CommunicationException | ||
---|---|---|
Collection<ResourceAttribute<?>> |
ConnectorInstanceIcfImpl.addObject(PrismObject<? extends ResourceObjectShadowType> object,
Collection<Operation> additionalOperations,
OperationResult parentResult)
|
|
void |
ConnectorInstanceIcfImpl.configure(PrismContainerValue configuration,
OperationResult parentResult)
|
|
void |
ConnectorInstanceIcfImpl.deleteObject(ObjectClassComplexTypeDefinition objectClass,
Collection<Operation> additionalOperations,
Collection<? extends ResourceAttribute> identifiers,
OperationResult parentResult)
|
|
List<Change> |
ConnectorInstanceIcfImpl.fetchChanges(ObjectClassComplexTypeDefinition objectClass,
PrismProperty<?> lastToken,
OperationResult parentResult)
|
|
PrismProperty<?> |
ConnectorInstanceIcfImpl.fetchCurrentToken(ObjectClassComplexTypeDefinition objectClass,
OperationResult parentResult)
|
|
|
ConnectorInstanceIcfImpl.fetchObject(Class<T> type,
ObjectClassComplexTypeDefinition objectClassDefinition,
Collection<? extends ResourceAttribute> identifiers,
boolean returnDefaultAttributes,
Collection<? extends ResourceAttributeDefinition> attributesToReturn,
OperationResult parentResult)
|
|
Set<Object> |
ConnectorInstanceIcfImpl.getCapabilities(OperationResult parentResult)
|
|
ResourceSchema |
ConnectorInstanceIcfImpl.getResourceSchema(OperationResult parentResult)
|
|
void |
ConnectorInstanceIcfImpl.initialize(OperationResult parentResult)
Retrieves schema from the resource. |
|
Set<ConnectorType> |
ConnectorFactoryIcfImpl.listConnectors(ConnectorHostType host,
OperationResult parentRestul)
Returns a list XML representation of the ICF connectors. |
|
Set<PropertyModificationOperation> |
ConnectorInstanceIcfImpl.modifyObject(ObjectClassComplexTypeDefinition objectClass,
Collection<? extends ResourceAttribute> identifiers,
Collection<Operation> changes,
OperationResult parentResult)
|
|
|
ConnectorInstanceIcfImpl.search(ObjectClassComplexTypeDefinition objectClassDefinition,
ObjectQuery query,
ResultHandler<T> handler,
OperationResult parentResult)
|
Uses of CommunicationException in com.evolveum.midpoint.test |
---|
Methods in com.evolveum.midpoint.test that throw CommunicationException | |
---|---|
static void |
IntegrationTestTools.checkAllShadows(ResourceType resourceType,
RepositoryService repositoryService,
ObjectChecker<AccountShadowType> checker,
PrismContext prismContext)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |