Class AttributeWithSource

java.lang.Object
com.thortech.xl.gc.vo.designtime.Attribute
com.thortech.xl.gc.vo.designtime.AttributeWithSource
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
TargetAttribute

public class AttributeWithSource extends Attribute
This class is a value object that represents an identity attribute that could be a parent(single valued) or a child (multi-valued). It is the transformed version of an 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.
Version:
1.5, Oracle Identity Manager 9.1
See Also:
  • Constructor Details

    • AttributeWithSource

      public AttributeWithSource()
  • Method Details

    • setSource

      public void setSource(Transformation source)
    • getSource

      public Transformation getSource()
      This method returns the source information of a Transformation.
      Returns:
      Instance of the value object Transformation that captures the information about the features of transformation present on this AttributeWithSource and source Attribute as well.