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

Packages that use SchemaException
com.evolveum.midpoint.common   
com.evolveum.midpoint.common.expression   
com.evolveum.midpoint.common.expression.evaluator   
com.evolveum.midpoint.common.expression.script   
com.evolveum.midpoint.common.expression.script.xpath   
com.evolveum.midpoint.common.mapping   
com.evolveum.midpoint.common.refinery   
com.evolveum.midpoint.init   
com.evolveum.midpoint.model   
com.evolveum.midpoint.model.api   
com.evolveum.midpoint.model.controller   
com.evolveum.midpoint.model.expr   
com.evolveum.midpoint.model.lens   
com.evolveum.midpoint.model.lens.projector   
com.evolveum.midpoint.model.sync   
com.evolveum.midpoint.model.sync.action   
com.evolveum.midpoint.model.test   
com.evolveum.midpoint.model.util   
com.evolveum.midpoint.prism   
com.evolveum.midpoint.prism.delta   
com.evolveum.midpoint.prism.dom   
com.evolveum.midpoint.prism.query   
com.evolveum.midpoint.prism.schema   
com.evolveum.midpoint.prism.util   
com.evolveum.midpoint.prism.xml   
com.evolveum.midpoint.provisioning.api   
com.evolveum.midpoint.provisioning.consistency.api   
com.evolveum.midpoint.provisioning.consistency.impl   
com.evolveum.midpoint.provisioning.impl   
com.evolveum.midpoint.provisioning.ucf.api   
com.evolveum.midpoint.provisioning.ucf.impl   
com.evolveum.midpoint.provisioning.ucf.query   
com.evolveum.midpoint.provisioning.ucf.util   
com.evolveum.midpoint.provisioning.util   
com.evolveum.midpoint.repo.api   
com.evolveum.midpoint.repo.cache   
com.evolveum.midpoint.repo.sql   
com.evolveum.midpoint.repo.sql.data.common   
com.evolveum.midpoint.schema   
com.evolveum.midpoint.schema.processor   
com.evolveum.midpoint.schema.util   
com.evolveum.midpoint.task.api   
com.evolveum.midpoint.task.quartzimpl   
com.evolveum.midpoint.test   
com.evolveum.midpoint.test.util   
com.evolveum.midpoint.web.component.assignment   
com.evolveum.midpoint.web.component.prism   
com.evolveum.midpoint.web.page.admin.server.dto   
com.evolveum.midpoint.wf   
 

Uses of SchemaException in com.evolveum.midpoint.common
 

Methods in com.evolveum.midpoint.common that throw SchemaException
static QueryType QueryUtil.createAttributeQuery(PrismProperty<?> attribute, javax.xml.namespace.QName objectClass, ResourceType resourceType, PrismContext prismContext)
           
static org.w3c.dom.Element QueryUtil.createEqualFilter(org.w3c.dom.Document doc, XPathHolder xpath, java.lang.Object object)
          Creates "equal" filter segment for single-valued properties based on DOM representation.
static org.w3c.dom.Element QueryUtil.createEqualFilter(org.w3c.dom.Document doc, XPathHolder xpath, javax.xml.namespace.QName propertyName, javax.xml.namespace.QName value)
          Creates "equal" filter segment for single-valued properties with QName content.
static org.w3c.dom.Element QueryUtil.createEqualFilter(org.w3c.dom.Document doc, XPathHolder xpath, javax.xml.namespace.QName properyName, java.lang.String value)
          Creates "equal" filter segment for single-valued properties with string content.
static org.w3c.dom.Element QueryUtil.createEqualFilterFromElements(org.w3c.dom.Document doc, XPathHolder xpath, java.util.List<?> values, PrismContext prismContext)
          Creates "equal" filter segment for multi-valued properties based on DOM representation.
static org.w3c.dom.Element QueryUtil.createEqualRefFilter(org.w3c.dom.Document doc, XPathHolder xpath, javax.xml.namespace.QName propertyName, java.lang.String oid)
          Creates "equal" filter for object reference.
static ObjectQuery QueryUtil.createNameQuery(ObjectType object)
           
static ObjectQuery QueryUtil.createNameQuery(PolyString name, PrismContext prismContext)
           
static ObjectQuery QueryUtil.createNameQuery(PolyStringType name, PrismContext prismContext)
           
static QueryType QueryUtil.createResourceAndAccountQuery(ResourceType resource, javax.xml.namespace.QName objectClass, java.lang.String accountType)
           
static QueryType QueryUtil.createResourceAndAccountQuery(java.lang.String resourceOid, javax.xml.namespace.QName objectClass, java.lang.String accountType)
           
static org.w3c.dom.Element QueryUtil.createSubstringFilter(org.w3c.dom.Document document, XPathHolder xpath, javax.xml.namespace.QName propertyName, java.lang.String searchText)
           
 

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

Subclasses of SchemaException in com.evolveum.midpoint.common.expression
 class ExpressionSyntaxException
           
 

Methods in com.evolveum.midpoint.common.expression that throw SchemaException
static
<T extends ObjectType>
ObjectDeltaObject<T>
ObjectDeltaObject.create(PrismObject<T> oldObject, ItemDelta<?>... itemDeltas)
           
static
<T extends ObjectType>
ObjectDeltaObject<T>
ObjectDeltaObject.create(PrismObject<T> oldObject, ObjectDelta<T> delta)
           
<V extends PrismValue>
ExpressionEvaluator<V>
ExpressionEvaluatorFactory.createEvaluator(java.util.Collection<javax.xml.bind.JAXBElement<?>> evaluatorElements, ItemDefinition outputDefinition, java.lang.String contextDescription, OperationResult result)
           
 PrismValueDeltaSetTriple<V> ExpressionEvaluator.evaluate(ExpressionEvaluationParameters parameters)
           
<V extends PrismValue>
PrismValueDeltaSetTriple<V>
Expression.evaluate(ExpressionEvaluationParameters parameters)
           
<V extends PrismValue>
Expression<V>
ExpressionFactory.makeExpression(ExpressionType expressionType, ItemDefinition outputDefinition, java.lang.String shortDesc, OperationResult result)
           
 void Expression.parse(ExpressionFactory factory, java.lang.String contextDescription, OperationResult result)
           
 void ItemDeltaItem.recompute()
           
 void ObjectDeltaObject.recompute()
           
static ItemDefinition ExpressionUtil.resolveDefinitionPath(ItemPath path, java.util.Map<javax.xml.namespace.QName,java.lang.Object> variables, PrismObjectDefinition<?> defaultContext, java.lang.String shortDesc)
           
static java.lang.Object ExpressionUtil.resolvePath(ItemPath path, java.util.Map<javax.xml.namespace.QName,java.lang.Object> variables, java.lang.Object defaultContext, ObjectResolver objectResolver, java.lang.String shortDesc, OperationResult result)
           
 

Uses of SchemaException in com.evolveum.midpoint.common.expression.evaluator
 

Methods in com.evolveum.midpoint.common.expression.evaluator that throw SchemaException
<V extends PrismValue>
ExpressionEvaluator<V>
PathExpressionEvaluatorFactory.createEvaluator(java.util.Collection<javax.xml.bind.JAXBElement<?>> evaluatorElements, ItemDefinition outputDefinition, java.lang.String contextDescription, OperationResult result)
           
<V extends PrismValue>
ExpressionEvaluator<V>
GenerateExpressionEvaluatorFactory.createEvaluator(java.util.Collection<javax.xml.bind.JAXBElement<?>> evaluatorElements, ItemDefinition outputDefinition, java.lang.String contextDescription, OperationResult result)
           
<V extends PrismValue>
AsIsExpressionEvaluator<V>
AsIsExpressionEvaluatorFactory.createEvaluator(java.util.Collection<javax.xml.bind.JAXBElement<?>> evaluatorElements, ItemDefinition outputDefinition, java.lang.String contextDescription, OperationResult result)
           
<V extends PrismValue>
ExpressionEvaluator<V>
LiteralExpressionEvaluatorFactory.createEvaluator(java.util.Collection<javax.xml.bind.JAXBElement<?>> evaluatorElements, ItemDefinition outputDefinition, java.lang.String contextDescription, OperationResult result)
           
 PrismValueDeltaSetTriple<V> AsIsExpressionEvaluator.evaluate(ExpressionEvaluationParameters params)
           
 PrismValueDeltaSetTriple<V> GenerateExpressionEvaluator.evaluate(ExpressionEvaluationParameters params)
           
 PrismValueDeltaSetTriple<V> PathExpressionEvaluator.evaluate(ExpressionEvaluationParameters params)
           
 PrismValueDeltaSetTriple<V> LiteralExpressionEvaluator.evaluate(ExpressionEvaluationParameters params)
           
static
<V extends PrismValue>
Item<V>
LiteralExpressionEvaluatorFactory.parseValueElements(java.util.Collection<?> valueElements, ItemDefinition outputDefinition, java.lang.String contextDescription, PrismContext prismContext)
           
static
<V extends PrismValue>
java.util.List<?>
LiteralExpressionEvaluatorFactory.serializeValueElements(Item<V> item, java.lang.String contextDescription)
           
 

Uses of SchemaException in com.evolveum.midpoint.common.expression.script
 

Methods in com.evolveum.midpoint.common.expression.script that throw SchemaException
<V extends PrismValue>
ExpressionEvaluator<V>
ScriptExpressionEvaluatorFactory.createEvaluator(java.util.Collection<javax.xml.bind.JAXBElement<?>> evaluatorElements, ItemDefinition outputDefinition, java.lang.String contextDescription, OperationResult result)
           
 PrismValueDeltaSetTriple<V> ScriptExpressionEvaluator.evaluate(ExpressionEvaluationParameters params)
           
<T> java.util.List<PrismPropertyValue<T>>
ScriptExpression.evaluate(ScriptVariables variables, ScriptExpressionReturnTypeType suggestedReturnType, java.lang.String contextDescription, OperationResult result)
           
 

Uses of SchemaException in com.evolveum.midpoint.common.expression.script.xpath
 

Methods in com.evolveum.midpoint.common.expression.script.xpath that throw SchemaException
static java.lang.Object LazyXPathVariableResolver.convertToXml(java.lang.Object variableValue, javax.xml.namespace.QName variableName, java.lang.String contextDescription)
           
 

Uses of SchemaException in com.evolveum.midpoint.common.mapping
 

Methods in com.evolveum.midpoint.common.mapping that throw SchemaException
 void Mapping.evaluate(OperationResult result)
           
 Item<V> Mapping.getOutput()
           
 ItemDefinition Mapping.getOutputDefinition()
           
 ItemPath Mapping.getOutputPath()
           
static
<X> java.util.Collection<X>
Mapping.getPropertyStaticRealValues(ExpressionType valueConstruction, PrismPropertyDefinition outputDefinition, java.lang.String contextDescription, PrismContext prismContext)
           
 

Uses of SchemaException in com.evolveum.midpoint.common.refinery
 

Methods in com.evolveum.midpoint.common.refinery that throw SchemaException
static RefinedResourceSchema RefinedResourceSchema.getRefinedSchema(PrismObject<ResourceType> resource)
           
static RefinedResourceSchema RefinedResourceSchema.getRefinedSchema(PrismObject<ResourceType> resource, PrismContext prismContext)
           
static RefinedResourceSchema RefinedResourceSchema.getRefinedSchema(ResourceType resourceType)
           
static RefinedResourceSchema RefinedResourceSchema.getRefinedSchema(ResourceType resourceType, PrismContext prismContext)
           
static ResourceSchema RefinedResourceSchema.getResourceSchema(PrismObject<ResourceType> resource, PrismContext prismContext)
           
static ResourceSchema RefinedResourceSchema.getResourceSchema(ResourceType resourceType, PrismContext prismContext)
           
static RefinedResourceSchema RefinedResourceSchema.parse(PrismObject<ResourceType> resource, PrismContext prismContext)
           
static RefinedResourceSchema RefinedResourceSchema.parse(ResourceType resourceType, PrismContext prismContext)
           
<T extends ResourceObjectShadowType>
PrismObject<T>
RefinedResourceSchema.refine(PrismObject<T> shadow)
          Make sure that the specified shadow has definitions pointing to this refined schema.
 

Uses of SchemaException in com.evolveum.midpoint.init
 

Methods in com.evolveum.midpoint.init that throw SchemaException
protected  void ConfigurablePrismContextFactory.registerExtensionSchemas(SchemaRegistry schemaRegistry)
           
 

Uses of SchemaException in com.evolveum.midpoint.model
 

Methods in com.evolveum.midpoint.model that throw SchemaException
<T extends ObjectType>
T
ModelObjectResolver.resolve(ObjectReferenceType ref, java.lang.Class<T> expectedType, java.lang.String contextDescription, OperationResult result)
           
 

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

Methods in com.evolveum.midpoint.model.api that throw SchemaException
<T extends ObjectType>
java.lang.String
ModelService.addObject(PrismObject<T> object, Task task, OperationResult parentResult)
          Deprecated. 
<T extends ObjectType>
int
ModelService.countObjects(java.lang.Class<T> type, ObjectQuery query, java.util.Collection<ObjectOperationOptions> options, Task task, OperationResult parentResult)
           
<T extends ObjectType>
void
ModelService.deleteObject(java.lang.Class<T> type, java.lang.String oid, Task task, OperationResult parentResult)
          Deprecated. 
 void ModelService.executeChanges(java.util.Collection<ObjectDelta<? extends ObjectType>> deltas, java.util.Collection<ObjectOperationOption> options, Task task, OperationResult parentResult)
           Execute the provided object deltas.
<T extends ObjectType>
PrismObject<T>
ModelService.getObject(java.lang.Class<T> type, java.lang.String oid, java.util.Collection<ObjectOperationOptions> options, Task task, 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.
 java.util.List<PrismObject<? extends ResourceObjectShadowType>> ModelService.listResourceObjects(java.lang.String resourceOid, javax.xml.namespace.QName objectClass, ObjectPaging paging, Task task, OperationResult result)
           Returns all resource objects of specified type that are currently available to the system.
<T extends ObjectType>
void
ModelService.modifyObject(java.lang.Class<T> type, java.lang.String oid, java.util.Collection<? extends ItemDelta> modifications, Task task, OperationResult parentResult)
          Deprecated. 
<F extends ObjectType,P extends ObjectType>
ModelContext<F,P>
ModelInteractionService.previewChanges(java.util.Collection<ObjectDelta<? extends ObjectType>> deltas, Task task, OperationResult result)
          Computes the most likely changes triggered by the provided delta.
<T extends ObjectType>
java.util.List<PrismObject<T>>
ModelService.searchObjects(java.lang.Class<T> type, ObjectQuery query, java.util.Collection<ObjectOperationOptions> options, Task task, OperationResult parentResult)
           Search for objects.
 

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

Methods in com.evolveum.midpoint.model.controller that throw SchemaException
<T extends ObjectType>
java.lang.String
ModelController.addObject(PrismObject<T> object, Task task, OperationResult parentResult)
          Deprecated. 
<T extends ObjectType>
int
ModelController.countObjects(java.lang.Class<T> type, ObjectQuery query, java.util.Collection<ObjectOperationOptions> options, Task task, OperationResult parentResult)
           
<T extends ObjectType>
void
ModelController.deleteObject(java.lang.Class<T> clazz, java.lang.String oid, Task task, OperationResult parentResult)
          Deprecated. 
 void ModelController.executeChanges(java.util.Collection<ObjectDelta<? extends ObjectType>> deltas, java.util.Collection<ObjectOperationOption> options, Task task, OperationResult parentResult)
           
<T extends ObjectType>
PrismObject<T>
ModelController.getObject(java.lang.Class<T> clazz, java.lang.String oid, java.util.Collection<ObjectOperationOptions> options, Task task, OperationResult result)
           
 void ModelController.importAccountsFromResource(java.lang.String resourceOid, javax.xml.namespace.QName objectClass, Task task, OperationResult parentResult)
           
 java.util.List<PrismObject<? extends ResourceObjectShadowType>> ModelController.listResourceObjects(java.lang.String resourceOid, javax.xml.namespace.QName objectClass, ObjectPaging paging, Task task, OperationResult result)
           
<T extends ObjectType>
void
ModelController.modifyObject(java.lang.Class<T> type, java.lang.String oid, java.util.Collection<? extends ItemDelta> modifications, Task task, OperationResult parentResult)
          Deprecated. 
<F extends ObjectType,P extends ObjectType>
ModelContext<F,P>
ModelController.previewChanges(java.util.Collection<ObjectDelta<? extends ObjectType>> deltas, Task task, OperationResult parentResult)
           
protected  void ModelController.resolve(PrismObject<?> object, java.util.Collection<ObjectOperationOptions> options, Task task, OperationResult result)
           
<T extends ObjectType>
java.util.List<PrismObject<T>>
ModelController.searchObjects(java.lang.Class<T> type, ObjectQuery query, java.util.Collection<ObjectOperationOptions> options, Task task, OperationResult result)
           
 

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

Methods in com.evolveum.midpoint.model.expr that throw SchemaException
 boolean ExpressionHandler.evaluateConfirmationExpression(UserType user, ResourceObjectShadowType shadow, ExpressionType expressionType, OperationResult result)
           
 java.lang.String ExpressionHandler.evaluateExpression(ResourceObjectShadowType shadow, ExpressionType expressionType, java.lang.String shortDesc, OperationResult result)
           
 ObjectType ExpressionHandler.resolveRef(ObjectReferenceType ref, java.lang.String contextDescription, OperationResult result)
           
 

Uses of SchemaException in com.evolveum.midpoint.model.lens
 

Methods in com.evolveum.midpoint.model.lens that throw SchemaException
 void LensProjectionContext.addAccountSyncDelta(ObjectDelta<O> delta)
           
 void LensElementContext.addPrimaryDelta(ObjectDelta<O> delta)
           
 void LensElementContext.addSecondaryDelta(ObjectDelta<O> delta)
           
 void LensElementContext.addToSecondaryDelta(PropertyDelta accountPasswordDelta)
           
 void LensFocusContext.adopt(PrismContext prismContext)
           
 void LensProjectionContext.adopt(PrismContext prismContext)
           
 void ObjectDeltaWaves.adopt(PrismContext prismContext)
           
 void LensElementContext.adopt(PrismContext prismContext)
           
 void LensContext.adopt(PrismContext prismContext)
           
 void ShadowConstraintsChecker.check(OperationResult result)
           
 void LensContext.cleanup()
          Cleans up the contexts by removing secondary deltas and other working state.
<F extends ObjectType,P extends ObjectType>
HookOperationMode
Clockwork.click(LensContext<F,P> context, Task task, OperationResult result)
           
 Assignment AssignmentEvaluator.evaluate(AssignmentType assignmentType, ObjectType source, java.lang.String sourceDescription, OperationResult result)
           
 void AccountConstruction.evaluate(OperationResult result)
           
 SimpleDelta<Assignment> AssignmentEvaluator.evaluate(SimpleDelta<AssignmentType> assignmentTypeDelta, ObjectType source, java.lang.String sourceDescription, OperationResult result)
           
<F extends ObjectType,P extends ObjectType>
void
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, java.lang.String resourceOid, java.lang.String intent, ProvisioningService provisioningService, PrismContext prismContext, OperationResult result)
           
 java.util.Collection<ObjectDelta<? extends ObjectType>> LensContext.getAllChanges()
          Returns all changes, user and all accounts.
 ObjectDelta<O> LensElementContext.getDelta()
          Returns user delta, both primary and secondary (merged together).
 ObjectDelta<O> LensProjectionContext.getExecutableDelta()
          Returns delta suitable for execution.
 java.util.Collection<ObjectDelta<? extends ObjectType>> LensContext.getExecutedDeltas()
          Returns all executed deltas, user and all accounts.
 ContainerDelta<AssignmentType> LensFocusContext.getExecutionWaveAssignmentDelta()
          Returns delta of user assignments, both primary and secondary (merged together).
 ObjectDelta<O> ObjectDeltaWaves.getMergedDeltas()
          Get merged deltas from all the waves.
 ObjectDelta<O> ObjectDeltaWaves.getMergedDeltas(ObjectDelta<O> initialDelta, int maxWave)
          Get merged deltas from the waves up to maxWave (including).
 ObjectDeltaObject<O> LensElementContext.getObjectDeltaObject()
           
static LensProjectionContext<AccountShadowType> LensUtil.getOrCreateAccountContext(LensContext<UserType,AccountShadowType> context, java.lang.String resourceOid, java.lang.String intent, ProvisioningService provisioningService, PrismContext prismContext, OperationResult result)
           
 ObjectDelta<O> LensFocusContext.getProjectionWaveDelta()
          Returns user delta, both primary and secondary (merged together) for a current wave.
 ObjectDelta<O> LensFocusContext.getProjectionWavePrimaryDelta()
           
 ObjectDelta<O> LensFocusContext.getProjectionWaveSecondaryDelta()
           
 RefinedAccountDefinition LensProjectionContext.getRefinedAccountDefinition()
           
 RefinedResourceSchema LensProjectionContext.getRefinedResourceSchema()
           
static
<F extends ObjectType,P extends ObjectType>
ResourceType
LensUtil.getResource(LensContext<F,P> context, java.lang.String resourceOid, ProvisioningService provisioningService, OperationResult result)
           
 ResourceType AccountConstruction.getResource(OperationResult result)
           
 java.util.Collection<ResourceType> Assignment.getResources(OperationResult result)
           
 ObjectDelta<O> LensFocusContext.getWaveDelta(int wave)
           
 ObjectDelta<O> LensFocusContext.getWaveSecondaryDelta(int wave)
           
 boolean LensProjectionContext.hasValueForAttribute(javax.xml.namespace.QName attributeName)
          Returns true if the projection has any value for specified attribute, has any delta for it or any other indication that there will be delta (e.g.
static
<F extends ObjectType,P extends ObjectType>
LensContext<F,P>
LensUtil.objectDeltasToContext(java.util.Collection<ObjectDelta<? extends ObjectType>> deltas, ProvisioningService provisioningService, PrismContext prismContext, Task task, OperationResult result)
           
 void LensProjectionContext.recompute()
          Recomputes the new state of account (accountNew).
 void LensElementContext.recompute()
           
 void LensContext.recompute()
           
 void LensContext.recomputeFocus()
           
 void LensContext.recomputeProjections()
           
static java.lang.String LensUtil.refineAccountType(java.lang.String intent, ResourceType resource, PrismContext prismContext)
           
<F extends ObjectType,P extends ObjectType>
HookOperationMode
Clockwork.run(LensContext<F,P> context, Task task, OperationResult result)
           
 void LensFocusContext.swallowToProjectionWaveSecondaryDelta(ItemDelta<?> propDelta)
           
static
<F extends ObjectType,P extends ObjectType>
void
LensUtil.traceContext(Trace logger, java.lang.String activity, java.lang.String phase, boolean important, LensContext<F,P> context, boolean showTriples)
           
 

Uses of SchemaException in com.evolveum.midpoint.model.lens.projector
 

Methods in com.evolveum.midpoint.model.lens.projector that throw SchemaException
<F extends ObjectType,P extends ObjectType>
void
ContextLoader.load(LensContext<F,P> context, java.lang.String activityDescription, OperationResult result)
           
<F extends ObjectType,P extends ObjectType>
void
AccountValuesProcessor.process(LensContext<F,P> context, LensProjectionContext<P> projectionContext, java.lang.String activityDescription, OperationResult result)
           
 void AccountValuesProcessor.processAccounts(LensContext<UserType,AccountShadowType> context, LensProjectionContext<AccountShadowType> accountContext, java.lang.String activityDescription, OperationResult result)
           
<F extends ObjectType,P extends ObjectType>
void
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)
           
 void AssignmentProcessor.processAssignmentsAccountValues(LensProjectionContext<AccountShadowType> accountContext, OperationResult result)
           
<F extends ObjectType,P extends ObjectType>
void
AssignmentProcessor.processAssignmentsProjections(LensContext<F,P> context, OperationResult result)
           
<F extends ObjectType,P extends ObjectType>
void
CredentialsProcessor.processCredentials(LensContext<F,P> context, LensProjectionContext<P> projectionContext, OperationResult result)
           
 void CredentialsProcessor.processCredentialsUser(LensContext<UserType,AccountShadowType> context, LensProjectionContext<AccountShadowType> accCtx, OperationResult result)
           
<F extends ObjectType,P extends ObjectType>
void
AssignmentProcessor.processOrgAssignments(LensContext<F,P> context, OperationResult result)
           
<F extends ObjectType,P extends ObjectType>
void
Projector.project(LensContext<F,P> context, java.lang.String activityDescription, OperationResult parentResult)
           
 

Uses of SchemaException in com.evolveum.midpoint.model.sync
 

Methods in com.evolveum.midpoint.model.sync that throw SchemaException
 java.lang.String Action.executeChanges(java.lang.String userOid, ResourceObjectShadowChangeDescription change, SynchronizationSituationType situation, AuditEventRecord auditRecord, Task task, OperationResult result)
           
 

Uses of SchemaException in com.evolveum.midpoint.model.sync.action
 

Methods in com.evolveum.midpoint.model.sync.action that throw SchemaException
protected  LensProjectionContext<AccountShadowType> BaseAction.createAccountLensContext(LensContext<UserType,AccountShadowType> context, ResourceObjectShadowChangeDescription change, SynchronizationIntent syncIntent, com.evolveum.midpoint.model.sync.action.ActivationDecision activationDecision)
           
 java.lang.String AddUserAction.executeChanges(java.lang.String userOid, ResourceObjectShadowChangeDescription change, SynchronizationSituationType situation, AuditEventRecord auditRecord, Task task, OperationResult result)
           
 java.lang.String BaseAction.executeChanges(java.lang.String userOid, ResourceObjectShadowChangeDescription change, SynchronizationSituationType situation, AuditEventRecord auditRecord, Task task, OperationResult result)
           
 java.lang.String DeleteUserAction.executeChanges(java.lang.String userOid, ResourceObjectShadowChangeDescription change, SynchronizationSituationType situation, AuditEventRecord auditRecord, Task task, OperationResult result)
           
 java.lang.String SynchronizeAction.executeChanges(java.lang.String userOid, ResourceObjectShadowChangeDescription change, SynchronizationSituationType situation, AuditEventRecord auditRecord, Task task, OperationResult result)
           
 java.lang.String ModifyUserAction.executeChanges(java.lang.String userOid, ResourceObjectShadowChangeDescription change, SynchronizationSituationType situation, AuditEventRecord auditRecord, Task task, OperationResult result)
           
 

Uses of SchemaException in com.evolveum.midpoint.model.test
 

Methods in com.evolveum.midpoint.model.test that throw SchemaException
protected  void AbstractModelIntegrationTest.applyResourceSchema(AccountShadowType accountType, ResourceType resourceType)
          This is not the real thing.
protected  void AbstractModelIntegrationTest.assertAccount(PrismObject<UserType> user, java.lang.String resourceOid)
           
protected  void AbstractModelIntegrationTest.assertAccounts(PrismObject<UserType> user, int numAccounts)
           
protected  void AbstractModelIntegrationTest.assertAccounts(java.lang.String userOid, int numAccounts)
           
protected  void AbstractModelIntegrationTest.assertAssignedAccount(PrismObject<UserType> user, java.lang.String resourceOid)
           
protected  void AbstractModelIntegrationTest.assertAssignedAccount(java.lang.String userOid, java.lang.String resourceOid, Task task, OperationResult result)
           
protected  void AbstractModelIntegrationTest.assertAssignedNoAccount(PrismObject<UserType> user, java.lang.String resourceOid)
           
protected  void AbstractModelIntegrationTest.assertAssignedNoOrg(java.lang.String userOid, Task task, OperationResult result)
           
protected  void AbstractModelIntegrationTest.assertAssignedNoRole(java.lang.String userOid, Task task, OperationResult result)
           
protected  void AbstractModelIntegrationTest.assertAssignedOrg(java.lang.String userOid, java.lang.String orgOid, Task task, OperationResult result)
           
protected  void AbstractModelIntegrationTest.assertAssignedRole(java.lang.String userOid, java.lang.String roleOid, Task task, OperationResult result)
           
protected  void AbstractModelIntegrationTest.assertHasOrg(java.lang.String userOid, java.lang.String orgOid, Task task, OperationResult result)
           
protected  void AbstractModelIntegrationTest.assertLinked(PrismObject<UserType> user, PrismObject<AccountShadowType> account)
           
protected  void AbstractModelIntegrationTest.assertLinked(PrismObject<UserType> user, java.lang.String accountOid)
           
protected  void AbstractModelIntegrationTest.assertLinked(java.lang.String userOid, java.lang.String accountOid)
           
protected  void AbstractModelIntegrationTest.assertNoAccountShadow(java.lang.String accountOid)
           
protected  void AbstractModelIntegrationTest.assertNoShadow(java.lang.String username, PrismObject<ResourceType> resource, Task task, OperationResult result)
           
protected  void AbstractModelIntegrationTest.assertUserProperty(java.lang.String userOid, javax.xml.namespace.QName propertyName, java.lang.Object... expectedPropValues)
           
protected  void AbstractModelIntegrationTest.assertUsers(int expectedNumberOfUsers)
           
protected  void AbstractModelIntegrationTest.assignAccount(java.lang.String userOid, java.lang.String resourceOid, java.lang.String intent, Task task, OperationResult result)
           
protected  void AbstractModelIntegrationTest.assignOrg(java.lang.String userOid, java.lang.String orgOid, javax.xml.namespace.QName relation, Task task, OperationResult result)
           
protected  void AbstractModelIntegrationTest.assignOrg(java.lang.String userOid, java.lang.String orgOid, Task task, OperationResult result)
           
protected  void AbstractModelIntegrationTest.assignRole(java.lang.String userOid, java.lang.String roleOid, Task task, OperationResult result)
           
protected  void AbstractModelIntegrationTest.breakAssignmentDelta(java.util.Collection<ObjectDelta<? extends ObjectType>> deltas)
          Breaks user assignment delta in the context by inserting some empty value.
protected  void AbstractModelIntegrationTest.breakAssignmentDelta(ObjectDelta<UserType> userDelta)
          Breaks user assignment delta in the context by inserting some empty value.
protected  ContainerDelta<AssignmentType> AbstractModelIntegrationTest.createAccountAssignmentModification(java.lang.String resourceOid, java.lang.String intent, boolean add)
           
protected  ObjectDelta<UserType> AbstractModelIntegrationTest.createAccountAssignmentUserDelta(java.lang.String userOid, java.lang.String resourceOid, java.lang.String intent, boolean add)
           
protected  ContainerDelta<AssignmentType> AbstractModelIntegrationTest.createAssignmentModification(java.lang.String roleOid, javax.xml.namespace.QName refType, javax.xml.namespace.QName relation, boolean add)
           
protected  ObjectDelta<UserType> AbstractModelIntegrationTest.createAssignmentUserDelta(java.lang.String userOid, java.lang.String roleOid, javax.xml.namespace.QName refType, javax.xml.namespace.QName relation, boolean add)
           
protected
<T> PropertyDelta<T>
AbstractModelIntegrationTest.createAttributeAddDelta(PrismObject<ResourceType> resource, javax.xml.namespace.QName attributeQName, T... newRealValue)
           
protected
<T> PropertyDelta<T>
AbstractModelIntegrationTest.createAttributeAddDelta(PrismObject<ResourceType> resource, java.lang.String attributeLocalName, T... newRealValue)
           
protected
<T> PropertyDelta<T>
AbstractModelIntegrationTest.createAttributeDeleteDelta(PrismObject<ResourceType> resource, javax.xml.namespace.QName attributeQName, T... newRealValue)
           
protected
<T> PropertyDelta<T>
AbstractModelIntegrationTest.createAttributeDeleteDelta(PrismObject<ResourceType> resource, java.lang.String attributeLocalName, T... newRealValue)
           
protected
<T> PropertyDelta<T>
AbstractModelIntegrationTest.createAttributeReplaceDelta(PrismObject<ResourceType> resource, javax.xml.namespace.QName attributeQName, T... newRealValue)
           
protected
<T> PropertyDelta<T>
AbstractModelIntegrationTest.createAttributeReplaceDelta(PrismObject<ResourceType> resource, java.lang.String attributeLocalName, T... newRealValue)
           
protected  ObjectDelta<AccountShadowType> AbstractModelIntegrationTest.createModifyAccountShadowReplaceAttributeDelta(java.lang.String accountOid, PrismObject<ResourceType> resource, javax.xml.namespace.QName attributeName, java.lang.Object... newRealValue)
           
protected  ObjectDelta<AccountShadowType> AbstractModelIntegrationTest.createModifyAccountShadowReplaceAttributeDelta(java.lang.String accountOid, PrismObject<ResourceType> resource, java.lang.String attributeName, java.lang.Object... newRealValue)
           
protected  ObjectDelta<AccountShadowType> AbstractModelIntegrationTest.createModifyAccountShadowReplaceDelta(java.lang.String accountOid, PrismObject<ResourceType> resource, ItemPath itemPath, java.lang.Object... newRealValue)
           
protected  ObjectDelta<UserType> AbstractModelIntegrationTest.createModifyUserAddAccount(java.lang.String userOid, PrismObject<ResourceType> resource)
           
protected  PrismObject<UserType> AbstractModelIntegrationTest.createUser(java.lang.String name, java.lang.String fullName)
           
protected  PrismObject<AccountShadowType> AbstractModelIntegrationTest.findAccountByUsername(java.lang.String username, PrismObject<ResourceType> resource)
           
protected  PrismObject<AccountShadowType> AbstractModelIntegrationTest.findAccountByUsername(java.lang.String username, PrismObject<ResourceType> resource, Task task, OperationResult result)
           
protected  PrismObject<UserType> AbstractModelIntegrationTest.findUserByUsername(java.lang.String username)
           
protected  PrismObject<AccountShadowType> AbstractModelIntegrationTest.getAccount(java.lang.String accountOid)
           
protected  PrismObject<AccountShadowType> AbstractModelIntegrationTest.getAccount(java.lang.String accountOid, boolean noFetch)
           
protected  PrismObject<AccountShadowType> AbstractModelIntegrationTest.getAccountNoFetch(java.lang.String accountOid)
           
protected  ResourceAttributeDefinition AbstractModelIntegrationTest.getAttributeDefinition(PrismObject<ResourceType> resource, javax.xml.namespace.QName attributeName)
           
protected  PrismObject<UserType> AbstractModelIntegrationTest.getUser(java.lang.String userOid)
           
protected  java.lang.String AbstractModelIntegrationTest.getUserAccountRef(PrismObject<UserType> user, java.lang.String resourceOid)
           
protected
<T extends ObjectType>
PrismObject<T>
AbstractModelIntegrationTest.importAndGetObjectFromFile(java.lang.Class<T> type, java.lang.String filename, java.lang.String oid, Task task, OperationResult result)
           
protected  java.util.Collection<PrismObject<AccountShadowType>> AbstractModelIntegrationTest.listAccounts(PrismObject<ResourceType> resource, Task task, OperationResult result)
           
protected  void AbstractModelIntegrationTest.modifyAccountShadowReplace(java.lang.String accountOid, ItemPath propertyPath, Task task, OperationResult result, java.lang.Object... newRealValue)
           
protected  void AbstractModelIntegrationTest.modifyUserAssignment(java.lang.String userOid, java.lang.String roleOid, javax.xml.namespace.QName refType, javax.xml.namespace.QName relation, Task task, boolean add, OperationResult result)
           
protected  void AbstractModelIntegrationTest.modifyUserReplace(java.lang.String userOid, ItemPath propertyPath, Task task, OperationResult result, java.lang.Object... newRealValue)
           
protected  void AbstractModelIntegrationTest.modifyUserReplace(java.lang.String userOid, javax.xml.namespace.QName propertyName, Task task, OperationResult result, java.lang.Object... newRealValue)
           
protected  void AbstractModelIntegrationTest.purgeResourceSchema(java.lang.String resourceOid)
           
protected  java.util.List<PrismObject<OrgType>> AbstractModelIntegrationTest.searchOrg(java.lang.String baseOrgOid, java.lang.Integer minDepth, java.lang.Integer maxDepth, Task task, OperationResult result)
           
protected  void AbstractModelIntegrationTest.setDefaultUserTemplate(java.lang.String userTemplateOid)
           
protected  void AbstractModelIntegrationTest.unassignAccount(java.lang.String userOid, java.lang.String resourceOid, java.lang.String intent, Task task, OperationResult result)
           
protected  void AbstractModelIntegrationTest.unassignAll(java.lang.String userOid, Task task, OperationResult result)
          Executes assignment replace delta with empty values.
protected  void AbstractModelIntegrationTest.unassignOrg(java.lang.String userOid, java.lang.String orgOid, javax.xml.namespace.QName relation, Task task, OperationResult result)
           
protected  void AbstractModelIntegrationTest.unassignOrg(java.lang.String userOid, java.lang.String orgOid, Task task, OperationResult result)
           
protected  void AbstractModelIntegrationTest.unassignRole(java.lang.String userOid, java.lang.String roleOid, Task task, OperationResult result)
           
 

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

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

Uses of SchemaException in com.evolveum.midpoint.prism
 

Methods in com.evolveum.midpoint.prism that throw SchemaException
 void PrismContainer.add(Item<?> item)
          Convenience method.
 void PrismContainerValue.add(Item<?> item)
          Adds an item to a property container.
 boolean Item.add(V newValue)
           
 void PrismContainerValue.addAll(java.util.Collection<? extends Item<?>> itemsToAdd)
          Adds a collection of items to a property container.
 boolean Item.addAll(java.util.Collection<V> newValues)
           
 void PrismObject.addReplaceExisting(Item<?> item)
           
 void PrismContainerValue.addReplaceExisting(Item<?> item)
          Adds an item to a property container.
 void PrismContext.adopt(Objectable objectable)
           
<T extends Objectable>
void
PrismContext.adopt(ObjectDelta<T> delta)
           
<T extends Objectable>
void
PrismContext.adopt(PrismObject<T> object)
           
<T extends Objectable>
void
PrismContext.adopt(PrismObject<T> object, java.lang.Class<T> declaredType)
          Set up the specified object with prism context instance and schema definition.
 void PrismValue.applyDefinition(ItemDefinition definition)
           
 void Item.applyDefinition(ItemDefinition definition)
           
 void PrismObject.applyDefinition(ItemDefinition definition)
           
 void PrismContainer.applyDefinition(ItemDefinition definition)
           
 void PrismPropertyValue.applyDefinition(ItemDefinition definition)
           
 void PrismValue.applyDefinition(ItemDefinition definition, boolean force)
           
 void Item.applyDefinition(ItemDefinition definition, boolean force)
           
 void PrismPropertyValue.applyDefinition(ItemDefinition definition, boolean force)
           
 void PrismReferenceValue.applyDefinition(ItemDefinition definition, boolean force)
           
 void PrismContainerValue.applyDefinition(ItemDefinition definition, boolean force)
           
 void PrismContainerValue.applyDefinition(PrismContainerDefinition definition, boolean force)
           
 void PrismReferenceValue.applyDefinition(PrismReferenceDefinition definition, boolean force)
           
 void Item.assertDefinitions()
           
 void Item.assertDefinitions(boolean tolarateRawValues, java.lang.String sourceDescription)
           
 void PrismContainer.assertDefinitions(boolean tolarateRaw, java.lang.String sourceDescription)
           
 void PrismContainerValue.assertDefinitions(boolean tolerateRaw, java.lang.String sourceDescription)
           
 void Item.assertDefinitions(java.lang.String sourceDescription)
           
 void PrismContainerValue.assertDefinitions(java.lang.String sourceDescription)
           
<X extends Containerable>
PrismContainer<X>
PrismContainerValue.createContainer(javax.xml.namespace.QName containerName)
           
<X> PrismProperty<X>
PrismContainerValue.createProperty(PrismPropertyDefinition propertyDefinition)
           
<X> PrismProperty<X>
PrismContainerValue.createProperty(javax.xml.namespace.QName propertyName)
           
<T extends Containerable>
PrismContainer<T>
PrismContainer.findOrCreateContainer(ItemPath containerPath)
           
<T extends Containerable>
PrismContainer<T>
PrismContainer.findOrCreateContainer(javax.xml.namespace.QName containerName)
           
<T extends Containerable>
PrismContainer<T>
PrismContainerValue.findOrCreateContainer(javax.xml.namespace.QName containerName)
           
<T extends Item<?>>
T
PrismContainer.findOrCreateItem(ItemPath containerPath, java.lang.Class<T> type)
           
<T extends Item<?>>
T
PrismContainer.findOrCreateItem(ItemPath containerPath, java.lang.Class<T> type, ItemDefinition definition)
           
 Item<?> PrismContainerValue.findOrCreateItem(javax.xml.namespace.QName containerName)
           
<X extends Item>
X
PrismContainerValue.findOrCreateItem(javax.xml.namespace.QName containerName, java.lang.Class<X> type)
           
<T> PrismProperty<T>
PrismContainer.findOrCreateProperty(ItemPath propertyPath)
           
<X> PrismProperty<X>
PrismContainerValue.findOrCreateProperty(PrismPropertyDefinition propertyDef)
           
<T> PrismProperty<T>
PrismContainer.findOrCreateProperty(javax.xml.namespace.QName propertyName)
           
<X> PrismProperty<X>
PrismContainerValue.findOrCreateProperty(javax.xml.namespace.QName propertyQName)
           
 PrismReference PrismContainer.findOrCreateReference(ItemPath propertyPath)
           
 PrismReference PrismContainer.findOrCreateReference(javax.xml.namespace.QName propertyName)
           
 PrismReference PrismContainerValue.findOrCreateReference(javax.xml.namespace.QName referenceName)
           
 void PrismContext.initialize()
           
 void PrismContainer.mergeValue(PrismContainerValue<V> otherValue)
           
 void PrismContainer.mergeValues(java.util.Collection<PrismContainerValue<V>> otherValues)
           
 void PrismContainer.mergeValues(PrismContainer<V> other)
           
<T extends Objectable>
PrismObject<T>
PrismContext.parseObject(org.w3c.dom.Element objectElement)
          Parses a DOM object and creates a prism from it.
<T extends Objectable>
PrismObject<T>
PrismContext.parseObject(java.io.File file)
          Parses a file and creates a prism from it.
<T extends Objectable>
PrismObject<T>
PrismContext.parseObject(java.lang.String xmlString)
          Parses a string and creates a prism from it.
 void PrismContainerValue.replace(Item<?> oldItem, Item<?> newItem)
           
 void Item.replaceAll(java.util.Collection<V> newValues)
           
 void PrismContainer.setPropertyRealValue(javax.xml.namespace.QName propertyName, java.lang.Object realValue)
           
 void PrismContainerValue.setPropertyRealValue(javax.xml.namespace.QName propertyName, java.lang.Object realValue)
           
 void PrismContainer.setValue(PrismContainerValue<V> value)
           
 

Uses of SchemaException in com.evolveum.midpoint.prism.delta
 

Methods in com.evolveum.midpoint.prism.delta that throw SchemaException
static void ItemDelta.applyDefinition(java.util.Collection<? extends ItemDelta> deltas, PrismObjectDefinition definition)
           
 void ReferenceDelta.applyDefinition(ItemDefinition definition)
           
 void PrismValueDeltaSetTriple.applyDefinition(ItemDefinition itemDefinition)
           
 void ItemDelta.applyDefinition(ItemDefinition definition)
           
 void ContainerDelta.applyDefinition(ItemDefinition definition)
           
 void PropertyDelta.applyDefinition(ItemDefinition definition)
           
 void ItemDelta.applyDefinition(ItemDefinition itemDefinition, boolean force)
           
 void ObjectDelta.applyDefinition(PrismObjectDefinition<T> definition)
           
 void ObjectDelta.applyDefinition(PrismObjectDefinition<T> objectDefinition, boolean force)
           
static void ItemDelta.applyTo(java.util.Collection<? extends ItemDelta> deltas, PrismContainer propertyContainer)
           
 void ReferenceDelta.applyTo(Item item)
           
 void ItemDelta.applyTo(Item item)
          Apply this delta (path) to a property.
 void ContainerDelta.applyTo(Item item)
           
 void PropertyDelta.applyTo(Item item)
           
 void ItemDelta.applyTo(PrismContainer<?> propertyContainer)
          Apply this delta (path) to a property container.
 void ObjectDelta.applyTo(PrismObject<T> targetObject)
          Applies this object delta to specified object, returns updated object.
 void ObjectDelta.assertDefinitions()
           
 void ObjectDelta.assertDefinitions(boolean tolerateRawElements)
           
 void ObjectDelta.assertDefinitions(boolean tolerateRawElements, java.lang.String sourceDescription)
          Assert that all the items has appropriate definition.
 void ItemDelta.assertDefinitions(boolean tolarateRawValues, java.lang.String sourceDescription)
           
 void ObjectDelta.assertDefinitions(java.lang.String sourceDescription)
           
 void ItemDelta.assertDefinitions(java.lang.String sourceDescription)
           
<I extends Item>
I
ItemDelta.computeChangedItem(I oldItem)
           
 PrismObject<T> ObjectDelta.computeChangedObject(PrismObject<T> objectOld)
          Applies this object delta to specified object, returns updated object.
static
<T extends Objectable>
ObjectDelta<T>
DiffUtil.diff(java.io.File oldXmlFile, java.io.File newXmlFile, java.lang.Class<T> type, PrismContext prismContext)
           
static
<T extends Objectable>
ObjectDelta<T>
DiffUtil.diff(java.lang.String oldXml, java.lang.String newXml, java.lang.Class<T> type, PrismContext prismContext)
           
static
<T extends Objectable>
ObjectDelta<T>
DiffUtil.diff(T oldObjectType, T newObjectType, java.lang.Class<T> type, PrismContext prismContext)
           
 Item<V> ItemDelta.getItemNew()
          Returns the "new" state of the property - the state that would be after the delta is applied.
 Item<V> ItemDelta.getItemNew(Item<V> itemOld)
          Returns the "new" state of the property - the state that would be after the delta is applied.
 PrismProperty<T> PropertyDelta.getPropertyNew()
          Returns the "new" state of the property - the state that would be after the delta is applied.
 PrismProperty<T> PropertyDelta.getPropertyNew(PrismProperty<T> propertyOld)
          Returns the "new" state of the property - the state that would be after the delta is applied.
 void ObjectDelta.merge(ObjectDelta<T> deltaToMerge)
          Merge provided delta into this delta.
 void ObjectDelta.mergeModification(ItemDelta<?> modificationToMerge)
           
 void ObjectDelta.mergeModifications(java.util.Collection<? extends ItemDelta> modificationsToMerge)
           
static
<T extends Objectable>
ObjectDelta<T>
ObjectDelta.summarize(java.util.List<ObjectDelta<T>> deltas)
          Returns a delta that is a "sum" of all the deltas in the collection.
static
<T extends Objectable>
ObjectDelta<T>
ObjectDelta.summarize(ObjectDelta<T>... deltas)
          Returns a delta that is a "sum" of all the deltas in the collection.
 void ObjectDelta.swallow(ItemDelta<?> newItemDelta)
          Incorporates the property delta into the existing property deltas (regardless of the change type).
static
<T extends Objectable>
ObjectDelta<T>
ObjectDelta.union(ObjectDelta<T>... deltas)
          Union of several object deltas.
 void ItemDelta.validate()
           
 void ItemDelta.validate(java.lang.String contextDescription)
           
 

Uses of SchemaException in com.evolveum.midpoint.prism.dom
 

Methods in com.evolveum.midpoint.prism.dom that throw SchemaException
<T extends Containerable>
boolean
PrismDomProcessor.addItemValue(Item item, java.lang.Object element, PrismContainer<T> container)
          Parse the provided JAXB/DOM element and add it as a new value of the specified item.
<T extends Containerable>
boolean
PrismDomProcessor.deleteItemValue(Item item, java.lang.Object element, PrismContainer<T> container)
          Parse the provided JAXB/DOM element and delete it from the specified item.
<T extends Containerable>
java.util.Collection<? extends Item<?>>
PrismDomProcessor.parseContainerItems(PrismContainerDefinition<T> containingPcd, java.util.List<? extends java.lang.Object> valueElements, javax.xml.namespace.QName propertyName, boolean reference)
          Used e.g.
<T extends Containerable>
java.util.Collection<? extends Item<?>>
PrismDomProcessor.parseContainerItems(PrismContainerDefinition<T> containingPcd, java.util.List<java.lang.Object> valueElements)
          Used e.g.
 Item<?> PrismDomProcessor.parseItem(java.util.List<? extends java.lang.Object> valueElements, javax.xml.namespace.QName itemName, ItemDefinition def)
          This gets definition of an unspecified type.
 Item<?> PrismDomProcessor.parseItem(java.util.List<? extends java.lang.Object> valueElements, javax.xml.namespace.QName itemName, ItemDefinition def, boolean reference)
           
<T extends Objectable>
PrismObject<T>
PrismDomProcessor.parseObject(org.w3c.dom.Element objectElement)
           
<T extends Objectable>
PrismObject<T>
PrismDomProcessor.parseObject(java.io.File file)
           
<T extends Objectable>
PrismObject<T>
PrismDomProcessor.parseObject(java.io.File file, java.lang.Class<T> type)
           
<T extends Objectable>
PrismObject<T>
PrismDomProcessor.parseObject(org.w3c.dom.Node domNode)
           
<T extends Objectable>
PrismObject<T>
PrismDomProcessor.parseObject(java.lang.String objectString)
           
<T extends Objectable>
PrismObject<T>
PrismDomProcessor.parseObject(java.lang.String objectString, java.lang.Class<T> type)
           
 java.util.List<PrismObject<? extends Objectable>> PrismDomProcessor.parseObjects(java.io.File file)
          This is really stupid implementation.
<T extends Containerable>
PrismContainer<T>
PrismDomProcessor.parsePrismContainer(org.w3c.dom.Element domElement)
           
<T extends Containerable>
PrismContainer<T>
PrismDomProcessor.parsePrismContainer(org.w3c.dom.Element domElement, PrismContainerDefinition<T> propertyContainerDefinition)
           
<T extends Containerable>
java.util.Collection<? extends Item>
PrismDomProcessor.parsePrismContainerItems(java.util.List<org.w3c.dom.Element> childElements, PrismContainerDefinition<T> containerDefinition)
           
protected
<T extends Containerable>
java.util.Collection<? extends Item<?>>
PrismDomProcessor.parsePrismContainerItems(java.util.List<org.w3c.dom.Element> elements, PrismContainerDefinition<T> containerDefinition, java.util.Collection<? extends ItemDefinition> selection)
          Parses items of PRISM CONTAINER from a list of elements.
<T> PrismProperty<T>
PrismDomProcessor.parsePrismProperty(java.util.List<? extends java.lang.Object> valueElements, javax.xml.namespace.QName propName, PrismPropertyDefinition propertyDefinition)
           
<T> T
PrismDomProcessor.parsePrismPropertyRealValue(java.lang.Object valueElement, PrismPropertyDefinition propertyDefinition)
           
 PrismReference PrismDomProcessor.parsePrismReference(java.util.List<? extends java.lang.Object> valueElements, javax.xml.namespace.QName propName, PrismReferenceDefinition referenceDefinition)
           
<T> PrismProperty<T>
PrismDomProcessor.parsePropertyFromValueElement(org.w3c.dom.Element valueElement, PrismPropertyDefinition propertyDefinition)
           
 org.w3c.dom.Element DomSerializer.serialize(PrismObject<?> object)
           
 org.w3c.dom.Element DomSerializer.serializeContainerValue(PrismContainerValue<?> value, org.w3c.dom.Element parentElement)
           
 java.util.List<org.w3c.dom.Element> PrismDomProcessor.serializeItemToDom(Item<?> item)
           
 java.util.List<org.w3c.dom.Element> PrismDomProcessor.serializeItemToDom(Item<?> item, org.w3c.dom.Document document)
           
 void PrismDomProcessor.serializeItemToDom(Item<?> item, org.w3c.dom.Element parentElement)
           
<T extends Containerable>
java.lang.String
PrismDomProcessor.serializeObjectToString(PrismContainerValue<T> object, org.w3c.dom.Element parentElement)
           
<T extends Objectable>
java.lang.String
PrismDomProcessor.serializeObjectToString(PrismObject<T> object)
           
<T extends Objectable>
java.lang.String
PrismDomProcessor.serializeObjectToString(PrismObject<T> object, boolean serializeCompositeObjects)
           
<T extends Containerable>
org.w3c.dom.Element
PrismDomProcessor.serializeToDom(PrismContainerValue<T> object, org.w3c.dom.Element parentElement)
           
 org.w3c.dom.Element PrismDomProcessor.serializeToDom(PrismObject<?> object)
          Returns "dead" DOM representation of the PrismObject.
 org.w3c.dom.Element PrismDomProcessor.serializeToDom(PrismObject<?> object, boolean serializeCompositeObjects)
           
 void PrismDomProcessor.serializeValueToDom(PrismValue pval, org.w3c.dom.Element parentElement)
           
 org.w3c.dom.Element PrismDomProcessor.serializeValueToDom(PrismValue pval, javax.xml.namespace.QName elementName)
           
 org.w3c.dom.Element PrismDomProcessor.serializeValueToDom(PrismValue pval, javax.xml.namespace.QName elementName, org.w3c.dom.Document document)
           
 

Uses of SchemaException in com.evolveum.midpoint.prism.query
 

Methods in com.evolveum.midpoint.prism.query that throw SchemaException
static EqualsFilter EqualsFilter.createEqual(java.lang.Class<? extends Objectable> type, PrismContext prismContext, javax.xml.namespace.QName propertyName, java.lang.Object realValue)
           
static EqualsFilter EqualsFilter.createEqual(ItemPath parentPath, PrismContainerDefinition<? extends Containerable> containerDef, javax.xml.namespace.QName propertyName, java.lang.Object realValue)
           
static EqualsFilter EqualsFilter.createEqual(ItemPath parentPath, PrismContainerDefinition<? extends Containerable> containerDef, javax.xml.namespace.QName propertyName, PrismValue... values)
           
static RefFilter RefFilter.createReferenceEqual(java.lang.Class type, javax.xml.namespace.QName propertyName, PrismContext prismContext, java.lang.String oid)
           
static RefFilter RefFilter.createReferenceEqual(java.lang.Class type, javax.xml.namespace.QName propertyName, PrismObject<? extends Objectable> targetObject)
           
static RefFilter RefFilter.createReferenceEqual(ItemPath path, PrismContainerDefinition containerDef, javax.xml.namespace.QName propertyName, java.lang.String realValue)
           
 

Uses of SchemaException in com.evolveum.midpoint.prism.schema
 

Methods in com.evolveum.midpoint.prism.schema that throw SchemaException
<T extends Objectable>
void
SchemaRegistry.applyDefinition(ObjectDelta<T> objectDelta, java.lang.Class<T> type, boolean force)
          This method will try to locate the appropriate object definition and apply it.
 void SchemaRegistry.applyDefinition(PrismObject<? extends Objectable> prismObject, java.lang.Class<? extends Objectable> type)
           
 void SchemaRegistry.applyDefinition(PrismObject<? extends Objectable> prismObject, java.lang.Class<? extends Objectable> type, boolean force)
          This method will try to locate the appropriate object definition and apply it.
 ComplexTypeDefinition SchemaDefinitionFactory.createComplexTypeDefinition(com.sun.xml.xsom.XSComplexType complexType, PrismContext prismContext, com.sun.xml.xsom.XSAnnotation annotation)
           
 PrismContainerDefinition SchemaDefinitionFactory.createContainerDefinition(javax.xml.namespace.QName elementName, ComplexTypeDefinition complexTypeDefinition, PrismContext prismContext, com.sun.xml.xsom.XSAnnotation annotation, com.sun.xml.xsom.XSParticle elementParticle)
           
 PrismContainerDefinition SchemaDefinitionFactory.createExtraDefinitionFromComplexType(com.sun.xml.xsom.XSComplexType complexType, ComplexTypeDefinition complexTypeDefinition, PrismContext prismContext, com.sun.xml.xsom.XSAnnotation annotation)
          Create optional extra definition form a top-level complex type definition.
<T extends Objectable>
PrismObjectDefinition<T>
SchemaDefinitionFactory.createObjectDefinition(javax.xml.namespace.QName elementName, ComplexTypeDefinition complexTypeDefinition, PrismContext prismContext, java.lang.Class<T> compileTimeClass, com.sun.xml.xsom.XSAnnotation annotation, com.sun.xml.xsom.XSParticle elementParticle)
           
 PrismPropertyDefinition SchemaDefinitionFactory.createPropertyDefinition(javax.xml.namespace.QName elementName, javax.xml.namespace.QName typeName, ComplexTypeDefinition complexTypeDefinition, PrismContext prismContext, com.sun.xml.xsom.XSAnnotation annotation, com.sun.xml.xsom.XSParticle elementParticle)
           
 PrismReferenceDefinition SchemaDefinitionFactory.createReferenceDefinition(javax.xml.namespace.QName primaryElementName, javax.xml.namespace.QName typeName, ComplexTypeDefinition complexTypeDefinition, PrismContext prismContext, com.sun.xml.xsom.XSAnnotation annotation, com.sun.xml.xsom.XSParticle elementParticle)
           
 void SchemaDefinitionFactory.finishComplexTypeDefinition(ComplexTypeDefinition complexTypeDefinition, com.sun.xml.xsom.XSComplexType complexType, PrismContext prismContext, com.sun.xml.xsom.XSAnnotation annotation)
          Called after the complex type definition is filled with items.
 void SchemaRegistry.initialize()
          This can be used to read additional schemas even after the registry was initialized.
<T extends Objectable>
PrismObject<T>
SchemaRegistry.instantiate(java.lang.Class<T> compileTimeClass)
           
 void SchemaRegistry.loadPrismSchemaFile(java.io.File file)
           
 SchemaDescription SchemaRegistry.loadPrismSchemaFileDescription(java.io.File file)
           
 void SchemaRegistry.loadPrismSchemaResource(java.lang.String resourcePath)
           
 void SchemaRegistry.loadPrismSchemasFromDirectory(java.io.File directory)
          This can be used to read additional schemas even after the registry was initialized.
protected static PrismSchema PrismSchema.parse(org.w3c.dom.Element element, org.xml.sax.EntityResolver resolver, PrismSchema schema, java.lang.String shortDescription, PrismContext prismContext)
           
static PrismSchema PrismSchema.parse(org.w3c.dom.Element element, org.xml.sax.EntityResolver resolver, java.lang.String shortDescription, PrismContext prismContext)
           
protected static PrismSchema PrismSchema.parse(org.w3c.dom.Element element, PrismSchema schema, java.lang.String shortDescription, PrismContext prismContext)
           
static PrismSchema PrismSchema.parse(org.w3c.dom.Element element, java.lang.String shortDescription, PrismContext prismContext)
           
static SchemaDescription SchemaDescription.parseFile(java.io.File file)
           
static SchemaDescription SchemaDescription.parseNode(org.w3c.dom.Node node, java.lang.String sourceDescription)
           
static SchemaDescription SchemaDescription.parseResource(java.lang.String resourcePath)
           
 void SchemaRegistry.registerPrismDefaultSchemaResource(java.lang.String resourcePath, java.lang.String usualPrefix, java.lang.Package compileTimeClassesPackage)
          Must be called before call to initialize()
 void SchemaRegistry.registerPrismSchemaFile(java.io.File file)
           
 void SchemaRegistry.registerPrismSchemaResource(java.lang.String resourcePath, java.lang.String usualPrefix)
          Must be called before call to initialize()
 void SchemaRegistry.registerPrismSchemaResource(java.lang.String resourcePath, java.lang.String usualPrefix, java.lang.Package compileTimeClassesPackage)
          Must be called before call to initialize()
 void SchemaRegistry.registerPrismSchemaResource(java.lang.String resourcePath, java.lang.String usualPrefix, java.lang.Package compileTimeClassesPackage, boolean defaultSchema)
          Must be called before call to initialize()
 void SchemaRegistry.registerPrismSchemasFromDirectory(java.io.File directory)
           
 void SchemaRegistry.registerSchema(org.w3c.dom.Node node, java.lang.String sourceDescription)
          Must be called before call to initialize()
 void SchemaRegistry.registerSchema(org.w3c.dom.Node node, java.lang.String sourceDescription, java.lang.String usualPrefix)
          Must be called before call to initialize()
 void SchemaRegistry.registerSchemaResource(java.lang.String resourcePath, java.lang.String usualPrefix)
          Must be called before call to initialize()
 ItemDefinition SchemaRegistry.resolveGlobalItemDefinition(javax.xml.namespace.QName elementQName)
          Looks for a top-level definition for the specified element name (in all schemas).
 org.w3c.dom.Document PrismSchema.serializeToXsd()
           
 

Uses of SchemaException in com.evolveum.midpoint.prism.util
 

Methods in com.evolveum.midpoint.prism.util that throw SchemaException
static void PrismAsserts.assertElementsEquals(java.lang.Object expected, java.lang.Object actual)
           
static void PrismAsserts.assertEquals(java.io.File fileNewXml, Objectable objectable)
           
static void PrismAsserts.assertEquals(java.io.File fileNewXml, PrismObject<?> actual)
           
static void PrismAsserts.assertEquals(java.io.File fileNewXml, java.lang.String objectString)
           
static void PrismAsserts.assertEquals(Objectable expected, Objectable actual)
           
static void PrismAsserts.assertEquivalent(java.lang.String message, java.io.File expectedFile, PrismObject actual)
           
static PrismContext PrismTestUtil.createInitializedPrismContext()
           
static PrismContext PrismTestUtil.createPrismContext()
           
 PrismContext PrismContextFactory.createPrismContext()
          Returns UNINITIALIZED prism context.
static
<T extends Objectable>
ObjectDelta<T>
PrismTestUtil.parseDelta(java.io.File file)
           
static
<T extends Objectable>
PrismObject<T>
PrismTestUtil.parseObject(org.w3c.dom.Element element)
           
static
<T extends Objectable>
PrismObject<T>
PrismTestUtil.parseObject(java.io.File file)
           
static
<T extends Objectable>
PrismObject<T>
PrismTestUtil.parseObject(java.lang.String xmlString)
           
static java.util.List<PrismObject<? extends Objectable>> PrismTestUtil.parseObjects(java.io.File file)
           
static void PrismTestUtil.resetPrismContext()
           
static void PrismTestUtil.resetPrismContext(PrismContextFactory newPrismContextFactory)
           
static java.lang.String PrismTestUtil.serializeObjectToString(PrismObject<? extends Objectable> object)
           
static
<T> javax.xml.bind.JAXBElement<T>
PrismTestUtil.unmarshalElement(java.io.File xmlFile, java.lang.Class<T> type)
           
static
<T> javax.xml.bind.JAXBElement<T>
PrismTestUtil.unmarshalElement(java.lang.String xmlString, java.lang.Class<T> type)
           
static
<T> T
PrismTestUtil.unmarshalObject(java.io.File file, java.lang.Class<T> type)
           
static
<T> T
PrismTestUtil.unmarshalObject(java.lang.String stringXml, java.lang.Class<T> type)
           
 

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

Methods in com.evolveum.midpoint.prism.xml that throw SchemaException
static void XmlTypeConverter.appendBelowNode(java.lang.Object val, javax.xml.namespace.QName xsdType, javax.xml.namespace.QName name, org.w3c.dom.Node parentNode, boolean recordType)
           
static java.util.List<java.lang.Object> XmlTypeConverter.convertValueElementAsList(org.w3c.dom.Element valueElement)
           
static
<T> java.util.List<T>
XmlTypeConverter.convertValueElementAsList(org.w3c.dom.Element valueElement, java.lang.Class<T> type)
           
static java.util.List<?> XmlTypeConverter.convertValueElementAsList(org.w3c.dom.Element valueElement, javax.xml.namespace.QName xsdType)
           
static
<T> java.util.List<T>
XmlTypeConverter.convertValueElementAsList(org.w3c.dom.NodeList valueNodes, java.lang.Class<T> type)
           
static
<T> T
XmlTypeConverter.convertValueElementAsScalar(org.w3c.dom.Element valueElement, java.lang.Class<T> type)
           
static java.lang.Object XmlTypeConverter.convertValueElementAsScalar(org.w3c.dom.Element valueElement, javax.xml.namespace.QName xsdType)
           
<T> T
PrismJaxbProcessor.fromElement(java.lang.Object element, java.lang.Class<T> type)
           
 java.lang.Object PrismJaxbProcessor.toAny(PrismValue value, org.w3c.dom.Document document)
           
static java.lang.Object XmlTypeConverter.toJavaValue(org.w3c.dom.Element xmlElement)
          Expects type information in xsi:type
static
<T> T
XmlTypeConverter.toJavaValue(org.w3c.dom.Element xmlElement, java.lang.Class<T> type)
           
static java.lang.Object XmlTypeConverter.toJavaValue(org.w3c.dom.Element xmlElement, javax.xml.namespace.QName type)
           
static TypedValue XmlTypeConverter.toTypedJavaValueWithDefaultType(org.w3c.dom.Element xmlElement, javax.xml.namespace.QName defaultType)
          Try to locate element type from xsi:type, fall back to specified default type.
static void XmlTypeConverter.toXsdElement(java.lang.Object val, org.w3c.dom.Element element, boolean recordType)
           
static java.lang.Object XmlTypeConverter.toXsdElement(java.lang.Object val, javax.xml.namespace.QName elementName, org.w3c.dom.Document doc)
           
static java.lang.Object XmlTypeConverter.toXsdElement(java.lang.Object val, javax.xml.namespace.QName elementName, org.w3c.dom.Document doc, boolean recordType)
           
static java.lang.Object XmlTypeConverter.toXsdElement(java.lang.Object val, javax.xml.namespace.QName typeName, javax.xml.namespace.QName elementName, org.w3c.dom.Document doc, boolean recordType)
           
<T> javax.xml.bind.JAXBElement<T>
PrismJaxbProcessor.unmarshalElement(java.io.File file, java.lang.Class<T> type)
           
<T> javax.xml.bind.JAXBElement<T>
PrismJaxbProcessor.unmarshalElement(java.io.InputStream input, java.lang.Class<T> type)
           
<T> javax.xml.bind.JAXBElement<T>
PrismJaxbProcessor.unmarshalElement(org.w3c.dom.Node node, java.lang.Class<T> type)
           
<T> javax.xml.bind.JAXBElement<T>
PrismJaxbProcessor.unmarshalElement(java.io.Reader reader, java.lang.Class<T> type)
           
<T> javax.xml.bind.JAXBElement<T>
PrismJaxbProcessor.unmarshalElement(java.lang.String xmlString, java.lang.Class<T> type)
           
<T> T
PrismJaxbProcessor.unmarshalObject(java.io.File file, java.lang.Class<T> type)
           
<T> T
PrismJaxbProcessor.unmarshalObject(java.lang.String stringXml, java.lang.Class<T> type)
           
<T> T
PrismJaxbProcessor.unmarshalRootObject(java.io.File file, java.lang.Class<T> type)
           
<T> T
PrismJaxbProcessor.unmarshalToObject(org.w3c.dom.Node node, java.lang.Class<T> type)
           
 

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

Methods in com.evolveum.midpoint.provisioning.api that throw SchemaException
<T extends ObjectType>
java.lang.String
ProvisioningService.addObject(PrismObject<T> object, ProvisioningScriptsType scripts, OperationResult parentResult)
          Add new object.
<T extends ObjectType>
void
ProvisioningService.applyDefinition(ObjectDelta<T> delta, OperationResult parentResult)
          Applies appropriate definition to the shadow delta.
<T extends ObjectType>
void
ProvisioningService.applyDefinition(PrismObject<T> shadow, OperationResult parentResult)
          Applies appropriate definition to the shadow.
<T extends ObjectType>
int
ProvisioningService.countObjects(java.lang.Class<T> type, ObjectQuery query, OperationResult parentResult)
           
<T extends ObjectType>
void
ProvisioningService.deleteObject(java.lang.Class<T> type, java.lang.String oid, ObjectOperationOption option, ProvisioningScriptsType scripts, OperationResult parentResult)
          Deletes object with specified OID.
<T extends ObjectType>
PrismObject<T>
ProvisioningService.getObject(java.lang.Class<T> type, java.lang.String oid, java.util.Collection<ObjectOperationOption> options, OperationResult parentResult)
          Returns object for provided OID.
 java.util.List<PrismObject<? extends ResourceObjectShadowType>> ProvisioningService.listResourceObjects(java.lang.String resourceOid, javax.xml.namespace.QName objectClass, ObjectPaging paging, OperationResult parentResult)
          Lists resource objects.
<T extends ObjectType>
java.lang.String
ProvisioningService.modifyObject(java.lang.Class<T> type, java.lang.String oid, java.util.Collection<? extends ItemDelta> modifications, ProvisioningScriptsType scripts, OperationResult parentResult)
          Modifies object using relative change description.
<T extends ObjectType>
java.util.List<PrismObject<T>>
ProvisioningService.searchObjects(java.lang.Class<T> type, ObjectQuery query, OperationResult parentResult)
          Search for objects.
<T extends ObjectType>
void
ProvisioningService.searchObjectsIterative(java.lang.Class<T> type, ObjectQuery query, ResultHandler<T> 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.consistency.api
 

Methods in com.evolveum.midpoint.provisioning.consistency.api that throw SchemaException
abstract
<T extends ResourceObjectShadowType>
T
ErrorHandler.handleError(T shadow, ErrorHandler.FailedOperation op, java.lang.Exception ex, OperationResult parentResult)
           
 

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

Methods in com.evolveum.midpoint.provisioning.consistency.impl that throw SchemaException
<T extends ResourceObjectShadowType>
T
CommunicationExceptionHandler.handleError(T shadow, ErrorHandler.FailedOperation op, java.lang.Exception ex, OperationResult parentResult)
           
<T extends ResourceObjectShadowType>
T
SecurityViolationHandler.handleError(T shadow, ErrorHandler.FailedOperation op, java.lang.Exception ex, OperationResult parentResult)
           
<T extends ResourceObjectShadowType>
T
GenericErrorHandler.handleError(T shadow, ErrorHandler.FailedOperation op, java.lang.Exception ex, OperationResult parentResult)
           
<T extends ResourceObjectShadowType>
T
ObjectAlreadyExistHandler.handleError(T shadow, ErrorHandler.FailedOperation op, java.lang.Exception ex, OperationResult parentResult)
           
<T extends ResourceObjectShadowType>
T
SchemaExceptionHandler.handleError(T shadow, ErrorHandler.FailedOperation op, java.lang.Exception ex, OperationResult parentResult)
           
<T extends ResourceObjectShadowType>
T
ConfigurationExceptionHandler.handleError(T shadow, ErrorHandler.FailedOperation op, java.lang.Exception ex, OperationResult parentResult)
           
<T extends ResourceObjectShadowType>
T
ObjectNotFoundHandler.handleError(T shadow, ErrorHandler.FailedOperation op, java.lang.Exception ex, OperationResult parentResult)
           
 

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

Methods in com.evolveum.midpoint.provisioning.impl that throw SchemaException
<T extends ObjectType>
java.lang.String
ProvisioningServiceImpl.addObject(PrismObject<T> object, ProvisioningScriptsType scripts, OperationResult parentResult)
           
 java.lang.String ShadowCache.addShadow(ResourceObjectShadowType shadowType, boolean isReconciled, ProvisioningScriptsType scripts, ResourceType resource, OperationResult parentResult)
           
 ResourceObjectShadowType ShadowConverter.addShadow(ResourceType resource, ResourceObjectShadowType shadowType, java.util.Set<Operation> additionalOperations, boolean isReconciled, OperationResult parentResult)
           
<T extends ResourceObjectShadowType>
ObjectClassComplexTypeDefinition
ShadowConverter.applyAttributesDefinition(ObjectDelta<T> delta, PrismObject<T> shadow, ResourceType resource)
           
<T extends ResourceObjectShadowType>
ObjectClassComplexTypeDefinition
ShadowConverter.applyAttributesDefinition(ObjectDelta<T> delta, ResourceShadowDiscriminator discriminator, ResourceType resource)
           
<T extends ResourceObjectShadowType>
ObjectClassComplexTypeDefinition
ShadowConverter.applyAttributesDefinition(PrismObject<T> shadow, ResourceType resource)
           
 void ResourceTypeManager.applyDefinition(ObjectDelta<ResourceType> delta, OperationResult objectResult)
           
<T extends ObjectType>
void
ProvisioningServiceImpl.applyDefinition(ObjectDelta<T> delta, OperationResult parentResult)
           
<T extends ResourceObjectShadowType>
void
ShadowCache.applyDefinition(ObjectDelta<T> delta, OperationResult parentResult)
           
 void ResourceTypeManager.applyDefinition(PrismObject<ResourceType> resource, OperationResult parentResult)
           
<T extends ObjectType>
void
ProvisioningServiceImpl.applyDefinition(PrismObject<T> object, OperationResult parentResult)
           
<T extends ResourceObjectShadowType>
void
ShadowCache.applyDefinition(PrismObject<T> shadow, OperationResult parentResult)
           
 ResourceType ShadowConverter.completeResource(ResourceType resource, OperationResult parentResult)
           
 ResourceType ResourceTypeManager.completeResource(ResourceType resource, ResourceSchema resourceSchema, OperationResult parentResult)
          Make sure that the resource is complete.
<T extends ObjectType>
int
ProvisioningServiceImpl.countObjects(java.lang.Class<T> type, ObjectQuery query, OperationResult parentResult)
           
 ResourceObjectShadowType ShadowConverter.createNewAccountFromChange(Change change, ResourceType resource, OperationResult parentResult)
           
<T extends ObjectType>
void
ProvisioningServiceImpl.deleteObject(java.lang.Class<T> type, java.lang.String oid, ObjectOperationOption option, ProvisioningScriptsType scripts, OperationResult parentResult)
           
 void ShadowCache.deleteShadow(ObjectType objectType, ObjectOperationOption option, ProvisioningScriptsType scripts, ResourceType resource, OperationResult parentResult)
           
 void ShadowConverter.deleteShadow(ResourceType resource, ResourceObjectShadowType shadow, java.util.Set<Operation> additionalOperations, OperationResult parentResult)
           
 java.util.List<Change> ShadowCache.fetchChanges(ResourceType resourceType, PrismProperty lastToken, OperationResult parentResult)
           
 java.util.List<Change> ShadowConverter.fetchChanges(ResourceType resource, PrismProperty lastToken, OperationResult parentResult)
           
 PrismProperty ShadowCache.fetchCurrentToken(ResourceType resourceType, OperationResult parentResult)
           
 PrismProperty ShadowConverter.fetchCurrentToken(ResourceType resourceType, OperationResult parentResult)
           
 ResourceType ResourceSchemaCache.get(ResourceType resourceType)
           
 ConnectorInstance ConnectorTypeManager.getConfiguredConnectorInstance(ResourceType resource, boolean forceFresh, OperationResult result)
           
 ConnectorType ConnectorTypeManager.getConnectorType(ResourceType resource, OperationResult result)
           
<T extends ObjectType>
PrismObject<T>
ProvisioningServiceImpl.getObject(java.lang.Class<T> type, java.lang.String oid, java.util.Collection<ObjectOperationOption> options, OperationResult parentResult)
           
 ResourceSchema ResourceTypeManager.getResourceSchema(ResourceType resource, OperationResult parentResult)
           
<T extends ResourceObjectShadowType>
T
ShadowConverter.getShadow(java.lang.Class<T> type, ResourceType resource, T repoShadow, OperationResult parentResult)
           
<T extends ResourceObjectShadowType>
T
ShadowCache.getShadow(java.lang.Class<T> type, java.lang.String oid, T 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.

 boolean ShadowConverter.isProtectedShadow(ResourceType resource, ObjectClassComplexTypeDefinition objectClassDefinition, java.util.Collection<? extends ResourceAttribute<?>> attributes)
           
<T extends ResourceObjectShadowType>
boolean
ShadowConverter.isProtectedShadow(ResourceType resource, PrismObject<T> shadow)
           
 java.util.List<PrismObject<? extends ResourceObjectShadowType>> ProvisioningServiceImpl.listResourceObjects(java.lang.String resourceOid, javax.xml.namespace.QName objectClass, ObjectPaging paging, OperationResult parentResult)
           
 void ResourceTypeManager.listShadows(ResourceType resource, javax.xml.namespace.QName objectClass, ShadowHandler handler, boolean readFromRepository, OperationResult parentResult)
           
<T extends ObjectType>
java.lang.String
ProvisioningServiceImpl.modifyObject(java.lang.Class<T> type, java.lang.String oid, java.util.Collection<? extends ItemDelta> modifications, ProvisioningScriptsType scripts, OperationResult parentResult)
           
 java.lang.String ShadowCache.modifyShadow(ObjectType objectType, ResourceType resource, java.lang.String oid, java.util.Collection<? extends ItemDelta> modifications, boolean isReconciled, ProvisioningScriptsType scripts, OperationResult parentResult)
           
 java.util.Set<PropertyModificationOperation> ShadowConverter.modifyShadow(ResourceType resource, ResourceObjectShadowType shadow, java.util.Collection<Operation> operations, java.lang.String oid, java.util.Collection<? extends ItemDelta> objectChanges, OperationResult parentResult)
           
 ResourceType ResourceSchemaCache.put(ResourceType resourceType)
           
<T extends ObjectType>
java.util.List<PrismObject<T>>
ProvisioningServiceImpl.searchObjects(java.lang.Class<T> type, ObjectQuery query, OperationResult parentResult)
           
<T extends ObjectType>
void
ProvisioningServiceImpl.searchObjectsIterative(java.lang.Class<T> type, ObjectQuery query, ResultHandler<T> handler, OperationResult parentResult)
           
<T extends ResourceObjectShadowType>
void
ResourceTypeManager.searchObjectsIterative(java.lang.Class<T> type, javax.xml.namespace.QName objectClass, ResourceType resourceType, java.util.List<ResourceAttribute> query, ShadowHandler handler, DiscoveryHandler discoveryHandler, OperationResult parentResult)
           
<T extends ResourceObjectShadowType>
void
ResourceTypeManager.searchObjectsIterative(java.lang.Class<T> type, javax.xml.namespace.QName objectClass, ResourceType resourceType, ObjectQuery query, ShadowHandler handler, DiscoveryHandler discoveryHandler, 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.Collection<ResourceAttribute<?>> ConnectorInstance.addObject(PrismObject<? extends ResourceObjectShadowType> object, java.util.Set<Operation> additionalOperations, OperationResult parentResult)
          TODO: This should return indication how the operation went, e.g.
 void ConnectorInstance.configure(PrismContainerValue configuration, OperationResult parentResult)
          The connector instance will be configured to the state that it can immediately access the resource.
 ConnectorInstance ConnectorFactory.createConnectorInstance(ConnectorType connectorType, java.lang.String namespace)
          Creates new unconfigured instance of the connector.
 java.util.List<Change> ConnectorInstance.fetchChanges(ObjectClassComplexTypeDefinition objectClass, PrismProperty lastToken, OperationResult parentResult)
          Token may be null.
<T extends ResourceObjectShadowType>
PrismObject<T>
ConnectorInstance.fetchObject(java.lang.Class<T> type, ObjectClassComplexTypeDefinition objectClassDefinition, java.util.Collection<? extends ResourceAttribute> identifiers, boolean returnDefaultAttributes, java.util.Collection<? extends ResourceAttributeDefinition> attributesToReturn, OperationResult parentResult)
          Retrieves a specific object from the resource.
 java.util.Set<PropertyModificationOperation> ConnectorInstance.modifyObject(ObjectClassComplexTypeDefinition objectClass, java.util.Collection<? extends ResourceAttribute> identifiers, java.util.Collection<Operation> changes, OperationResult parentResult)
          TODO: This should return indication how the operation went, e.g.
<T extends ResourceObjectShadowType>
void
ConnectorInstance.search(java.lang.Class<T> type, ObjectClassComplexTypeDefinition objectClassDefinition, ObjectQuery query, ResultHandler<T> handler, OperationResult parentResult)
          Execute iterative search operation.
 

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

Methods in com.evolveum.midpoint.provisioning.ucf.impl that throw SchemaException
 java.util.Collection<ResourceAttribute<?>> ConnectorInstanceIcfImpl.addObject(PrismObject<? extends ResourceObjectShadowType> object, java.util.Set<Operation> additionalOperations, OperationResult parentResult)
           
 void ConnectorInstanceIcfImpl.configure(PrismContainerValue configuration, OperationResult parentResult)
           
 ConnectorInstance ConnectorFactoryIcfImpl.createConnectorInstance(ConnectorType connectorType, java.lang.String namespace)
          Creates new connector instance.
 java.util.List<Change> ConnectorInstanceIcfImpl.fetchChanges(ObjectClassComplexTypeDefinition objectClass, PrismProperty lastToken, OperationResult parentResult)
           
<T extends ResourceObjectShadowType>
PrismObject<T>
ConnectorInstanceIcfImpl.fetchObject(java.lang.Class<T> type, ObjectClassComplexTypeDefinition objectClassDefinition, java.util.Collection<? extends ResourceAttribute> identifiers, boolean returnDefaultAttributes, java.util.Collection<? extends ResourceAttributeDefinition> attributesToReturn, OperationResult parentResult)
           
 java.util.Set<PropertyModificationOperation> ConnectorInstanceIcfImpl.modifyObject(ObjectClassComplexTypeDefinition objectClass, java.util.Collection<? extends ResourceAttribute> identifiers, java.util.Collection<Operation> changes, OperationResult parentResult)
           
<T extends ResourceObjectShadowType>
void
ConnectorInstanceIcfImpl.search(java.lang.Class<T> type, ObjectClassComplexTypeDefinition objectClassDefinition, ObjectQuery query, ResultHandler<T> handler, OperationResult parentResult)
           
 

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

Methods in com.evolveum.midpoint.provisioning.ucf.query that throw SchemaException
 org.identityconnectors.framework.common.objects.filter.Filter ValueOperation.interpret(ObjectFilter objectFilter)
           
abstract  org.identityconnectors.framework.common.objects.filter.Filter Operation.interpret(ObjectFilter objectFilter)
           
 org.identityconnectors.framework.common.objects.filter.Filter LogicalOperation.interpret(ObjectFilter objectFilter)
           
 org.identityconnectors.framework.common.objects.filter.Filter FilterInterpreter.interpret(ObjectFilter filter)
           
 

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

Methods in com.evolveum.midpoint.provisioning.ucf.util that throw SchemaException
static java.lang.String UcfUtil.convertAttributeNameToIcf(javax.xml.namespace.QName attrQName, java.lang.String resourceSchemaNamespace, OperationResult parentResult)
           
static java.lang.Object UcfUtil.convertValueToIcf(java.lang.Object value, Protector protector, javax.xml.namespace.QName propName)
           
 

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

Methods in com.evolveum.midpoint.provisioning.util that throw SchemaException
static
<T extends ResourceObjectShadowType>
T
ShadowCacheUtil.completeShadow(T resourceShadow, T repoShadow, ResourceType resource, OperationResult parentResult)
          Make sure that the shadow is complete, e.g.
static
<T extends ResourceObjectShadowType>
T
ShadowCacheUtil.createRepositoryShadow(T shadowType, ResourceType resource)
          Create a copy of a shadow that is suitable for repository storage.
static ObjectQuery ShadowCacheUtil.createSearchShadowQuery(java.util.Collection<ResourceAttribute<?>> identifiers, ResourceType resource, PrismContext prismContext, OperationResult parentResult)
           
static ObjectQuery ShadowCacheUtil.createSearchShadowQuery(ResourceObjectShadowType resourceShadow, ResourceType resource, PrismContext prismContext, OperationResult parentResult)
           
static PolyStringType ShadowCacheUtil.determineShadowName(ResourceObjectShadowType shadow)
           
static java.lang.String ShadowCacheUtil.determineShadowStringName(ResourceObjectShadowType shadow)
           
static
<T extends ResourceObjectShadowType>
void
ShadowCacheUtil.normalizeShadow(T shadow, OperationResult result)
           
 

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

Methods in com.evolveum.midpoint.repo.api that throw SchemaException
<T extends ObjectType>
java.lang.String
RepositoryService.addObject(PrismObject<T> object, OperationResult parentResult)
          Add new object.
 void RepositoryService.claimTask(java.lang.String oid, OperationResult parentResult)
          Deprecated. 
<T extends ObjectType>
int
RepositoryService.countObjects(java.lang.Class<T> type, ObjectQuery query, OperationResult parentResult)
           
<T extends ObjectType>
PrismObject<T>
RepositoryService.getObject(java.lang.Class<T> type, java.lang.String oid, OperationResult parentResult)
          Returns object for provided OID.
<T extends ObjectType>
void
RepositoryService.modifyObject(java.lang.Class<T> type, java.lang.String oid, java.util.Collection<? extends ItemDelta> modifications, OperationResult parentResult)
          Modifies object using relative change description.
 void RepositoryService.releaseTask(java.lang.String oid, OperationResult parentResult)
          Deprecated. 
<T extends ObjectType>
java.util.List<PrismObject<T>>
RepositoryService.searchObjects(java.lang.Class<T> type, ObjectQuery query, OperationResult parentResult)
          Search for objects in the repository.
 

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

Methods in com.evolveum.midpoint.repo.cache that throw SchemaException
<T extends ObjectType>
java.lang.String
RepositoryCache.addObject(PrismObject<T> object, OperationResult parentResult)
           
 void RepositoryCache.claimTask(java.lang.String oid, OperationResult parentResult)
           
<T extends ObjectType>
int
RepositoryCache.countObjects(java.lang.Class<T> type, ObjectQuery query, OperationResult parentResult)
           
<T extends ObjectType>
PrismObject<T>
RepositoryCache.getObject(java.lang.Class<T> type, java.lang.String oid, OperationResult parentResult)
           
<T extends ObjectType>
void
RepositoryCache.modifyObject(java.lang.Class<T> type, java.lang.String oid, java.util.Collection<? extends ItemDelta> modifications, OperationResult parentResult)
           
 void RepositoryCache.releaseTask(java.lang.String oid, OperationResult parentResult)
           
<T extends ObjectType>
java.util.List<PrismObject<T>>
RepositoryCache.searchObjects(java.lang.Class<T> type, ObjectQuery query, OperationResult parentResult)
           
 

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

Methods in com.evolveum.midpoint.repo.sql that throw SchemaException
<T extends ObjectType>
java.lang.String
SqlRepositoryServiceImpl.addObject(PrismObject<T> object, OperationResult result)
           
 void SqlRepositoryServiceImpl.claimTask(java.lang.String oid, OperationResult result)
          Deprecated. 
<T extends ObjectType>
PrismObject<T>
SqlRepositoryServiceImpl.getObject(java.lang.Class<T> type, java.lang.String oid, OperationResult result)
           
<T extends ObjectType>
void
SqlRepositoryServiceImpl.modifyObject(java.lang.Class<T> type, java.lang.String oid, java.util.Collection<? extends ItemDelta> modifications, OperationResult result)
           
 void SqlRepositoryServiceImpl.releaseTask(java.lang.String oid, OperationResult result)
          Deprecated. 
<T extends ObjectType>
java.util.List<PrismObject<T>>
SqlRepositoryServiceImpl.searchObjects(java.lang.Class<T> type, ObjectQuery query, OperationResult result)
           
 

Uses of SchemaException in com.evolveum.midpoint.repo.sql.data.common
 

Methods in com.evolveum.midpoint.repo.sql.data.common that throw SchemaException
static
<T extends ObjectType>
java.lang.String
RAnyConverter.getAnySetType(ItemDefinition definition)
           
static
<T extends ObjectType>
java.lang.String
RAnyConverter.getAnySetType(ItemDefinition definition, org.w3c.dom.Element value)
          This method provides extension type (in real it's table) string for definition and value defined as parameters.
static java.lang.Object RAnyConverter.getRealRepoValue(ItemDefinition definition, org.w3c.dom.Element value)
          This method provides transformation of Element value to its object form, e.g.
static
<T> T
RUtil.toJAXB(java.lang.Class<?> parentClass, ItemPath path, java.lang.String value, java.lang.Class<T> clazz, PrismContext prismContext)
           
static
<T> T
RUtil.toJAXB(java.lang.String value, java.lang.Class<T> clazz, PrismContext prismContext)
           
static
<T> java.lang.String
RUtil.toRepo(T value, PrismContext prismContext)
           
 

Uses of SchemaException in com.evolveum.midpoint.schema
 

Methods in com.evolveum.midpoint.schema that throw SchemaException
 PrismContext MidPointPrismContextFactory.createInitializedPrismContext()
           
static ItemDelta DeltaConvertor.createItemDelta(ItemDeltaType propMod, java.lang.Class<? extends Objectable> objectType, PrismContext prismContext)
          Creates delta from PropertyModificationType (XML).
static ItemDelta DeltaConvertor.createItemDelta(ItemDeltaType propMod, PrismContainerDefinition pcDef)
           
static
<T extends Objectable>
ObjectDelta<T>
DeltaConvertor.createObjectDelta(ObjectModificationType objectModification, java.lang.Class<T> type, PrismContext prismContext)
           
static
<T extends Objectable>
ObjectDelta<T>
DeltaConvertor.createObjectDelta(ObjectModificationType objectModification, PrismObjectDefinition<T> objDef)
           
static ObjectQuery QueryConvertor.createObjectQuery(java.lang.Class clazz, QueryType queryType, PrismContext prismContext)
           
 PrismContext MidPointPrismContextFactory.createPrismContext()
           
static QueryType QueryConvertor.createQueryType(ObjectQuery query, PrismContext prismContext)
           
static ObjectFilter QueryConvertor.parseFilter(PrismContainerDefinition pcd, org.w3c.dom.Node filter)
           
protected  void MidPointPrismContextFactory.registerExtensionSchemas(SchemaRegistry schemaRegistry)
           
static
<T extends Objectable>
java.util.Collection<? extends ItemDelta>
DeltaConvertor.toModifications(java.util.Collection<ItemDeltaType> itemDeltaTypes, PrismObjectDefinition<T> objDef)
           
static
<T extends Objectable>
java.util.Collection<? extends ItemDelta>
DeltaConvertor.toModifications(ObjectModificationType objectModification, java.lang.Class<T> type, PrismContext prismContext)
           
static
<T extends Objectable>
java.util.Collection<? extends ItemDelta>
DeltaConvertor.toModifications(ObjectModificationType objectModification, PrismObjectDefinition<T> objDef)
           
static ObjectDeltaType DeltaConvertor.toObjectDeltaType(ObjectDelta<? extends Objectable> objectDelta)
           
static
<T extends Objectable>
ObjectModificationType
DeltaConvertor.toObjectModificationType(ObjectDelta<T> delta)
          Converts this delta to ObjectModificationType (XML).
static java.util.Collection<ItemDeltaType> DeltaConvertor.toPropertyModificationTypes(ItemDelta delta)
          Converts this delta to PropertyModificationType (XML).
 

Uses of SchemaException in com.evolveum.midpoint.schema.processor
 

Methods in com.evolveum.midpoint.schema.processor that throw SchemaException
 void ResourceAttributeContainer.add(ResourceAttribute<?> attribute)
           
static ResourceAttributeContainer ResourceAttributeContainer.convertFromContainer(PrismContainer<?> origAttrContainer, ObjectClassComplexTypeDefinition objectClassDefinition)
           
 ComplexTypeDefinition MidPointSchemaDefinitionFactory.createComplexTypeDefinition(com.sun.xml.xsom.XSComplexType complexType, PrismContext prismContext, com.sun.xml.xsom.XSAnnotation annotation)
           
 PrismContainerDefinition MidPointSchemaDefinitionFactory.createExtraDefinitionFromComplexType(com.sun.xml.xsom.XSComplexType complexType, ComplexTypeDefinition complexTypeDefinition, PrismContext prismContext, com.sun.xml.xsom.XSAnnotation annotation)
           
 PrismPropertyDefinition MidPointSchemaDefinitionFactory.createPropertyDefinition(javax.xml.namespace.QName elementName, javax.xml.namespace.QName typeName, ComplexTypeDefinition complexTypeDefinition, PrismContext prismContext, com.sun.xml.xsom.XSAnnotation annotation, com.sun.xml.xsom.XSParticle elementParticle)
           
<X> ResourceAttribute<X>
ResourceAttributeContainer.findOrCreateAttribute(javax.xml.namespace.QName attributeName)
           
<X> ResourceAttribute<X>
ResourceAttributeContainer.findOrCreateAttribute(ResourceAttributeDefinition attributeDefinition)
           
 void MidPointSchemaDefinitionFactory.finishComplexTypeDefinition(ComplexTypeDefinition complexTypeDefinition, com.sun.xml.xsom.XSComplexType complexType, PrismContext prismContext, com.sun.xml.xsom.XSAnnotation annotation)
           
static ResourceSchema ResourceSchema.parse(org.w3c.dom.Element element, java.lang.String shortDesc, PrismContext prismContext)
           
 

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

Methods in com.evolveum.midpoint.schema.util that throw SchemaException
static void ResourceObjectShadowUtil.applyResourceSchema(PrismObject<? extends ResourceObjectShadowType> shadow, ResourceSchema resourceSchema)
          This is not supposed to be used in production code! It is just for the tests.
static
<T extends ObjectType>
ObjectQuery
ObjectQueryUtil.createNameQuery(java.lang.Class<T> clazz, PrismContext prismContext, java.lang.String name)
           
static ObjectQuery ObjectQueryUtil.createResourceAndAccountQuery(java.lang.String resourceOid, javax.xml.namespace.QName objectClass, PrismContext prismContext)
           
static ObjectQuery ObjectQueryUtil.createRootOrgQuery(PrismContext prismContext)
           
static PrismContainerDefinition<ConnectorConfigurationType> ConnectorTypeUtil.findConfigurationContainerDefintion(ConnectorType connectorType, PrismContext prismContext)
           
static PrismSchema ConnectorTypeUtil.getConnectorSchema(ConnectorType connectorType, PrismContext prismContext)
          Returns parsed connector schema
static ConnectorType ResourceTypeUtil.getConnectorType(ResourceType resource, ObjectResolver resolver, OperationResult parentResult)
          The usage of "resolver" is experimental.
static java.util.List<java.lang.Object> ResourceTypeUtil.getEffectiveCapabilities(ResourceType resource)
          Assumes that native capabilities are already cached.
static boolean ResourceTypeUtil.isCapabilityEnabled(org.w3c.dom.Element capability)
           
static boolean ResourceTypeUtil.isCapabilityEnabled(java.lang.Object capability)
           
<T extends ObjectType>
T
ObjectResolver.resolve(ObjectReferenceType ref, java.lang.Class<T> expectedType, java.lang.String contextDescription, OperationResult result)
          Resolve the provided reference to object (ObjectType).
 

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

Methods in com.evolveum.midpoint.task.api that throw SchemaException
 void Task.addExtensionProperty(PrismProperty<?> property)
           
 java.lang.String TaskManager.addTask(PrismObject<TaskType> taskPrism, OperationResult parentResult)
          Add new task.
 int TaskManager.countNodes(ObjectQuery query, OperationResult result)
           
 int TaskManager.countTasks(ObjectQuery query, OperationResult result)
           
 Task TaskManager.createTaskInstance(PrismObject<TaskType> taskPrism, OperationResult parentResult)
          Creates task instance from the XML task representation.
 Task TaskManager.createTaskInstance(PrismObject<TaskType> taskPrism, java.lang.String operationName, OperationResult parentResult)
          Creates task instance from the XML task representation.
 void Task.deleteExtensionProperty(PrismProperty<?> property)
          Removes specified VALUES of this extension property (not all of its values).
 void TaskManager.deleteTask(java.lang.String oid, OperationResult parentResult)
          Deletes task with provided OID.
 void Task.finishHandler(OperationResult parentResult)
           
<T extends ObjectType>
PrismObject<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(ItemDelta itemDelta)
           
 void TaskManager.modifyTask(java.lang.String oid, java.util.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.
 java.util.List<Node> TaskManager.searchNodes(ObjectQuery query, ClusterStatusInformation clusterStatusInformation, OperationResult result)
          Returns relevant nodes (w.r.t query and paging specification).
 java.util.List<Task> TaskManager.searchTasks(ObjectQuery query, ClusterStatusInformation clusterStatusInformation, OperationResult result)
          Returns relevant tasks (w.r.t.
 void Task.setBindingImmediate(TaskBinding value, OperationResult parentResult)
           
 void Task.setDescriptionImmediate(java.lang.String value, OperationResult parentResult)
           
 void Task.setExtensionProperty(PrismProperty<?> property)
           
 void Task.setExtensionPropertyImmediate(PrismProperty<?> property, OperationResult parentResult)
           
 void Task.setHandlerUriImmediate(java.lang.String value, OperationResult parentResult)
           
 void Task.setNameImmediate(PolyStringType value, OperationResult parentResult)
           
 void Task.setProgressImmediate(long progress, OperationResult parentResult)
           
 void Task.setResultImmediate(OperationResult result, OperationResult parentResult)
           
 void TaskManager.unpauseTask(Task task, OperationResult parentResult)
           
 TaskRunResult Task.waitForSubtasks(java.lang.Integer interval, java.util.Collection<ItemDelta<?>> extensionDeltas, OperationResult parentResult)
           
 TaskRunResult Task.waitForSubtasks(java.lang.Integer interval, OperationResult parentResult)
          Waits for subtasks to finish.
 

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

Methods in com.evolveum.midpoint.task.quartzimpl that throw SchemaException
 void TaskQuartzImpl.addExtensionProperty(PrismProperty<?> property)
           
 java.lang.String TaskManagerQuartzImpl.addTask(PrismObject<TaskType> taskPrism, OperationResult parentResult)
           
 void TaskManagerQuartzImpl.closeTask(Task task, OperationResult parentResult)
           
 int TaskManagerQuartzImpl.countNodes(ObjectQuery query, OperationResult result)
           
 int TaskManagerQuartzImpl.countTasks(ObjectQuery query, OperationResult result)
           
 Task TaskManagerQuartzImpl.createTaskInstance(PrismObject<TaskType> taskPrism, OperationResult parentResult)
           
 Task TaskManagerQuartzImpl.createTaskInstance(PrismObject<TaskType> taskPrism, java.lang.String operationName, OperationResult parentResult)
           
 void TaskQuartzImpl.deleteExtensionProperty(PrismProperty<?> property)
           
 void TaskManagerQuartzImpl.deleteTask(java.lang.String oid, OperationResult parentResult)
           
 void TaskQuartzImpl.finishHandler(OperationResult parentResult)
           
<T extends ObjectType>
PrismObject<T>
TaskQuartzImpl.getObject(java.lang.Class<T> type, OperationResult parentResult)
           
 Task TaskManagerQuartzImpl.getTask(java.lang.String taskOid, OperationResult parentResult)
           
 void TaskQuartzImpl.modifyExtension(ItemDelta itemDelta)
           
 void TaskManagerQuartzImpl.modifyTask(java.lang.String oid, java.util.Collection<? extends ItemDelta> modifications, OperationResult parentResult)
          Deprecated. 
 void TaskQuartzImpl.refresh(OperationResult parentResult)
           
 void TaskManagerQuartzImpl.resumeTask(Task task, OperationResult parentResult)
           
 void TaskQuartzImpl.savePendingModifications(OperationResult parentResult)
           
 java.util.List<Node> TaskManagerQuartzImpl.searchNodes(ObjectQuery query, ClusterStatusInformation clusterStatusInformation, OperationResult parentResult)
           
 java.util.List<Task> TaskManagerQuartzImpl.searchTasks(ObjectQuery query, ClusterStatusInformation clusterStatusInformation, OperationResult parentResult)
           
 void TaskQuartzImpl.setBindingImmediate(TaskBinding value, OperationResult parentResult)
           
 void TaskQuartzImpl.setCategoryImmediate(java.lang.String value, OperationResult parentResult)
           
 void TaskQuartzImpl.setDescriptionImmediate(java.lang.String value, OperationResult parentResult)
           
 void TaskQuartzImpl.setExecutionStatusImmediate(TaskExecutionStatus value, OperationResult parentResult)
           
 void TaskQuartzImpl.setExtensionProperty(PrismProperty<?> property)
           
 void TaskQuartzImpl.setExtensionPropertyImmediate(PrismProperty<?> property, OperationResult parentResult)
           
 void TaskQuartzImpl.setExtensionPropertyTransient(PrismProperty<?> property)
           
 void TaskQuartzImpl.setHandlerUriImmediate(java.lang.String value, OperationResult parentResult)
           
 void TaskQuartzImpl.setLastRunFinishTimestampImmediate(java.lang.Long value, OperationResult parentResult)
           
 void TaskQuartzImpl.setLastRunStartTimestampImmediate(java.lang.Long value, OperationResult parentResult)
           
 void TaskQuartzImpl.setModelOperationStateImmediate(ModelOperationStateType value, OperationResult parentResult)
           
 void TaskQuartzImpl.setNameImmediate(PolyStringType value, OperationResult parentResult)
           
 void TaskQuartzImpl.setNodeImmediate(java.lang.String value, OperationResult parentResult)
           
 void TaskQuartzImpl.setOtherHandlersUriStackImmediate(UriStack value, OperationResult parentResult)
           
 void TaskQuartzImpl.setParentImmediate(java.lang.String value, OperationResult parentResult)
           
 void TaskQuartzImpl.setProgressImmediate(long value, OperationResult parentResult)
           
 void TaskQuartzImpl.setRecurrenceStatusImmediate(TaskRecurrence value, OperationResult parentResult)
           
 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(java.lang.Integer interval, java.util.Collection<ItemDelta<?>> extensionDeltas, OperationResult parentResult)
           
 TaskRunResult TaskQuartzImpl.waitForSubtasks(java.lang.Integer interval, OperationResult parentResult)
           
 

Uses of SchemaException in com.evolveum.midpoint.test
 

Methods in com.evolveum.midpoint.test that throw SchemaException
protected
<T extends ObjectType>
void
AbstractIntegrationTest.addObject(java.lang.Class<T> type, PrismObject<T> object, OperationResult result)
           
protected
<T extends ObjectType>
PrismObject<T>
AbstractIntegrationTest.addObjectFromFile(java.lang.String filePath, java.lang.Class<T> type, OperationResult parentResult)
           
protected
<T extends ObjectType>
java.util.List<PrismObject<T>>
AbstractIntegrationTest.addObjectsFromFile(java.lang.String filePath, java.lang.Class<T> type, OperationResult parentResult)
           
protected  PrismObject<ResourceType> AbstractIntegrationTest.addResourceFromFile(java.lang.String filePath, java.lang.String connectorType, OperationResult result)
           
static void IntegrationTestTools.applyResourceSchema(AccountShadowType accountType, ResourceType resourceType, PrismContext prismContext)
           
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)
           
static ObjectQuery IntegrationTestTools.createAllShadowsQuery(ResourceType resourceType, PrismContext prismContext)
           
static ObjectQuery IntegrationTestTools.createAllShadowsQuery(ResourceType resourceType, javax.xml.namespace.QName objectClass, PrismContext prismContext)
           
static ObjectQuery IntegrationTestTools.createAllShadowsQuery(ResourceType resourceType, java.lang.String objectClassLocalName, PrismContext prismContext)
           
protected  void AbstractIntegrationTest.fillInConnectorRef(PrismObject<ResourceType> resourcePrism, java.lang.String connectorType, OperationResult result)
           
protected  PrismObject<ConnectorType> AbstractIntegrationTest.findConnectorByType(java.lang.String connectorType, OperationResult result)
           
protected  PrismObject<ConnectorType> AbstractIntegrationTest.findConnectorByTypeAndVersion(java.lang.String connectorType, java.lang.String connectorVersion, OperationResult result)
           
protected  SystemConfigurationType AbstractIntegrationTest.getSystemConfiguration()
           
protected
<T extends ObjectType>
T
AbstractIntegrationTest.parseObjectType(java.io.File file)
           
protected
<T extends ObjectType>
T
AbstractIntegrationTest.parseObjectType(java.io.File file, java.lang.Class<T> clazz)
           
protected
<T extends ObjectType>
T
AbstractIntegrationTest.parseObjectTypeFromFile(java.lang.String fileName, java.lang.Class<T> clazz)
           
protected static ObjectType AbstractIntegrationTest.unmarshallJaxbFromFile(java.lang.String filePath)
           
protected static
<T> T
AbstractIntegrationTest.unmarshallJaxbFromFile(java.lang.String filePath, java.lang.Class<T> clazz)
           
 

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

Methods in com.evolveum.midpoint.test.util that throw SchemaException
<T extends ObjectType>
T
DirectoryFileObjectResolver.resolve(ObjectReferenceType ref, java.lang.Class<T> expectedType, java.lang.String contextDescription, OperationResult result)
           
static void TestUtil.setAttribute(PrismObject<AccountShadowType> account, javax.xml.namespace.QName attrName, javax.xml.namespace.QName typeName, PrismContext prismContext, java.lang.String value)
           
 

Uses of SchemaException in com.evolveum.midpoint.web.component.assignment
 

Methods in com.evolveum.midpoint.web.component.assignment that throw SchemaException
static ACAttributeDto ACAttributeDto.createACAttributeDto(PrismPropertyDefinition definition, ResourceAttributeDefinitionType construction, PrismContext context)
           
 ResourceAttributeDefinitionType ACAttributeDto.getConstruction()
           
 PrismContainerValue AssignmentEditorDto.getNewValue()
           
 boolean AssignmentEditorDto.isModified()
           
 

Uses of SchemaException in com.evolveum.midpoint.web.component.prism
 

Methods in com.evolveum.midpoint.web.component.prism that throw SchemaException
 ObjectDelta ObjectWrapper.getObjectDelta()
           
 void ObjectWrapper.normalize()
           
 

Uses of SchemaException in com.evolveum.midpoint.web.page.admin.server.dto
 

Methods in com.evolveum.midpoint.web.page.admin.server.dto that throw SchemaException
 ObjectFilter TaskDtoExecutionStatusFilter.createFilter(java.lang.Class clazz, PrismContext prismContext)
           
 

Uses of SchemaException in com.evolveum.midpoint.wf
 

Methods in com.evolveum.midpoint.wf that throw SchemaException
 PrismObject<ObjectType> WfDataAccessor.getRequestCommon(org.activiti.engine.task.Task task, OperationResult result)
           
 PrismObject<ObjectType> WfDataAccessor.getTrackingData(org.activiti.engine.task.Task task, java.util.Map<java.lang.String,java.lang.Object> variables, OperationResult result)
           
 void WfTaskUtil.markAcceptation(Task task, OperationResult result)
           
 void WfTaskUtil.markRejection(Task task, OperationResult result)
           
 void WfTaskUtil.setProcessWrapper(Task task, ProcessWrapper wrapper)
           
 



Copyright © 2012 evolveum. All Rights Reserved.