org.identityconnectors.framework.impl.api.local.operations
Class SchemaImpl

java.lang.Object
  extended by org.identityconnectors.framework.impl.api.local.operations.APIOperationRunner
      extended by org.identityconnectors.framework.impl.api.local.operations.ConnectorAPIOperationRunner
          extended by org.identityconnectors.framework.impl.api.local.operations.SchemaImpl
All Implemented Interfaces:
APIOperation, SchemaApiOp

public class SchemaImpl
extends ConnectorAPIOperationRunner
implements SchemaApiOp


Field Summary
 
Fields inherited from interface org.identityconnectors.framework.api.operations.APIOperation
NO_TIMEOUT
 
Constructor Summary
SchemaImpl(ConnectorOperationalContext context, Connector connector)
          Initializes the operation works.
 
Method Summary
 Schema schema()
          Retrieve the schema from the Connector.
 
Methods inherited from class org.identityconnectors.framework.impl.api.local.operations.ConnectorAPIOperationRunner
getConnector, getNormalizer, getOperationalContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SchemaImpl

public SchemaImpl(ConnectorOperationalContext context,
                  Connector connector)
Initializes the operation works.

Method Detail

schema

public Schema schema()
Retrieve the schema from the Connector.

Specified by:
schema in interface SchemaApiOp
See Also:
SchemaApiOp.schema()


Copyright © 2011. All Rights Reserved.