|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ObjectNotFoundException in com.evolveum.midpoint.common.expression |
---|
Methods in com.evolveum.midpoint.common.expression that throw ObjectNotFoundException | ||
---|---|---|
|
ExpressionEvaluatorFactory.createEvaluator(Collection<JAXBElement<?>> evaluatorElements,
ItemDefinition outputDefinition,
String contextDescription,
OperationResult result)
|
|
PrismValueDeltaSetTriple<V> |
ExpressionEvaluator.evaluate(ExpressionEvaluationParameters parameters)
|
|
|
Expression.evaluate(ExpressionEvaluationParameters parameters)
|
|
|
ExpressionFactory.makeExpression(ExpressionType expressionType,
ItemDefinition outputDefinition,
String shortDesc,
OperationResult result)
|
|
void |
Expression.parse(ExpressionFactory factory,
String contextDescription,
OperationResult result)
|
|
static Object |
ExpressionUtil.resolvePath(ItemPath path,
Map<QName,Object> variables,
Object defaultContext,
ObjectResolver objectResolver,
String shortDesc,
OperationResult result)
|
Uses of ObjectNotFoundException in com.evolveum.midpoint.common.expression.evaluator |
---|
Methods in com.evolveum.midpoint.common.expression.evaluator that throw ObjectNotFoundException | ||
---|---|---|
|
GenerateExpressionEvaluatorFactory.createEvaluator(Collection<JAXBElement<?>> evaluatorElements,
ItemDefinition outputDefinition,
String contextDescription,
OperationResult result)
|
|
PrismValueDeltaSetTriple<V> |
GenerateExpressionEvaluator.evaluate(ExpressionEvaluationParameters params)
|
|
PrismValueDeltaSetTriple<V> |
PathExpressionEvaluator.evaluate(ExpressionEvaluationParameters params)
|
|
PrismValueDeltaSetTriple<V> |
LiteralExpressionEvaluator.evaluate(ExpressionEvaluationParameters params)
|
|
PrismValueDeltaSetTriple<V> |
AsIsExpressionEvaluator.evaluate(ExpressionEvaluationParameters params)
|
Uses of ObjectNotFoundException in com.evolveum.midpoint.common.expression.script |
---|
Methods in com.evolveum.midpoint.common.expression.script that throw ObjectNotFoundException | ||
---|---|---|
PrismValueDeltaSetTriple<V> |
ScriptExpressionEvaluator.evaluate(ExpressionEvaluationParameters params)
|
|
|
ScriptEvaluator.evaluate(ScriptExpressionEvaluatorType expressionType,
ScriptVariables variables,
ItemDefinition outputDefinition,
ScriptExpressionReturnTypeType suggestedReturnType,
ObjectResolver objectResolver,
Collection<FunctionLibrary> functions,
String contextDescription,
OperationResult result)
|
|
|
ScriptExpression.evaluate(ScriptVariables variables,
ScriptExpressionReturnTypeType suggestedReturnType,
String contextDescription,
OperationResult result)
|
Uses of ObjectNotFoundException in com.evolveum.midpoint.common.expression.script.jsr223 |
---|
Methods in com.evolveum.midpoint.common.expression.script.jsr223 that throw ObjectNotFoundException | ||
---|---|---|
|
Jsr223ScriptEvaluator.evaluate(ScriptExpressionEvaluatorType expressionType,
ScriptVariables variables,
ItemDefinition outputDefinition,
ScriptExpressionReturnTypeType suggestedReturnType,
ObjectResolver objectResolver,
Collection<FunctionLibrary> functions,
String contextDescription,
OperationResult result)
|
Uses of ObjectNotFoundException in com.evolveum.midpoint.common.expression.script.xpath |
---|
Methods in com.evolveum.midpoint.common.expression.script.xpath that throw ObjectNotFoundException | ||
---|---|---|
|
XPathScriptEvaluator.evaluate(ScriptExpressionEvaluatorType expressionType,
ScriptVariables variables,
ItemDefinition outputDefinition,
ScriptExpressionReturnTypeType suggestedReturnType,
ObjectResolver objectResolver,
Collection<FunctionLibrary> functions,
String contextDescription,
OperationResult result)
|
Uses of ObjectNotFoundException in com.evolveum.midpoint.common.mapping |
---|
Methods in com.evolveum.midpoint.common.mapping that throw ObjectNotFoundException | |
---|---|
void |
Mapping.evaluate(OperationResult result)
|
Uses of ObjectNotFoundException in com.evolveum.midpoint.model |
---|
Methods in com.evolveum.midpoint.model that throw ObjectNotFoundException | ||
---|---|---|
|
ModelObjectResolver.getObject(Class<T> clazz,
String oid,
GetOperationOptions options,
OperationResult result)
|
|
|
ModelObjectResolver.resolve(ObjectReferenceType ref,
Class<T> expectedType,
String contextDescription,
OperationResult result)
|
|
PrismObject<?> |
ModelObjectResolver.resolve(PrismReferenceValue refVal,
String string,
GetOperationOptions options,
OperationResult result)
|
|
PrismObject<?> |
ModelObjectResolver.resolve(PrismReferenceValue refVal,
String string,
OperationResult result)
|
Uses of ObjectNotFoundException in com.evolveum.midpoint.model.api |
---|
Methods in com.evolveum.midpoint.model.api that throw ObjectNotFoundException | ||
---|---|---|
|
ModelService.addObject(PrismObject<T> object,
Task task,
OperationResult parentResult)
Deprecated. |
|
|
ModelService.countObjects(Class<T> type,
ObjectQuery query,
Collection<SelectorOptions<GetOperationOptions>> options,
Task task,
OperationResult parentResult)
|
|
|
ModelService.deleteObject(Class<T> type,
String oid,
Task task,
OperationResult parentResult)
Deprecated. |
|
void |
ModelService.executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas,
ModelExecuteOptions options,
Task task,
OperationResult parentResult)
Execute the provided object deltas. |
|
|
ModelService.getObject(Class<T> type,
String oid,
Collection<SelectorOptions<GetOperationOptions>> options,
Task task,
OperationResult result)
Returns object for provided OID. |
|
void |
ModelService.importAccountsFromResource(String resourceOid,
QName objectClass,
Task task,
OperationResult parentResult)
Import accounts from resource. |
|
PrismObject<UserType> |
ModelService.listAccountShadowOwner(String accountOid,
Task task,
OperationResult parentResult)
Returns the User object representing owner of specified account (account shadow). |
|
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.listResourceObjectShadows(String resourceOid,
Class<T> resourceObjectShadowType,
Task task,
OperationResult parentResult)
Search for resource object shadows of a specified type that belong to the specified resource. |
|
|
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. |
|
OperationResult |
ModelService.testResource(String resourceOid,
Task task)
Test the resource connection and basic resource connector functionality. |
Uses of ObjectNotFoundException in com.evolveum.midpoint.model.controller |
---|
Uses of ObjectNotFoundException in com.evolveum.midpoint.model.expr |
---|
Methods in com.evolveum.midpoint.model.expr that throw ObjectNotFoundException | |
---|---|
boolean |
ExpressionHandler.evaluateConfirmationExpression(UserType user,
ResourceObjectShadowType shadow,
ExpressionType expressionType,
OperationResult result)
|
String |
ExpressionHandler.evaluateExpression(ResourceObjectShadowType shadow,
ExpressionType expressionType,
String shortDesc,
OperationResult result)
|
Collection<UserType> |
MidpointFunctions.getManagers(UserType user)
|
Collection<String> |
MidpointFunctions.getManagersOids(UserType user)
Returns a list of user's managers. |
Collection<String> |
MidpointFunctions.getManagersOidsExceptUser(UserType user)
|
OrgType |
MidpointFunctions.getOrgByName(String name)
|
OrgType |
MidpointFunctions.getOrgByOid(String oid)
|
UserType |
MidpointFunctions.getUserByOid(String oid)
|
ObjectType |
ExpressionHandler.resolveRef(ObjectReferenceType ref,
String contextDescription,
OperationResult result)
|
Uses of ObjectNotFoundException in com.evolveum.midpoint.model.lens |
---|
Methods in com.evolveum.midpoint.model.lens that throw ObjectNotFoundException | ||
---|---|---|
|
Clockwork.click(LensContext<F,P> context,
Task task,
OperationResult result)
|
|
Assignment |
AssignmentEvaluator.evaluate(AssignmentType assignmentType,
ObjectType source,
String sourceDescription,
OperationResult result)
|
|
void |
AccountConstruction.evaluate(OperationResult result)
|
|
SimpleDelta<Assignment> |
AssignmentEvaluator.evaluate(SimpleDelta<AssignmentType> assignmentTypeDelta,
ObjectType source,
String sourceDescription,
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)
|
|
ResourceType |
AccountConstruction.getResource(OperationResult result)
|
|
Collection<ResourceType> |
Assignment.getResources(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)
|
|
static void |
Clockwork.throwException(Throwable e)
|
Uses of ObjectNotFoundException in com.evolveum.midpoint.model.lens.projector |
---|
Methods in com.evolveum.midpoint.model.lens.projector that throw ObjectNotFoundException | ||
---|---|---|
|
ContextLoader.determineFocusContext(LensContext<F,P> context,
OperationResult result)
try to load focus context from the projections, e.g. |
|
|
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)
|
|
|
ActivationProcessor.processActivation(LensContext<F,P> context,
LensProjectionContext<P> projectionContext,
OperationResult result)
|
|
void |
ActivationProcessor.processActivationUser(LensContext<UserType,AccountShadowType> context,
LensProjectionContext<AccountShadowType> accCtx,
OperationResult result)
|
|
void |
AssignmentProcessor.processAssignmentsAccounts(LensContext<UserType,AccountShadowType> context,
OperationResult result)
Processing user-account assignments (including roles). |
|
void |
AssignmentProcessor.processAssignmentsAccountValues(LensProjectionContext<AccountShadowType> accountContext,
OperationResult result)
|
|
|
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. |
|
|
CredentialsProcessor.processCredentials(LensContext<F,P> context,
LensProjectionContext<P> projectionContext,
OperationResult result)
|
|
void |
CredentialsProcessor.processCredentialsUser(LensContext<UserType,AccountShadowType> context,
LensProjectionContext<AccountShadowType> accCtx,
OperationResult result)
|
|
|
Projector.project(LensContext<F,P> context,
String activityDescription,
OperationResult parentResult)
|
Uses of ObjectNotFoundException in com.evolveum.midpoint.model.test |
---|
Methods in com.evolveum.midpoint.model.test that throw ObjectNotFoundException | ||
---|---|---|
protected void |
AbstractModelIntegrationTest.assertAccount(PrismObject<UserType> user,
String resourceOid)
|
|
protected void |
AbstractModelIntegrationTest.assertAccounts(PrismObject<UserType> user,
int numAccounts)
|
|
protected void |
AbstractModelIntegrationTest.assertAccounts(String userOid,
int numAccounts)
|
|
protected void |
AbstractModelIntegrationTest.assertAssignedAccount(PrismObject<UserType> user,
String resourceOid)
|
|
protected void |
AbstractModelIntegrationTest.assertAssignedAccount(String userOid,
String resourceOid,
Task task,
OperationResult result)
|
|
protected void |
AbstractModelIntegrationTest.assertAssignedNoAccount(PrismObject<UserType> user,
String resourceOid)
|
|
protected void |
AbstractModelIntegrationTest.assertAssignedNoOrg(String userOid,
Task task,
OperationResult result)
|
|
protected void |
AbstractModelIntegrationTest.assertAssignedNoRole(String userOid,
Task task,
OperationResult result)
|
|
protected void |
AbstractModelIntegrationTest.assertAssignedOrg(String userOid,
String orgOid,
Task task,
OperationResult result)
|
|
protected void |
AbstractModelIntegrationTest.assertAssignedRole(String userOid,
String roleOid,
Task task,
OperationResult result)
|
|
protected void |
AbstractModelIntegrationTest.assertHasOrg(String userOid,
String orgOid,
Task task,
OperationResult result)
|
|
protected void |
AbstractModelIntegrationTest.assertLinked(PrismObject<UserType> user,
PrismObject<AccountShadowType> account)
|
|
protected void |
AbstractModelIntegrationTest.assertLinked(PrismObject<UserType> user,
String accountOid)
|
|
protected void |
AbstractModelIntegrationTest.assertLinked(String userOid,
String accountOid)
|
|
protected void |
AbstractModelIntegrationTest.assertNoShadow(String username,
PrismObject<ResourceType> resource,
Task task,
OperationResult result)
|
|
protected void |
AbstractModelIntegrationTest.assertUserProperty(String userOid,
QName propertyName,
Object... expectedPropValues)
|
|
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 PrismObject<AccountShadowType> |
AbstractModelIntegrationTest.getAccount(String accountOid)
|
|
protected PrismObject<AccountShadowType> |
AbstractModelIntegrationTest.getAccount(String accountOid,
boolean noFetch)
|
|
protected PrismObject<AccountShadowType> |
AbstractModelIntegrationTest.getAccountNoFetch(String accountOid)
|
|
protected PrismObject<UserType> |
AbstractModelIntegrationTest.getUser(String userOid)
|
|
protected String |
AbstractModelIntegrationTest.getUserAccountRef(PrismObject<UserType> user,
String resourceOid)
|
|
protected
|
AbstractModelIntegrationTest.importAndGetObjectFromFile(Class<T> type,
String filename,
String oid,
Task task,
OperationResult result)
|
|
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.setDefaultUserTemplate(String userTemplateOid)
|
|
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 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 | ||
---|---|---|
|
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. |
|
|
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. |
|
OperationResult |
ProvisioningService.testResource(String resourceOid)
Test the resource connection and basic resource connector functionality. |
Uses of ObjectNotFoundException in com.evolveum.midpoint.provisioning.consistency.api |
---|
Methods in com.evolveum.midpoint.provisioning.consistency.api that throw ObjectNotFoundException | ||
---|---|---|
abstract
|
ErrorHandler.handleError(T shadow,
ErrorHandler.FailedOperation op,
Exception ex,
boolean compensate,
Task task,
OperationResult parentResult)
|
Uses of ObjectNotFoundException in com.evolveum.midpoint.provisioning.consistency.impl |
---|
Methods in com.evolveum.midpoint.provisioning.consistency.impl that throw ObjectNotFoundException | ||
---|---|---|
|
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 ObjectNotFoundException in com.evolveum.midpoint.provisioning.impl |
---|
Methods in com.evolveum.midpoint.provisioning.impl that throw ObjectNotFoundException | ||
---|---|---|
|
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)
|
|
String |
ShadowCacheReconciler.afterAddOnResource(ResourceObjectShadowType shadowType,
ResourceType resource,
OperationResult parentResult)
|
|
String |
ShadowCacheProvisioner.afterAddOnResource(ResourceObjectShadowType shadowType,
ResourceType resource,
OperationResult parentResult)
|
|
abstract String |
ShadowCache.afterAddOnResource(ResourceObjectShadowType shadowType,
ResourceType resource,
OperationResult parentResult)
|
|
void |
ShadowCacheReconciler.afterModifyOnResource(ResourceObjectShadowType shadowType,
Collection<? extends ItemDelta> modifications,
OperationResult parentResult)
|
|
void |
ShadowCacheProvisioner.afterModifyOnResource(ResourceObjectShadowType shadowType,
Collection<? extends ItemDelta> modifications,
OperationResult parentResult)
|
|
abstract void |
ShadowCache.afterModifyOnResource(ResourceObjectShadowType shadowType,
Collection<? extends ItemDelta> modifications,
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)
|
|
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)
|
|
ConnectorType |
ConnectorTypeManager.getConnectorType(ResourceType resource,
OperationResult result)
|
|
|
ProvisioningServiceImpl.getObject(Class<T> type,
String oid,
GetOperationOptions options,
OperationResult parentResult)
|
|
protected ResourceType |
ShadowCache.getResource(ResourceObjectShadowType shadowType,
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)
|
|
OperationResult |
ProvisioningServiceImpl.testResource(String resourceOid)
|
Uses of ObjectNotFoundException in com.evolveum.midpoint.provisioning.ucf.api |
---|
Methods in com.evolveum.midpoint.provisioning.ucf.api that throw ObjectNotFoundException | ||
---|---|---|
ConnectorInstance |
ConnectorFactory.createConnectorInstance(ConnectorType connectorType,
String namespace)
Creates new unconfigured instance of the connector. |
|
void |
ConnectorInstance.deleteObject(ObjectClassComplexTypeDefinition objectClass,
Collection<Operation> additionalOperations,
Collection<? extends ResourceAttribute> identifiers,
OperationResult parentResult)
|
|
|
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<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. |
Uses of ObjectNotFoundException in com.evolveum.midpoint.provisioning.ucf.impl |
---|
Methods in com.evolveum.midpoint.provisioning.ucf.impl that throw ObjectNotFoundException | ||
---|---|---|
ConnectorInstance |
ConnectorFactoryIcfImpl.createConnectorInstance(ConnectorType connectorType,
String namespace)
Creates new connector instance. |
|
void |
ConnectorInstanceIcfImpl.deleteObject(ObjectClassComplexTypeDefinition objectClass,
Collection<Operation> additionalOperations,
Collection<? extends ResourceAttribute> identifiers,
OperationResult parentResult)
|
|
|
ConnectorInstanceIcfImpl.fetchObject(Class<T> type,
ObjectClassComplexTypeDefinition objectClassDefinition,
Collection<? extends ResourceAttribute> identifiers,
boolean returnDefaultAttributes,
Collection<? extends ResourceAttributeDefinition> attributesToReturn,
OperationResult parentResult)
|
|
Set<PropertyModificationOperation> |
ConnectorInstanceIcfImpl.modifyObject(ObjectClassComplexTypeDefinition objectClass,
Collection<? extends ResourceAttribute> identifiers,
Collection<Operation> changes,
OperationResult parentResult)
|
Uses of ObjectNotFoundException in com.evolveum.midpoint.repo.api |
---|
Methods in com.evolveum.midpoint.repo.api that throw ObjectNotFoundException | ||
---|---|---|
|
RepositoryService.deleteObject(Class<T> type,
String oid,
OperationResult parentResult)
Deletes object with specified OID. |
|
|
RepositoryService.getObject(Class<T> type,
String oid,
OperationResult parentResult)
Returns object for provided OID. |
|
PrismObject<UserType> |
RepositoryService.listAccountShadowOwner(String accountOid,
OperationResult parentResult)
Returns the User object representing owner of specified account (account shadow). |
|
|
RepositoryService.listResourceObjectShadows(String resourceOid,
Class<T> resourceObjectShadowType,
OperationResult parentResult)
Search for resource object shadows of a specified type that belong to the specified resource. |
|
|
RepositoryService.modifyObject(Class<T> type,
String oid,
Collection<? extends ItemDelta> modifications,
OperationResult parentResult)
Modifies object using relative change description. |
Uses of ObjectNotFoundException in com.evolveum.midpoint.repo.cache |
---|
Methods in com.evolveum.midpoint.repo.cache that throw ObjectNotFoundException | ||
---|---|---|
|
RepositoryCache.deleteObject(Class<T> type,
String oid,
OperationResult parentResult)
|
|
|
RepositoryCache.getObject(Class<T> type,
String oid,
OperationResult parentResult)
|
|
PrismObject<UserType> |
RepositoryCache.listAccountShadowOwner(String accountOid,
OperationResult parentResult)
|
|
|
RepositoryCache.listResourceObjectShadows(String resourceOid,
Class<T> resourceObjectShadowType,
OperationResult parentResult)
|
|
|
RepositoryCache.modifyObject(Class<T> type,
String oid,
Collection<? extends ItemDelta> modifications,
OperationResult parentResult)
|
Uses of ObjectNotFoundException in com.evolveum.midpoint.repo.sql |
---|
Methods in com.evolveum.midpoint.repo.sql that throw ObjectNotFoundException | ||
---|---|---|
|
SqlRepositoryServiceImpl.deleteObject(Class<T> type,
String oid,
OperationResult result)
|
|
|
SqlRepositoryServiceImpl.getObject(Class<T> type,
String oid,
OperationResult result)
|
|
PrismObject<UserType> |
SqlRepositoryServiceImpl.listAccountShadowOwner(String accountOid,
OperationResult result)
|
|
|
SqlRepositoryServiceImpl.listResourceObjectShadows(String resourceOid,
Class<T> resourceObjectShadowType,
OperationResult result)
|
|
|
SqlRepositoryServiceImpl.modifyObject(Class<T> type,
String oid,
Collection<? extends ItemDelta> modifications,
OperationResult result)
|
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. |
|
|
ObjectResolver.resolve(ObjectReferenceType ref,
Class<T> expectedType,
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.deleteTask(String oid,
OperationResult parentResult)
Deletes task with provided OID. |
|
void |
Task.finishHandler(OperationResult parentResult)
|
|
|
Task.getObject(Class<T> type,
OperationResult parentResult)
Returns object that the task is associated with. |
|
Task |
TaskManager.getTask(String taskOid,
OperationResult parentResult)
Returns a task with specified OID. |
|
void |
TaskManager.modifyTask(String oid,
Collection<? extends ItemDelta> modifications,
OperationResult parentResult)
Deprecated. |
|
void |
Task.refresh(OperationResult parentResult)
Re-reads the task state from the persistent storage. |
|
void |
TaskManager.resumeTask(Task task,
OperationResult parentResult)
Resume suspended task. |
|
void |
Task.savePendingModifications(OperationResult parentResult)
Marks current handler as finished, and removes it from the handler stack. |
|
void |
Task.setBindingImmediate(TaskBinding value,
OperationResult parentResult)
|
|
void |
Task.setDescriptionImmediate(String value,
OperationResult parentResult)
|
|
void |
Task.setExtensionPropertyImmediate(PrismProperty<?> property,
OperationResult parentResult)
|
|
void |
Task.setHandlerUriImmediate(String value,
OperationResult parentResult)
|
|
void |
Task.setNameImmediate(PolyStringType value,
OperationResult parentResult)
|
|
void |
Task.setProgressImmediate(long progress,
OperationResult parentResult)
|
|
void |
Task.setRequesteeOidImmediate(String oid,
OperationResult result)
|
|
void |
Task.setResultImmediate(OperationResult result,
OperationResult parentResult)
|
|
void |
TaskManager.unpauseTask(Task task,
OperationResult parentResult)
|
|
TaskRunResult |
Task.waitForSubtasks(Integer interval,
Collection<ItemDelta<?>> extensionDeltas,
OperationResult parentResult)
|
|
TaskRunResult |
Task.waitForSubtasks(Integer interval,
OperationResult parentResult)
Waits for subtasks to finish. |
Uses of ObjectNotFoundException in com.evolveum.midpoint.task.quartzimpl |
---|
Methods in com.evolveum.midpoint.task.quartzimpl that throw ObjectNotFoundException | ||
---|---|---|
void |
TaskManagerQuartzImpl.closeTask(Task task,
OperationResult parentResult)
|
|
void |
TaskManagerQuartzImpl.deleteTask(String oid,
OperationResult parentResult)
|
|
void |
TaskQuartzImpl.finishHandler(OperationResult parentResult)
|
|
|
TaskQuartzImpl.getObject(Class<T> type,
OperationResult parentResult)
|
|
Task |
TaskManagerQuartzImpl.getTask(String taskOid,
OperationResult parentResult)
|
|
void |
TaskManagerQuartzImpl.modifyTask(String oid,
Collection<? extends ItemDelta> modifications,
OperationResult parentResult)
Deprecated. |
|
void |
TaskQuartzImpl.refresh(OperationResult parentResult)
|
|
void |
TaskManagerQuartzImpl.resumeTask(Task task,
OperationResult parentResult)
|
|
void |
TaskQuartzImpl.savePendingModifications(OperationResult parentResult)
|
|
void |
TaskQuartzImpl.setBindingImmediate(TaskBinding value,
OperationResult parentResult)
|
|
void |
TaskQuartzImpl.setCategoryImmediate(String value,
OperationResult parentResult)
|
|
void |
TaskQuartzImpl.setDescriptionImmediate(String value,
OperationResult parentResult)
|
|
void |
TaskQuartzImpl.setExecutionStatusImmediate(TaskExecutionStatus value,
OperationResult parentResult)
|
|
void |
TaskQuartzImpl.setExtensionPropertyImmediate(PrismProperty<?> property,
OperationResult parentResult)
|
|
void |
TaskQuartzImpl.setHandlerUriImmediate(String value,
OperationResult parentResult)
|
|
void |
TaskQuartzImpl.setLastRunFinishTimestampImmediate(Long value,
OperationResult parentResult)
|
|
void |
TaskQuartzImpl.setLastRunStartTimestampImmediate(Long value,
OperationResult parentResult)
|
|
void |
TaskQuartzImpl.setNameImmediate(PolyStringType value,
OperationResult parentResult)
|
|
void |
TaskQuartzImpl.setNodeImmediate(String value,
OperationResult parentResult)
|
|
void |
TaskQuartzImpl.setOtherHandlersUriStackImmediate(UriStack value,
OperationResult parentResult)
|
|
void |
TaskQuartzImpl.setParentImmediate(String value,
OperationResult parentResult)
|
|
void |
TaskQuartzImpl.setProgressImmediate(long value,
OperationResult parentResult)
|
|
void |
TaskQuartzImpl.setRecurrenceStatusImmediate(TaskRecurrence value,
OperationResult parentResult)
|
|
void |
TaskQuartzImpl.setRequesteeOidImmediate(String oid,
OperationResult result)
|
|
void |
TaskQuartzImpl.setResultImmediate(OperationResult result,
OperationResult parentResult)
|
|
void |
TaskQuartzImpl.setResultStatusTypeImmediate(OperationResultStatusType value,
OperationResult parentResult)
|
|
void |
TaskQuartzImpl.setScheduleImmediate(ScheduleType value,
OperationResult parentResult)
|
|
void |
TaskQuartzImpl.setThreadStopActionImmediate(ThreadStopActionType value,
OperationResult parentResult)
|
|
void |
TaskManagerQuartzImpl.unpauseTask(Task task,
OperationResult parentResult)
|
|
TaskRunResult |
TaskQuartzImpl.waitForSubtasks(Integer interval,
Collection<ItemDelta<?>> extensionDeltas,
OperationResult parentResult)
|
|
TaskRunResult |
TaskQuartzImpl.waitForSubtasks(Integer interval,
OperationResult parentResult)
|
Uses of ObjectNotFoundException in com.evolveum.midpoint.task.quartzimpl.cluster |
---|
Methods in com.evolveum.midpoint.task.quartzimpl.cluster that throw ObjectNotFoundException | |
---|---|
PrismObject<NodeType> |
ClusterManager.getNodeById(String nodeIdentifier,
OperationResult result)
|
Uses of ObjectNotFoundException in com.evolveum.midpoint.test |
---|
Methods in com.evolveum.midpoint.test that throw ObjectNotFoundException | |
---|---|
protected void |
AbstractIntegrationTest.applySyncSettings(AccountSynchronizationSettingsType syncSettings)
|
protected void |
AbstractIntegrationTest.assumeAssignmentPolicy(AssignmentPolicyEnforcementType policy)
|
static void |
IntegrationTestTools.checkAllShadows(ResourceType resourceType,
RepositoryService repositoryService,
ObjectChecker<AccountShadowType> checker,
PrismContext prismContext)
|
protected SystemConfigurationType |
AbstractIntegrationTest.getSystemConfiguration()
|
Uses of ObjectNotFoundException in com.evolveum.midpoint.test.util |
---|
Methods in com.evolveum.midpoint.test.util that throw ObjectNotFoundException | ||
---|---|---|
|
DirectoryFileObjectResolver.resolve(ObjectReferenceType ref,
Class<T> expectedType,
String contextDescription,
OperationResult result)
|
Uses of ObjectNotFoundException in com.evolveum.midpoint.wf |
---|
Methods in com.evolveum.midpoint.wf that throw ObjectNotFoundException | |
---|---|
PrismObject<ObjectType> |
WfDataAccessor.getAdditionalData(org.activiti.engine.task.Task task,
Map<String,Object> variables,
OperationResult result)
|
ProcessInstance |
WfDataAccessor.getProcessInstanceByInstanceId(String instanceId,
boolean historic,
OperationResult parentResult)
|
ProcessInstance |
WfDataAccessor.getProcessInstanceByInstanceIdInternal(String instanceId,
boolean historic,
OperationResult result)
|
ProcessInstance |
WfDataAccessor.getProcessInstanceByTaskId(String taskId,
OperationResult parentResult)
|
PrismObject<ObjectType> |
WfDataAccessor.getRequestCommon(org.activiti.engine.task.Task task,
OperationResult result)
|
PrismObject<ObjectType> |
WfDataAccessor.getTrackingData(org.activiti.engine.task.Task task,
Map<String,Object> variables,
OperationResult result)
|
WorkItem |
WfDataAccessor.getWorkItemByTaskId(String taskId,
OperationResult parentResult)
|
void |
WfTaskUtil.markAcceptation(Task task,
OperationResult result)
|
void |
WfTaskUtil.markRejection(Task task,
OperationResult result)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |