@Inherited
@Documented
@Retention(value=RUNTIME)
@Target(value={TYPE,ANNOTATION_TYPE})
public @interface PaletteInfo
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
palette |
java.lang.String |
paletteCategory
Since 22.2, any category other than
PaletteCategoryConstants.WORKFLOW , PaletteCategoryConstants.AUTOMATION_SMART_SERVICES ,
PaletteCategoryConstants.DEPRECATED_SERVICES or PaletteCategoryConstants.HIDDEN_CATEGORY
will be mapped to PaletteCategoryConstants.AUTOMATION_SMART_SERVICES |
public abstract java.lang.String paletteCategory
PaletteCategoryConstants.WORKFLOW
, PaletteCategoryConstants.AUTOMATION_SMART_SERVICES
,
PaletteCategoryConstants.DEPRECATED_SERVICES
or PaletteCategoryConstants.HIDDEN_CATEGORY
will be mapped to PaletteCategoryConstants.AUTOMATION_SMART_SERVICES
Copyright © 2003-2024 Appian Corporation. All Rights Reserved.