public interface GCSource
TransformationSource
, which is the input for the transformation engine, is a sub-class of this VOTransformationSource
Modifier and Type | Method and Description |
---|---|
OIMRecord |
getSourceRecord()
This method will return the source
OIMRecord which is the input candidate for validation. |
tcUtilityOperationsIntf |
getUtility(java.lang.String name)
This method will return the reference of an Oracle Identity Manager API Instance, that might be useful for
the
TransformationProvider.transformData(Hashtable, Hashtable) operation |
OIMRecord getSourceRecord()
OIMRecord
which is the input candidate for validation.
Each of its parent/child attributes that need validation would be passed through the corresponding
validation provider by the validation engine.OIMRecord
on which validation needs to be done.tcUtilityOperationsIntf getUtility(java.lang.String name) throws tcAPIException
TransformationProvider.transformData(Hashtable, Hashtable)
operationname
- Name of the Oracle Identity Manager API whose instance is needed.
E.g. "Thor.API.Operations.tcLookupOperationsIntf"tcAPIException