Class ProfileEditorDefines

java.lang.Object
com.aquima.interactions.framework.handler.profile.ProfileEditorDefines

public final class ProfileEditorDefines extends Object
This class contains various defines that are used in the communication between the client and the profile editor action handler.
Since:
6.0
Author:
O. Kerpershoek
  • Field Details

    • MULTIVALUE_SEPARATOR

      public static final String MULTIVALUE_SEPARATOR
      This member defines the symbol that is used to separate multiple values when encoded in a single string.
      See Also:
    • ACTION

      public static final String ACTION
      This member defines the key that is used to determine the action.
      See Also:
    • ACTION_INIT

      public static final String ACTION_INIT
      This member defines the value that is used to indicate an initialize action.
      See Also:
    • ACTION_OPEN_INSTANCE

      public static final String ACTION_OPEN_INSTANCE
      This member defines the value that is used to indicate an open-instance action.
      See Also:
    • ACTION_CREATE_INSTANCE

      public static final String ACTION_CREATE_INSTANCE
      This member defines the value that is used to indicate a create instance action.
      See Also:
    • ACTION_REMOVE_INSTANCE

      public static final String ACTION_REMOVE_INSTANCE
      This member defines the value that is used to indicate a remove instance action.
      See Also:
    • ACTION_CLEAR_VALUE

      public static final String ACTION_CLEAR_VALUE
      This member defines the value that is used to indicate a clear value action.
      See Also:
    • ACTION_SET_VALUE

      public static final String ACTION_SET_VALUE
      This member defines the value that is used to indicate a set value action.
      See Also:
    • ACTION_ADD_VALUE

      public static final String ACTION_ADD_VALUE
      This member defines the value that is used to indicate an add value action.
      See Also:
    • ACTION_EVALUATE_EXPRESSION

      public static final String ACTION_EVALUATE_EXPRESSION
      This member defines the value that is used to indicate an evaluate expression action.
      See Also:
    • ACTION_UPLOAD_PROFILE

      public static final String ACTION_UPLOAD_PROFILE
      This member defines the value that is used to indicate a profile upload action.
      See Also:
    • ACTION_DOWNLOAD_PROFILE

      public static final String ACTION_DOWNLOAD_PROFILE
      This member defines the value that is used to indicate a profile upload action.
      See Also: