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

Packages that use SchemaException
com.evolveum.midpoint.common   
com.evolveum.midpoint.common.expression   
com.evolveum.midpoint.common.expression.xpath   
com.evolveum.midpoint.common.refinery   
com.evolveum.midpoint.common.valueconstruction   
com.evolveum.midpoint.model   
com.evolveum.midpoint.model.api   
com.evolveum.midpoint.model.controller   
com.evolveum.midpoint.model.expr   
com.evolveum.midpoint.model.sync.action   
com.evolveum.midpoint.model.synchronizer   
com.evolveum.midpoint.model.util   
com.evolveum.midpoint.provisioning.api   
com.evolveum.midpoint.provisioning.impl   
com.evolveum.midpoint.provisioning.ucf.api   
com.evolveum.midpoint.provisioning.ucf.impl   
com.evolveum.midpoint.provisioning.util   
com.evolveum.midpoint.repo.api   
com.evolveum.midpoint.repo.cache   
com.evolveum.midpoint.repo.xml   
com.evolveum.midpoint.schema   
com.evolveum.midpoint.schema.delta   
com.evolveum.midpoint.schema.processor   
com.evolveum.midpoint.schema.util   
com.evolveum.midpoint.task.api   
com.evolveum.midpoint.task.impl   
com.evolveum.midpoint.test   
com.evolveum.midpoint.test.util   
com.evolveum.midpoint.web.bean   
com.evolveum.midpoint.web.util   
 

Uses of SchemaException in com.evolveum.midpoint.common
 

Methods in com.evolveum.midpoint.common that throw SchemaException
static org.w3c.dom.Element QueryUtil.createEqualFilter(org.w3c.dom.Document doc, XPathHolder xpath, java.util.List<? extends java.lang.Object> values)
          Creates "equal" filter segment for multi-valued properties based on DOM representation.
static org.w3c.dom.Element QueryUtil.createEqualFilter(org.w3c.dom.Document doc, XPathHolder xpath, java.lang.Object value)
          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 properyName, 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.createEqualRefFilter(org.w3c.dom.Document doc, XPathHolder xpath, javax.xml.namespace.QName propertyName, java.lang.String oid)
          Creates "equal" filter for object reference.
static
<T extends ObjectType>
org.w3c.dom.Element
QueryUtil.createNameAndClassFilter(java.lang.Class<T> type, java.lang.String name)
          Deprecated. 
static QueryType QueryUtil.createNameQuery(ObjectType object)
           
static QueryType QueryUtil.createNameQuery(java.lang.String name)
           
static QueryType QueryUtil.createResourceAndAccountQuery(ResourceType resource, javax.xml.namespace.QName objectClass, java.lang.String accountType)
           
 

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

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

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

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

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

Methods in com.evolveum.midpoint.common.refinery that throw SchemaException
static RefinedResourceSchema RefinedResourceSchema.getRefinedSchema(ResourceType resourceType, SchemaRegistry schemaRegistry)
          If already refined, return the version created before
static Schema RefinedResourceSchema.getResourceSchema(ResourceType resource)
           
static RefinedResourceSchema RefinedResourceSchema.parse(ResourceType resourceType, SchemaRegistry schemaRegistry)
           
 java.util.Set<ResourceObjectAttribute> RefinedAccountDefinition.parseAttributes(java.util.List<java.lang.Object> elements, PropertyPath parentPath)
           
 java.util.Collection<? extends ResourceObjectAttribute> RefinedAccountDefinition.parseIdentifiers(java.util.List<java.lang.Object> elements, PropertyPath parentPath)
           
<T extends ObjectType>
MidPointObject<T>
RefinedResourceSchema.parseObjectType(T objectType)
           
 

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

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

Uses of SchemaException in com.evolveum.midpoint.model
 

Methods in com.evolveum.midpoint.model that throw SchemaException
 void ChangeExecutor.executeChange(ObjectDelta<?> change, OperationResult result)
           
 void ChangeExecutor.executeChanges(java.util.Collection<ObjectDelta<?>> changes, OperationResult result)
           
 void ChangeExecutor.executeChanges(SyncContext syncContext, OperationResult result)
           
 RefinedAccountDefinition SyncContext.getRefinedAccountDefinition(ResourceAccountType rat, SchemaRegistry schemaRegistry)
          Returns refined account definition for specified account type.
 RefinedResourceSchema SyncContext.getRefinedResourceSchema(ResourceAccountType rat, SchemaRegistry schemaRegistry)
          Returns refined resource schema for specified account type.
 ObjectType ModelObjectResolver.resolve(ObjectReferenceType ref, 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(T object, Task task, OperationResult parentResult)
           Add new object.
<T extends ObjectType>
void
ModelService.deleteObject(java.lang.Class<T> type, java.lang.String oid, Task task, OperationResult parentResult)
           Deletes object with specified OID.
<T extends ObjectType>
T
ModelService.getObject(java.lang.Class<T> type, java.lang.String oid, PropertyReferenceListType resolve, OperationResult result)
           Returns object for provided OID.
 void ModelService.importAccountsFromResource(java.lang.String resourceOid, javax.xml.namespace.QName objectClass, Task task, OperationResult parentResult)
           Import accounts from resource.
 ResultList<? extends ResourceObjectShadowType> ModelService.listResourceObjects(java.lang.String resourceOid, javax.xml.namespace.QName objectClass, PagingType paging, OperationResult result)
           Returns all resource objects of specified type that are currently available to the system.
<T extends ObjectType>
void
ModelService.modifyObject(java.lang.Class<T> type, ObjectModificationType change, Task task, OperationResult parentResult)
           Modifies object using relative change description.
<T extends ObjectType>
ResultList<T>
ModelService.searchObjects(java.lang.Class<T> type, QueryType query, PagingType paging, OperationResult parentResult)
           Search for objects.
 

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(T object, Task task, OperationResult parentResult)
           
<T extends ObjectType>
void
ModelController.deleteObject(java.lang.Class<T> clazz, java.lang.String oid, Task task, OperationResult parentResult)
           
<T extends ObjectType>
T
ModelController.getObject(java.lang.Class<T> clazz, java.lang.String oid, PropertyReferenceListType resolve, OperationResult result)
           
 void ModelController.importAccountsFromResource(java.lang.String resourceOid, javax.xml.namespace.QName objectClass, Task task, OperationResult parentResult)
           
 ResultList<? extends ResourceObjectShadowType> ModelController.listResourceObjects(java.lang.String resourceOid, javax.xml.namespace.QName objectClass, PagingType paging, OperationResult result)
           
<T extends ObjectType>
void
ModelController.modifyObject(java.lang.Class<T> type, ObjectModificationType change, Task task, OperationResult parentResult)
           
<T extends ObjectType>
ResultList<T>
ModelController.searchObjects(java.lang.Class<T> type, QueryType query, PagingType paging, OperationResult result)
           
 

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

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

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

Methods in com.evolveum.midpoint.model.sync.action that throw SchemaException
protected  AccountSyncContext BaseAction.createAccountSyncContext(SyncContext context, ResourceObjectShadowChangeDescription change, PolicyDecision policyDecision, com.evolveum.midpoint.model.sync.action.ActivationDecision activationDecision)
           
 

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

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

Uses of 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.provisioning.api
 

Methods in com.evolveum.midpoint.provisioning.api that throw SchemaException
<T extends ObjectType>
java.lang.String
ProvisioningService.addObject(T object, ScriptsType scripts, OperationResult parentResult)
          Add new object.
<T extends ObjectType>
void
ProvisioningService.deleteObject(java.lang.Class<T> type, java.lang.String oid, ScriptsType scripts, OperationResult parentResult)
          Deletes object with specified OID.
<T extends ObjectType>
T
ProvisioningService.getObject(java.lang.Class<T> type, java.lang.String oid, PropertyReferenceListType resolve, OperationResult parentResult)
          Returns object for provided OID.
 ResultList<? extends ResourceObjectShadowType> ProvisioningService.listResourceObjects(java.lang.String resourceOid, javax.xml.namespace.QName objectClass, PagingType paging, OperationResult parentResult)
          Lists resource objects.
<T extends ObjectType>
void
ProvisioningService.modifyObject(java.lang.Class<T> type, ObjectModificationType objectChange, ScriptsType scripts, OperationResult parentResult)
          Modifies object using relative change description.
<T extends ObjectType>
ResultList<T>
ProvisioningService.searchObjects(java.lang.Class<T> type, QueryType query, PagingType paging, OperationResult parentResult)
          Search for objects.
 void ProvisioningService.searchObjectsIterative(QueryType query, PagingType paging, ResultHandler handler, OperationResult parentResult)
          Search for objects iteratively.
 int ProvisioningService.synchronize(java.lang.String resourceOid, Task task, OperationResult parentResult)
          Collect external changes on a resource and call the business logic with the accumulated change data.
 

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(T object, ScriptsType scripts, OperationResult parentResult)
           
 java.lang.String ShadowCache.addShadow(ResourceObjectShadowType shadow, ScriptsType scripts, ResourceType resource, OperationResult parentResult)
           
 ResourceObjectShadowType ShadowConverter.addShadow(ResourceType resource, ResourceObjectShadowType shadow, java.util.Set<Operation> additionalOperations, OperationResult parentResult)
           
 ResourceObjectShadowType ResourceTypeManager.assembleShadow(ResourceObject resourceObject, ResourceObjectShadowType repositoryShadow, OperationResult parentResult)
          Creates a shadow object from the supplied resource object.
 ResourceType ShadowConverter.completeResource(ResourceType resource, OperationResult parentResult)
           
 ResourceType ResourceTypeManager.completeResource(ResourceType resource, Schema resourceSchema, OperationResult result)
          Make sure that the resource is complete.
 ResourceObjectShadowType ShadowConverter.createNewAccountFromChange(Change change, ResourceType resource, OperationResult parentResult)
           
<T extends ObjectType>
void
ProvisioningServiceImpl.deleteObject(java.lang.Class<T> type, java.lang.String oid, ScriptsType scripts, OperationResult parentResult)
           
 void ShadowCache.deleteShadow(ObjectType objectType, ScriptsType scripts, ResourceType resource, OperationResult parentResult)
           
 void ShadowConverter.deleteShadow(ResourceType resource, ResourceObjectShadowType shadow, java.util.Set<Operation> additionalOperations, OperationResult parentResult)
           
 java.util.List<Change> ShadowConverter.fetchChanges(ResourceType resource, Property lastToken, OperationResult parentResult)
           
 java.util.List<Change> ShadowCache.fetchChanges(ResourceType resourceType, Property lastToken, OperationResult parentResult)
           
 Property ShadowConverter.fetchCurrentToken(ResourceType resourceType, OperationResult parentResult)
           
 Property ShadowCache.fetchCurrentToken(ResourceType resourceType, OperationResult parentResult)
           
 ResourceType ResourceSchemaCache.get(ResourceType resourceType)
           
 ConnectorInstance ConnectorTypeManager.getConfiguredConnectorInstance(ResourceType resource, OperationResult result)
           
 ConnectorType ConnectorTypeManager.getConnectorType(ResourceType resource, OperationResult result)
           
<T extends ObjectType>
T
ProvisioningServiceImpl.getObject(java.lang.Class<T> type, java.lang.String oid, PropertyReferenceListType resolve, OperationResult parentResult)
           
 Schema ResourceTypeManager.getResourceSchema(ResourceType resource, ConnectorInstance connector, OperationResult parentResult)
           
 ResourceObjectShadowType ShadowConverter.getShadow(ResourceType resource, ResourceObjectShadowType shadow, OperationResult parentResult)
           
 ResourceObjectShadowType ShadowCache.getShadow(java.lang.String oid, ResourceObjectShadowType repositoryShadow, OperationResult parentResult)
          Gets the shadow with specified OID

The shadow will be read from the repository and missing information will be fetched from the resource.

 ResultList<? extends ResourceObjectShadowType> ProvisioningServiceImpl.listResourceObjects(java.lang.String resourceOid, javax.xml.namespace.QName objectClass, PagingType paging, OperationResult parentResult)
           
 void ResourceTypeManager.listShadows(ResourceType resource, javax.xml.namespace.QName objectClass, ShadowHandler handler, boolean readFromRepository, OperationResult parentResult)
           
<T extends ObjectType>
void
ProvisioningServiceImpl.modifyObject(java.lang.Class<T> type, ObjectModificationType objectChange, ScriptsType scripts, OperationResult parentResult)
           
 void ShadowCache.modifyShadow(ObjectType objectType, ResourceType resource, ObjectModificationType objectChange, ScriptsType scripts, OperationResult parentResult)
           
 java.util.Set<AttributeModificationOperation> ShadowConverter.modifyShadow(ResourceType resource, ResourceObjectShadowType shadow, java.util.Set<Operation> changes, ObjectModificationType objectChanges, OperationResult parentResult)
           
 ResourceType ResourceSchemaCache.put(ResourceType resourceType)
           
<T extends ObjectType>
ResultList<T>
ProvisioningServiceImpl.searchObjects(java.lang.Class<T> type, QueryType query, PagingType paging, OperationResult parentResult)
           
 void ResourceTypeManager.searchObjectsIterative(javax.xml.namespace.QName objectClass, ResourceType resourceType, ShadowHandler handler, DiscoveryHandler discoveryHandler, OperationResult parentResult)
           
 void ProvisioningServiceImpl.searchObjectsIterative(QueryType query, PagingType paging, ResultHandler handler, OperationResult parentResult)
           
 int ProvisioningServiceImpl.synchronize(java.lang.String resourceOid, Task task, OperationResult parentResult)
           
 

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

Methods in com.evolveum.midpoint.provisioning.ucf.api that throw SchemaException
 java.util.Set<ResourceObjectAttribute> ConnectorInstance.addObject(ResourceObject object, java.util.Set<Operation> additionalOperations, OperationResult parentResult)
          TODO: This should return indication how the operation went, e.g.
 void ConnectorInstance.configure(ResourceConfigurationType configuration, OperationResult parentResult)
          The connector instance will be configured to the state that it can immediately access the resource.
 java.util.List<Change> ConnectorInstance.fetchChanges(ResourceObjectDefinition objectClass, Property lastToken, OperationResult parentResult)
          Token may be null.
 ResourceObject ConnectorInstance.fetchObject(ResourceObjectDefinition objectClass, java.util.Collection<? extends ResourceObjectAttribute> identifiers, boolean returnDefaultAttributes, java.util.Collection<? extends ResourceObjectAttributeDefinition> attributesToReturn, OperationResult parentResult)
          Retrieves a specific object from the resource.
 java.util.Set<AttributeModificationOperation> ConnectorInstance.modifyObject(ResourceObjectDefinition objectClass, java.util.Collection<? extends ResourceObjectAttribute> identifiers, java.util.Set<Operation> changes, OperationResult parentResult)
          TODO: This should return indication how the operation went, e.g.
 void ConnectorInstance.search(ResourceObjectDefinition objectClass, ResultHandler 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.Set<ResourceObjectAttribute> ConnectorInstanceIcfImpl.addObject(ResourceObject object, java.util.Set<Operation> additionalOperations, OperationResult parentResult)
           
 void ConnectorInstanceIcfImpl.configure(ResourceConfigurationType configuration, OperationResult parentResult)
           
 java.util.List<Change> ConnectorInstanceIcfImpl.fetchChanges(ResourceObjectDefinition objectClass, Property lastToken, OperationResult parentResult)
           
 ResourceObject ConnectorInstanceIcfImpl.fetchObject(ResourceObjectDefinition resourceObjectDefinition, java.util.Collection<? extends ResourceObjectAttribute> identifiers, boolean returnDefaultAttributes, java.util.Collection<? extends ResourceObjectAttributeDefinition> attributesToReturn, OperationResult parentResult)
           
 java.util.Set<AttributeModificationOperation> ConnectorInstanceIcfImpl.modifyObject(ResourceObjectDefinition objectClass, java.util.Collection<? extends ResourceObjectAttribute> identifiers, java.util.Set<Operation> changes, OperationResult parentResult)
           
 void ConnectorInstanceIcfImpl.search(ResourceObjectDefinition objectClass, ResultHandler handler, OperationResult parentResult)
           
 

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

Methods in com.evolveum.midpoint.provisioning.util that throw SchemaException
static ResourceObjectShadowType ShadowCacheUtil.createRepositoryShadow(ResourceObject resourceObject, ResourceType resource, ResourceObjectShadowType shadow)
           
static QueryType ShadowCacheUtil.createSearchShadowQuery(ResourceObject resourceObject, ResourceType resource, OperationResult parentResult)
           
static QueryType ShadowCacheUtil.createSearchShadowQuery(java.util.Set<ResourceObjectAttribute> identifiers, OperationResult parentResult)
           
static ResourceObjectShadowType ShadowCacheUtil.createShadow(ResourceObject resourceObject, ResourceType resource, ResourceObjectShadowType shadow)
           
 

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(T object, OperationResult parentResult)
          Add new object.
 void RepositoryService.claimTask(java.lang.String oid, OperationResult parentResult)
          Claim a task.
<T extends ObjectType>
T
RepositoryService.getObject(java.lang.Class<T> type, java.lang.String oid, PropertyReferenceListType resolve, OperationResult parentResult)
          Returns object for provided OID.
<T extends ObjectType>
void
RepositoryService.modifyObject(java.lang.Class<T> type, ObjectModificationType objectChange, OperationResult parentResult)
          Modifies object using relative change description.
 void RepositoryService.releaseTask(java.lang.String oid, OperationResult parentResult)
          Release a claimed task.
<T extends ObjectType>
ResultList<T>
RepositoryService.searchObjects(java.lang.Class<T> type, QueryType query, PagingType paging, 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(T object, OperationResult parentResult)
           
 void RepositoryCache.claimTask(java.lang.String oid, OperationResult parentResult)
           
<T extends ObjectType>
T
RepositoryCache.getObject(java.lang.Class<T> type, java.lang.String oid, PropertyReferenceListType resolve, OperationResult parentResult)
           
<T extends ObjectType>
void
RepositoryCache.modifyObject(java.lang.Class<T> type, ObjectModificationType objectChange, OperationResult parentResult)
           
 void RepositoryCache.releaseTask(java.lang.String oid, OperationResult parentResult)
           
<T extends ObjectType>
ResultList<T>
RepositoryCache.searchObjects(java.lang.Class<T> type, QueryType query, PagingType paging, OperationResult parentResult)
           
 

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

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

Uses of SchemaException in com.evolveum.midpoint.schema
 

Methods in com.evolveum.midpoint.schema that throw SchemaException
static void XsdTypeConverter.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> XsdTypeConverter.convertValueElementAsList(org.w3c.dom.Element valueElement)
           
static
<T> java.util.List<T>
XsdTypeConverter.convertValueElementAsList(org.w3c.dom.Element valueElement, java.lang.Class<T> type)
           
static java.util.List<?> XsdTypeConverter.convertValueElementAsList(org.w3c.dom.Element valueElement, javax.xml.namespace.QName xsdType)
           
static
<T> java.util.List<T>
XsdTypeConverter.convertValueElementAsList(org.w3c.dom.NodeList valueNodes, java.lang.Class<T> type)
           
static
<T> T
XsdTypeConverter.convertValueElementAsScalar(org.w3c.dom.Element valueElement, java.lang.Class<T> type)
           
static java.lang.Object XsdTypeConverter.convertValueElementAsScalar(org.w3c.dom.Element valueElement, javax.xml.namespace.QName xsdType)
           
 void SchemaRegistry.initialize()
           
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.registerMidPointSchemaFile(java.io.File file)
           
 void SchemaRegistry.registerMidPointSchemaResource(java.lang.String resourcePath, java.lang.String usualPrefix)
          Must be called before call to initialize()
 void SchemaRegistry.registerMidPointSchemasFromDirectory(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()
static java.lang.Object XsdTypeConverter.toJavaValue(java.lang.Object xmlElement)
          Expects type information in xsi:type
static
<T> T
XsdTypeConverter.toJavaValue(java.lang.Object element, java.lang.Class<T> type)
           
static java.lang.Object XsdTypeConverter.toJavaValue(java.lang.Object xmlElement, javax.xml.namespace.QName type)
           
static TypedValue XsdTypeConverter.toTypedJavaValueWithDefaultType(java.lang.Object element, javax.xml.namespace.QName defaultType)
          Try to locate element type from xsi:type, fall back to specified default type.
static java.lang.Object XsdTypeConverter.toXsdElement(java.lang.Object val, javax.xml.namespace.QName elementName, org.w3c.dom.Document doc)
           
static java.lang.Object XsdTypeConverter.toXsdElement(java.lang.Object val, javax.xml.namespace.QName elementName, org.w3c.dom.Document doc, boolean recordType)
           
static java.lang.Object XsdTypeConverter.toXsdElement(java.lang.Object val, javax.xml.namespace.QName typeName, javax.xml.namespace.QName elementName, org.w3c.dom.Document doc, boolean recordType)
           
 

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

Methods in com.evolveum.midpoint.schema.delta that throw SchemaException
static
<T extends ObjectType>
ObjectDelta<T>
ObjectDelta.createDelta(ObjectModificationType objectModification, ObjectDefinition<T> objDef)
           
static
<T extends ObjectType>
ObjectDelta<T>
ObjectDelta.createDelta(ObjectModificationType objectModification, Schema schema, java.lang.Class<T> type)
          Creates new delta from the ObjectModificationType (XML).
static PropertyDelta PropertyDelta.createDelta(PropertyModificationType propMod, PropertyContainerDefinition pcDef)
           
static PropertyDelta PropertyDelta.createDelta(PropertyModificationType propMod, Schema schema, java.lang.Class<? extends ObjectType> objectType)
          Creates delta from PropertyModificationType (XML).
 ObjectModificationType ObjectDelta.toObjectModificationType()
          Converts this delta to ObjectModificationType (XML).
 java.util.Collection<PropertyModificationType> PropertyDelta.toPropertyModificationTypes()
          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 Property.applyValueToElement()
           
 T ObjectDefinition.convertToObjectType(MidPointObject<T> mpObject)
           
static
<T extends ObjectType>
ObjectDelta<T>
DiffUtil.diff(java.io.File oldXmlFile, java.io.File newXmlFile, java.lang.Class<T> type, Schema objectSchema)
           
static
<T extends ObjectType>
ObjectDelta<T>
DiffUtil.diff(java.lang.String oldXml, java.lang.String newXml, java.lang.Class<T> type, Schema objectSchema)
           
static
<T extends ObjectType>
ObjectDelta<T>
DiffUtil.diff(T oldObjectType, T newObjectType, java.lang.Class<T> type, Schema objectSchema)
           
protected  void PropertyContainerDefinition.fillProperties(java.lang.Object instance, PropertyContainer source)
          used for MidPoint -> JAXB conversion
protected  void ObjectDefinition.fillProperties(T instance, MidPointObject<T> mpObject)
           
 T MidPointObject.getOrParseObjectType()
           
static Schema Schema.parse(org.w3c.dom.Element element)
           
static Schema Schema.parse(org.w3c.dom.Element element, org.xml.sax.EntityResolver resolver)
           
protected
<T extends PropertyContainer>
T
PropertyContainerDefinition.parseAsContent(javax.xml.namespace.QName name, java.util.List<java.lang.Object> contentElements, java.lang.Class<T> type, PropertyPath parentPath)
           
 PropertyContainer PropertyContainerDefinition.parseAsContent(javax.xml.namespace.QName name, java.util.List<java.lang.Object> contentElements, PropertyPath parentPath)
           
 java.util.Set<ResourceObjectAttribute> ResourceObjectDefinition.parseAttributes(java.util.List<java.lang.Object> elements)
           
 java.util.Set<ResourceObjectAttribute> ResourceObjectDefinition.parseAttributes(java.util.List<java.lang.Object> elements, PropertyPath parentPath)
           
static PropertyContainer ExtensionProcessor.parseExtension(Extension xmlExtension)
           
static PropertyContainer ExtensionProcessor.parseExtension(java.util.List<java.lang.Object> xmlExtension)
           
 Property PropertyDefinition.parseFromValueElement(org.w3c.dom.Element valueElement, PropertyPath parentPath)
           
 java.util.Collection<? extends ResourceObjectAttribute> ResourceObjectDefinition.parseIdentifiers(java.util.List<java.lang.Object> elements)
           
 java.util.Collection<? extends ResourceObjectAttribute> ResourceObjectDefinition.parseIdentifiers(java.util.List<java.lang.Object> elements, PropertyPath parentPath)
           
 PropertyContainer PropertyContainerDefinition.parseItem(java.util.List<java.lang.Object> elements, PropertyPath parentPath)
          Creates new property container from DOM or JAXB representation (multiple elements).
abstract  Item ItemDefinition.parseItem(java.util.List<java.lang.Object> elements, PropertyPath parentPath)
          Create at instance of the item initialized from the provided list of elements.
 Property PropertyDefinition.parseItem(java.util.List<java.lang.Object> elements, PropertyPath parentPath)
           
 PropertyContainer PropertyContainerDefinition.parseItem(java.lang.Object element)
          Assumes top-level element (null parentPath)
protected
<T extends PropertyContainer>
T
PropertyContainerDefinition.parseItem(java.lang.Object element, java.lang.Class<T> type, PropertyPath parentPath)
          Creates new property container from DOM or JAXB representation (multiple elements).
 PropertyContainer PropertyContainerDefinition.parseItem(java.lang.Object element, PropertyPath parentPath)
          Creates new property container from DOM or JAXB representation (single element).
protected
<T extends PropertyContainer>
T
PropertyContainerDefinition.parseItemFromJaxbElement(javax.xml.bind.JAXBElement jaxbElement, java.lang.Class<T> type, PropertyPath parentPath)
           
protected
<T extends PropertyContainer>
T
PropertyContainerDefinition.parseItemFromJaxbObject(java.lang.Object jaxbObject, java.lang.Class<T> type, PropertyPath parentPath)
           
 PropertyContainer PropertyContainerDefinition.parseItemFromJaxbObject(java.lang.Object jaxbObject, PropertyPath parentPath)
           
abstract  Item ItemDefinition.parseItemFromJaxbObject(java.lang.Object jaxbObject, PropertyPath parentPath)
           
 Property PropertyDefinition.parseItemFromJaxbObject(java.lang.Object jaxbObject, PropertyPath parentPath)
           
protected
<T extends PropertyContainer>
T
PropertyContainerDefinition.parseItemFromJaxbObject(java.lang.Object jaxbObject, javax.xml.namespace.QName elementName, java.lang.Class<T> type, PropertyPath parentPath)
           
 java.util.Collection<? extends Item> PropertyContainerDefinition.parseItems(java.util.List<java.lang.Object> elements, PropertyPath parentPath)
          Parses items from a list of elements.
protected  java.util.Collection<? extends Item> PropertyContainerDefinition.parseItems(java.util.List<java.lang.Object> elements, PropertyPath parentPath, java.util.Collection<? extends ItemDefinition> selection)
          Parses items from a list of elements.
<T extends ObjectType>
MidPointObject<T>
Schema.parseObject(java.io.File xmlFile, java.lang.Class<T> type)
           
<T extends ObjectType>
MidPointObject<T>
Schema.parseObject(java.lang.String stringXml, java.lang.Class<T> type)
           
 MidPointObject<T> ObjectDefinition.parseObjectType(T objectType)
           
<T extends ObjectType>
MidPointObject<T>
Schema.parseObjectType(T objectType)
           
 PropertyContainer Schema.parsePropertyContainer(org.w3c.dom.Element domElement)
           
 java.util.List<java.lang.Object> PropertyContainer.serializePropertiesToJaxb(org.w3c.dom.Document doc)
          Serialize properties to DOM or JAXB Elements.
 org.w3c.dom.Node MidPointObject.serializeToDom()
           
 void Property.serializeToDom(org.w3c.dom.Node parentNode)
           
abstract  void Item.serializeToDom(org.w3c.dom.Node parentNode)
          Serializes property to DOM or JAXB element(s).
 void PropertyContainer.serializeToDom(org.w3c.dom.Node parentNode)
           
 void Property.serializeToDom(org.w3c.dom.Node parentNode, PropertyDefinition propDef, java.util.Set<PropertyValue<java.lang.Object>> alternateValues, boolean recordType)
           
 java.util.List<java.lang.Object> Property.serializeToJaxb(org.w3c.dom.Document doc)
          Serializes property to DOM or JAXB element(s).
 org.w3c.dom.Document Schema.serializeToXsd()
           
static org.w3c.dom.Document Schema.serializeToXsd(Schema schema)
           
 PropertyModificationType PropertyModification.toPropertyModificationType()
           
 PropertyModificationType PropertyModification.toPropertyModificationType(javax.xml.namespace.QName parentPath, boolean recordType)
          With single-element parent path.
 

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

Methods in com.evolveum.midpoint.schema.util that throw SchemaException
static ConnectorType ResourceTypeUtil.getConnectorType(ResourceType resource, ObjectResolver resolver, OperationResult parentResult)
          The usage of "resolver" is experimental.
static
<T> T
ObjectTypeUtil.getPropertyNewValue(ObjectModificationType objectChange, java.lang.String pathSegment, java.lang.String propertyName, java.lang.Class<T> propertyClass)
          common-1.xsd namespace is assumed single value and "replace" modification are assumed
static
<T> T
ObjectTypeUtil.getPropertyNewValue(ObjectModificationType objectChange, XPathHolder path, javax.xml.namespace.QName propertyName, java.lang.Class<T> propertyClass)
          single value and "replace" modification are assumed
 ObjectType ObjectResolver.resolve(ObjectReferenceType ref, 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
 java.lang.String TaskManager.addTask(TaskType taskType, OperationResult parentResult)
          Add new task.
 void TaskManager.claimTask(Task task, OperationResult parentResult)
          Claim task exclusively for this node.
 void Task.close(OperationResult parentResult)
          Close the task.
 Task TaskManager.createTaskInstance(TaskType taskType, OperationResult parentResult)
          Creates task instance from the XML task representation.
 Task TaskManager.createTaskInstance(TaskType taskType, java.lang.String operationName, OperationResult parentResult)
          Creates task instance from the XML task representation.
<T extends ObjectType>
T
Task.getObject(java.lang.Class<T> type, OperationResult parentResult)
          Returns object that the task is associated with.
 Task TaskManager.getTask(java.lang.String taskOid, OperationResult parentResult)
          Returns a task with specified OID.
 void Task.modifyExtension(java.util.List<PropertyModification> modifications, OperationResult parentResult)
          TODO The modification path is relative to the extension, therefore it will almost always be "." (or null).
 void TaskManager.modifyTask(ObjectModificationType objectChange, OperationResult parentResult)
          Modifies task using relative change description.
 void Task.recordProgress(long progress, OperationResult parentResult)
          Record progress of the task, storing it persistently if needed.
 void Task.recordRunFinish(TaskRunResult runResult, OperationResult parentResult)
          Record finish of the last "run" of the task TODO: better documentation
 void Task.recordRunStart(OperationResult parentResult)
           
 void Task.refresh(OperationResult parentResult)
          Re-reads the task state from the persistent storage.
 void TaskManager.releaseTask(Task task, OperationResult parentResult)
          Release a claimed task.
 void TaskManager.resumeTask(Task task, OperationResult parentResult)
          Resume suspended task.
 boolean TaskManager.suspendTask(Task task, long waitTime, OperationResult parentResult)
          Suspend task.
 

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

Methods in com.evolveum.midpoint.task.impl that throw SchemaException
 java.lang.String TaskManagerImpl.addTask(TaskType taskType, OperationResult parentResult)
           
 void TaskManagerImpl.claimTask(Task task, OperationResult parentResult)
           
 void TaskImpl.close(OperationResult parentResult)
           
 Task TaskManagerImpl.createTaskInstance(TaskType taskType, OperationResult parentResult)
           
 Task TaskManagerImpl.createTaskInstance(TaskType taskType, java.lang.String operationName, OperationResult parentResult)
           
<T extends ObjectType>
T
TaskImpl.getObject(java.lang.Class<T> type, OperationResult parentResult)
           
 Task TaskManagerImpl.getTask(java.lang.String taskOid, OperationResult parentResult)
           
 void TaskImpl.modifyExtension(java.util.List<PropertyModification> modifications, OperationResult parentResult)
           
 void TaskManagerImpl.modifyTask(ObjectModificationType objectChange, OperationResult parentResult)
           
 void TaskManagerImpl.processRunnableTaskType(TaskType taskType, OperationResult parentResult)
          Process runnable task with TaskType XML object as an argument.
 void TaskManagerImpl.recordNextRunStartTime(java.lang.String oid, long time, OperationResult result)
           
 void TaskImpl.recordProgress(long progress, OperationResult parentResult)
           
 void TaskImpl.recordRunFinish(TaskRunResult runResult, OperationResult parentResult)
           
 void TaskImpl.recordRunStart(OperationResult parentResult)
           
 void TaskImpl.refresh(OperationResult parentResult)
           
 void TaskManagerImpl.releaseTask(Task task, OperationResult parentResult)
           
 void TaskManagerImpl.resumeTask(Task task, OperationResult result)
           
 boolean TaskManagerImpl.suspendTask(Task task, long waitTime, OperationResult parentResult)
          Draft implementation.
 

Uses of SchemaException in com.evolveum.midpoint.test
 

Methods in com.evolveum.midpoint.test that throw SchemaException
protected  ResourceType AbstractIntegrationTest.addResourceFromFile(java.lang.String filePath, java.lang.String connectorType, OperationResult result)
           
protected  void AbstractIntegrationTest.fillInConnectorRef(ResourceType resource, java.lang.String connectorType, OperationResult result)
           
protected  ConnectorType AbstractIntegrationTest.findConnectorByType(java.lang.String connectorType, OperationResult result)
           
 

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

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

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

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

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

Methods in com.evolveum.midpoint.web.util that throw SchemaException
 FormObject SchemaFormParser.parseSchemaForAccount(AccountShadowDto account)
           
 FormObject SchemaFormParser.parseSchemaForAccount(AccountShadowDto account, javax.xml.namespace.QName accountType)
           
 java.util.List<FormObject> SchemaFormParser.parseSchemaForConnector(ConnectorDto connector, ResourceConfigurationType configuration)
           
 



Copyright © 2012 evolveum. All Rights Reserved.