Modifier and Type | Class and Description |
---|---|
class |
LayerRefinedResourceSchema |
class |
RefinedResourceSchema |
Modifier and Type | Method and Description |
---|---|
PrismSchema |
SchemaRegistry.findSchemaByCompileTimeClass(Class<? extends Objectable> compileTimeClass) |
PrismSchema |
SchemaRegistry.findSchemaByNamespace(String namespaceURI) |
PrismSchema |
SchemaRegistry.getObjectSchema()
Returns a schema that contains all the object definitions augmented with
extension definitions as appropriate.
|
PrismSchema |
SchemaDescription.getSchema() |
PrismSchema |
SchemaRegistry.getSchema(String namespace) |
static PrismSchema |
PrismSchema.parse(Element element,
boolean isRuntime,
String shortDescription,
PrismContext prismContext) |
static PrismSchema |
PrismSchema.parse(Element element,
EntityResolver resolver,
boolean isRuntime,
String shortDescription,
PrismContext prismContext) |
protected static PrismSchema |
PrismSchema.parse(Element element,
EntityResolver resolver,
PrismSchema schema,
boolean isRuntime,
String shortDescription,
PrismContext prismContext) |
protected static PrismSchema |
PrismSchema.parse(Element element,
PrismSchema schema,
boolean isRuntime,
String shortDescription,
PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
protected static PrismSchema |
PrismSchema.parse(Element element,
EntityResolver resolver,
PrismSchema schema,
boolean isRuntime,
String shortDescription,
PrismContext prismContext) |
protected static PrismSchema |
PrismSchema.parse(Element element,
PrismSchema schema,
boolean isRuntime,
String shortDescription,
PrismContext prismContext) |
void |
SchemaDescription.setSchema(PrismSchema schema) |
Modifier and Type | Method and Description |
---|---|
PrismSchema |
ConnectorInstance.generateConnectorSchema() |
Modifier and Type | Method and Description |
---|---|
PrismSchema |
ConnectorInstanceIcfImpl.generateConnectorSchema() |
Constructor and Description |
---|
ConnectorInstanceIcfImpl(org.identityconnectors.framework.api.ConnectorInfo connectorInfo,
ConnectorType connectorType,
String schemaNamespace,
PrismSchema connectorSchema,
Protector protector,
PrismContext prismContext) |
Modifier and Type | Class and Description |
---|---|
class |
ResourceSchema |
Modifier and Type | Method and Description |
---|---|
static PrismSchema |
ConnectorTypeUtil.getConnectorSchema(ConnectorType connectorType,
PrismContext prismContext)
Returns parsed connector schema
|
Modifier and Type | Method and Description |
---|---|
static PrismContainerDefinition<ConnectorConfigurationType> |
ConnectorTypeUtil.findConfigurationContainerDefintion(ConnectorType connectorType,
PrismSchema connectorSchema) |
Copyright © 2013 evolveum. All rights reserved.