Class PaletteConstants
java.lang.Object
com.appiancorp.suiteapi.process.palette.PaletteConstants
Defines the different palettes that can be used on a custom smart service
-
Field Summary
Modifier and TypeFieldDescriptionstatic 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
-
Method Summary
-
Field Details
-
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 thepalette
attribute of thePaletteInfo
annotation.- See Also:
-
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 thepalette
attribute of thePaletteInfo
annotation.- See Also:
-
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 thepalette
attribute of thePaletteInfo
annotation.- See Also:
-
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 thepalette
attribute of thePaletteInfo
annotation.- See Also:
-
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 thepalette
attribute of thePaletteInfo
annotation.- See Also:
-
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 thepalette
attribute of thePaletteInfo
annotation.- See Also:
-
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 thepalette
attribute of thePaletteInfo
annotation.- See Also:
-
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 thepalette
attribute of thePaletteInfo
annotation.- See Also:
-
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 thepalette
attribute of thePaletteInfo
annotation.- See Also:
-
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 thepalette
attribute of thePaletteInfo
annotation.- See Also:
-
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 thepalette
attribute of thePaletteInfo
annotation.- See Also:
-
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 thepalette
attribute of thePaletteInfo
annotation.- See Also:
-
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 thepalette
attribute of thePaletteInfo
annotation.- See Also:
-
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 thepalette
attribute of thePaletteInfo
annotation.- See Also:
-
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 thepalette
attribute of thePaletteInfo
annotation.- See Also:
-
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 thepalette
attribute of thePaletteInfo
annotation.- See Also:
-
-
Constructor Details
-
PaletteConstants
public PaletteConstants()
-