Enum Statement.StatementDescriptor
- java.lang.Object
-
- java.lang.Enum<Statement.StatementDescriptor>
-
- com.priint.pubserver.comet.entity.statement.Statement.StatementDescriptor
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<Statement.StatementDescriptor>
- Enclosing class:
- Statement
public static enum Statement.StatementDescriptor extends java.lang.Enum<Statement.StatementDescriptor>
The StatementDescriptor enumeration classifies several types of statements:-
ACTIONS (speaking in comet3 terms): the script id denotes the type of this statement,
e.g. a frame rule or a product panel script. Usually the script id is mapped to the classId when
transforming comet statements to comet3 actions, though there are special cases (e.g. repeating elements)
when the script id has to be mapped to the type field
Actions have the statement type StatementType.ACTION -
PANELSTATEMENTS: the script id denotes the id of this statement, e.g.: 55 for the
top level product hierarchy.
Panel statements have the statement type StatementType.PANELSTATEMENT, also most panel statements have a default statement, which can be used in most environments.
Some panel statements may require adaption for certain project environment (such as login script, document event scripts etc.), these are copied to configuration files, which can be edited by the user.
The script id is mapped to the panel statements id field when transforming comet statements to comet3 panel statements, thus each panel statement is unique - DEFAULTACTIONS: these scripts are generated for new comet projects or updated in existing projects according to the UpdatePolicy defined for this script.
- other types (e.g. conditions): the script id has no meaning for these types. They are tagged with statement types according to their purpose, e.g. StatementType.CONDITION for condition statements.
Watch for the @Obsolete annotation, this will also give you a hint, why this particular statement should not be used.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ABSTRACT_STATEMENTThe statement is abstract, i.e.: there should be no instance of this statement type.ACTIVATE_TRACE_PRODUCTPANELActivate trace productpanel script.ALLOW_LOGINAllow login action.BATCHScripts for batch processing.BOOK_SCRIPTBook Script (classID 60).BUILD_PRESCRIPTprescript to filter product selection.BUILD_SUPPORT_SCRIPTbuild support scripts.DEACTIVATE_TRACE_PRODUCTPANELDeactivate trace productpanel script.DELETE_TOC_ENTRYDelete toc entry.DOCUMENT_AFTER_CLOSEAfter close event handler for all documents.DOCUMENT_AFTER_NEWAfter new event handler for all documents.DOCUMENT_AFTER_OPENAfter open event handler for all documents.DOCUMENT_AFTER_REVERTAfter revert event handler for all documents.DOCUMENT_AFTER_SAVEAfter save event handler for all documents.DOCUMENT_AFTER_SAVE_A_COPYAfter save a copy event handler for all documents.DOCUMENT_AFTER_SAVE_ASAfter save as event handler for all documents.DOCUMENT_AFTER_SHOWNAfter shown event handler for all documents.DOCUMENT_BEFORE_CLOSEBefore close event handler for all documents.DOCUMENT_BEFORE_NEWBefore new event handler for all documents.DOCUMENT_BEFORE_OPENBefore open event handler for all documents.DOCUMENT_BEFORE_REVERTBefore revert event handler for all documents.DOCUMENT_BEFORE_SAVEBefore save event handler for all documents.DOCUMENT_BEFORE_SAVE_A_COPYBefore save a copy event handler for all documents.DOCUMENT_BEFORE_SAVE_ASBefore save as event handler for all documents.DOCUMENT_CHANGE_FRONT_DOCUMENTChange front doc event handler for all documents.DOCUMENT_PERSONALIZATIONDocument personalization scripts.DOCUMENT_PLANNING_SCRIPTDocument Planning Script (classID 47).DROP_URL_IDLoad the ID for drop URL events.DROP_URL_SCRIPTGlobal script for Drop URL events.ELEMENT_ITEMA single element item, not used in SOAP / PubServer environment.ELEMENT_LISTList of elements, probably UNUSED.ELEMENTS_SCRIPTcurrently unused.EXPORT_TRACE_PRODUCTPANELExport trace productpanel script.GRID_ADDAdd a new grid.GRID_ADD_ELEMENTAdd a grid element to a grid.GRID_BEFORE_DELETEBefore deleting a grid.GRID_CLIENTGet clients for the grid meta data dialogue.GRID_CLIENT_POPUPGet clients for the client popup in the grid panel.GRID_CLIENT_TYPEGet types of clients in the grid meta data dialogue.GRID_DELETEDelete a grid.GRID_DELETE_ELEMENTSDelete all elements of a grid.GRID_DOMAINGet list of domains for the grid metadata dialogue.GRID_ELEMENTGet values of a grid element.GRID_ELEMENT_BY_NAMEGet a grid element by name.GRID_ELEMENTS_SIZE_AND_PAGETYPEGet size and page type of all elements of a grid.GRID_ITEMGet single item in the grid panel, UNUSED.GRID_LISTGet list of items in the grid panel.GRID_LOAD_ELEMENTSLoad elements of a grid.GRID_PAGETYPEGet id and name of page types applicable for grids.GRID_PLANNING_PAGE_GENERATIONGRID_PLANNING_PAGE_GENERATION_DESKTOPGRID_PLANNING_PAGE_GENERATION_DOCUMENT_PLANNINGGRID_PLANNING_PREVIEW_GENERATIONGRID_PREVIEW_PATHGet preview path of a grid preview.GRID_RESERVEDReserved statement, UNUSED.GRID_RESERVED2Reserved and UNUSED.GRID_RESERVED3Reserved and UNUSED.GRID_SIZE_AND_PAGETYPEGet size and page type of a grid.GRID_SORTED_LISTGet a sorted list of all grids.GRID_TYPE_DOMAINGet type ID and domain ID for a grid item, UNUSED.GRID_TYPESGet grid types.GRID_UPDATE_METADATAUpdate meta data of a grid.GRID_UPDATE_PREVIEWUpdate preview and size of a grid.ILLEGAL_STATEMENTThe statement is illegal, at least it's not allowed in the actual context.LAYOUT_RULELayout rule.LAYOUT_RULE_CONDITIONLayout rule conditionsLAYOUT_RULE_PARAMETERParameters for layout rules.LIBRARY_EXPORTLibrary export script.LIBRARY_EXPORT_IDGet the ID of library export script.LIBRARY_IMPORTLibrary import script.LIBRARY_IMPORT_IDGet the ID of library export script.LOGIN_SCRIPTAfter login action.METADATA_OPTIONSThe metadata options.METADATA_TYPESThe metadata types.PAGE_ADAPTIONCAUTION: script ID for page adaption actions must be mapped to actions.typeId when transforming comet statements to comet3 actions.PAGETEMPLATE_BEFORE_DELETEBefore deleting a page template.PAGETEMPLATE_INSERT_SCRIPTThe pagetemplate insert script.PANEL_GRIDSScripts bound to the grid panel menu.PANEL_PAGETEMPLATESPANEL_PLACEHOLDERPANEL_PREVIEWScripts bound to the preview panel menu.PANEL_PREVIEWS_DOUBLECLICKScripts for double click events in the product panel list.PANEL_PRODUCTScripts bound to the products panel menu.PANEL_PRODUCT_DOUBLECLICKScripts for double click events in the product panel list.PANEL_PUBLICATIONScripts bound to the publication list panel menu.PANEL_PUBLICATION_DOUBLECLICKScripts for double click events in the product panel list.PANEL_SETTINGSScripts bound to the settings panel menu.PANEL_TEMPLATESScripts bound to the template panel menu.PLACEHOLDER_COLORSStatement to load placeholder colors.PLACEHOLDER_COMPAREThe placeholder compare.PLACEHOLDER_PRE_POST_FIXPlaceholder pre- and postfix.PLACEHOLDER_SCRIPTScripts bound to the placeholder panel menu.PLANNING_FUNCTIONSPLANNING_TREEThe planning tree.POST_INSERTPost insert scripts, CURRENTLY UNUSED.PREVIEW_DOUBLECLICKDouble click event in the product panel list.PREVIEW_DOUBLECLICK_IDLoad script ID for double click events.PREVIEW_LINKSCRIPTPreview Link Script.PREVIEW_PREVIEWSTATEMENTpreview statement.PREVIEWS_RESERVED1Reserved for previews, currently UNUSED.PREVIEWS_RESERVED2Reserved for previews, currently UNUSED.PRODUCT_CONDITIONproduct condition (probably not supported anymore).PRODUCT_DOUBLECLICKDouble click event in the product panel list.PRODUCT_DOUBLECLICK_IDLoad the script ID for double click events in the product panel Hard linked to script 1007.PRODUCT_FINDSTATEMENTproduct find statement.PRODUCT_ITEMA single product item, probably unused.PRODUCT_SELECTIONAlternative product selection when generating pages with page templates.PRODUCT_TREEThe root level of the product tree in InDesignPRODUCT_TREE_WHITEBOARDThe root level of the product tree in the Whiteboard.PRODUCT_TREE_WHITEBOARD2Alternate root level of the product tree in the Whiteboard.PRODUCT_TREE_WHITEBOARD3Alternate root level of the product tree in the Whiteboard.PRODUCTS_OF_DOCUMENT_SCRIPTScripts bound to the products of document class.PUBLICATION_AFTER_CHECKOUTAfter (first) opening a publication document.PUBLICATION_AFTER_CLOSEAfter close handler for publication documents.PUBLICATION_AFTER_SAVEAfter save handler for publication documents.PUBLICATION_BEFORE_CLOSEBefore close handler for publication documents.PUBLICATION_CHECKINCheckin a publication document.PUBLICATION_CHECKOUTCheckout a publication document.PUBLICATION_CONDITIONpublication condition.PUBLICATION_CONDITIONMENUEpublication condition menue.PUBLICATION_CONNECTION_DATAGet connection data for checkin / checkout support.PUBLICATION_CREATE_MASTER_DOCUMENTCreate Document Template Script.PUBLICATION_DOMAINDomains in the publication panel.PUBLICATION_DOUBLECLICKDouble click event in the publication panel listPUBLICATION_DOUBLECLICK_IDLoad script ID for double click events.PUBLICATION_EXPORT_METADATAExport Metadata Script.PUBLICATION_FUNCTIONSPublication functions.PUBLICATION_INFO_CREATE_PREVIEWCreate a preview.PUBLICATION_INFO_DELETE_PREVIEWSDelete all previews of a publication.PUBLICATION_INFO_DESCRIPTIONGet description for a publication info preview.PUBLICATION_INFO_PREVIEWLoad a single preview.PUBLICATION_INFO_PREVIEW_COUNTGet numbers of available previews for the current publication.PUBLICATION_INFO_PREVIEW_IDGet the last used preview ID.PUBLICATION_ITEMSingle item in the publication panel, UNUSED.PUBLICATION_MASTERDOCSList of document templates in the publication panel.PUBLICATION_PLANNER_BUILD_PRODUCT_SELECTIONExample Document Planning Script.PUBLICATION_REVERTRevert a publication document.PUBLICATION_ROOTTREEList of items in the publication panel.PUBLICATION_STATUSStatus of publication documents.PUBLICATION_SUBTREEThe publication subtree.PUBLICATION_TEMPLATE_FILTERFilter templates according to publication assignment.PUBLISHING_MANAGEMENT_SCRIPTPublishing management script.REPEATING_ELEMENTSCAUTION: script ID for repeating element must be mapped to actions.typeId when transforming comet statements to comet3 actions.SCRIPT_LIBRARYThe script library.SERIAL_LETTER_SCRIPTCurrently unused ("Serienbrief").SETTINGS_ACTIVATEActivate or deactivate a setting item.SETTINGS_ADDAdd a new setting item.SETTINGS_CHANGE_ALIASChange alias of a setting item.SETTINGS_CHANGE_PATHChange path of a setting item.SETTINGS_DELETEDelete a setting item.SETTINGS_LISTGet list of setting (global script variables and aliases).SETTINGS_NEW_IDGet ID for a new setting item.SNIPPET_FUNCTIONSThe snippet functions.TABLE_INSERT_METHODCAUTION: script ID for table select actions must be mapped to actions.typeId when transforming comet statements to comet3 actions.TABLE_LAYOUT_RULECAUTION: script ID for table layout actions must be mapped to actions.typeId when transforming comet statements to comet3 actions.TEMPLATE_BEFORE_DELETEBefore deleting a template.TEMPLATE_CLIENTClients for the template meta data dialogue.TEMPLATE_CLIENT_TYPEClient types for the template metadata dialogue.TEMPLATE_DELETEDelete a template.TEMPLATE_DOMAINDomains for the template meta data dialogue.TEMPLATE_DOMAIN_POPUPTemplate, values for the domains / client popup.TEMPLATE_ELEMENTS_ACTIONBuild action for repeating elements.TEMPLATE_IDScripts to determine a template ID during build.TEMPLATE_ITEMTemplate, a single item, UNUSED!.TEMPLATE_LISTTemplate, list of items.TEMPLATE_LOADLoad template data.TEMPLATE_PAGETYPEPage types for the template metadata dialogue.TEMPLATE_PREVIEWPreviews for a template.TEMPLATE_SCRIPTIDScript ID of the template script.TEMPLATE_SCRIPTNAMEScript name of the template script.TEMPLATE_STATEList of template states.TEMPLATE_TEXT_PREFIXTextflow prefix script.TEMPLATE_TYPEList of template types.TEMPLATE_UPDATEUpdate a template.TEMPLATE_UPDATE_IDMLUpdate IDML data of a template, UNUSED.TEMPLATE_UPDATE_METADATAUpdate meta data of a template.TEMPLATE_UPDATE_XMLUpdate XML of a template, UNUSED!.TEXTRULEText rules.TEXTRULE_CONDITIONconditions for text rules.TODO_RESERVED1ToDo list (reserved, UNUSED).TODO_RESERVED2ToDo list (reserved, UNUSED).TODO_SCRIPTScripts bound to the todo class.UNKNOWNThe statement type is unknown, i.e.: has not been specified.URL_LINKThe url link.WHITEBOARD_DOCUMENT_SCRIPTWhiteboard script (classID 41).WHITEBOARD_PREVIEW_SNIPPETWhiteboard preview snippet script (classID 49).WORKPRESET_ITEMWork preset, single item.WORKPRESET_LISTWork preset, item list.WORKPRESET_POPUPWork preset, single item.WORKPRESET_SCRIPTScripts bound to the work presets ("Exportgroups") panel menu.WRITE_TOC_ENTRYWrite toc entry.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetClassId()Gets the class id.java.lang.StringgetConfigVersion()Gets the config version.java.lang.StringgetDefaultStatement()Gets the default statement.CometScript.FrontRowLinkgetFrontRowLink()Gets the front row link.java.lang.StringgetHierarchy()Gets the hierarchy.java.lang.StringgetIdentifier()Gets the identifier.java.lang.Class<? extends CometStatement>getImplementationClass()Gets the implementation class.java.lang.StringgetLabel()Gets the label.intgetScriptId()Gets the script id.java.lang.StringgetShortcut()Gets the shortcut.intgetSort()Gets the sort.Statement.StatementTypegetType()Gets the type.Statement.UpdatePolicygetUpdatePolicy()Gets the update policy.static Statement.StatementDescriptorvalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Statement.StatementDescriptor[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
UNKNOWN
public static final Statement.StatementDescriptor UNKNOWN
The statement type is unknown, i.e.: has not been specified.
-
ABSTRACT_STATEMENT
public static final Statement.StatementDescriptor ABSTRACT_STATEMENT
The statement is abstract, i.e.: there should be no instance of this statement type. This statement identifier is used to indicate base classes of other statement types (e.g. CometStatement).
-
ILLEGAL_STATEMENT
public static final Statement.StatementDescriptor ILLEGAL_STATEMENT
The statement is illegal, at least it's not allowed in the actual context.
-
PANEL_PRODUCT
public static final Statement.StatementDescriptor PANEL_PRODUCT
Scripts bound to the products panel menu.
-
PANEL_PRODUCT_DOUBLECLICK
public static final Statement.StatementDescriptor PANEL_PRODUCT_DOUBLECLICK
Scripts for double click events in the product panel list.
-
PRODUCT_SELECTION
public static final Statement.StatementDescriptor PRODUCT_SELECTION
Alternative product selection when generating pages with page templates.
-
PREVIEW_LINKSCRIPT
public static final Statement.StatementDescriptor PREVIEW_LINKSCRIPT
Preview Link Script.
-
PRODUCTS_OF_DOCUMENT_SCRIPT
public static final Statement.StatementDescriptor PRODUCTS_OF_DOCUMENT_SCRIPT
Scripts bound to the products of document class.
-
ELEMENTS_SCRIPT
@Obsolete(reason="Currently unused") public static final Statement.StatementDescriptor ELEMENTS_SCRIPT
currently unused.
-
REPEATING_ELEMENTS
public static final Statement.StatementDescriptor REPEATING_ELEMENTS
CAUTION: script ID for repeating element must be mapped to actions.typeId when transforming comet statements to comet3 actions.
-
PANEL_PREVIEW
public static final Statement.StatementDescriptor PANEL_PREVIEW
Scripts bound to the preview panel menu.
-
PANEL_PREVIEWS_DOUBLECLICK
public static final Statement.StatementDescriptor PANEL_PREVIEWS_DOUBLECLICK
Scripts for double click events in the product panel list.
-
WORKPRESET_SCRIPT
@Obsolete(reason="Not supported in any project currently known") public static final Statement.StatementDescriptor WORKPRESET_SCRIPT
Scripts bound to the work presets ("Exportgroups") panel menu.
-
PANEL_TEMPLATES
public static final Statement.StatementDescriptor PANEL_TEMPLATES
Scripts bound to the template panel menu.
-
PANEL_PAGETEMPLATES
public static final Statement.StatementDescriptor PANEL_PAGETEMPLATES
-
PANEL_PLACEHOLDER
public static final Statement.StatementDescriptor PANEL_PLACEHOLDER
-
PANEL_PUBLICATION
public static final Statement.StatementDescriptor PANEL_PUBLICATION
Scripts bound to the publication list panel menu.
-
PANEL_PUBLICATION_DOUBLECLICK
public static final Statement.StatementDescriptor PANEL_PUBLICATION_DOUBLECLICK
Scripts for double click events in the product panel list.
-
TODO_SCRIPT
@Obsolete(reason="Currently unused") public static final Statement.StatementDescriptor TODO_SCRIPT
Scripts bound to the todo class.
-
PLACEHOLDER_SCRIPT
@Obsolete(reason="Currently unused") public static final Statement.StatementDescriptor PLACEHOLDER_SCRIPT
Scripts bound to the placeholder panel menu.
-
SERIAL_LETTER_SCRIPT
@Obsolete(reason="Currently unused") public static final Statement.StatementDescriptor SERIAL_LETTER_SCRIPT
Currently unused ("Serienbrief").
-
PANEL_GRIDS
@Obsolete(reason="Grids are not supported from Comet version 4") public static final Statement.StatementDescriptor PANEL_GRIDS
Scripts bound to the grid panel menu.
-
PANEL_SETTINGS
public static final Statement.StatementDescriptor PANEL_SETTINGS
Scripts bound to the settings panel menu.
-
BUILD_PRESCRIPT
public static final Statement.StatementDescriptor BUILD_PRESCRIPT
prescript to filter product selection.
-
TEMPLATE_ID
public static final Statement.StatementDescriptor TEMPLATE_ID
Scripts to determine a template ID during build.
-
POST_INSERT
@Obsolete(reason="Currently unused") public static final Statement.StatementDescriptor POST_INSERT
Post insert scripts, CURRENTLY UNUSED.
-
BATCH
public static final Statement.StatementDescriptor BATCH
Scripts for batch processing.
-
TABLE_INSERT_METHOD
public static final Statement.StatementDescriptor TABLE_INSERT_METHOD
CAUTION: script ID for table select actions must be mapped to actions.typeId when transforming comet statements to comet3 actions.
-
TABLE_LAYOUT_RULE
public static final Statement.StatementDescriptor TABLE_LAYOUT_RULE
CAUTION: script ID for table layout actions must be mapped to actions.typeId when transforming comet statements to comet3 actions.
-
PAGE_ADAPTION
public static final Statement.StatementDescriptor PAGE_ADAPTION
CAUTION: script ID for page adaption actions must be mapped to actions.typeId when transforming comet statements to comet3 actions.
-
LAYOUT_RULE
public static final Statement.StatementDescriptor LAYOUT_RULE
Layout rule.
-
LAYOUT_RULE_PARAMETER
public static final Statement.StatementDescriptor LAYOUT_RULE_PARAMETER
Parameters for layout rules.
-
LAYOUT_RULE_CONDITION
public static final Statement.StatementDescriptor LAYOUT_RULE_CONDITION
Layout rule conditions
-
LIBRARY_EXPORT
public static final Statement.StatementDescriptor LIBRARY_EXPORT
Library export script.
-
LIBRARY_IMPORT
public static final Statement.StatementDescriptor LIBRARY_IMPORT
Library import script.
-
TEMPLATE_TEXT_PREFIX
public static final Statement.StatementDescriptor TEMPLATE_TEXT_PREFIX
Textflow prefix script.
-
BUILD_SUPPORT_SCRIPT
public static final Statement.StatementDescriptor BUILD_SUPPORT_SCRIPT
build support scripts.
-
PLACEHOLDER_PRE_POST_FIX
public static final Statement.StatementDescriptor PLACEHOLDER_PRE_POST_FIX
Placeholder pre- and postfix.
-
PLACEHOLDER_COMPARE
public static final Statement.StatementDescriptor PLACEHOLDER_COMPARE
The placeholder compare.
-
TEXTRULE
public static final Statement.StatementDescriptor TEXTRULE
Text rules.
-
TEXTRULE_CONDITION
public static final Statement.StatementDescriptor TEXTRULE_CONDITION
conditions for text rules.
-
DOCUMENT_PERSONALIZATION
public static final Statement.StatementDescriptor DOCUMENT_PERSONALIZATION
Document personalization scripts.
-
WHITEBOARD_DOCUMENT_SCRIPT
public static final Statement.StatementDescriptor WHITEBOARD_DOCUMENT_SCRIPT
Whiteboard script (classID 41). CAUTION: now used for Camunda workflow scripts
-
PUBLISHING_MANAGEMENT_SCRIPT
public static final Statement.StatementDescriptor PUBLISHING_MANAGEMENT_SCRIPT
Publishing management script.
-
DOCUMENT_PLANNING_SCRIPT
public static final Statement.StatementDescriptor DOCUMENT_PLANNING_SCRIPT
Document Planning Script (classID 47).
-
BOOK_SCRIPT
public static final Statement.StatementDescriptor BOOK_SCRIPT
Book Script (classID 60).
-
WHITEBOARD_PREVIEW_SNIPPET
public static final Statement.StatementDescriptor WHITEBOARD_PREVIEW_SNIPPET
Whiteboard preview snippet script (classID 49).
-
PRODUCT_TREE
public static final Statement.StatementDescriptor PRODUCT_TREE
The root level of the product tree in InDesign
-
PLANNING_TREE
public static final Statement.StatementDescriptor PLANNING_TREE
The planning tree.
-
PRODUCT_TREE_WHITEBOARD
public static final Statement.StatementDescriptor PRODUCT_TREE_WHITEBOARD
The root level of the product tree in the Whiteboard.
-
PRODUCT_TREE_WHITEBOARD2
public static final Statement.StatementDescriptor PRODUCT_TREE_WHITEBOARD2
Alternate root level of the product tree in the Whiteboard.
-
PRODUCT_TREE_WHITEBOARD3
public static final Statement.StatementDescriptor PRODUCT_TREE_WHITEBOARD3
Alternate root level of the product tree in the Whiteboard.
-
PRODUCT_ITEM
@Obsolete(reason="Only required in ODBC environment") public static final Statement.StatementDescriptor PRODUCT_ITEM
A single product item, probably unused.
-
PRODUCT_DOUBLECLICK_ID
public static final Statement.StatementDescriptor PRODUCT_DOUBLECLICK_ID
Load the script ID for double click events in the product panel Hard linked to script 1007.
-
ELEMENT_LIST
@Obsolete(reason="Currently unused") public static final Statement.StatementDescriptor ELEMENT_LIST
List of elements, probably UNUSED.
-
ELEMENT_ITEM
@Obsolete(reason="Currently unused") public static final Statement.StatementDescriptor ELEMENT_ITEM
A single element item, not used in SOAP / PubServer environment.
-
PLACEHOLDER_COLORS
public static final Statement.StatementDescriptor PLACEHOLDER_COLORS
Statement to load placeholder colors.
-
PREVIEWS_RESERVED1
public static final Statement.StatementDescriptor PREVIEWS_RESERVED1
Reserved for previews, currently UNUSED.
-
PREVIEW_DOUBLECLICK_ID
public static final Statement.StatementDescriptor PREVIEW_DOUBLECLICK_ID
Load script ID for double click events.
-
PREVIEWS_RESERVED2
public static final Statement.StatementDescriptor PREVIEWS_RESERVED2
Reserved for previews, currently UNUSED.
-
WORKPRESET_LIST
@Obsolete(reason="Not used in any known Comet 4 project") public static final Statement.StatementDescriptor WORKPRESET_LIST
Work preset, item list.
-
WORKPRESET_ITEM
@Obsolete(reason="Not used in any known Comet 4 project") public static final Statement.StatementDescriptor WORKPRESET_ITEM
Work preset, single item.
-
WORKPRESET_POPUP
@Obsolete(reason="Not used in any known Comet 4 project") public static final Statement.StatementDescriptor WORKPRESET_POPUP
Work preset, single item.
-
TEMPLATE_LIST
public static final Statement.StatementDescriptor TEMPLATE_LIST
Template, list of items.
-
TEMPLATE_ITEM
public static final Statement.StatementDescriptor TEMPLATE_ITEM
Template, a single item, UNUSED!.
-
TEMPLATE_DOMAIN_POPUP
public static final Statement.StatementDescriptor TEMPLATE_DOMAIN_POPUP
Template, values for the domains / client popup.
-
TEMPLATE_TYPE
public static final Statement.StatementDescriptor TEMPLATE_TYPE
List of template types.
-
TEMPLATE_STATE
public static final Statement.StatementDescriptor TEMPLATE_STATE
List of template states.
-
TEMPLATE_UPDATE_METADATA
public static final Statement.StatementDescriptor TEMPLATE_UPDATE_METADATA
Update meta data of a template.
-
TEMPLATE_UPDATE
public static final Statement.StatementDescriptor TEMPLATE_UPDATE
Update a template.
-
TEMPLATE_DELETE
public static final Statement.StatementDescriptor TEMPLATE_DELETE
Delete a template.
-
TEMPLATE_LOAD
public static final Statement.StatementDescriptor TEMPLATE_LOAD
Load template data.
-
TEMPLATE_CLIENT_TYPE
public static final Statement.StatementDescriptor TEMPLATE_CLIENT_TYPE
Client types for the template metadata dialogue.
-
TEMPLATE_CLIENT
public static final Statement.StatementDescriptor TEMPLATE_CLIENT
Clients for the template meta data dialogue.
-
TEMPLATE_ELEMENTS_ACTION
public static final Statement.StatementDescriptor TEMPLATE_ELEMENTS_ACTION
Build action for repeating elements.
-
TEMPLATE_DOMAIN
public static final Statement.StatementDescriptor TEMPLATE_DOMAIN
Domains for the template meta data dialogue.
-
TEMPLATE_PAGETYPE
public static final Statement.StatementDescriptor TEMPLATE_PAGETYPE
Page types for the template metadata dialogue.
-
TEMPLATE_PREVIEW
public static final Statement.StatementDescriptor TEMPLATE_PREVIEW
Previews for a template.
-
TEMPLATE_SCRIPTID
public static final Statement.StatementDescriptor TEMPLATE_SCRIPTID
Script ID of the template script.
-
TEMPLATE_SCRIPTNAME
public static final Statement.StatementDescriptor TEMPLATE_SCRIPTNAME
Script name of the template script.
-
TEMPLATE_UPDATE_IDML
public static final Statement.StatementDescriptor TEMPLATE_UPDATE_IDML
Update IDML data of a template, UNUSED.
-
TEMPLATE_UPDATE_XML
public static final Statement.StatementDescriptor TEMPLATE_UPDATE_XML
Update XML of a template, UNUSED!.
-
TEMPLATE_BEFORE_DELETE
public static final Statement.StatementDescriptor TEMPLATE_BEFORE_DELETE
Before deleting a template.
-
PUBLICATION_ROOTTREE
public static final Statement.StatementDescriptor PUBLICATION_ROOTTREE
List of items in the publication panel.
-
PUBLICATION_SUBTREE
public static final Statement.StatementDescriptor PUBLICATION_SUBTREE
The publication subtree.
-
PUBLICATION_ITEM
public static final Statement.StatementDescriptor PUBLICATION_ITEM
Single item in the publication panel, UNUSED.
-
PUBLICATION_MASTERDOCS
public static final Statement.StatementDescriptor PUBLICATION_MASTERDOCS
List of document templates in the publication panel.
-
PUBLICATION_DOMAIN
public static final Statement.StatementDescriptor PUBLICATION_DOMAIN
Domains in the publication panel.
-
PUBLICATION_DOUBLECLICK_ID
public static final Statement.StatementDescriptor PUBLICATION_DOUBLECLICK_ID
Load script ID for double click events.
-
PUBLICATION_INFO_PREVIEW_COUNT
public static final Statement.StatementDescriptor PUBLICATION_INFO_PREVIEW_COUNT
Get numbers of available previews for the current publication.
-
PUBLICATION_INFO_PREVIEW
public static final Statement.StatementDescriptor PUBLICATION_INFO_PREVIEW
Load a single preview.
-
PUBLICATION_INFO_PREVIEW_ID
public static final Statement.StatementDescriptor PUBLICATION_INFO_PREVIEW_ID
Get the last used preview ID.
-
PUBLICATION_INFO_CREATE_PREVIEW
public static final Statement.StatementDescriptor PUBLICATION_INFO_CREATE_PREVIEW
Create a preview.
-
PUBLICATION_INFO_DELETE_PREVIEWS
public static final Statement.StatementDescriptor PUBLICATION_INFO_DELETE_PREVIEWS
Delete all previews of a publication.
-
PUBLICATION_INFO_DESCRIPTION
public static final Statement.StatementDescriptor PUBLICATION_INFO_DESCRIPTION
Get description for a publication info preview.
-
PUBLICATION_CONNECTION_DATA
@Obsolete(reason="In PubServer environment we don\'t use a second connection") public static final Statement.StatementDescriptor PUBLICATION_CONNECTION_DATA
Get connection data for checkin / checkout support.
-
PUBLICATION_CHECKOUT
public static final Statement.StatementDescriptor PUBLICATION_CHECKOUT
Checkout a publication document.
-
PUBLICATION_AFTER_SAVE
public static final Statement.StatementDescriptor PUBLICATION_AFTER_SAVE
After save handler for publication documents.
-
PUBLICATION_BEFORE_CLOSE
public static final Statement.StatementDescriptor PUBLICATION_BEFORE_CLOSE
Before close handler for publication documents.
-
PUBLICATION_STATUS
public static final Statement.StatementDescriptor PUBLICATION_STATUS
Status of publication documents.
-
PUBLICATION_CHECKIN
public static final Statement.StatementDescriptor PUBLICATION_CHECKIN
Checkin a publication document.
-
PUBLICATION_AFTER_CLOSE
public static final Statement.StatementDescriptor PUBLICATION_AFTER_CLOSE
After close handler for publication documents.
-
PUBLICATION_REVERT
public static final Statement.StatementDescriptor PUBLICATION_REVERT
Revert a publication document.
-
PUBLICATION_AFTER_CHECKOUT
public static final Statement.StatementDescriptor PUBLICATION_AFTER_CHECKOUT
After (first) opening a publication document.
-
METADATA_OPTIONS
public static final Statement.StatementDescriptor METADATA_OPTIONS
The metadata options.
-
METADATA_TYPES
public static final Statement.StatementDescriptor METADATA_TYPES
The metadata types.
-
DOCUMENT_AFTER_CLOSE
public static final Statement.StatementDescriptor DOCUMENT_AFTER_CLOSE
After close event handler for all documents.
-
DOCUMENT_AFTER_NEW
public static final Statement.StatementDescriptor DOCUMENT_AFTER_NEW
After new event handler for all documents.
-
DOCUMENT_AFTER_OPEN
public static final Statement.StatementDescriptor DOCUMENT_AFTER_OPEN
After open event handler for all documents.
-
DOCUMENT_AFTER_REVERT
public static final Statement.StatementDescriptor DOCUMENT_AFTER_REVERT
After revert event handler for all documents.
-
DOCUMENT_AFTER_SAVE_A_COPY
public static final Statement.StatementDescriptor DOCUMENT_AFTER_SAVE_A_COPY
After save a copy event handler for all documents.
-
DOCUMENT_AFTER_SAVE_AS
public static final Statement.StatementDescriptor DOCUMENT_AFTER_SAVE_AS
After save as event handler for all documents.
-
DOCUMENT_AFTER_SAVE
public static final Statement.StatementDescriptor DOCUMENT_AFTER_SAVE
After save event handler for all documents.
-
DOCUMENT_AFTER_SHOWN
public static final Statement.StatementDescriptor DOCUMENT_AFTER_SHOWN
After shown event handler for all documents.
-
DOCUMENT_BEFORE_CLOSE
public static final Statement.StatementDescriptor DOCUMENT_BEFORE_CLOSE
Before close event handler for all documents.
-
DOCUMENT_BEFORE_NEW
public static final Statement.StatementDescriptor DOCUMENT_BEFORE_NEW
Before new event handler for all documents.
-
DOCUMENT_BEFORE_OPEN
public static final Statement.StatementDescriptor DOCUMENT_BEFORE_OPEN
Before open event handler for all documents.
-
DOCUMENT_BEFORE_REVERT
public static final Statement.StatementDescriptor DOCUMENT_BEFORE_REVERT
Before revert event handler for all documents.
-
DOCUMENT_BEFORE_SAVE_A_COPY
public static final Statement.StatementDescriptor DOCUMENT_BEFORE_SAVE_A_COPY
Before save a copy event handler for all documents.
-
DOCUMENT_BEFORE_SAVE_AS
public static final Statement.StatementDescriptor DOCUMENT_BEFORE_SAVE_AS
Before save as event handler for all documents.
-
DOCUMENT_BEFORE_SAVE
public static final Statement.StatementDescriptor DOCUMENT_BEFORE_SAVE
Before save event handler for all documents.
-
DOCUMENT_CHANGE_FRONT_DOCUMENT
public static final Statement.StatementDescriptor DOCUMENT_CHANGE_FRONT_DOCUMENT
Change front doc event handler for all documents.
-
GRID_LIST
@Obsolete(reason="Grids are no longer supported or required in a Comet 4 / Publishing Server environment. Use page templates instead.") public static final Statement.StatementDescriptor GRID_LIST
Get list of items in the grid panel.
-
GRID_ITEM
@Obsolete(reason="Grids are no longer supported or required in a Comet 4 / Publishing Server environment. Use page templates instead.") public static final Statement.StatementDescriptor GRID_ITEM
Get single item in the grid panel, UNUSED.
-
GRID_TYPE_DOMAIN
@Obsolete(reason="Grids are no longer supported or required in a Comet 4 / Publishing Server environment. Use page templates instead.") public static final Statement.StatementDescriptor GRID_TYPE_DOMAIN
Get type ID and domain ID for a grid item, UNUSED.
-
GRID_UPDATE_METADATA
@Obsolete(reason="Grids are no longer supported or required in a Comet 4 / Publishing Server environment. Use page templates instead.") public static final Statement.StatementDescriptor GRID_UPDATE_METADATA
Update meta data of a grid.
-
GRID_UPDATE_PREVIEW
@Obsolete(reason="Grids are no longer supported or required in a Comet 4 / Publishing Server environment. Use page templates instead.") public static final Statement.StatementDescriptor GRID_UPDATE_PREVIEW
Update preview and size of a grid.
-
GRID_DELETE
@Obsolete(reason="Grids are no longer supported or required in a Comet 4 / Publishing Server environment. Use page templates instead.") public static final Statement.StatementDescriptor GRID_DELETE
Delete a grid.
-
GRID_RESERVED
@Obsolete(reason="Grids are no longer supported or required in a Comet 4 / Publishing Server environment. Use page templates instead.") public static final Statement.StatementDescriptor GRID_RESERVED
Reserved statement, UNUSED.
-
GRID_CLIENT_POPUP
@Obsolete(reason="Grids are no longer supported or required in a Comet 4 / Publishing Server environment. Use page templates instead.") public static final Statement.StatementDescriptor GRID_CLIENT_POPUP
Get clients for the client popup in the grid panel.
-
GRID_PREVIEW_PATH
@Obsolete(reason="Grids are no longer supported or required in a Comet 4 / Publishing Server environment. Use page templates instead.") public static final Statement.StatementDescriptor GRID_PREVIEW_PATH
Get preview path of a grid preview.
-
GRID_PAGETYPE
@Obsolete(reason="Grids are no longer supported or required in a Comet 4 / Publishing Server environment. Use page templates instead.") public static final Statement.StatementDescriptor GRID_PAGETYPE
Get id and name of page types applicable for grids.
-
GRID_TYPES
@Obsolete(reason="Grids are no longer supported or required in a Comet 4 / Publishing Server environment. Use page templates instead.") public static final Statement.StatementDescriptor GRID_TYPES
Get grid types.
-
GRID_RESERVED2
@Obsolete(reason="Grids are no longer supported or required in a Comet 4 / Publishing Server environment. Use page templates instead.") public static final Statement.StatementDescriptor GRID_RESERVED2
Reserved and UNUSED.
-
GRID_CLIENT_TYPE
@Obsolete(reason="Grids are no longer supported or required in a Comet 4 / Publishing Server environment. Use page templates instead.") public static final Statement.StatementDescriptor GRID_CLIENT_TYPE
Get types of clients in the grid meta data dialogue.
-
GRID_CLIENT
@Obsolete(reason="Grids are no longer supported or required in a Comet 4 / Publishing Server environment. Use page templates instead.") public static final Statement.StatementDescriptor GRID_CLIENT
Get clients for the grid meta data dialogue.
-
GRID_RESERVED3
@Obsolete(reason="Grids are no longer supported or required in a Comet 4 / Publishing Server environment. Use page templates instead.") public static final Statement.StatementDescriptor GRID_RESERVED3
Reserved and UNUSED.
-
GRID_DOMAIN
@Obsolete(reason="Grids are no longer supported or required in a Comet 4 / Publishing Server environment. Use page templates instead.") public static final Statement.StatementDescriptor GRID_DOMAIN
Get list of domains for the grid metadata dialogue.
-
GRID_DELETE_ELEMENTS
@Obsolete(reason="Grids are no longer supported or required in a Comet 4 / Publishing Server environment. Use page templates instead.") public static final Statement.StatementDescriptor GRID_DELETE_ELEMENTS
Delete all elements of a grid.
-
GRID_ADD_ELEMENT
@Obsolete(reason="Grids are no longer supported or required in a Comet 4 / Publishing Server environment. Use page templates instead.") public static final Statement.StatementDescriptor GRID_ADD_ELEMENT
Add a grid element to a grid.
-
GRID_LOAD_ELEMENTS
@Obsolete(reason="Grids are no longer supported or required in a Comet 4 / Publishing Server environment. Use page templates instead.") public static final Statement.StatementDescriptor GRID_LOAD_ELEMENTS
Load elements of a grid.
-
GRID_SORTED_LIST
@Obsolete(reason="Grids are no longer supported or required in a Comet 4 / Publishing Server environment. Use page templates instead.") public static final Statement.StatementDescriptor GRID_SORTED_LIST
Get a sorted list of all grids.
-
GRID_ADD
@Obsolete(reason="Grids are no longer supported or required in a Comet 4 / Publishing Server environment. Use page templates instead.") public static final Statement.StatementDescriptor GRID_ADD
Add a new grid.
-
GRID_SIZE_AND_PAGETYPE
@Obsolete(reason="Grids are no longer supported or required in a Comet 4 / Publishing Server environment. Use page templates instead.") public static final Statement.StatementDescriptor GRID_SIZE_AND_PAGETYPE
Get size and page type of a grid.
-
GRID_ELEMENT_BY_NAME
@Obsolete(reason="Grids are no longer supported or required in a Comet 4 / Publishing Server environment. Use page templates instead.") public static final Statement.StatementDescriptor GRID_ELEMENT_BY_NAME
Get a grid element by name.
-
GRID_ELEMENT
@Obsolete(reason="Grids are no longer supported or required in a Comet 4 / Publishing Server environment. Use page templates instead.") public static final Statement.StatementDescriptor GRID_ELEMENT
Get values of a grid element.
-
GRID_ELEMENTS_SIZE_AND_PAGETYPE
@Obsolete(reason="Grids are no longer supported or required in a Comet 4 / Publishing Server environment. Use page templates instead.") public static final Statement.StatementDescriptor GRID_ELEMENTS_SIZE_AND_PAGETYPE
Get size and page type of all elements of a grid.
-
GRID_BEFORE_DELETE
@Obsolete(reason="Grids are no longer supported or required in a Comet 4 / Publishing Server environment. Use page templates instead.") public static final Statement.StatementDescriptor GRID_BEFORE_DELETE
Before deleting a grid.
-
SETTINGS_LIST
public static final Statement.StatementDescriptor SETTINGS_LIST
Get list of setting (global script variables and aliases).
-
SETTINGS_NEW_ID
public static final Statement.StatementDescriptor SETTINGS_NEW_ID
Get ID for a new setting item.
-
SETTINGS_ADD
public static final Statement.StatementDescriptor SETTINGS_ADD
Add a new setting item.
-
SETTINGS_CHANGE_ALIAS
public static final Statement.StatementDescriptor SETTINGS_CHANGE_ALIAS
Change alias of a setting item.
-
SETTINGS_CHANGE_PATH
public static final Statement.StatementDescriptor SETTINGS_CHANGE_PATH
Change path of a setting item.
-
SETTINGS_DELETE
public static final Statement.StatementDescriptor SETTINGS_DELETE
Delete a setting item.
-
SETTINGS_ACTIVATE
public static final Statement.StatementDescriptor SETTINGS_ACTIVATE
Activate or deactivate a setting item.
-
LOGIN_SCRIPT
public static final Statement.StatementDescriptor LOGIN_SCRIPT
After login action.
-
ALLOW_LOGIN
public static final Statement.StatementDescriptor ALLOW_LOGIN
Allow login action.
-
PAGETEMPLATE_BEFORE_DELETE
public static final Statement.StatementDescriptor PAGETEMPLATE_BEFORE_DELETE
Before deleting a page template.
-
PAGETEMPLATE_INSERT_SCRIPT
public static final Statement.StatementDescriptor PAGETEMPLATE_INSERT_SCRIPT
The pagetemplate insert script.
-
DROP_URL_ID
public static final Statement.StatementDescriptor DROP_URL_ID
Load the ID for drop URL events. This is hardlinked to script 1001.
-
URL_LINK
public static final Statement.StatementDescriptor URL_LINK
The url link.
-
LIBRARY_EXPORT_ID
public static final Statement.StatementDescriptor LIBRARY_EXPORT_ID
Get the ID of library export script.
-
LIBRARY_IMPORT_ID
public static final Statement.StatementDescriptor LIBRARY_IMPORT_ID
Get the ID of library export script.
-
TODO_RESERVED1
@Obsolete(reason="Currently unused") public static final Statement.StatementDescriptor TODO_RESERVED1
ToDo list (reserved, UNUSED).
-
TODO_RESERVED2
@Obsolete(reason="Currently unused") public static final Statement.StatementDescriptor TODO_RESERVED2
ToDo list (reserved, UNUSED).
-
PRODUCT_CONDITION
public static final Statement.StatementDescriptor PRODUCT_CONDITION
product condition (probably not supported anymore).
-
PRODUCT_FINDSTATEMENT
public static final Statement.StatementDescriptor PRODUCT_FINDSTATEMENT
product find statement.
-
PREVIEW_PREVIEWSTATEMENT
public static final Statement.StatementDescriptor PREVIEW_PREVIEWSTATEMENT
preview statement.
-
PUBLICATION_CONDITION
public static final Statement.StatementDescriptor PUBLICATION_CONDITION
publication condition.
-
PUBLICATION_CONDITIONMENUE
public static final Statement.StatementDescriptor PUBLICATION_CONDITIONMENUE
publication condition menue.
-
SCRIPT_LIBRARY
public static final Statement.StatementDescriptor SCRIPT_LIBRARY
The script library.
-
DROP_URL_SCRIPT
public static final Statement.StatementDescriptor DROP_URL_SCRIPT
Global script for Drop URL events.
-
PUBLICATION_DOUBLECLICK
public static final Statement.StatementDescriptor PUBLICATION_DOUBLECLICK
Double click event in the publication panel list
-
PRODUCT_DOUBLECLICK
public static final Statement.StatementDescriptor PRODUCT_DOUBLECLICK
Double click event in the product panel list.
-
PREVIEW_DOUBLECLICK
public static final Statement.StatementDescriptor PREVIEW_DOUBLECLICK
Double click event in the product panel list.
-
PUBLICATION_PLANNER_BUILD_PRODUCT_SELECTION
public static final Statement.StatementDescriptor PUBLICATION_PLANNER_BUILD_PRODUCT_SELECTION
Example Document Planning Script.
-
WRITE_TOC_ENTRY
public static final Statement.StatementDescriptor WRITE_TOC_ENTRY
Write toc entry.
-
DELETE_TOC_ENTRY
public static final Statement.StatementDescriptor DELETE_TOC_ENTRY
Delete toc entry.
-
ACTIVATE_TRACE_PRODUCTPANEL
public static final Statement.StatementDescriptor ACTIVATE_TRACE_PRODUCTPANEL
Activate trace productpanel script.
-
DEACTIVATE_TRACE_PRODUCTPANEL
public static final Statement.StatementDescriptor DEACTIVATE_TRACE_PRODUCTPANEL
Deactivate trace productpanel script.
-
EXPORT_TRACE_PRODUCTPANEL
public static final Statement.StatementDescriptor EXPORT_TRACE_PRODUCTPANEL
Export trace productpanel script.
-
PUBLICATION_TEMPLATE_FILTER
public static final Statement.StatementDescriptor PUBLICATION_TEMPLATE_FILTER
Filter templates according to publication assignment.
-
PLANNING_FUNCTIONS
public static final Statement.StatementDescriptor PLANNING_FUNCTIONS
-
GRID_PLANNING_PREVIEW_GENERATION
public static final Statement.StatementDescriptor GRID_PLANNING_PREVIEW_GENERATION
-
GRID_PLANNING_PAGE_GENERATION
public static final Statement.StatementDescriptor GRID_PLANNING_PAGE_GENERATION
-
GRID_PLANNING_PAGE_GENERATION_DOCUMENT_PLANNING
public static final Statement.StatementDescriptor GRID_PLANNING_PAGE_GENERATION_DOCUMENT_PLANNING
-
GRID_PLANNING_PAGE_GENERATION_DESKTOP
public static final Statement.StatementDescriptor GRID_PLANNING_PAGE_GENERATION_DESKTOP
-
PUBLICATION_FUNCTIONS
public static final Statement.StatementDescriptor PUBLICATION_FUNCTIONS
Publication functions.
-
SNIPPET_FUNCTIONS
public static final Statement.StatementDescriptor SNIPPET_FUNCTIONS
The snippet functions.
-
PUBLICATION_CREATE_MASTER_DOCUMENT
public static final Statement.StatementDescriptor PUBLICATION_CREATE_MASTER_DOCUMENT
Create Document Template Script.
-
PUBLICATION_EXPORT_METADATA
public static final Statement.StatementDescriptor PUBLICATION_EXPORT_METADATA
Export Metadata Script.
-
-
Method Detail
-
values
public static Statement.StatementDescriptor[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (Statement.StatementDescriptor c : Statement.StatementDescriptor.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static Statement.StatementDescriptor valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
getScriptId
public int getScriptId()
Gets the script id.- Returns:
- the script id
-
getClassId
public int getClassId()
Gets the class id.- Returns:
- the class id
-
getType
public Statement.StatementType getType()
Gets the type.- Returns:
- the type
-
getImplementationClass
public java.lang.Class<? extends CometStatement> getImplementationClass()
Gets the implementation class.- Returns:
- the implementation class
-
getLabel
public java.lang.String getLabel()
Gets the label.- Returns:
- the label
-
getDefaultStatement
public java.lang.String getDefaultStatement()
Gets the default statement.- Returns:
- the default statement
-
getUpdatePolicy
public Statement.UpdatePolicy getUpdatePolicy()
Gets the update policy.- Returns:
- the update policy
-
getFrontRowLink
public CometScript.FrontRowLink getFrontRowLink()
Gets the front row link.- Returns:
- the front row link
-
getShortcut
public java.lang.String getShortcut()
Gets the shortcut.- Returns:
- the shortcut
-
getHierarchy
public java.lang.String getHierarchy()
Gets the hierarchy.- Returns:
- the hierarchy
-
getConfigVersion
public java.lang.String getConfigVersion()
Gets the config version.- Returns:
- the config version
-
getSort
public int getSort()
Gets the sort.- Returns:
- the sort
-
getIdentifier
public java.lang.String getIdentifier()
Gets the identifier.- Returns:
- the identifier
-
-