public class AttributeWithSource extends Attribute
Attribute based on the
resultant action of a TransformationProvider.
An instance of this class could represent the following:
1) An attribute belonging to the "Reconciliation Staging" dataset.
2) An attribute belonging to the "Provisioning Staging" dataset.OIMSchema,
Serialized Form| Constructor and Description |
|---|
AttributeWithSource() |
| Modifier and Type | Method and Description |
|---|---|
Transformation |
getSource()
This method returns the source information of a
Transformation. |
void |
setSource(Transformation source) |
add, addValidation, copyBasicAttributes, getChildDataFields, getEncrypted, getFormName, getRequired, getStrDefaultValue, getStrName, getStrOrder, getStrSize, getStrType, getValidationList, isBlPassword, isMultiValued, setBlPassword, setChildDataFields, setEncrypted, setFormName, setMultiValued, setMultiValued, setRequired, setStrDefaultValue, setStrName, setStrOrder, setStrSize, setStrType, setValidationListpublic void setSource(Transformation source)
public Transformation getSource()
Transformation.Transformation that captures the information about
the features of transformation present on this AttributeWithSource and source Attribute
as well.