Uses of Class
com.evolveum.midpoint.schema.processor.Schema

Packages that use Schema
com.evolveum.midpoint.provisioning.impl   
com.evolveum.midpoint.provisioning.ucf.api   
com.evolveum.midpoint.provisioning.ucf.impl   
com.evolveum.midpoint.schema   
com.evolveum.midpoint.schema.processor   
com.evolveum.midpoint.schema.util   
 

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

Methods in com.evolveum.midpoint.provisioning.impl with parameters of type Schema
 ResourceType ShadowCache.completeResource(ResourceType resource, Schema resourceSchema, OperationResult result)
          Make sure that the resource is complete.
 

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

Methods in com.evolveum.midpoint.provisioning.ucf.api that return Schema
 Schema ConnectorInstance.generateConnectorSchema()
           
 Schema ConnectorInstance.getResourceSchema(OperationResult parentResult)
          Retrieves the schema from the resource.
 

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

Methods in com.evolveum.midpoint.provisioning.ucf.impl that return Schema
 Schema ConnectorInstanceIcfImpl.generateConnectorSchema()
           
 Schema ConnectorInstanceIcfImpl.getResourceSchema(OperationResult parentResult)
           
 

Uses of Schema in com.evolveum.midpoint.schema
 

Methods in com.evolveum.midpoint.schema that return Schema
 Schema EnhancedResourceType.getParsedSchema()
           
 

Methods in com.evolveum.midpoint.schema with parameters of type Schema
 void EnhancedResourceType.setParsedSchema(Schema parsedSchema)
           
 

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

Fields in com.evolveum.midpoint.schema.processor declared as Schema
protected  Schema PropertyContainerDefinition.schema
           
 

Methods in com.evolveum.midpoint.schema.processor that return Schema
static Schema Schema.parse(org.w3c.dom.Element schema)
           
 

Methods in com.evolveum.midpoint.schema.processor with parameters of type Schema
static org.w3c.dom.Document Schema.serializeToXsd(Schema schema)
           
 

Constructors in com.evolveum.midpoint.schema.processor with parameters of type Schema
ResourceObjectDefinition(Schema schema, javax.xml.namespace.QName name, ComplexTypeDefinition complexTypeDefinition)
           
 

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

Methods in com.evolveum.midpoint.schema.util that return Schema
static Schema ResourceTypeUtil.getResourceSchema(ResourceType resource)
           
 



Copyright © 2011 evolveum. All Rights Reserved.