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

Packages that use ObjectNotFoundException
com.evolveum.midpoint.common.expression   
com.evolveum.midpoint.common.expression.xpath   
com.evolveum.midpoint.common.valueconstruction   
com.evolveum.midpoint.model   
com.evolveum.midpoint.model.api   
com.evolveum.midpoint.model.controller   
com.evolveum.midpoint.model.expr   
com.evolveum.midpoint.model.synchronizer   
com.evolveum.midpoint.model.util   
com.evolveum.midpoint.provisioning.api   
com.evolveum.midpoint.provisioning.impl   
com.evolveum.midpoint.repo.api   
com.evolveum.midpoint.repo.cache   
com.evolveum.midpoint.repo.xml   
com.evolveum.midpoint.schema.util   
com.evolveum.midpoint.task.api   
com.evolveum.midpoint.task.impl   
com.evolveum.midpoint.test.util   
com.evolveum.midpoint.web.bean   
com.evolveum.midpoint.web.model.impl   
 

Uses of ObjectNotFoundException in com.evolveum.midpoint.common.expression
 

Methods in com.evolveum.midpoint.common.expression that throw ObjectNotFoundException
<T> java.util.List<PropertyValue<T>>
ExpressionEvaluator.evaluateList(java.lang.Class<T> type, org.w3c.dom.Element code, java.util.Map<javax.xml.namespace.QName,java.lang.Object> variables, ObjectResolver objectResolver, java.lang.String contextDescription, OperationResult result)
           
<T> java.util.List<PropertyValue<T>>
Expression.evaluateList(java.lang.Class<T> type, OperationResult result)
           
<T> PropertyValue<T>
ExpressionEvaluator.evaluateScalar(java.lang.Class<T> type, org.w3c.dom.Element code, java.util.Map<javax.xml.namespace.QName,java.lang.Object> variables, ObjectResolver objectResolver, java.lang.String contextDescription, OperationResult result)
           
<T> PropertyValue<T>
Expression.evaluateScalar(java.lang.Class<T> type, OperationResult result)
           
 

Uses of ObjectNotFoundException in com.evolveum.midpoint.common.expression.xpath
 

Methods in com.evolveum.midpoint.common.expression.xpath that throw ObjectNotFoundException
<T> java.util.List<PropertyValue<T>>
XPathExpressionEvaluator.evaluateList(java.lang.Class<T> type, org.w3c.dom.Element code, java.util.Map<javax.xml.namespace.QName,java.lang.Object> variables, ObjectResolver objectResolver, java.lang.String contextDescription, OperationResult result)
           
<T> PropertyValue<T>
XPathExpressionEvaluator.evaluateScalar(java.lang.Class<T> type, org.w3c.dom.Element code, java.util.Map<javax.xml.namespace.QName,java.lang.Object> variables, ObjectResolver objectResolver, java.lang.String contextDescription, OperationResult result)
           
 

Uses of ObjectNotFoundException in com.evolveum.midpoint.common.valueconstruction
 

Methods in com.evolveum.midpoint.common.valueconstruction that throw ObjectNotFoundException
 Property ExpressionValueConstructor.construct(javax.xml.bind.JAXBElement<?> constructorElement, PropertyDefinition outputDefinition, PropertyPath propertyParentPath, Property input, java.util.Map<javax.xml.namespace.QName,java.lang.Object> variables, java.lang.String contextDescription, OperationResult result)
           
 Property ValueConstructor.construct(javax.xml.bind.JAXBElement<?> constructorElement, PropertyDefinition outputDefinition, PropertyPath propertyParentPath, Property input, java.util.Map<javax.xml.namespace.QName,java.lang.Object> variables, java.lang.String contextDescription, OperationResult result)
           
 Property GenerateValueConstructor.construct(javax.xml.bind.JAXBElement<?> constructorElement, PropertyDefinition outputDefinition, PropertyPath propertyParentPath, Property input, java.util.Map<javax.xml.namespace.QName,java.lang.Object> variables, java.lang.String contextDescription, OperationResult result)
           
 Property LiteralValueConstructor.construct(javax.xml.bind.JAXBElement<?> constructorElement, PropertyDefinition outputDefinition, PropertyPath propertyParentPath, Property input, java.util.Map<javax.xml.namespace.QName,java.lang.Object> variables, java.lang.String contextDescription, OperationResult result)
           
 Property AsIsValueConstructor.construct(javax.xml.bind.JAXBElement<?> constructorElement, PropertyDefinition outputDefinition, PropertyPath propertyParentPath, Property input, java.util.Map<javax.xml.namespace.QName,java.lang.Object> variables, java.lang.String contextDescription, OperationResult result)
           
 void ValueConstruction.evaluate(OperationResult result)
           
 

Uses of ObjectNotFoundException in com.evolveum.midpoint.model
 

Methods in com.evolveum.midpoint.model that throw ObjectNotFoundException
 void ChangeExecutor.executeChange(ObjectDelta<?> change, OperationResult result)
           
 void ChangeExecutor.executeChanges(java.util.Collection<ObjectDelta<?>> changes, OperationResult result)
           
 void ChangeExecutor.executeChanges(SyncContext syncContext, OperationResult result)
           
<T extends ObjectType>
T
ModelObjectResolver.getObject(java.lang.Class<T> clazz, java.lang.String oid, PropertyReferenceListType resolve, OperationResult result)
           
 ObjectType ModelObjectResolver.resolve(ObjectReferenceType ref, java.lang.String contextDescription, OperationResult result)
           
 

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

Methods in com.evolveum.midpoint.model.api that throw ObjectNotFoundException
<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.
<T extends ObjectType>
T
ModelService.getObject(java.lang.Class<T> type, java.lang.String oid, PropertyReferenceListType resolve, OperationResult result)
           Returns object for provided OID.
 void ModelService.importAccountsFromResource(java.lang.String resourceOid, javax.xml.namespace.QName objectClass, Task task, OperationResult parentResult)
           Import accounts from resource.
 UserType ModelService.listAccountShadowOwner(java.lang.String accountOid, OperationResult parentResult)
           Returns the User object representing owner of specified account (account shadow).
 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 ResourceObjectShadowType>
ResultList<T>
ModelService.listResourceObjectShadows(java.lang.String resourceOid, java.lang.Class<T> resourceObjectShadowType, OperationResult parentResult)
           Search for resource object shadows of a specified type that belong to the specified resource.
<T extends ObjectType>
void
ModelService.modifyObject(java.lang.Class<T> type, ObjectModificationType change, Task task, OperationResult parentResult)
           Modifies object using relative change description.
<T extends ObjectType>
ResultList<T>
ModelService.searchObjects(java.lang.Class<T> type, QueryType query, PagingType paging, OperationResult parentResult)
           Search for objects.
 OperationResult ModelService.testResource(java.lang.String resourceOid)
           Test the resource connection and basic resource connector functionality.
 

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

Methods in com.evolveum.midpoint.model.controller that throw ObjectNotFoundException
<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)
           
<T extends ObjectType>
T
ModelController.getObject(java.lang.Class<T> clazz, java.lang.String oid, PropertyReferenceListType resolve, OperationResult result)
           
 void ModelController.importAccountsFromResource(java.lang.String resourceOid, javax.xml.namespace.QName objectClass, Task task, OperationResult parentResult)
           
 UserType ModelController.listAccountShadowOwner(java.lang.String accountOid, OperationResult result)
           
 ResultList<? extends ResourceObjectShadowType> ModelController.listResourceObjects(java.lang.String resourceOid, javax.xml.namespace.QName objectClass, PagingType paging, OperationResult result)
           
<T extends ResourceObjectShadowType>
ResultList<T>
ModelController.listResourceObjectShadows(java.lang.String resourceOid, java.lang.Class<T> resourceObjectShadowType, OperationResult result)
           
<T extends ObjectType>
void
ModelController.modifyObject(java.lang.Class<T> type, ObjectModificationType change, Task task, OperationResult parentResult)
           
<T extends ObjectType>
ResultList<T>
ModelController.searchObjects(java.lang.Class<T> type, QueryType query, PagingType paging, OperationResult result)
           
 OperationResult ModelController.testResource(java.lang.String resourceOid)
           
 

Uses of ObjectNotFoundException in com.evolveum.midpoint.model.expr
 

Methods in com.evolveum.midpoint.model.expr that throw ObjectNotFoundException
 ObjectType ExpressionHandler.resolveRef(ObjectReferenceType ref, java.lang.String contextDescription, OperationResult result)
           
 

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

Methods in com.evolveum.midpoint.model.synchronizer that throw ObjectNotFoundException
 Assignment AssignmentEvaluator.evaluate(AssignmentType assignmentType, ObjectType source, OperationResult result)
           
 void AccountConstruction.evaluate(OperationResult result)
           
 SimpleDelta<Assignment> AssignmentEvaluator.evaluate(SimpleDelta<AssignmentType> assignmentTypeDelta, ObjectType source, OperationResult result)
           
 ResourceType AccountConstruction.getResource(OperationResult result)
           
 java.util.Collection<ResourceType> Assignment.getResources(OperationResult result)
           
 void ActivationProcessor.processActivation(SyncContext context, OperationResult result)
           
 void AssignmentProcessor.processAssignments(SyncContext context, OperationResult result)
           
 void CredentialsProcessor.processCredentials(SyncContext context, OperationResult result)
           
 void UserPolicyProcessor.processUserPolicy(SyncContext context, OperationResult result)
           
 void UserSynchronizer.synchronizeUser(SyncContext context, OperationResult result)
           
 

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

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

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

Methods in com.evolveum.midpoint.provisioning.api that throw ObjectNotFoundException
<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.
<T extends ObjectType>
T
ProvisioningService.getObject(java.lang.Class<T> type, java.lang.String oid, PropertyReferenceListType resolve, OperationResult parentResult)
          Returns object for provided OID.
 PropertyAvailableValuesListType ProvisioningService.getPropertyAvailableValues(java.lang.String oid, PropertyReferenceListType properties, OperationResult parentResult)
          Returns list of available values for specified properties.
 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.
 OperationResult ProvisioningService.testResource(java.lang.String resourceOid)
          Test the resource connection and basic resource connector functionality.
 

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

Methods in com.evolveum.midpoint.provisioning.impl that throw ObjectNotFoundException
<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.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)
           
 ConnectorType ConnectorTypeManager.getConnectorType(ResourceType resource, OperationResult result)
           
<T extends ObjectType>
T
ProvisioningServiceImpl.getObject(java.lang.Class<T> type, java.lang.String oid, PropertyReferenceListType resolve, OperationResult parentResult)
           
 PropertyAvailableValuesListType ProvisioningServiceImpl.getPropertyAvailableValues(java.lang.String oid, PropertyReferenceListType properties, 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)
           
 OperationResult ProvisioningServiceImpl.testResource(java.lang.String resourceOid)
           
 

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

Methods in com.evolveum.midpoint.repo.api that throw ObjectNotFoundException
 void RepositoryService.claimTask(java.lang.String oid, OperationResult parentResult)
          Claim a task.
<T extends ObjectType>
void
RepositoryService.deleteObject(java.lang.Class<T> type, java.lang.String oid, OperationResult parentResult)
          Deletes object with specified OID.
<T extends ObjectType>
T
RepositoryService.getObject(java.lang.Class<T> type, java.lang.String oid, PropertyReferenceListType resolve, OperationResult parentResult)
          Returns object for provided OID.
<T extends ObjectType>
PropertyAvailableValuesListType
RepositoryService.getPropertyAvailableValues(java.lang.Class<T> type, java.lang.String oid, PropertyReferenceListType properties, OperationResult parentResult)
          Returns list of available values for specified properties.
 UserType RepositoryService.listAccountShadowOwner(java.lang.String accountOid, OperationResult parentResult)
          Returns the User object representing owner of specified account (account shadow).
<T extends ResourceObjectShadowType>
ResultList<T>
RepositoryService.listResourceObjectShadows(java.lang.String resourceOid, java.lang.Class<T> resourceObjectShadowType, OperationResult parentResult)
          Search for resource object shadows of a specified type that belong to the specified resource.
<T extends ObjectType>
void
RepositoryService.modifyObject(java.lang.Class<T> type, ObjectModificationType objectChange, OperationResult parentResult)
          Modifies object using relative change description.
 void RepositoryService.releaseTask(java.lang.String oid, OperationResult parentResult)
          Release a claimed task.
 

Uses of ObjectNotFoundException in com.evolveum.midpoint.repo.cache
 

Methods in com.evolveum.midpoint.repo.cache that throw ObjectNotFoundException
 void RepositoryCache.claimTask(java.lang.String oid, OperationResult parentResult)
           
<T extends ObjectType>
void
RepositoryCache.deleteObject(java.lang.Class<T> type, java.lang.String oid, OperationResult parentResult)
           
<T extends ObjectType>
T
RepositoryCache.getObject(java.lang.Class<T> type, java.lang.String oid, PropertyReferenceListType resolve, OperationResult parentResult)
           
<T extends ObjectType>
PropertyAvailableValuesListType
RepositoryCache.getPropertyAvailableValues(java.lang.Class<T> type, java.lang.String oid, PropertyReferenceListType properties, OperationResult parentResult)
           
 UserType RepositoryCache.listAccountShadowOwner(java.lang.String accountOid, OperationResult parentResult)
           
<T extends ResourceObjectShadowType>
ResultList<T>
RepositoryCache.listResourceObjectShadows(java.lang.String resourceOid, java.lang.Class<T> resourceObjectShadowType, OperationResult parentResult)
           
<T extends ObjectType>
void
RepositoryCache.modifyObject(java.lang.Class<T> type, ObjectModificationType objectChange, OperationResult parentResult)
           
 void RepositoryCache.releaseTask(java.lang.String oid, OperationResult parentResult)
           
 

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

Methods in com.evolveum.midpoint.repo.xml that throw ObjectNotFoundException
 void XmlRepositoryService.claimTask(java.lang.String oid, OperationResult parentResult)
           
<T extends ObjectType>
void
XmlRepositoryService.deleteObject(java.lang.Class<T> type, java.lang.String oid, OperationResult parentResult)
           
<T extends ObjectType>
T
XmlRepositoryService.getObject(java.lang.Class<T> type, java.lang.String oid, PropertyReferenceListType resolve, OperationResult parentResult)
           
<T extends ObjectType>
PropertyAvailableValuesListType
XmlRepositoryService.getPropertyAvailableValues(java.lang.Class<T> type, java.lang.String oid, PropertyReferenceListType properties, OperationResult parentResult)
           
 UserType XmlRepositoryService.listAccountShadowOwner(java.lang.String accountOid, OperationResult parentResult)
           
<T extends ResourceObjectShadowType>
ResultList<T>
XmlRepositoryService.listResourceObjectShadows(java.lang.String resourceOid, java.lang.Class<T> resourceObjectShadowType, OperationResult parentResult)
           
<T extends ObjectType>
void
XmlRepositoryService.modifyObject(java.lang.Class<T> type, ObjectModificationType objectChange, OperationResult parentResult)
           
 void XmlRepositoryService.releaseTask(java.lang.String oid, OperationResult parentResult)
           
 

Uses of ObjectNotFoundException in com.evolveum.midpoint.schema.util
 

Methods in com.evolveum.midpoint.schema.util that throw ObjectNotFoundException
static ConnectorType ResourceTypeUtil.getConnectorType(ResourceType resource, ObjectResolver resolver, OperationResult parentResult)
          The usage of "resolver" is experimental.
 ObjectType ObjectResolver.resolve(ObjectReferenceType ref, java.lang.String contextDescription, OperationResult result)
          Resolve the provided reference to object (ObjectType).
 

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

Methods in com.evolveum.midpoint.task.api that throw ObjectNotFoundException
 void TaskManager.claimTask(Task task, OperationResult parentResult)
          Claim task exclusively for this node.
 void Task.close(OperationResult parentResult)
          Close the task.
 void TaskManager.deleteTask(java.lang.String oid, OperationResult parentResult)
          Deletes task with provided OID.
<T extends ObjectType>
T
Task.getObject(java.lang.Class<T> type, 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.recordProgress(long progress, OperationResult parentResult)
          Record progress of the task, storing it persistently if needed.
 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.
 void TaskManager.resumeTask(Task task, OperationResult parentResult)
          Resume suspended task.
 boolean TaskManager.suspendTask(Task task, long waitTime, OperationResult parentResult)
          Suspend task.
 

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

Methods in com.evolveum.midpoint.task.impl that throw ObjectNotFoundException
 void TaskManagerImpl.claimTask(Task task, OperationResult parentResult)
           
 void TaskImpl.close(OperationResult parentResult)
           
 void TaskManagerImpl.deleteTask(java.lang.String oid, OperationResult parentResult)
           
<T extends ObjectType>
T
TaskImpl.getObject(java.lang.Class<T> type, 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 TaskManagerImpl.recordNextRunStartTime(java.lang.String oid, long time, OperationResult result)
           
 void TaskImpl.recordProgress(long progress, 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)
           
 void TaskManagerImpl.resumeTask(Task task, OperationResult result)
           
 boolean TaskManagerImpl.suspendTask(Task task, long waitTime, OperationResult parentResult)
          Draft implementation.
 

Uses of ObjectNotFoundException in com.evolveum.midpoint.test.util
 

Methods in com.evolveum.midpoint.test.util that throw ObjectNotFoundException
 ObjectType DirectoryFileObjectResolver.resolve(ObjectReferenceType ref, java.lang.String contextDescription, OperationResult result)
           
 

Uses of ObjectNotFoundException in com.evolveum.midpoint.web.bean
 

Methods in com.evolveum.midpoint.web.bean that throw ObjectNotFoundException
 java.lang.String AssignmentBean.getObjectString()
           
 

Uses of ObjectNotFoundException in com.evolveum.midpoint.web.model.impl
 

Methods in com.evolveum.midpoint.web.model.impl that throw ObjectNotFoundException
protected
<O extends ObjectType>
O
ObjectManagerImpl.get(java.lang.Class<O> objectClass, java.lang.String oid, PropertyReferenceListType resolve)
           
 



Copyright © 2012 evolveum. All Rights Reserved.