|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Schema in com.evolveum.midpoint.common.refinery |
---|
Subclasses of Schema in com.evolveum.midpoint.common.refinery | |
---|---|
class |
RefinedResourceSchema
|
Methods in com.evolveum.midpoint.common.refinery that return Schema | |
---|---|
Schema |
RefinedResourceSchema.getOriginalResourceSchema()
|
Schema |
EnhancedResourceType.getParsedSchema()
|
static Schema |
RefinedResourceSchema.getResourceSchema(ResourceType resource)
|
Methods in com.evolveum.midpoint.common.refinery with parameters of type Schema | |
---|---|
void |
EnhancedResourceType.setParsedSchema(Schema parsedSchema)
|
Uses of Schema in com.evolveum.midpoint.provisioning.impl |
---|
Methods in com.evolveum.midpoint.provisioning.impl that return Schema | |
---|---|
Schema |
ResourceTypeManager.getResourceSchema(ResourceType resource,
ConnectorInstance connector,
OperationResult parentResult)
|
Methods in com.evolveum.midpoint.provisioning.impl with parameters of type Schema | |
---|---|
ResourceType |
ResourceTypeManager.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 |
SchemaRegistry.getObjectSchema()
Returns a schema that contains all the object definitions augmented with extension definitions as appropriate. |
Schema |
SchemaDescription.getSchema()
|
Schema |
SchemaRegistry.getSchema(java.lang.String namespace)
|
Methods in com.evolveum.midpoint.schema with parameters of type Schema | |
---|---|
void |
SchemaDescription.setSchema(Schema schema)
|
Uses of Schema in com.evolveum.midpoint.schema.delta |
---|
Methods in com.evolveum.midpoint.schema.delta with parameters of type Schema | ||
---|---|---|
static
|
ObjectDelta.createDelta(ObjectModificationType objectModification,
Schema schema,
java.lang.Class<T> type)
Creates new delta from the ObjectModificationType (XML). |
|
static PropertyDelta |
PropertyDelta.createDelta(PropertyModificationType propMod,
Schema schema,
java.lang.Class<? extends ObjectType> objectType)
Creates delta from PropertyModificationType (XML). |
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 element)
|
static Schema |
Schema.parse(org.w3c.dom.Element element,
org.xml.sax.EntityResolver resolver)
|
Methods in com.evolveum.midpoint.schema.processor with parameters of type Schema | ||
---|---|---|
static
|
DiffUtil.diff(java.io.File oldXmlFile,
java.io.File newXmlFile,
java.lang.Class<T> type,
Schema objectSchema)
|
|
static
|
DiffUtil.diff(java.lang.String oldXml,
java.lang.String newXml,
java.lang.Class<T> type,
Schema objectSchema)
|
|
static
|
DiffUtil.diff(T oldObjectType,
T newObjectType,
java.lang.Class<T> type,
Schema objectSchema)
|
|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |