A C D E F G H I K L M N O P Q R S T U V W X 
All Classes All Packages

R

RaConfigAction - Class in com.opencloud.slee.upgrade.transformation.model
An action which can be performed on RA configuration.
RaConfigAction.AddProperty - Class in com.opencloud.slee.upgrade.transformation.model
Used for adding a new property to an RA entity configuration.
RaConfigAction.DeleteProperty - Class in com.opencloud.slee.upgrade.transformation.model
 
RaConfigAction.DeleteRaEntity - Class in com.opencloud.slee.upgrade.transformation.model
 
RaConfigAction.RaConfigPropertyAction - Class in com.opencloud.slee.upgrade.transformation.model
 
RaConfigAction.RenameProperty - Class in com.opencloud.slee.upgrade.transformation.model
 
RaConfigAction.RenameRaEntity - Class in com.opencloud.slee.upgrade.transformation.model
 
RaConfigAction.SetProperty - Class in com.opencloud.slee.upgrade.transformation.model
 
RaConfigContext - Class in com.opencloud.slee.upgrade.transformation.model
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 - Class in com.opencloud.slee.upgrade.transformation.model
Matches RA entities based on the value of a particular configuration property.
RaConfigContext.RaEntity - Class in com.opencloud.slee.upgrade.transformation.model
Matches RA entities based on their entity name.
RaConfigPropertyAction() - Constructor for class com.opencloud.slee.upgrade.transformation.model.RaConfigAction.RaConfigPropertyAction
 
RaConfigRule - Class in com.opencloud.slee.upgrade.transformation.model
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.
RaConfigRule(RaConfigContext, List<RaConfigRuleChild>) - Constructor for class com.opencloud.slee.upgrade.transformation.model.RaConfigRule
 
RaConfigRuleChild - Interface in com.opencloud.slee.upgrade.transformation.model
Each RaConfigRuleChild is either a nested RaConfigRule, or an RaConfigAction to apply within the context of the enclosing rule.
RaDataTransformation - Class in com.opencloud.slee.upgrade.transformation.engine.ra
 
RaDataTransformation() - Constructor for class com.opencloud.slee.upgrade.transformation.engine.ra.RaDataTransformation
 
RaDataTransformer - Class in com.opencloud.slee.upgrade.transformation.engine.ra
RaDataTransformer(List<RAData>, List<RaConfigRule>) - Constructor for class com.opencloud.slee.upgrade.transformation.engine.ra.RaDataTransformer
 
raEntity(StringMatcher, RaConfigRuleChild...) - Static method in class com.opencloud.slee.upgrade.transformation.TransformationApi
 
raEntity(String, RaConfigRuleChild...) - Static method in class com.opencloud.slee.upgrade.transformation.TransformationApi
The raEntity() context rule is used to select on entity names.
RaEntity(StringMatcher) - Constructor for class com.opencloud.slee.upgrade.transformation.model.RaConfigContext.RaEntity
 
raiseError(TransformationWarning.Type, String) - Method in class com.opencloud.slee.upgrade.transformation.engine.profile.ProblemCollector
 
raiseError(TransformationWarning.Type, String, Throwable) - Method in class com.opencloud.slee.upgrade.transformation.engine.profile.ProblemCollector
 
raiseWarning(TransformationWarning) - Method in class com.opencloud.slee.upgrade.transformation.engine.profile.ProblemCollector
 
raiseWarning(TransformationWarning.Type, String) - Method in class com.opencloud.slee.upgrade.transformation.engine.profile.ProblemCollector
 
raiseWarning(TransformationWarning.Type, String, String) - Method in class com.opencloud.slee.upgrade.transformation.engine.profile.ProblemCollector
 
raiseWarnings(ResultAndWarnings<?>) - Method in class com.opencloud.slee.upgrade.transformation.engine.profile.ProblemCollector
 
RaTransformationResult - Class in com.opencloud.slee.upgrade.transformation.engine.ra
RaTransformationResult(List<RAData>, String, List<TransformationWarning>) - Constructor for class com.opencloud.slee.upgrade.transformation.engine.ra.RaTransformationResult
 
regex(String) - Static method in class com.opencloud.slee.upgrade.transformation.TransformationApi
Returns a matcher object based on the given regular expression.
Note: in order to match, the regular expression must match the full value, rather than just a substring.
RegexMatcher(String) - Constructor for class com.opencloud.slee.upgrade.transformation.model.StringMatcher.RegexMatcher
 
renameAttribute(String, String) - Static method in class com.opencloud.slee.upgrade.transformation.TransformationApi
The renameAttribute() rule changes the name of an attribute, without affecting its type or value.
RenameAttribute(String, String) - Constructor for class com.opencloud.slee.upgrade.transformation.model.ProfileAction.RenameAttribute
 
renamedOids(RulesContext) - Method in class com.opencloud.slee.upgrade.transformation.TransformationApi
This can be optionally overridden to provide a map of renamed OIDs and counters.
renameProfile(ValueFunction) - Static method in class com.opencloud.slee.upgrade.transformation.TransformationApi
The renameProfile() rule renames a profile.
renameProfile(String) - Static method in class com.opencloud.slee.upgrade.transformation.TransformationApi
 
RenameProfile(ObjectGenerator) - Constructor for class com.opencloud.slee.upgrade.transformation.model.ProfileAction.RenameProfile
 
renameProfileSpec(String) - Static method in class com.opencloud.slee.upgrade.transformation.TransformationApi
Changes the name of the profile spec which is associated with the profile table in the current context.
RenameProfileSpec(String) - Constructor for class com.opencloud.slee.upgrade.transformation.model.ProfileAction.RenameProfileSpec
 
renameProfileTable(String) - Static method in class com.opencloud.slee.upgrade.transformation.TransformationApi
Renames a profile table.
RenameProfileTable(String) - Constructor for class com.opencloud.slee.upgrade.transformation.model.ProfileAction.RenameProfileTable
 
renameProperty(String, String) - Static method in class com.opencloud.slee.upgrade.transformation.TransformationApi
Renames an RA configuration property.
RenameProperty(String, String) - Constructor for class com.opencloud.slee.upgrade.transformation.model.RaConfigAction.RenameProperty
 
renameRaEntity(String) - Static method in class com.opencloud.slee.upgrade.transformation.TransformationApi
Renames the RA entity.
RenameRaEntity(String) - Constructor for class com.opencloud.slee.upgrade.transformation.model.RaConfigAction.RenameRaEntity
 
REQUIRED - com.opencloud.slee.upgrade.transformation.model.ProfileAction.ContextRequirement
 
result - Variable in class com.opencloud.slee.upgrade.transformation.engine.sas.SasBundleMappingsTransformationResult
 
ResultAndWarnings<T> - Class in com.opencloud.slee.upgrade.transformation.engine
A tuple of some result object and (possibly empty) lists of warnings and errors.
rule - Variable in class com.opencloud.slee.upgrade.transformation.model.GeneratorContext
Information about the transformation rule in which the evaluation is taking place.
Rule - Class in com.opencloud.slee.upgrade.transformation.model
Supertype of all transformation rules.
Rule() - Constructor for class com.opencloud.slee.upgrade.transformation.model.Rule
 
RULE_WITHOUT_ACTION - com.opencloud.slee.upgrade.transformation.engine.TransformationWarning.Type
 
RuleInfo() - Constructor for class com.opencloud.slee.upgrade.transformation.model.GeneratorContext.RuleInfo
 
rules(RulesContext) - Method in class com.opencloud.slee.upgrade.transformation.TransformationApi
This is the method that all API users must implement.
RulesContext - Interface in com.opencloud.slee.upgrade.transformation.model
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 Rules.
A C D E F G H I K L M N O P Q R S T U V W X 
All Classes All Packages