Class PaletteCategoryConstants

java.lang.Object
com.appiancorp.suiteapi.process.palette.PaletteCategoryConstants

public abstract class PaletteCategoryConstants extends Object
Defines the different palette categories that can be used on a custom smart service
  • Field Details

    • WORKFLOW

      public static final String WORKFLOW
      This constant can be used on a custom smart service to designate that it should appear in the palette in the palette category "Workflow". Use this as the value for the paletteCategory attribute of the PaletteInfo annotation.
      See Also:
    • AUTOMATION_SMART_SERVICES

      public static final String AUTOMATION_SMART_SERVICES
      This constant can be used on a custom smart service to designate that it should appear in the palette in the palette category "Automation Smart Services". Use this as the value for the paletteCategory attribute of the PaletteInfo annotation.
      See Also:
    • STANDARD_NODES

      public static final String STANDARD_NODES
      Deprecated.
      This constant may be removed from the public API in a future release. Instead use WORKFLOW
      See Also:
    • APPIAN_SMART_SERVICES

      public static final String APPIAN_SMART_SERVICES
      Deprecated.
      This constant may be removed from the public API in a future release. Instead use AUTOMATION_SMART_SERVICES
      See Also:
    • INTEGRATION_SERVICES

      public static final String INTEGRATION_SERVICES
      Deprecated.
      This constant may be removed from the public API in a future release. Instead use AUTOMATION_SMART_SERVICES
      See Also:
    • DEPRECATED_SERVICES

      public static final String DEPRECATED_SERVICES
      Use this for deprecated, hidden from the palette but visible in the search, services.
      See Also:
    • HIDDEN_CATEGORY

      public static final String HIDDEN_CATEGORY
      Use this as the value for the paletteCategory attribute of the PaletteInfo annotation to hide a a smart service from the palette. This can be useful when deprecating the use of a custom smart service plug-in.
      See Also:
  • Constructor Details

    • PaletteCategoryConstants

      public PaletteCategoryConstants()