Class APIConstants

java.lang.Object
com.ads.api.beans.common.APIConstants

public class APIConstants extends Object
This class provides some beans control methods related to versionMode, SelectionCriteria, ExportOption and its details.
  • Field Details

    • OUTPUT_FILE_PATH

      public static final String OUTPUT_FILE_PATH
      A constant holding the String value, an OUTPUT_FILE_PATH can have OUTPUT_FILE_PATH, which holds the path where the outputFile can be located.
      See Also:
    • LOCKED_MAP_IDS

      public static final String LOCKED_MAP_IDS
      A constant holding the String value, an LOCKED_MAP_IDS can have LOCKED_MAP_IDS.i.e IDS of the maps which are in locked state.
      See Also:
    • PASSIVE_MAP_IDS

      public static final String PASSIVE_MAP_IDS
      A constant holding the String value, an PASSIVE_MAP_IDS can have PASSIVE_MAP_IDS, the IDS of the maps which are archived.
      See Also:
    • PUBLISHED_MAP_IDS

      public static final String PUBLISHED_MAP_IDS
      A constant holding the String value, an PUBLISHED_MAP_IDS can have PUBLISHED_MAP_IDS, the IDS of the maps which are published.
      See Also:
    • RELEASE_OBJECT_IDS

      public static final String RELEASE_OBJECT_IDS
      A constant holding the String value, an RELEASE_OBJECT_IDS can have RELEASE_OBJECT_IDS, the IDS of the maps which are linked to Release.
      See Also:
    • ARCHIVED_PUBLISHED_MAP_IDS

      public static final String ARCHIVED_PUBLISHED_MAP_IDS
      A constant holding the String value, an ARCHIVED_PUBLISHED_MAP_IDS can have ARCHIVED_PUBLISHED_MAP_IDS, the IDS of the archived maps which are published.
      See Also:
    • INVALID_TESTCASE_VALIDATION_STEP_NAME

      public static final String INVALID_TESTCASE_VALIDATION_STEP_NAME
      The constant INVALID_TESTCASE_VALIDATION_STEP_NAME holds the String value INVALID_TESTCASE_VALIDATION_STEP_NAME i.e the StepNames which are null or empty.
      See Also:
    • DUPLICATE_TESTCASE_VALIDATION_STEP_NAME

      public static final String DUPLICATE_TESTCASE_VALIDATION_STEP_NAME
      A constant DUPLICATE_TESTCASE_VALIDATION_STEP_NAME holds the String value DUPLICATE_TESTCASE_VALIDATION_STEP_NAME i.e the duplicateStepnames
      See Also:
    • INVALID_TESTCASE_VALIDATION_OBJECT

      public static final String INVALID_TESTCASE_VALIDATION_OBJECT
      A constant INVALID_TESTCASE_VALIDATION_OBJECT holds the String value INVALID_TESTCASE_VALIDATION_OBJECT i.e the ValidationObjects which are null
      See Also:
    • INVALID_TESTCASE_VALIDATION_STEP_TYPE

      public static final String INVALID_TESTCASE_VALIDATION_STEP_TYPE
      A constant holding the String value, an INVALID_TESTCASE_VALIDATION_STEP_TYPE can have INVALID_TESTCASE_VALIDATION_STEP_TYPE.
      See Also:
    • INVALID_TESTCASE_VALIDATION_STEP_STATUS

      public static final String INVALID_TESTCASE_VALIDATION_STEP_STATUS
      A constant holding the String value, an INVALID_TESTCASE_VALIDATION_STEP_STATUS can have INVALID_TESTCASE_VALIDATION_STEP_STATUS.
      See Also:
    • NOT_FOUND_TESTCASE_VALIDATION_STEP_NAMES

      public static final String NOT_FOUND_TESTCASE_VALIDATION_STEP_NAMES
      A constant holding the String value, an NOT_FOUND_TESTCASE_VALIDATION_STEP_NAMES can have NOT_FOUND_TESTCASE_VALIDATION_STEP_NAMES.
      See Also:
    • INVALID_TESTCASE_IDS

      public static final String INVALID_TESTCASE_IDS
      A constant holding the String value, an INVALID_TESTCASE_IDS can have INVALID_TESTCASE_IDS.
      See Also:
    • MAP_NAME_VALIDATION

      public static final String MAP_NAME_VALIDATION
      A constant holding the String value, an MAP_NAME_VALIDATION can have MAP_NAME_VALIDATION.
      See Also:
    • UPDATE_KEY_COUNT

      public static final String UPDATE_KEY_COUNT
      A constant holding the String value, an UPDATE_KEY_COUNT can have UPDATE_KEY_COUNT i.e the number of updated keyValues
      See Also:
    • DELETE_KEY_COUNT

      public static final String DELETE_KEY_COUNT
      A constant holding the String value, an DELETE_KEY_COUNT can have DELETE_KEY_COUNT i.e the number of deleted keyValues
      See Also:
    • INVALID_COMBINATION_IDS

      public static final String INVALID_COMBINATION_IDS
      A constant holding the String value, an INVALID_COMBINATION_IDS can have INVALID_COMBINATION_IDS, the IDS of the invalid combinations.
      See Also:
    • INVALID_IDS

      public static final String INVALID_IDS
      A constant holding the String value, an INVALID_IDS can have INVALID_IDS, the IDS of the invalid at that particular context.
      See Also:
    • INVALID_INDEX_IDS

      public static final String INVALID_INDEX_IDS
      A constant holding the String value, an LOCKED_CODESET_IDS can have LOCKED_CODESET_IDS.i.e IDS of the codesets which are in locked state.
      See Also:
    • FAILED_OBJECTS

      public static final String FAILED_OBJECTS
      A constant holding the String value, an FAILED_OBJECTS can have FAILED_OBJECTS.
      See Also:
    • FAILED_IDS

      public static final String FAILED_IDS
      A constant holding the String value, an FAILED_IDS can have FAILED_IDS.i.e IDS which are failed.
      See Also:
    • SUCCESS_IDS

      public static final String SUCCESS_IDS
      A constant holding the String value, an SUCCESS_IDS can have SUCCESS_IDS.
      See Also:
    • LOCKED_CODESET_IDS

      public static final String LOCKED_CODESET_IDS
      A constant holding the String value, an LOCKED_CODESET_IDS can have LOCKED_CODESET_IDS.i.e IDS of the codesets which are in locked state.
      See Also:
    • APPLICATION_DOCUMENTS_PATH

      public static String APPLICATION_DOCUMENTS_PATH
      A constant holding the String value of application documents path.
  • Constructor Details

    • APIConstants

      public APIConstants()
  • Method Details

    • isTypeFound

      public static boolean isTypeFound(long typeCombo, int typeToFind)
      Parameters:
      typeCombo - long
      typeToFind - int
      Returns:
      boolean