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

P

PARTIAL_PATTERN_MATCH - com.opencloud.slee.upgrade.transformation.engine.TransformationWarning.Type
 
prefix - Variable in class com.opencloud.slee.upgrade.transformation.model.SasBundleMapping
 
prepareContentChange(Object, String, ProblemCollector) - Method in class com.opencloud.slee.upgrade.transformation.engine.profile.TransformableProfileTable.ContentBearer
 
prepareDelete() - Method in class com.opencloud.slee.upgrade.transformation.engine.profile.TransformableProfileTable.ArrayElement
 
prepareDelete(String, ProblemCollector) - Method in class com.opencloud.slee.upgrade.transformation.engine.profile.TransformableProfileTable.AttributeDescription
 
prepareDelete(String, ProblemCollector) - Method in class com.opencloud.slee.upgrade.transformation.engine.profile.TransformableProfileTable.AttributeValue
 
prepareDelete(String, ProblemCollector) - Method in class com.opencloud.slee.upgrade.transformation.engine.profile.TransformableProfileTable
 
prepareDelete(String, ProblemCollector) - Method in class com.opencloud.slee.upgrade.transformation.engine.profile.TransformableProfileTable.Profile
 
prepareNameChange(String) - Method in class com.opencloud.slee.upgrade.transformation.engine.profile.TransformableProfileTable.AttributeValue
 
prepareNameChange(String, String, ProblemCollector) - Method in class com.opencloud.slee.upgrade.transformation.engine.profile.TransformableProfileTable.AttributeDescription
 
prepareNameChange(String, String, ProblemCollector) - Method in class com.opencloud.slee.upgrade.transformation.engine.profile.TransformableProfileTable
 
prepareNameChange(String, String, ProblemCollector) - Method in class com.opencloud.slee.upgrade.transformation.engine.profile.TransformableProfileTable.Profile
 
prepareNewAttributeValue(TransformableProfileTable.AttributeValue) - Method in class com.opencloud.slee.upgrade.transformation.engine.profile.TransformableProfileTable.Profile
 
prepareNewProfile(TransformableProfileTable.Profile, String, ProblemCollector) - Method in class com.opencloud.slee.upgrade.transformation.engine.profile.TransformableProfileTable.ExportedProfileData
 
prepareSpecNameChange(String, String, ProblemCollector) - Method in class com.opencloud.slee.upgrade.transformation.engine.profile.TransformableProfileTable
 
prepareTransform(T, String, ProblemCollector) - Method in class com.opencloud.slee.upgrade.transformation.engine.profile.TransformableProfileTable.TransformableField
 
prepareTransformSilently(T) - Method in class com.opencloud.slee.upgrade.transformation.engine.profile.TransformableProfileTable.TransformableField
 
prepareTypeChange(String, String, ProblemCollector) - Method in class com.opencloud.slee.upgrade.transformation.engine.profile.TransformableProfileTable.AttributeDescription
 
ProblemCollector - Class in com.opencloud.slee.upgrade.transformation.engine.profile
A ProblemCollector is used to raise warnings and errors during data transformation, and to access those warnings and errors after transformation.
ProblemCollector() - Constructor for class com.opencloud.slee.upgrade.transformation.engine.profile.ProblemCollector
 
profile - Variable in class com.opencloud.slee.upgrade.transformation.model.GeneratorContext
Information about the profile in which the evaluation is taking place, where appropriate.
Profile() - Constructor for class com.opencloud.slee.upgrade.transformation.model.GeneratorContext.Profile
 
Profile(String) - Constructor for class com.opencloud.slee.upgrade.transformation.engine.profile.TransformableProfileTable.Profile
 
Profile(Element) - Constructor for class com.opencloud.slee.upgrade.transformation.engine.profile.TransformableProfileTable.Profile
 
ProfileAction - Class in com.opencloud.slee.upgrade.transformation.model
An action which can be performed on profiles.
ProfileAction.AddAttribute - Class in com.opencloud.slee.upgrade.transformation.model
Used for adding a new attribute to profiles.
ProfileAction.ChangeAttributeType - Class in com.opencloud.slee.upgrade.transformation.model
Used to change the type of an existing profile attribute within the export data.
ProfileAction.ContextRequirement - Enum in com.opencloud.slee.upgrade.transformation.model
 
ProfileAction.CreateProfile - Class in com.opencloud.slee.upgrade.transformation.model
Used to create and add a profile to the export data.
ProfileAction.DeleteAttribute - Class in com.opencloud.slee.upgrade.transformation.model
Used for deleting an attribute from profiles in the export data.
ProfileAction.DeleteProfile - Class in com.opencloud.slee.upgrade.transformation.model
Used to delete a profile from the export data.
ProfileAction.DeleteProfileTable - Class in com.opencloud.slee.upgrade.transformation.model
Used to delete a profile table from the export data.
ProfileAction.RenameAttribute - Class in com.opencloud.slee.upgrade.transformation.model
Used to rename an existing attribute.
ProfileAction.RenameProfile - Class in com.opencloud.slee.upgrade.transformation.model
Used to rename a profile within the export data.
ProfileAction.RenameProfileSpec - Class in com.opencloud.slee.upgrade.transformation.model
Used to change the name of a profile specification within the export data.
ProfileAction.RenameProfileTable - Class in com.opencloud.slee.upgrade.transformation.model
Used to rename a profile table within the export data.
ProfileAction.SetAttribute - Class in com.opencloud.slee.upgrade.transformation.model
Used for setting an attribute value within profiles.
ProfileContext - Class in com.opencloud.slee.upgrade.transformation.model
A profile context acts as a form of profile predicate, matching some aspect of a profile, such as its name.
ProfileContext.IfAttributeValue - Class in com.opencloud.slee.upgrade.transformation.model
Matches profiles based on the value of a particular profile attribute.
ProfileContext.ProfileName - Class in com.opencloud.slee.upgrade.transformation.model
Matches profiles based on their profile name.
ProfileContext.ProfileSpec - Class in com.opencloud.slee.upgrade.transformation.model
Matches profiles based on the associated profile specification.
ProfileContext.ProfileTable - Class in com.opencloud.slee.upgrade.transformation.model
Matches profiles based on the enclosing profile table.
profileName(StringMatcher, ProfileRuleChild...) - Static method in class com.opencloud.slee.upgrade.transformation.TransformationApi
 
profileName(String, ProfileRuleChild...) - Static method in class com.opencloud.slee.upgrade.transformation.TransformationApi
The profileName() context rule is used to identify which profile name needs to be matched in order for the child rules to be applied.
This method is overloaded to provide multiple ways to specify the profile name, either using TransformationApi.regex(java.lang.String), TransformationApi.anyString(), or passing the name directly as a String value.
A profileName context rule can be nested inside TransformationApi.profileSpec(com.opencloud.slee.upgrade.transformation.model.ComponentMatcher, com.opencloud.slee.upgrade.transformation.model.ProfileRuleChild...) or TransformationApi.profileTable(java.lang.String, com.opencloud.slee.upgrade.transformation.model.ProfileRuleChild...) contexts if desired.
ProfileName(StringMatcher) - Constructor for class com.opencloud.slee.upgrade.transformation.model.ProfileContext.ProfileName
 
ProfileRule - Class in com.opencloud.slee.upgrade.transformation.model
A profile rule defines a profile context, as well zero or more profile actions, and zero or more child profile rules.
ProfileRule(ProfileContext, List<ProfileRuleChild>) - Constructor for class com.opencloud.slee.upgrade.transformation.model.ProfileRule
 
ProfileRuleChild - Interface in com.opencloud.slee.upgrade.transformation.model
Each ProfileRuleChild is either a nested ProfileRule, or a ProfileAction to apply within the context of the enclosing rule.
profileSpec(ComponentMatcher, ProfileRuleChild...) - Static method in class com.opencloud.slee.upgrade.transformation.TransformationApi
The profileSpec() context rule is used to identify which profile specs need to be matched in order for the child rules to be applied.
This method is overloaded to provide multiple ways to specify the profile spec, either using TransformationApi.component(java.lang.String, java.lang.String, java.lang.String) or passing the three parameters (name, vendor, and version) directly.
profileSpec(StringMatcher, StringMatcher, StringMatcher, ProfileRuleChild...) - Static method in class com.opencloud.slee.upgrade.transformation.TransformationApi
 
profileSpec(StringMatcher, StringMatcher, String, ProfileRuleChild...) - Static method in class com.opencloud.slee.upgrade.transformation.TransformationApi
 
profileSpec(StringMatcher, String, StringMatcher, ProfileRuleChild...) - Static method in class com.opencloud.slee.upgrade.transformation.TransformationApi
 
profileSpec(StringMatcher, String, String, ProfileRuleChild...) - Static method in class com.opencloud.slee.upgrade.transformation.TransformationApi
 
profileSpec(String, StringMatcher, StringMatcher, ProfileRuleChild...) - Static method in class com.opencloud.slee.upgrade.transformation.TransformationApi
 
profileSpec(String, StringMatcher, String, ProfileRuleChild...) - Static method in class com.opencloud.slee.upgrade.transformation.TransformationApi
 
profileSpec(String, String, StringMatcher, ProfileRuleChild...) - Static method in class com.opencloud.slee.upgrade.transformation.TransformationApi
 
profileSpec(String, String, String, ProfileRuleChild...) - Static method in class com.opencloud.slee.upgrade.transformation.TransformationApi
 
ProfileSpec(ComponentMatcher) - Constructor for class com.opencloud.slee.upgrade.transformation.model.ProfileContext.ProfileSpec
 
profileTable(StringMatcher, ProfileRuleChild...) - Static method in class com.opencloud.slee.upgrade.transformation.TransformationApi
 
profileTable(String, ProfileRuleChild...) - Static method in class com.opencloud.slee.upgrade.transformation.TransformationApi
The profileTable() context rule is used to identify which profile table needs to be matched in order for the child rules to be applied.
This method is overloaded to provide multiple ways to specify the profile table name, either using TransformationApi.regex(java.lang.String), TransformationApi.anyString(), or passing the name directly as a String value.
A profileTable context rule can be nested inside a TransformationApi.profileSpec(com.opencloud.slee.upgrade.transformation.model.ComponentMatcher, com.opencloud.slee.upgrade.transformation.model.ProfileRuleChild...) context if desired.
ProfileTable(StringMatcher) - Constructor for class com.opencloud.slee.upgrade.transformation.model.ProfileContext.ProfileTable
 
ProfileTableCreationRule - Class in com.opencloud.slee.upgrade.transformation.model
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.
ProfileTableCreationRule(String, String, String, String) - Constructor for class com.opencloud.slee.upgrade.transformation.model.ProfileTableCreationRule
 
ProfileTransformationRule - Class in com.opencloud.slee.upgrade.transformation.engine.profile
 
ProfileTransformer - Class in com.opencloud.slee.upgrade.transformation.engine.profile
 
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