Class PaletteConstants

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

public abstract class PaletteConstants extends Object
Defines the different palettes that can be used on a custom smart service
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    This constant can be used on a custom smart service to designate that it should appear in the palette "Activities".
    static final String
    This constant can be used on a custom smart service to designate that it should appear in the palette "Analytics".
    static final String
    This constant can be used on a custom smart service to designate that it should appear in the palette "Business Rules".
    static final String
    This constant can be used on a custom smart service to designate that it should appear in the palette "Communication".
    static final String
    This constant can be used on a custom smart service to designate that it should appear in the palette "Data Services".
    static final String
    This constant can be used on a custom smart service to designate that it should appear in the palette "Document Generation".
    static final String
    This constant can be used on a custom smart service to designate that it should appear in the palette "Document Management".
    static final String
    This constant can be used on a custom smart service to designate that it should appear in the palette "Events".
    static final String
    This constant can be used on a custom smart service to designate that it should appear in the palette "Gateways".
    static final String
    This constant can be used on a custom smart service to designate that it should appear in the palette "Human Tasks".
    static final String
    This constant can be used on a custom smart service to designate that it should appear in the palette "Identity Management".
    static final String
    This constant can be used on a custom smart service to designate that it should appear in the palette "Integration & APIs".
    static final String
    This constant can be used on a custom smart service to designate that it should appear in the palette "Process Management".
    static final String
    This constant can be used on a custom smart service to designate that it should appear in the palette "Robotic Processes".
    static final String
    This constant can be used on a custom smart service to designate that it should appear in the palette "Social".
    static final String
    This constant can be used on a custom smart service to designate that it should appear in the palette "Test Management".
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • ACTIVITIES

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

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

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

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

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

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

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

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

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

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

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

      public static final String INTEGRATION_APIS
      This constant can be used on a custom smart service to designate that it should appear in the palette "Integration & APIs". Use this as the value for the palette attribute of the PaletteInfo annotation.
      See Also:
    • PROCESS_MANAGEMENT

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

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

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

      public static final String TEST_MANAGEMENT
      This constant can be used on a custom smart service to designate that it should appear in the palette "Test Management". Use this as the value for the palette attribute of the PaletteInfo annotation.
      See Also:
  • Constructor Details

    • PaletteConstants

      public PaletteConstants()