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

A

action(TransformableProfileTable, ProfileTransformationRule, ProblemCollector) - Method in class com.opencloud.slee.upgrade.transformation.model.ProfileAction.ChangeAttributeType
 
action(TransformableProfileTable, ProfileTransformationRule, ProblemCollector) - Method in class com.opencloud.slee.upgrade.transformation.model.ProfileAction.CreateProfile
 
action(TransformableProfileTable, ProfileTransformationRule, ProblemCollector) - Method in class com.opencloud.slee.upgrade.transformation.model.ProfileAction.DeleteProfile
 
action(TransformableProfileTable, ProfileTransformationRule, ProblemCollector) - Method in class com.opencloud.slee.upgrade.transformation.model.ProfileAction.DeleteProfileTable
 
action(TransformableProfileTable, ProfileTransformationRule, ProblemCollector) - Method in class com.opencloud.slee.upgrade.transformation.model.ProfileAction.RenameAttribute
 
action(TransformableProfileTable, ProfileTransformationRule, ProblemCollector) - Method in class com.opencloud.slee.upgrade.transformation.model.ProfileAction.RenameProfile
 
action(TransformableProfileTable, ProfileTransformationRule, ProblemCollector) - Method in class com.opencloud.slee.upgrade.transformation.model.ProfileAction.RenameProfileSpec
 
action(TransformableProfileTable, ProfileTransformationRule, ProblemCollector) - Method in class com.opencloud.slee.upgrade.transformation.model.ProfileAction.RenameProfileTable
 
action(TransformableProfileTable, ProfileTransformationRule, ProblemCollector) - Method in class com.opencloud.slee.upgrade.transformation.model.ProfileAction.SetAttribute
 
addAttribute(String, String, ValueFunction) - Static method in class com.opencloud.slee.upgrade.transformation.TransformationApi
This is a specialized form of the addAttribute() rule, where the default value is the null value.
addAttribute(String, String, String, ValueFunction) - Static method in class com.opencloud.slee.upgrade.transformation.TransformationApi
Adds a serialised attribute.
addAttribute(String, Class<?>, ValueFunction) - Static method in class com.opencloud.slee.upgrade.transformation.TransformationApi
 
addAttribute(String, String, boolean) - Static method in class com.opencloud.slee.upgrade.transformation.TransformationApi
 
addAttribute(String, Class<?>, boolean) - Static method in class com.opencloud.slee.upgrade.transformation.TransformationApi
 
addAttribute(String, String, long) - Static method in class com.opencloud.slee.upgrade.transformation.TransformationApi
 
addAttribute(String, Class<?>, long) - Static method in class com.opencloud.slee.upgrade.transformation.TransformationApi
 
addAttribute(String, String, String) - Static method in class com.opencloud.slee.upgrade.transformation.TransformationApi
 
addAttribute(String, String, String, String) - Static method in class com.opencloud.slee.upgrade.transformation.TransformationApi
Adds a serialised attribute.
addAttribute(String, Class<?>, String) - Static method in class com.opencloud.slee.upgrade.transformation.TransformationApi
 
addAttribute(String, Class<?>, ObjectGenerator) - Static method in class com.opencloud.slee.upgrade.transformation.TransformationApi
 
addAttribute(String, String, ObjectGenerator) - Static method in class com.opencloud.slee.upgrade.transformation.TransformationApi
The addAttribute() action rule adds a new non-serialised attribute by specifying its name and type, and optionally a default value to be used when no other more specific value is given, and when an attribute value was not already present within the export data.
addAttribute(String, String, String, ObjectGenerator) - Static method in class com.opencloud.slee.upgrade.transformation.TransformationApi
The addAttribute() action rule adds a new serialised attribute by specifying its name and type, and optionally a default value to be used when no other more specific value is given, and when an attribute value was not already present within the export data.
addAttributeAsNull(String, String) - Static method in class com.opencloud.slee.upgrade.transformation.TransformationApi
This is a specialized form of the addAttribute() rule, where the default value is the null value.
addAttributeAsNull(String, String, String) - Static method in class com.opencloud.slee.upgrade.transformation.TransformationApi
Adds a serialised attribute.
addAttributeAsNull(String, Class<?>) - Static method in class com.opencloud.slee.upgrade.transformation.TransformationApi
This is a specialized form of the addAttribute() rule, where the default value is the null value.
addNewAttributeDescriptionIfNeeded(TransformableProfileTable.AttributeDescription) - Method in class com.opencloud.slee.upgrade.transformation.engine.profile.TransformableProfileTable.Attributes
 
addProperty(String, Class<?>, boolean) - Static method in class com.opencloud.slee.upgrade.transformation.TransformationApi
 
addProperty(String, String, boolean) - Static method in class com.opencloud.slee.upgrade.transformation.TransformationApi
 
addProperty(String, Class<?>, long) - Static method in class com.opencloud.slee.upgrade.transformation.TransformationApi
 
addProperty(String, String, long) - Static method in class com.opencloud.slee.upgrade.transformation.TransformationApi
 
addProperty(String, String, String) - Static method in class com.opencloud.slee.upgrade.transformation.TransformationApi
 
addProperty(String, Class<?>, String) - Static method in class com.opencloud.slee.upgrade.transformation.TransformationApi
 
addProperty(String, Class<?>, ObjectGenerator.StringGenerator) - Static method in class com.opencloud.slee.upgrade.transformation.TransformationApi
 
addProperty(String, String, ObjectGenerator.StringGenerator) - Static method in class com.opencloud.slee.upgrade.transformation.TransformationApi
Adds a configuration property to an RA entity.
addPropertyAsNull(String, Class<?>) - Static method in class com.opencloud.slee.upgrade.transformation.TransformationApi
This is a specialized form of addProperty that has null as the default value.
addPropertyAsNull(String, String) - Static method in class com.opencloud.slee.upgrade.transformation.TransformationApi
This is a specialized form of addProperty that has null as the default value.
anyString() - Static method in class com.opencloud.slee.upgrade.transformation.TransformationApi
Returns a matcher object that matches any string.
append(TransformationWarning.Type, String) - Method in class com.opencloud.slee.upgrade.transformation.engine.WarningAppender
Constructs and appends a warning based on the given arguments.
append(TransformationWarning) - Method in class com.opencloud.slee.upgrade.transformation.engine.WarningAppender
Appends the given warning.
appendFrom(ResultAndWarnings<?>) - Method in class com.opencloud.slee.upgrade.transformation.engine.WarningAppender
Appends all warnings from the given ResultAndWarnings object
applyAction(TransformableProfileTable, ProfileTransformationRule, ProblemCollector) - Method in class com.opencloud.slee.upgrade.transformation.model.ProfileAction
Apply this action to the given profile if and where it matches the given context.
array - Variable in class com.opencloud.slee.upgrade.transformation.model.GeneratorContext.Attribute
The attribute value, expressed as a string array, where available.
array(ObjectGenerator...) - Static method in class com.opencloud.slee.upgrade.transformation.TransformationApi
Used for generating an array value, whose individual elements are generated in turn by the given generators, 1 value per generator.
array() - Static method in class com.opencloud.slee.upgrade.transformation.TransformationApi
Used for generating an empty array.
array(String...) - Static method in class com.opencloud.slee.upgrade.transformation.TransformationApi
Used for generating a String array, with the given fixed values.
array(Object...) - Static method in class com.opencloud.slee.upgrade.transformation.TransformationApi
Used for generating an array from arbitrary and mixed argument types.
arrayContent - Variable in class com.opencloud.slee.upgrade.transformation.engine.profile.TransformableProfileTable.ContentBearer
 
arrayToStringArray(Object) - Static method in class com.opencloud.slee.upgrade.transformation.util.ArrayUtil
Converts the given array of values to an array of String values, using null for the null value, and using the toString method for Object types, using the toString method of the corresponding boxed type for primitive values.
ArrayUtil - Class in com.opencloud.slee.upgrade.transformation.util
 
ArrayUtil() - Constructor for class com.opencloud.slee.upgrade.transformation.util.ArrayUtil
 
attribute - Variable in class com.opencloud.slee.upgrade.transformation.model.GeneratorContext
Information about the attribute which is being generated, where appropriate.
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.