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.
Version:
1.5, Oracle Identity Manager 9.1
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    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 Details

    • getOIMRecord

      OIMRecord getOIMRecord(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: