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

Packages that use SchemaException
com.evolveum.midpoint.provisioning.api   
com.evolveum.midpoint.provisioning.impl   
com.evolveum.midpoint.provisioning.ucf.api   
com.evolveum.midpoint.provisioning.ucf.impl   
com.evolveum.midpoint.repo.api   
com.evolveum.midpoint.repo.xml   
com.evolveum.midpoint.task.api   
com.evolveum.midpoint.task.impl   
 

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

Methods in com.evolveum.midpoint.provisioning.api that throw SchemaException
 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 SchemaException in com.evolveum.midpoint.provisioning.impl
 

Methods in com.evolveum.midpoint.provisioning.impl that throw SchemaException
 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)
           
 

Uses of SchemaException in com.evolveum.midpoint.provisioning.ucf.api
 

Methods in com.evolveum.midpoint.provisioning.ucf.api that throw SchemaException
 java.util.Set<ResourceObjectAttribute> ConnectorInstance.addObject(ResourceObject object, java.util.Set<Operation> additionalOperations, OperationResult parentResult)
          TODO: This should return indication how the operation went, e.g.
 java.util.List<Change> ConnectorInstance.fetchChanges(javax.xml.namespace.QName objectClass, Property lastToken, OperationResult parentResult)
          Token may be null.
 void ConnectorInstance.modifyObject(javax.xml.namespace.QName objectClass, java.util.Set<ResourceObjectAttribute> identifiers, java.util.Set<Operation> changes, OperationResult parentResult)
          TODO: This should return indication how the operation went, e.g.
 

Uses of SchemaException in com.evolveum.midpoint.provisioning.ucf.impl
 

Methods in com.evolveum.midpoint.provisioning.ucf.impl that throw SchemaException
 java.util.Set<ResourceObjectAttribute> ConnectorInstanceIcfImpl.addObject(ResourceObject object, java.util.Set<Operation> additionalOperations, OperationResult parentResult)
           
 java.util.List<Change> ConnectorInstanceIcfImpl.fetchChanges(javax.xml.namespace.QName objectClass, Property lastToken, OperationResult parentResult)
           
 void ConnectorInstanceIcfImpl.modifyObject(javax.xml.namespace.QName objectClass, java.util.Set<ResourceObjectAttribute> identifiers, java.util.Set<Operation> changes, OperationResult parentResult)
           
 

Uses of SchemaException in com.evolveum.midpoint.repo.api
 

Methods in com.evolveum.midpoint.repo.api that throw SchemaException
 java.lang.String RepositoryService.addObject(ObjectType object, OperationResult parentResult)
          Add new object.
 void RepositoryService.claimTask(java.lang.String oid, OperationResult parentResult)
          Claim a task.
 ObjectType RepositoryService.getObject(java.lang.String oid, PropertyReferenceListType resolve, OperationResult parentResult)
          Returns object for provided OID.
 void RepositoryService.modifyObject(ObjectModificationType objectChange, OperationResult parentResult)
          Modifies object using relative change description.
 void RepositoryService.releaseTask(java.lang.String oid, OperationResult parentResult)
          Release a claimed task.
 ObjectListType RepositoryService.searchObjects(QueryType query, PagingType paging, OperationResult parentResult)
          Search for objects in the repository.
 

Uses of SchemaException in com.evolveum.midpoint.repo.xml
 

Methods in com.evolveum.midpoint.repo.xml that throw SchemaException
 java.lang.String XmlRepositoryService.addObject(ObjectType object, OperationResult parentResult)
           
 void XmlRepositoryService.claimTask(java.lang.String oid, OperationResult parentResult)
           
 ObjectType XmlRepositoryService.getObject(java.lang.String oid, PropertyReferenceListType resolve, OperationResult parentResult)
           
 void XmlRepositoryService.modifyObject(ObjectModificationType objectChange, OperationResult parentResult)
           
 void XmlRepositoryService.releaseTask(java.lang.String oid, OperationResult parentResult)
           
 ObjectListType XmlRepositoryService.searchObjects(QueryType query, PagingType paging, OperationResult parentResult)
           
 

Uses of SchemaException in com.evolveum.midpoint.task.api
 

Methods in com.evolveum.midpoint.task.api that throw SchemaException
 java.lang.String TaskManager.addTask(TaskType taskType, OperationResult parentResult)
          Add new task.
 void TaskManager.claimTask(Task task, OperationResult parentResult)
          Claim task exclusively for this node.
 void Task.close(OperationResult parentResult)
          Close the task.
 ObjectType Task.getObject(OperationResult parentResult)
          Returns object that the task is associated with.
 Task TaskManager.getTask(java.lang.String taskOid, OperationResult parentResult)
          Returns a task with specified OID.
 void Task.modifyExtension(java.util.List<PropertyModification> modifications, OperationResult parentResult)
          TODO The modification path is relative to the extension, therefore it will almost always be "." (or null).
 void TaskManager.modifyTask(ObjectModificationType objectChange, OperationResult parentResult)
          Modifies task using relative change description.
 void Task.recordRunFinish(TaskRunResult runResult, OperationResult parentResult)
          Record finish of the last "run" of the task TODO: better documentation
 void Task.recordRunStart(OperationResult parentResult)
           
 void Task.refresh(OperationResult parentResult)
          Re-reads the task state from the persistent storage.
 void TaskManager.releaseTask(Task task, OperationResult parentResult)
          Release a claimed task.
 

Uses of SchemaException in com.evolveum.midpoint.task.impl
 

Methods in com.evolveum.midpoint.task.impl that throw SchemaException
 java.lang.String TaskManagerImpl.addTask(TaskType taskType, OperationResult parentResult)
           
 void TaskManagerImpl.claimTask(Task task, OperationResult parentResult)
           
 void TaskImpl.close(OperationResult parentResult)
           
 ObjectType TaskImpl.getObject(OperationResult parentResult)
           
 Task TaskManagerImpl.getTask(java.lang.String taskOid, OperationResult parentResult)
           
 void TaskImpl.modifyExtension(java.util.List<PropertyModification> modifications, OperationResult parentResult)
           
 void TaskManagerImpl.modifyTask(ObjectModificationType objectChange, OperationResult parentResult)
           
 void TaskImpl.recordRunFinish(TaskRunResult runResult, OperationResult parentResult)
           
 void TaskImpl.recordRunStart(OperationResult parentResult)
           
 void TaskImpl.refresh(OperationResult parentResult)
           
 void TaskManagerImpl.releaseTask(Task task, OperationResult parentResult)
           
 



Copyright © 2011 evolveum. All Rights Reserved.