Package | Description |
---|---|
com.opencloud.slee.upgrade.transformation | |
com.opencloud.slee.upgrade.transformation.engine | |
com.opencloud.slee.upgrade.transformation.engine.profile | |
com.opencloud.slee.upgrade.transformation.engine.ra | |
com.opencloud.slee.upgrade.transformation.model |
This package defines the model objects for the data transformation tool.
|
Class and Description |
---|
ComponentMatcher
Matches a SLEE component ID, such as a profile spec ID.
|
ObjectGenerator
An object generator produces an object, which may be a string, a null, or an array of such items.
|
ObjectGenerator.StringGenerator
A type of
ObjectGenerator which always generates a String value. |
ProfileAction
An action which can be performed on profiles.
|
ProfileRule
A profile rule defines a profile context, as well zero or more profile actions,
and zero or more child profile rules.
|
ProfileRuleChild
Each
ProfileRuleChild is either a nested ProfileRule , or a ProfileAction to apply
within the context of the enclosing rule. |
ProfileTableCreationRule
A type of rule for creating and adding a profile table to the export data.
|
RaConfigAction
An action which can be performed on RA configuration.
|
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
Each
RaConfigRuleChild is either a nested RaConfigRule , or an RaConfigAction to apply
within the context of the enclosing rule. |
Rule
Supertype of all transformation rules.
|
RulesContext
A RulesContext is passed to the implementations of the
TransformationApi.rules(RulesContext) method,
passing in information and resources which may be helpful when generating the array of Rule s. |
StringMatcher
A string matcher is able to match against a string value.
|
ValueFunction
A function which produces a profile attribute value or RA configuration property
value, based on a given
GeneratorContext . |
Class and Description |
---|
TransformationRules
A collection of profile rules, RA config rules, and profile table creation rules used
to transform export data.
|
Class and Description |
---|
ProfileAction
An action which can be performed on 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.
|
ProfileTableCreationRule
A type of rule for creating and adding a profile table to the export data.
|
Class and Description |
---|
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.
|
Class and Description |
---|
ComponentMatcher
Matches a SLEE component ID, such as a profile spec ID.
|
GeneratorContext
A GeneratorContext is passed to the
ValueFunction.evaluate(com.opencloud.slee.upgrade.transformation.model.GeneratorContext) and
ObjectGenerator.generate(GeneratorContext) methods. |
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.
|
ObjectGenerator
An object generator produces an object, which may be a string, a null, or an array of such items.
|
ObjectGenerator.StringGenerator
A type of
ObjectGenerator which always generates a String value. |
ProfileAction
An action which can be performed on profiles.
|
ProfileAction.ContextRequirement |
ProfileContext
A profile context acts as a form of profile predicate, matching some
aspect of a profile, such as its name.
|
ProfileRule
A profile rule defines a profile context, as well zero or more profile actions,
and zero or more child profile rules.
|
ProfileRuleChild
Each
ProfileRuleChild is either a nested ProfileRule , or a ProfileAction to apply
within the context of the enclosing rule. |
ProfileTableCreationRule
A type of rule for creating and adding a profile table to the export data.
|
RaConfigAction
An action which can be performed on RA configuration.
|
RaConfigAction.RaConfigPropertyAction |
RaConfigContext
An RA context acts as a form of RA entity predicate, matching some
aspect of an RA entity, such as its 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
Each
RaConfigRuleChild is either a nested RaConfigRule , or an RaConfigAction to apply
within the context of the enclosing rule. |
Rule
Supertype of all transformation rules.
|
StringMatcher
A string matcher is able to match against a string value.
|
ValueFunction
A function which produces a profile attribute value or RA configuration property
value, based on a given
GeneratorContext . |
Copyright © OpenCloud. All Rights Reserved.