Class RuleQuery


  • @Deprecated(since="11.4",
                forRemoval=true)
    public final class RuleQuery
    extends java.lang.Object
    Deprecated, for removal: This API element is subject to removal in a future version.
    since 11.4 as ProfileExporter/ProfileImporter got removed
    Since:
    2.3
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      static RuleQuery create()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      java.lang.String getConfigKey()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      java.lang.String getKey()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      java.lang.String getRepositoryKey()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      RuleQuery withConfigKey​(java.lang.String s)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      RuleQuery withKey​(java.lang.String s)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      RuleQuery withRepositoryKey​(java.lang.String s)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • create

        public static RuleQuery create()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • withRepositoryKey

        public RuleQuery withRepositoryKey​(java.lang.String s)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • withKey

        public RuleQuery withKey​(java.lang.String s)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • withConfigKey

        public RuleQuery withConfigKey​(java.lang.String s)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getRepositoryKey

        public java.lang.String getRepositoryKey()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getKey

        public java.lang.String getKey()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getConfigKey

        public java.lang.String getConfigKey()
        Deprecated, for removal: This API element is subject to removal in a future version.