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 Schema
SchemaApiOp. 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 Schema
SchemaBuilder. build()
Builds theSchema
object based on theObjectClassInfo
s 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 Schema
SchemaOp. schema()
Describes the types of objects thisConnector
supports.
-