|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ObjectNotFoundException in com.evolveum.midpoint.model.api |
---|
Methods in com.evolveum.midpoint.model.api that throw ObjectNotFoundException | ||
---|---|---|
|
ModelService.addObject(T object,
OperationResult parentResult)
Add new object. |
|
|
ModelService.deleteObject(java.lang.Class<T> type,
java.lang.String oid,
OperationResult parentResult)
Deletes object with specified OID. |
|
|
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. |
|
|
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. |
|
|
ModelService.modifyObject(java.lang.Class<T> type,
ObjectModificationType change,
OperationResult parentResult)
Modifies object using relative change description. |
|
|
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 | ||
---|---|---|
|
ModelControllerImpl.addObject(T object,
OperationResult parentResult)
|
|
|
ModelControllerImpl.addObjectWithExclusion(T object,
java.lang.String accountOid,
OperationResult result)
|
|
|
ModelController.addObjectWithExclusion(T object,
java.lang.String accountOid,
OperationResult parentResult)
TODO: document |
|
java.lang.String |
ModelControllerImpl.addUser(UserType user,
UserTemplateType userTemplate,
java.util.Collection<java.lang.String> excludedResourceOids,
OperationResult result)
|
|
java.lang.String |
ModelController.addUser(UserType user,
UserTemplateType userTemplate,
java.util.Collection<java.lang.String> excludedResourceOids,
OperationResult result)
This method is used when we wan't to add user with different user template than system template (e.g. |
|
|
ModelControllerImpl.deleteObject(java.lang.Class<T> clazz,
java.lang.String oid,
OperationResult result)
|
|
|
ModelControllerImpl.getObject(java.lang.Class<T> clazz,
java.lang.String oid,
PropertyReferenceListType resolve,
OperationResult result)
|
|
void |
ModelControllerImpl.importAccountsFromResource(java.lang.String resourceOid,
javax.xml.namespace.QName objectClass,
Task task,
OperationResult parentResult)
|
|
UserType |
ModelControllerImpl.listAccountShadowOwner(java.lang.String accountOid,
OperationResult result)
|
|
ResultList<? extends ResourceObjectShadowType> |
ModelControllerImpl.listResourceObjects(java.lang.String resourceOid,
javax.xml.namespace.QName objectClass,
PagingType paging,
OperationResult result)
|
|
|
ModelControllerImpl.listResourceObjectShadows(java.lang.String resourceOid,
java.lang.Class<T> resourceObjectShadowType,
OperationResult result)
|
|
|
ModelControllerImpl.modifyObject(java.lang.Class<T> type,
ObjectModificationType change,
OperationResult result)
|
|
|
ModelControllerImpl.modifyObjectWithExclusion(java.lang.Class<T> type,
ObjectModificationType change,
java.util.Collection<java.lang.String> excludedResourceOids,
OperationResult result)
|
|
|
ModelController.modifyObjectWithExclusion(java.lang.Class<T> type,
ObjectModificationType change,
java.util.Collection<java.lang.String> excludedResourceOids,
OperationResult result)
|
|
|
ModelControllerImpl.searchObjects(java.lang.Class<T> type,
QueryType query,
PagingType paging,
OperationResult result)
|
|
OperationResult |
ModelControllerImpl.testResource(java.lang.String resourceOid)
|
Uses of ObjectNotFoundException in com.evolveum.midpoint.model.controller.handler |
---|
Methods in com.evolveum.midpoint.model.controller.handler that throw ObjectNotFoundException | ||
---|---|---|
java.lang.String |
UserTypeHandler.addObject(ObjectType object,
java.util.Collection<java.lang.String> excludedResourceOids,
OperationResult result)
|
|
java.lang.String |
UserTypeHandler.addUser(UserType user,
UserTemplateType userTemplate,
java.util.Collection<java.lang.String> excludedResourceOids,
OperationResult result)
|
|
|
UserTypeHandler.deleteObject(java.lang.Class<T> type,
java.lang.String oid,
java.util.Collection<java.lang.String> excludedResourceOids,
OperationResult result)
|
|
|
BasicHandler.getObject(java.lang.Class<T> clazz,
java.lang.String oid,
PropertyReferenceListType resolve,
OperationResult result)
|
|
protected SystemConfigurationType |
BasicHandler.getSystemConfiguration(OperationResult result)
|
|
|
UserTypeHandler.modifyObject(java.lang.Class<T> type,
ObjectModificationType change,
java.util.Collection<java.lang.String> excludedResourceOids,
OperationResult result)
|
|
protected void |
BasicHandler.pushPasswordFromUserToAccount(UserType user,
AccountShadowType account,
OperationResult result)
MID-72, MID-73 password push from user to account |
|
protected ResourceType |
BasicHandler.resolveResource(ResourceObjectShadowType shadow,
OperationResult result)
|
Uses of ObjectNotFoundException in com.evolveum.midpoint.provisioning.api |
---|
Methods in com.evolveum.midpoint.provisioning.api that throw ObjectNotFoundException | ||
---|---|---|
|
ProvisioningService.addObject(T object,
ScriptsType scripts,
OperationResult parentResult)
Add new object. |
|
|
ProvisioningService.deleteObject(java.lang.Class<T> type,
java.lang.String oid,
ScriptsType scripts,
OperationResult parentResult)
Deletes object with specified OID. |
|
|
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. |
|
|
ProvisioningService.modifyObject(java.lang.Class<T> type,
ObjectModificationType objectChange,
ScriptsType scripts,
OperationResult parentResult)
Modifies object using relative change description. |
|
|
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 | ||
---|---|---|
|
ProvisioningServiceImpl.addObject(T object,
ScriptsType scripts,
OperationResult parentResult)
|
|
java.lang.String |
ShadowCache.addShadow(ResourceObjectShadowType shadow,
ScriptsType scripts,
ResourceType resource,
OperationResult parentResult)
|
|
ResourceType |
ShadowCache.completeResource(ResourceType resource,
Schema resourceSchema,
OperationResult result)
Make sure that the resource is complete. |
|
|
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)
|
|
java.util.List<Change> |
ShadowCache.fetchChanges(ResourceType resourceType,
Property lastToken,
OperationResult parentResult)
|
|
Property |
ShadowCache.fetchCurrentToken(ResourceType resourceType,
OperationResult parentResult)
|
|
ConnectorInstance |
ConnectorTypeManager.getConfiguredConnectorInstance(ResourceType resource,
OperationResult result)
|
|
ConnectorType |
ConnectorTypeManager.getConnectorType(ResourceType resource,
OperationResult result)
|
|
|
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 |
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 |
ShadowCache.listShadows(ResourceType resource,
javax.xml.namespace.QName objectClass,
ShadowHandler handler,
boolean readFromRepository,
OperationResult parentResult)
List all shadow objects of specified objectClass. |
|
|
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)
|
|
|
ProvisioningServiceImpl.searchObjects(java.lang.Class<T> type,
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)
|
|
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. |
|
|
RepositoryService.deleteObject(java.lang.Class<T> type,
java.lang.String oid,
OperationResult parentResult)
Deletes object with specified OID. |
|
|
RepositoryService.getObject(java.lang.Class<T> type,
java.lang.String oid,
PropertyReferenceListType resolve,
OperationResult parentResult)
Returns object for provided OID. |
|
|
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). |
|
|
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. |
|
|
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)
|
|
|
RepositoryCache.deleteObject(java.lang.Class<T> type,
java.lang.String oid,
OperationResult parentResult)
|
|
|
RepositoryCache.getObject(java.lang.Class<T> type,
java.lang.String oid,
PropertyReferenceListType resolve,
OperationResult parentResult)
|
|
|
RepositoryCache.getPropertyAvailableValues(java.lang.Class<T> type,
java.lang.String oid,
PropertyReferenceListType properties,
OperationResult parentResult)
|
|
UserType |
RepositoryCache.listAccountShadowOwner(java.lang.String accountOid,
OperationResult parentResult)
|
|
|
RepositoryCache.listResourceObjectShadows(java.lang.String resourceOid,
java.lang.Class<T> resourceObjectShadowType,
OperationResult parentResult)
|
|
|
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)
|
|
|
XmlRepositoryService.deleteObject(java.lang.Class<T> type,
java.lang.String oid,
OperationResult parentResult)
|
|
|
XmlRepositoryService.getObject(java.lang.Class<T> type,
java.lang.String oid,
PropertyReferenceListType resolve,
OperationResult parentResult)
|
|
|
XmlRepositoryService.getPropertyAvailableValues(java.lang.Class<T> type,
java.lang.String oid,
PropertyReferenceListType properties,
OperationResult parentResult)
|
|
UserType |
XmlRepositoryService.listAccountShadowOwner(java.lang.String accountOid,
OperationResult parentResult)
|
|
|
XmlRepositoryService.listResourceObjectShadows(java.lang.String resourceOid,
java.lang.Class<T> resourceObjectShadowType,
OperationResult parentResult)
|
|
|
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.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. |
|
|
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. |
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)
|
|
|
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 |
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)
|
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
|
ObjectManagerImpl.get(java.lang.Class<O> objectClass,
java.lang.String oid,
PropertyReferenceListType resolve)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |