Uses of Class
org.identityconnectors.framework.common.objects.Schema
-
Packages that use Schema Package Description org.identityconnectors.framework.api.operations org.identityconnectors.framework.common.objects org.identityconnectors.framework.spi.operations -
-
Uses of Schema in org.identityconnectors.framework.api.operations
Methods in org.identityconnectors.framework.api.operations that return Schema Modifier and Type Method Description SchemaSchemaApiOp. schema()Retrieve the basic schema of thisConnector. -
Uses of Schema in org.identityconnectors.framework.common.objects
Methods in org.identityconnectors.framework.common.objects that return Schema Modifier and Type Method Description SchemaSchemaBuilder. build()Builds theSchemaobject based on theObjectClassInfos added so far. -
Uses of Schema in org.identityconnectors.framework.spi.operations
Methods in org.identityconnectors.framework.spi.operations that return Schema Modifier and Type Method Description SchemaSchemaOp. schema()Describes the types of objects thisConnectorsupports.
-