public abstract class PaletteCategoryConstants
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
APPIAN_SMART_SERVICES
Deprecated.
This constant may be removed from the public API in a future release.
Instead use
AUTOMATION_SMART_SERVICES |
static java.lang.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".
|
static java.lang.String |
DEPRECATED_SERVICES
Use this for deprecated, hidden from the palette but visible in the search, services.
|
static java.lang.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. |
static java.lang.String |
INTEGRATION_SERVICES
Deprecated.
This constant may be removed from the public API in a future release.
Instead use
AUTOMATION_SMART_SERVICES |
static java.lang.String |
STANDARD_NODES
Deprecated.
This constant may be removed from the public API in a future release.
Instead use
WORKFLOW |
static java.lang.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".
|
Constructor and Description |
---|
PaletteCategoryConstants() |
public static final java.lang.String WORKFLOW
paletteCategory
attribute of the
PaletteInfo
annotation.public static final java.lang.String AUTOMATION_SMART_SERVICES
paletteCategory
attribute of the
PaletteInfo
annotation.public static final java.lang.String STANDARD_NODES
WORKFLOW
public static final java.lang.String APPIAN_SMART_SERVICES
AUTOMATION_SMART_SERVICES
public static final java.lang.String INTEGRATION_SERVICES
AUTOMATION_SMART_SERVICES
public static final java.lang.String DEPRECATED_SERVICES
public static final java.lang.String HIDDEN_CATEGORY
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.Copyright © 2003-2024 Appian Corporation. All Rights Reserved.