Interface SchemaApiOp

All Superinterfaces:
APIOperation
All Known Subinterfaces:
ConnectorFacade

public interface SchemaApiOp extends APIOperation
Get the schema from the Connector.
  • Field Summary

    Fields inherited from interface org.identityconnectors.framework.api.operations.APIOperation

    NO_TIMEOUT
  • Method Summary

    Modifier and Type
    Method
    Description
    Retrieve the basic schema of this Connector.
  • Method Details