@{module} @{version}
A C D E F G H I L M N O P R S T U V W 

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.AddProperty(String, String, ObjectGenerator.StringGenerator) - Constructor for class com.opencloud.slee.upgrade.transformation.model.RaConfigAction.AddProperty
 
RaConfigAction.DeleteProperty - Class in com.opencloud.slee.upgrade.transformation.model
 
RaConfigAction.DeleteProperty(String) - Constructor for class com.opencloud.slee.upgrade.transformation.model.RaConfigAction.DeleteProperty
 
RaConfigAction.DeleteRaEntity - Class in com.opencloud.slee.upgrade.transformation.model
 
RaConfigAction.DeleteRaEntity() - Constructor for class com.opencloud.slee.upgrade.transformation.model.RaConfigAction.DeleteRaEntity
 
RaConfigAction.RaConfigPropertyAction - Class in com.opencloud.slee.upgrade.transformation.model
 
RaConfigAction.RaConfigPropertyAction() - Constructor for class com.opencloud.slee.upgrade.transformation.model.RaConfigAction.RaConfigPropertyAction
 
RaConfigAction.RenameProperty - Class in com.opencloud.slee.upgrade.transformation.model
 
RaConfigAction.RenameProperty(String, String) - Constructor for class com.opencloud.slee.upgrade.transformation.model.RaConfigAction.RenameProperty
 
RaConfigAction.RenameRaEntity - Class in com.opencloud.slee.upgrade.transformation.model
 
RaConfigAction.RenameRaEntity(String) - Constructor for class com.opencloud.slee.upgrade.transformation.model.RaConfigAction.RenameRaEntity
 
RaConfigAction.SetProperty - Class in com.opencloud.slee.upgrade.transformation.model
 
RaConfigAction.SetProperty(String, ObjectGenerator.StringGenerator) - Constructor for class com.opencloud.slee.upgrade.transformation.model.RaConfigAction.SetProperty
 
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.IfPropertyValue(String, StringMatcher) - Constructor for class com.opencloud.slee.upgrade.transformation.model.RaConfigContext.IfPropertyValue
 
RaConfigContext.RaEntity - Class in com.opencloud.slee.upgrade.transformation.model
Matches RA entities based on their entity name.
RaConfigContext.RaEntity(StringMatcher) - Constructor for class com.opencloud.slee.upgrade.transformation.model.RaConfigContext.RaEntity
 
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(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, RaConfigRuleChild...) - Static method in class com.opencloud.slee.upgrade.transformation.TransformationApi
 
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.Type, String, String) - 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) - 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.
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.
renameProfile(String) - Static method in class com.opencloud.slee.upgrade.transformation.TransformationApi
 
renameProfile(ValueFunction) - Static method in class com.opencloud.slee.upgrade.transformation.TransformationApi
The renameProfile() rule renames a profile.
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.
renameProfileTable(String) - Static method in class com.opencloud.slee.upgrade.transformation.TransformationApi
Renames a profile table.
renameProperty(String, String) - Static method in class com.opencloud.slee.upgrade.transformation.TransformationApi
Renames an RA configuration property.
renameRaEntity(String) - Static method in class com.opencloud.slee.upgrade.transformation.TransformationApi
Renames the RA entity.
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
 
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 L M N O P R S T U V W 
@{module} @{version}

Copyright © OpenCloud. All Rights Reserved.