- 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, String, ProblemCollector) - Method in class com.opencloud.slee.upgrade.transformation.engine.profile.TransformableProfileTable.AttributeDescription
-
- 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
-
- 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.
- 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.AddAttribute(String, String, boolean, String, ObjectGenerator) - Constructor for class com.opencloud.slee.upgrade.transformation.model.ProfileAction.AddAttribute
-
- 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.ChangeAttributeType(String, String) - Constructor for class com.opencloud.slee.upgrade.transformation.model.ProfileAction.ChangeAttributeType
-
- 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.CreateProfile(String) - Constructor for class com.opencloud.slee.upgrade.transformation.model.ProfileAction.CreateProfile
-
- ProfileAction.DeleteAttribute - Class in com.opencloud.slee.upgrade.transformation.model
-
Used for deleting an attribute from profiles in the export data.
- ProfileAction.DeleteAttribute(String) - Constructor for class com.opencloud.slee.upgrade.transformation.model.ProfileAction.DeleteAttribute
-
- ProfileAction.DeleteProfile - Class in com.opencloud.slee.upgrade.transformation.model
-
Used to delete a profile from the export data.
- ProfileAction.DeleteProfile() - Constructor for class com.opencloud.slee.upgrade.transformation.model.ProfileAction.DeleteProfile
-
- ProfileAction.DeleteProfileTable - Class in com.opencloud.slee.upgrade.transformation.model
-
Used to delete a profile table from the export data.
- ProfileAction.DeleteProfileTable() - Constructor for class com.opencloud.slee.upgrade.transformation.model.ProfileAction.DeleteProfileTable
-
- ProfileAction.RenameAttribute - Class in com.opencloud.slee.upgrade.transformation.model
-
Used to rename an existing attribute.
- ProfileAction.RenameAttribute(String, String) - Constructor for class com.opencloud.slee.upgrade.transformation.model.ProfileAction.RenameAttribute
-
- ProfileAction.RenameProfile - Class in com.opencloud.slee.upgrade.transformation.model
-
Used to rename a profile within the export data.
- ProfileAction.RenameProfile(ObjectGenerator) - Constructor for class com.opencloud.slee.upgrade.transformation.model.ProfileAction.RenameProfile
-
- ProfileAction.RenameProfileSpec - Class in com.opencloud.slee.upgrade.transformation.model
-
Used to change the name of a profile specification within the export data.
- ProfileAction.RenameProfileSpec(String) - Constructor for class com.opencloud.slee.upgrade.transformation.model.ProfileAction.RenameProfileSpec
-
- ProfileAction.RenameProfileTable - Class in com.opencloud.slee.upgrade.transformation.model
-
Used to rename a profile table within the export data.
- ProfileAction.RenameProfileTable(String) - Constructor for class com.opencloud.slee.upgrade.transformation.model.ProfileAction.RenameProfileTable
-
- ProfileAction.SetAttribute - Class in com.opencloud.slee.upgrade.transformation.model
-
Used for setting an attribute value within profiles.
- ProfileAction.SetAttribute(String, ObjectGenerator) - Constructor for class com.opencloud.slee.upgrade.transformation.model.ProfileAction.SetAttribute
-
- 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.IfAttributeValue(String, StringMatcher) - Constructor for class com.opencloud.slee.upgrade.transformation.model.ProfileContext.IfAttributeValue
-
- ProfileContext.ProfileName - Class in com.opencloud.slee.upgrade.transformation.model
-
Matches profiles based on their profile name.
- ProfileContext.ProfileName(StringMatcher) - Constructor for class com.opencloud.slee.upgrade.transformation.model.ProfileContext.ProfileName
-
- ProfileContext.ProfileSpec - Class in com.opencloud.slee.upgrade.transformation.model
-
Matches profiles based on the associated profile specification.
- ProfileContext.ProfileSpec(ComponentMatcher) - Constructor for class com.opencloud.slee.upgrade.transformation.model.ProfileContext.ProfileSpec
-
- ProfileContext.ProfileTable - Class in com.opencloud.slee.upgrade.transformation.model
-
Matches profiles based on the enclosing profile table.
- ProfileContext.ProfileTable(StringMatcher) - Constructor for class com.opencloud.slee.upgrade.transformation.model.ProfileContext.ProfileTable
-
- 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.
- profileName(StringMatcher, ProfileRuleChild...) - Static method in class com.opencloud.slee.upgrade.transformation.TransformationApi
-
- 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
-
- 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.
- profileSpec(String, String, 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, StringMatcher, 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(StringMatcher, String, 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, StringMatcher, String, ProfileRuleChild...) - Static method in class com.opencloud.slee.upgrade.transformation.TransformationApi
-
- profileSpec(StringMatcher, StringMatcher, 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.
- profileTable(StringMatcher, ProfileRuleChild...) - Static method in class com.opencloud.slee.upgrade.transformation.TransformationApi
-
- ProfileTableCreationRule - Class in com.opencloud.slee.upgrade.transformation.model
-
A type of rule for creating and adding a profile table to the export data.
- 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
-