- ifAttributeValue(String, String, ProfileRuleChild...) - Static method in class com.opencloud.slee.upgrade.transformation.TransformationApi
-
The ifAttributeValue() context rule will have its child rules applied only if the specified profile attribute matches the specified value.
- ifAttributeValue(String, StringMatcher, ProfileRuleChild...) - Static method in class com.opencloud.slee.upgrade.transformation.TransformationApi
-
- ifAttributeValueIsNull(String, ProfileRuleChild...) - Static method in class com.opencloud.slee.upgrade.transformation.TransformationApi
-
The ifAttributeValueIsNull() context rule is a specialized form of the ifAttributeValue() rule
that matches on the profile attribute value being null.
- ifPropertyValue(String, String, RaConfigRuleChild...) - Static method in class com.opencloud.slee.upgrade.transformation.TransformationApi
-
The ifPropertyValue() context rule will have its child rules applied only if
the specified RA configuration property matches the specified value.
- ifPropertyValue(String, StringMatcher, RaConfigRuleChild...) - Static method in class com.opencloud.slee.upgrade.transformation.TransformationApi
-
- ifPropertyValueIsNull(String, RaConfigRuleChild...) - Static method in class com.opencloud.slee.upgrade.transformation.TransformationApi
-
The ifPropertyValueIsNull() context rule is a specialized form of the ifPropertyValue() rule
that matches on a value being null.
- isArray(Object) - Static method in class com.opencloud.slee.upgrade.transformation.model.ObjectGenerator
-
Returns true if the given value is a non-null array object, false otherwise.
- isDeleted() - Method in class com.opencloud.slee.upgrade.transformation.engine.profile.TransformableProfileTable
-
- isNew() - Method in class com.opencloud.slee.upgrade.transformation.engine.profile.TransformableProfileTable.AttributeDescription
-
- isNew() - Method in class com.opencloud.slee.upgrade.transformation.engine.profile.TransformableProfileTable.ContentBearer
-
- isNew() - Method in class com.opencloud.slee.upgrade.transformation.engine.profile.TransformableProfileTable
-
- isNew() - Method in class com.opencloud.slee.upgrade.transformation.engine.profile.TransformableProfileTable.Profile
-
- issueWarning(String) - Method in class com.opencloud.slee.upgrade.transformation.TransformationApi
-
The primary use for the issueWarning() method is so that code that uses the API can issue a warning,
for example if it discovers that the data it is transforming is too complex to be automatically handled.