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

Packages that use SchemaException
com.evolveum.midpoint.common   
com.evolveum.midpoint.model.api   
com.evolveum.midpoint.model.controller   
com.evolveum.midpoint.model.controller.handler   
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.repo.api   
com.evolveum.midpoint.repo.cache   
com.evolveum.midpoint.repo.xml   
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.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)
           
static org.w3c.dom.Element QueryUtil.createNameAndClassFilter(ObjectType object)
           
 

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, OperationResult parentResult)
           Add new object.
 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, 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
ModelControllerImpl.addObject(T object, OperationResult parentResult)
           
<T extends ObjectType>
java.lang.String
ModelControllerImpl.addObjectWithExclusion(T object, java.lang.String accountOid, OperationResult result)
           
<T extends ObjectType>
java.lang.String
ModelController.addObjectWithExclusion(T object, java.lang.String accountOid, OperationResult parentResult)
          TODO: document
 ResultList<? extends ResourceObjectShadowType> ModelControllerImpl.listResourceObjects(java.lang.String resourceOid, javax.xml.namespace.QName objectClass, PagingType paging, OperationResult result)
           
 UserType SchemaHandler.processInboundHandling(UserType user, ResourceObjectShadowType resourceObjectShadow, OperationResult result)
           
 UserType SchemaHandlerImpl.processInboundHandling(UserType user, ResourceObjectShadowType resourceObjectShadow, OperationResult result)
           
 ObjectModificationType SchemaHandler.processOutboundHandling(UserType user, ResourceObjectShadowType resourceObjectShadow, OperationResult result)
           
 ObjectModificationType SchemaHandlerImpl.processOutboundHandling(UserType user, ResourceObjectShadowType resourceObjectShadow, OperationResult result)
           
 UserType SchemaHandler.processPropertyConstructions(UserType user, UserTemplateType template, OperationResult result)
           
 UserType SchemaHandlerImpl.processPropertyConstructions(UserType user, UserTemplateType template, OperationResult result)
           
<T extends ObjectType>
ResultList<T>
ModelControllerImpl.searchObjects(java.lang.Class<T> type, QueryType query, PagingType paging, OperationResult result)
           
 

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

Methods in com.evolveum.midpoint.model.controller.handler that throw SchemaException
<T extends ObjectType>
void
UserTypeHandler.modifyObject(java.lang.Class<T> type, ObjectModificationType change, java.util.Collection<java.lang.String> excludedResourceOids, 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 ShadowCache.assembleShadow(ResourceObject resourceObject, ResourceObjectShadowType repositoryShadow, OperationResult parentResult)
          Creates a shadow object from the supplied resource object.
 ResourceType ShadowCache.completeResource(ResourceType resource, Schema resourceSchema, OperationResult result)
          Make sure that the resource is complete.
<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)
           
 java.util.List<Change> ShadowCache.fetchChanges(ResourceType resourceType, Property lastToken, 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)
           
 ResourceObjectShadowType ShadowCache.getShadow(java.lang.String oid, ResourceObjectShadowType repositoryShadow, OperationResult parentResult)
          Gets the shadow with specified OID The shadow will be read from the repository and missing information will be fetched from the resource.
 ResultList<? extends ResourceObjectShadowType> ProvisioningServiceImpl.listResourceObjects(java.lang.String resourceOid, javax.xml.namespace.QName objectClass, PagingType paging, OperationResult parentResult)
           
 void ShadowCache.listShadows(ResourceType resource, javax.xml.namespace.QName objectClass, ShadowHandler handler, boolean readFromRepository, OperationResult parentResult)
          List all shadow objects of specified objectClass.
<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)
           
 ResourceType ResourceSchemaCache.put(ResourceType resourceType)
           
<T extends ObjectType>
ResultList<T>
ProvisioningServiceImpl.searchObjects(java.lang.Class<T> type, QueryType query, PagingType paging, OperationResult parentResult)
           
 void ShadowCache.searchObjectsIterative(javax.xml.namespace.QName objectClass, ResourceType resourceType, ShadowHandler handler, DiscoveryHandler discoveryHandler, OperationResult parentResult)
           
 void ProvisioningServiceImpl.searchObjectsIterative(QueryType query, PagingType paging, ResultHandler handler, OperationResult parentResult)
           
 int ProvisioningServiceImpl.synchronize(java.lang.String resourceOid, Task task, OperationResult parentResult)
           
 

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(Configuration 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.Set<ResourceObjectAttribute> identifiers, boolean returnDefaultAttributes, java.util.Set<ResourceObjectAttributeDefinition> attributesToReturn, OperationResult parentResult)
          Retrieves a specific object from the resource.
 java.util.Set<AttributeModificationOperation> ConnectorInstance.modifyObject(ResourceObjectDefinition objectClass, java.util.Set<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(Configuration configuration, OperationResult parentResult)
           
 java.util.List<Change> ConnectorInstanceIcfImpl.fetchChanges(ResourceObjectDefinition objectClass, Property lastToken, OperationResult parentResult)
           
 ResourceObject ConnectorInstanceIcfImpl.fetchObject(ResourceObjectDefinition resourceObjectDefinition, java.util.Set<ResourceObjectAttribute> identifiers, boolean returnDefaultAttributes, java.util.Set<ResourceObjectAttributeDefinition> attributesToReturn, OperationResult parentResult)
           
 java.util.Set<AttributeModificationOperation> ConnectorInstanceIcfImpl.modifyObject(ResourceObjectDefinition objectClass, java.util.Set<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.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.processor
 

Methods in com.evolveum.midpoint.schema.processor that throw SchemaException
 void Property.applyValueToElement()
           
static Schema Schema.parse(org.w3c.dom.Element schema)
           
 PropertyContainer PropertyContainerDefinition.parseAsContent(javax.xml.namespace.QName name, java.util.List<java.lang.Object> contentElements)
           
protected
<T extends PropertyContainer>
T
PropertyContainerDefinition.parseAsContent(javax.xml.namespace.QName name, java.util.List<java.lang.Object> contentElements, java.lang.Class<T> type)
           
 java.util.Set<ResourceObjectAttribute> ResourceObjectDefinition.parseAttributes(java.util.List<java.lang.Object> elements)
           
 java.util.Set<ResourceObjectAttribute> ResourceObjectDefinition.parseIdentifiers(java.util.List<java.lang.Object> elements)
           
 PropertyContainer PropertyContainerDefinition.parseItem(java.util.List<java.lang.Object> elements)
          Creates new property container from DOM or JAXB representation (multiple elements).
abstract  Item ItemDefinition.parseItem(java.util.List<java.lang.Object> elements)
          Create at instance of the item initialized from the provided list of elements.
 Property PropertyDefinition.parseItem(java.util.List<java.lang.Object> elements)
           
 PropertyContainer PropertyContainerDefinition.parseItem(java.lang.Object element)
          Creates new property container from DOM or JAXB representation (single element).
protected
<T extends PropertyContainer>
T
PropertyContainerDefinition.parseItem(java.lang.Object element, java.lang.Class<T> type)
          Creates new property container from DOM or JAXB representation (multiple elements).
 java.util.Set<Item> PropertyContainerDefinition.parseItems(java.util.List<java.lang.Object> elements)
          Parses items from a list of elements.
protected  java.util.Set<Item> PropertyContainerDefinition.parseItems(java.util.List<java.lang.Object> elements, java.util.Set<? extends ItemDefinition> selection)
          Parses items from a list of elements.
 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.
 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<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 Schema ResourceTypeUtil.getResourceSchema(ResourceType resource)
           
 

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.
<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.
 

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)
           
<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 TaskImpl.recordProgress(long progress, OperationResult parentResult)
           
 void TaskImpl.recordRunFinish(TaskRunResult runResult, OperationResult parentResult)
           
 void TaskImpl.recordRunStart(OperationResult parentResult)
           
 void TaskImpl.refresh(OperationResult parentResult)
           
 void TaskManagerImpl.releaseTask(Task task, OperationResult parentResult)
           
 

Uses of 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.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, Configuration configuration)
           
 



Copyright © 2011 evolveum. All Rights Reserved.