Interface RulesContext


  • public interface RulesContext
    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.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.Map<javax.slee.management.DeployableUnitID,​java.util.Set<javax.slee.ComponentID>> getDownlevelComponentsByDU()
      Returns version related information for the downlevel installation, when available.
      java.util.Map<javax.slee.management.DeployableUnitID,​java.util.Set<javax.slee.ComponentID>> getUplevelComponentsByDU()
      Returns version related information for the uplevel installation, when available.
    • Method Detail

      • getDownlevelComponentsByDU

        java.util.Map<javax.slee.management.DeployableUnitID,​java.util.Set<javax.slee.ComponentID>> getDownlevelComponentsByDU()
        Returns version related information for the downlevel installation, when available. This information will be always be available whenever the downlevel export data is passed to the transformation tool, such as when performing a major upgrade via orca.
      • getUplevelComponentsByDU

        java.util.Map<javax.slee.management.DeployableUnitID,​java.util.Set<javax.slee.ComponentID>> getUplevelComponentsByDU()
        Returns version related information for the uplevel installation, when available. This information will be always be available whenever the uplevel export data is passed to the transformation tool, such as when performing a major upgrade via orca.