All Classes Interface Summary Class Summary Enum Summary Exception Summary
| Class |
Description |
| ArrayUtil |
|
| ComponentMatcher |
Matches a SLEE component ID, such as a profile spec ID.
|
| DataTransformMain |
|
| GeneratorContext |
|
| GeneratorContext.Attribute |
Information about the attribute which is being generated, where appropriate.
|
| GeneratorContext.Profile |
Information about the profile in which the evaluation is taking place, where appropriate.
|
| GeneratorContext.RuleInfo |
Information about the transformation rule in which the evaluation is taking place.
|
| GeneratorContext.Table |
Information about the profile table in which the evaluation is taking place, where appropriate.
|
| NullChecker |
Utility methods for checking whether values are null.
|
| ObjectGenerator |
An object generator produces an object, which may be a string, a null, or an array of such items.
|
| ObjectGenerator.ArrayGenerator |
|
| ObjectGenerator.ConstantGenerator |
|
| ObjectGenerator.FunctionGenerator |
|
| ObjectGenerator.NullValueGenerator |
|
| ObjectGenerator.StringGenerator |
|
| OidDataTransformation |
|
| OidTransformationResult |
|
| ProblemCollector |
A ProblemCollector is used to raise warnings and errors during data transformation,
and to access those warnings and errors after transformation.
|
| ProfileAction |
An action which can be performed on profiles.
|
| ProfileAction.AddAttribute |
Used for adding a new attribute to profiles.
|
| ProfileAction.ChangeAttributeType |
Used to change the type of an existing profile attribute within the export data.
|
| ProfileAction.ContextRequirement |
|
| ProfileAction.CreateProfile |
Used to create and add a profile to the export data.
|
| ProfileAction.DeleteAttribute |
Used for deleting an attribute from profiles in the export data.
|
| ProfileAction.DeleteProfile |
Used to delete a profile from the export data.
|
| ProfileAction.DeleteProfileTable |
Used to delete a profile table from the export data.
|
| ProfileAction.RenameAttribute |
Used to rename an existing attribute.
|
| ProfileAction.RenameProfile |
Used to rename a profile within the export data.
|
| ProfileAction.RenameProfileSpec |
Used to change the name of a profile specification within the export data.
|
| ProfileAction.RenameProfileTable |
Used to rename a profile table within the export data.
|
| ProfileAction.SetAttribute |
Used for setting an attribute value within profiles.
|
| ProfileContext |
A profile context acts as a form of profile predicate, matching some
aspect of a profile, such as its name.
|
| ProfileContext.IfAttributeValue |
Matches profiles based on the value of a particular profile attribute.
|
| ProfileContext.ProfileName |
Matches profiles based on their profile name.
|
| ProfileContext.ProfileSpec |
Matches profiles based on the associated profile specification.
|
| ProfileContext.ProfileTable |
Matches profiles based on the enclosing profile table.
|
| ProfileRule |
A profile rule defines a profile context, as well zero or more profile actions,
and zero or more child profile rules.
|
| ProfileRuleChild |
|
| ProfileTableCreationRule |
A type of rule for creating and adding a profile table to the export data.
Note: this is not a subclass of ProfileRule, because it exists outside of any existing profile context.
|
| ProfileTransformationRule |
|
| ProfileTransformer |
|
| RaConfigAction |
An action which can be performed on RA configuration.
|
| RaConfigAction.AddProperty |
Used for adding a new property to an RA entity configuration.
|
| RaConfigAction.DeleteProperty |
|
| RaConfigAction.DeleteRaEntity |
|
| RaConfigAction.RaConfigPropertyAction |
|
| RaConfigAction.RenameProperty |
|
| RaConfigAction.RenameRaEntity |
|
| RaConfigAction.SetProperty |
|
| RaConfigContext |
An RA context acts as a form of RA entity predicate, matching some
aspect of an RA entity, such as its entity name.
|
| RaConfigContext.IfPropertyValue |
Matches RA entities based on the value of a particular configuration property.
|
| RaConfigContext.RaEntity |
Matches RA entities based on their entity name.
|
| RaConfigRule |
An RA config rule defines an RA configuration context, as well zero or more RA config actions,
and zero or more child RA config rules.
|
| RaConfigRuleChild |
|
| RaDataTransformation |
|
| RaDataTransformer |
|
| RaTransformationResult |
|
| ResultAndWarnings<T> |
A tuple of some result object and (possibly empty) lists of warnings and errors.
|
| Rule |
Supertype of all transformation rules.
|
| RulesContext |
|
| SasBundleMapping |
|
| SasBundleMappingsTransformationResult |
|
| SasBundleMappingsTransformer |
|
| StringMatcher |
A string matcher is able to match against a string value.
|
| StringMatcher.AnyStringMatcher |
A StringMatcher which matches any string value, including the null value.
|
| StringMatcher.ConstantMatcher |
A StringMatcher which matches a particular, constant, non-null string value.
|
| StringMatcher.NullValueMatcher |
|
| StringMatcher.RegexMatcher |
A StringMatcher which matches a full string value against a given regular expression.
Note: in order to match, the regular expression must match the full value, rather than just match
a substring.
|
| TransformableProfileTable |
|
| TransformableProfileTable.ContentType |
|
| TransformationApi |
This class provides an API for writing transformation rules.
|
| TransformationException |
Exceptions related to data transformation.
|
| TransformationRules |
A collection of profile rules, RA config rules, profile table creation rules,
and OID rename mapping used to transform export and data migration data.
|
| TransformationWarning |
Warnings, gathered during data transformation.
|
| TransformationWarning.Type |
Type of warning.
|
| ValueFunction |
A function which produces a profile attribute value or RA configuration property
value, based on a given GeneratorContext.
|
| Version |
|
| WarningAppender |
|