Package com.thortech.xl.gc.vo.designtime
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
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThis method returns the source information of aTransformation
.void
setSource
(Transformation source) Methods inherited from class com.thortech.xl.gc.vo.designtime.Attribute
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, setValidationList
-
Constructor Details
-
AttributeWithSource
public AttributeWithSource()
-
-
Method Details
-
setSource
-
getSource
This method returns the source information of aTransformation
.- Returns:
- Instance of the value object
Transformation
that captures the information about the features of transformation present on this AttributeWithSource and sourceAttribute
as well.
-