public class PaletteItem extends Identity implements XMLable
DEFAULT_BUFFER_SIZE
Constructor and Description |
---|
PaletteItem() |
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
getAcSchemaId()
Returns the ID of the activity class schema associated with this palette
item
|
java.lang.String |
getAcSchemaLocalId()
Returns the local ID of the activity class schema associated with this
palette item (specified by the local-id attribute in the XML file)
|
java.lang.Long |
getAppianType()
Gets the related Appian type ID.
|
java.lang.Long |
getCanvasIcon()
Returns the ID of the canvas icon
|
java.lang.Long |
getEventProducer()
Gets the type code for the event producer
|
boolean |
getIsCustomPlugin()
Returns whether this palette item is a custom plugin
Returns: whether this palette item is a custom plugin
|
java.lang.Long |
getPaletteIcon()
Returns the ID of the palette icon
|
java.lang.Long |
getPostTrigger()
Gets the type code for the post-trigger
|
java.lang.Long |
getPreTrigger()
Gets the type code for the pre-trigger
|
java.lang.String |
getStaticResourcePrefix()
Returns the relative URL prefix for all static web resources.
|
boolean |
isEnabled() |
void |
setAcSchemaId(java.lang.Long acSchemaId_)
Sets the associated activity class schema ID
|
void |
setAcSchemaLocalId(java.lang.String acSchemaLocalId_)
Sets the local ID of the activity class schema associated with this palette
item
|
void |
setAppianType(java.lang.Long appianType_)
Sets the related Appian type ID.
|
void |
setCanvasIcon(java.lang.Long canvasIcon_)
Sets the ID of the canvas icon
|
void |
setEnabled(boolean enabled) |
void |
setEventProducer(java.lang.Long eventProducer_)
Sets the type code for the event producer
|
void |
setIsCustomPlugin(boolean isCustomPlugin)
Sets whether this palette item is a custom plugin
|
void |
setPaletteIcon(java.lang.Long paletteIcon_)
Sets the ID of the palette icon
|
void |
setPostTrigger(java.lang.Long postTrigger_)
Sets the type code for the post-trigger
|
void |
setPreTrigger(java.lang.Long preTrigger_)
Sets the type code for the pre-trigger
|
java.lang.String |
toXML()
Converts this palette item to xml and returns it as a string.
|
void |
toXML(java.lang.StringBuilder buffer_)
Converts the palette item to XML and stores it in a StringBuffer
|
equals, getId, getName, getUuid, hashCode, setId, setName, setUuid, toString
public java.lang.String getStaticResourcePrefix()
public boolean isEnabled()
public void setEnabled(boolean enabled)
public java.lang.Long getEventProducer()
public void setEventProducer(java.lang.Long eventProducer_)
eventProducer_
- the type code for the event producerpublic java.lang.Long getPreTrigger()
public void setPreTrigger(java.lang.Long preTrigger_)
preTrigger_
- the type code for the pre-triggerpublic java.lang.Long getPostTrigger()
public void setPostTrigger(java.lang.Long postTrigger_)
postTrigger_
- the type code for the post-triggerpublic java.lang.Long getAppianType()
public void setAppianType(java.lang.Long appianType_)
appianType_
- the related Appian type ID.public java.lang.Long getAcSchemaId()
public void setAcSchemaId(java.lang.Long acSchemaId_)
acSchemaId_
- the ID of the activity class schemapublic java.lang.Long getCanvasIcon()
public void setCanvasIcon(java.lang.Long canvasIcon_)
canvasIcon_
- the ID of the canvas iconpublic java.lang.Long getPaletteIcon()
public void setPaletteIcon(java.lang.Long paletteIcon_)
paletteIcon_
- the ID of the palette iconpublic boolean getIsCustomPlugin()
public void setIsCustomPlugin(boolean isCustomPlugin)
isCustomPlugin
- - whether this palette item is a custom pluginpublic java.lang.String toXML()
public void toXML(java.lang.StringBuilder buffer_)
public java.lang.String getAcSchemaLocalId()
public void setAcSchemaLocalId(java.lang.String acSchemaLocalId_)
acSchemaLocalId_
- The acSchemaLocalId to set.Copyright © 2003-2024 Appian Corporation. All Rights Reserved.