Skip navigation links


com.thortech.xl.gc.util
Interface TransformationSource

All Superinterfaces:
GCSource

public interface TransformationSource
extends GCSource

This interface is a value object that represents a source of a transformation operation (considering mapping source being available as IT resource parameters). The generic technology connector framework provisioning and reconciliation operations provide the implementation for this interface. An instance of the implementation would be an input to the transformation engine.

See Also:
GCSource

Method Summary
 OIMRecord getOIMRecord(java.lang.String name)
          This method retrieves the IT resource that has been used for source mappings for this transformation.

 

Methods inherited from interface com.thortech.xl.gc.util.GCSource
getSourceRecord, getUtility

 

Method Detail

getOIMRecord

OIMRecord getOIMRecord(java.lang.String name)
This method retrieves the IT resource that has been used for source mappings for this transformation. This method will actually be available for usage in future versions of the generic technology connector framework. Users are requested not to use this method in version 9.1 of generic technology connector SDK.
Parameters:
name - Name of the IT resource
Returns:
value object that represents an IT resource
See Also:
OIMRecord

Skip navigation links


Copyright © 2014, Oracle and/or its affiliates. All rights reserved.