Enum Class Statement.StatementDescriptor
java.lang.Object
java.lang.Enum<Statement.StatementDescriptor>
com.priint.pubserver.comet.entity.statement.Statement.StatementDescriptor
- All Implemented Interfaces:
Serializable,Comparable<Statement.StatementDescriptor>,Constable
- Enclosing class:
- Statement
The StatementDescriptor enumeration classifies several types of statements:
Watch for the @Obsolete annotation, this will also give you a hint, why this particular statement should not be used.
-
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.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe statement is abstract, i.e.: there should be no instance of this statement type.Activate trace productpanel script.Allow login action.Scripts for batch processing.Book Script (classID 60).prescript to filter product selection.build support scripts.Deactivate trace productpanel script.After close event handler for all documents.After new event handler for all documents.After open event handler for all documents.After revert event handler for all documents.After save event handler for all documents.After save a copy event handler for all documents.After save as event handler for all documents.After shown event handler for all documents.Before close event handler for all documents.Before new event handler for all documents.Before open event handler for all documents.Before revert event handler for all documents.Before save event handler for all documents.Before save a copy event handler for all documents.Before save as event handler for all documents.Change front doc event handler for all documents.Document personalization scripts.Document Planning Script (classID 47).Load the ID for drop URL events.Global script for Drop URL events.A single element item, not used in SOAP / PubServer environment.List of elements, probably UNUSED.currently unused.Export trace productpanel script.Add a new grid.Add a grid element to a grid.Before deleting a grid.Get clients for the grid meta data dialogue.Get clients for the client popup in the grid panel.Get types of clients in the grid meta data dialogue.Delete a grid.Delete all elements of a grid.Get list of domains for the grid metadata dialogue.Get values of a grid element.Get a grid element by name.Get size and page type of all elements of a grid.Get single item in the grid panel, UNUSED.Get list of items in the grid panel.Load elements of a grid.Get id and name of page types applicable for grids.Get preview path of a grid preview.Reserved statement, UNUSED.Reserved and UNUSED.Reserved and UNUSED.Get size and page type of a grid.Get a sorted list of all grids.Get type ID and domain ID for a grid item, UNUSED.Get grid types.Update meta data of a grid.Update preview and size of a grid.The statement is illegal, at least it's not allowed in the actual context.Layout rule.Layout rule conditionsParameters for layout rules.Library export script.Get the ID of library export script.Library import script.Get the ID of library export script.After login action.The metadata options.The metadata types.CAUTION: script ID for page adaption actions must be mapped to actions.typeId when transforming comet statements to comet3 actions.Before deleting a page template.The pagetemplate insert script.Scripts bound to the grid panel menu.Scripts bound to the preview panel menu.Scripts for double click events in the product panel list.Scripts bound to the products panel menu.Scripts for double click events in the product panel list.Scripts bound to the publication list panel menu.Scripts for double click events in the product panel list.Scripts bound to the settings panel menu.Scripts bound to the template panel menu.Statement to load placeholder colors.The placeholder compare.Placeholder pre- and postfix.Scripts bound to the placeholder panel menu.The planning tree.Post insert scripts, CURRENTLY UNUSED.Double click event in the product panel list.Load script ID for double click events.Preview Link Script.preview statement.Reserved for previews, currently UNUSED.Reserved for previews, currently UNUSED.product condition (probably not supported anymore).Double click event in the product panel list.Load the script ID for double click events in the product panel Hard linked to script 1007.product find statement.A single product item, probably unused.Alternative product selection when generating pages with page templates.The root level of the product tree in InDesignThe root level of the product tree in the Whiteboard.Alternate root level of the product tree in the Whiteboard.Alternate root level of the product tree in the Whiteboard.Scripts bound to the products of document class.After (first) opening a publication document.After close handler for publication documents.After save handler for publication documents.Before close handler for publication documents.Checkin a publication document.Checkout a publication document.publication condition.publication condition menue.Get connection data for checkin / checkout support.Create Document Template Script.Domains in the publication panel.Double click event in the publication panel listLoad script ID for double click events.Export Metadata Script.Publication functions.Create a preview.Delete all previews of a publication.Get description for a publication info preview.Load a single preview.Get numbers of available previews for the current publication.Get the last used preview ID.Single item in the publication panel, UNUSED.List of document templates in the publication panel.Revert a publication document.List of items in the publication panel.Status of publication documents.The publication subtree.Filter templates according to publication assignment.Publishing management script.CAUTION: script ID for repeating element must be mapped to actions.typeId when transforming comet statements to comet3 actions.The script library.Currently unused ("Serienbrief").Activate or deactivate a setting item.Add a new setting item.Change alias of a setting item.Change path of a setting item.Delete a setting item.Get list of setting (global script variables and aliases).Get ID for a new setting item.The snippet functions.CAUTION: script ID for table select actions must be mapped to actions.typeId when transforming comet statements to comet3 actions.CAUTION: script ID for table layout actions must be mapped to actions.typeId when transforming comet statements to comet3 actions.Before deleting a template.Clients for the template meta data dialogue.Client types for the template metadata dialogue.Delete a template.Domains for the template meta data dialogue.Template, values for the domains / client popup.Build action for repeating elements.Scripts to determine a template ID during build.Template, a single item, UNUSED!.Template, list of items.Load template data.Page types for the template metadata dialogue.Previews for a template.Script ID of the template script.Script name of the template script.List of template states.Textflow prefix script.List of template types.Update a template.Update IDML data of a template, UNUSED.Update meta data of a template.Update XML of a template, UNUSED!.Text rules.conditions for text rules.ToDo list (reserved, UNUSED).ToDo list (reserved, UNUSED).Scripts bound to the todo class.The statement type is unknown, i.e.: has not been specified.The url link.Whiteboard script (classID 41).Whiteboard preview snippet script (classID 49).Work preset, single item.Work preset, item list.Work preset, single item.Scripts bound to the work presets ("Exportgroups") panel menu. -
Method Summary
Modifier and TypeMethodDescriptionintGets the class id.Gets the config version.Gets the default statement.Gets the front row link.Gets the hierarchy.Gets the identifier.Class<? extends CometStatement>Gets the implementation class.getLabel()Gets the label.intGets the script id.Gets the shortcut.intgetSort()Gets the sort.getType()Gets the type.Gets the update policy.Returns the enum constant of this class with the specified name.static Statement.StatementDescriptor[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
UNKNOWN
The statement type is unknown, i.e.: has not been specified. -
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
The statement is illegal, at least it's not allowed in the actual context. -
PANEL_PRODUCT
Scripts bound to the products panel menu. -
PANEL_PRODUCT_DOUBLECLICK
Scripts for double click events in the product panel list. -
PRODUCT_SELECTION
Alternative product selection when generating pages with page templates. -
PREVIEW_LINKSCRIPT
Preview Link Script. -
PRODUCTS_OF_DOCUMENT_SCRIPT
Scripts bound to the products of document class. -
ELEMENTS_SCRIPT
@Obsolete(reason="Currently unused") public static final Statement.StatementDescriptor ELEMENTS_SCRIPTcurrently unused. -
REPEATING_ELEMENTS
CAUTION: script ID for repeating element must be mapped to actions.typeId when transforming comet statements to comet3 actions. -
PANEL_PREVIEW
Scripts bound to the preview panel menu. -
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_SCRIPTScripts bound to the work presets ("Exportgroups") panel menu. -
PANEL_TEMPLATES
Scripts bound to the template panel menu. -
PANEL_PAGETEMPLATES
-
PANEL_PLACEHOLDER
-
PANEL_PUBLICATION
Scripts bound to the publication list panel menu. -
PANEL_PUBLICATION_DOUBLECLICK
Scripts for double click events in the product panel list. -
TODO_SCRIPT
Scripts bound to the todo class. -
PLACEHOLDER_SCRIPT
@Obsolete(reason="Currently unused") public static final Statement.StatementDescriptor PLACEHOLDER_SCRIPTScripts bound to the placeholder panel menu. -
SERIAL_LETTER_SCRIPT
@Obsolete(reason="Currently unused") public static final Statement.StatementDescriptor SERIAL_LETTER_SCRIPTCurrently unused ("Serienbrief"). -
PANEL_GRIDS
@Obsolete(reason="Grids are not supported from Comet version 4") public static final Statement.StatementDescriptor PANEL_GRIDSScripts bound to the grid panel menu. -
PANEL_SETTINGS
Scripts bound to the settings panel menu. -
BUILD_PRESCRIPT
prescript to filter product selection. -
TEMPLATE_ID
Scripts to determine a template ID during build. -
POST_INSERT
Post insert scripts, CURRENTLY UNUSED. -
BATCH
Scripts for batch processing. -
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
CAUTION: script ID for table layout actions must be mapped to actions.typeId when transforming comet statements to comet3 actions. -
PAGE_ADAPTION
CAUTION: script ID for page adaption actions must be mapped to actions.typeId when transforming comet statements to comet3 actions. -
LAYOUT_RULE
Layout rule. -
LAYOUT_RULE_PARAMETER
Parameters for layout rules. -
LAYOUT_RULE_CONDITION
Layout rule conditions -
LIBRARY_EXPORT
Library export script. -
LIBRARY_IMPORT
Library import script. -
TEMPLATE_TEXT_PREFIX
Textflow prefix script. -
BUILD_SUPPORT_SCRIPT
build support scripts. -
PLACEHOLDER_PRE_POST_FIX
Placeholder pre- and postfix. -
PLACEHOLDER_COMPARE
The placeholder compare. -
TEXTRULE
Text rules. -
TEXTRULE_CONDITION
conditions for text rules. -
DOCUMENT_PERSONALIZATION
Document personalization scripts. -
WHITEBOARD_DOCUMENT_SCRIPT
Whiteboard script (classID 41). CAUTION: now used for Camunda workflow scripts -
PUBLISHING_MANAGEMENT_SCRIPT
Publishing management script. -
DOCUMENT_PLANNING_SCRIPT
Document Planning Script (classID 47). -
BOOK_SCRIPT
Book Script (classID 60). -
WHITEBOARD_PREVIEW_SNIPPET
Whiteboard preview snippet script (classID 49). -
PRODUCT_TREE
The root level of the product tree in InDesign -
PLANNING_TREE
The planning tree. -
PRODUCT_TREE_WHITEBOARD
The root level of the product tree in the Whiteboard. -
PRODUCT_TREE_WHITEBOARD2
Alternate root level of the product tree in the Whiteboard. -
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_ITEMA single product item, probably unused. -
PRODUCT_DOUBLECLICK_ID
Load the script ID for double click events in the product panel Hard linked to script 1007. -
ELEMENT_LIST
List of elements, probably UNUSED. -
ELEMENT_ITEM
A single element item, not used in SOAP / PubServer environment. -
PLACEHOLDER_COLORS
Statement to load placeholder colors. -
PREVIEWS_RESERVED1
Reserved for previews, currently UNUSED. -
PREVIEW_DOUBLECLICK_ID
Load script ID for double click events. -
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_LISTWork preset, item list. -
WORKPRESET_ITEM
@Obsolete(reason="Not used in any known Comet 4 project") public static final Statement.StatementDescriptor WORKPRESET_ITEMWork preset, single item. -
WORKPRESET_POPUP
@Obsolete(reason="Not used in any known Comet 4 project") public static final Statement.StatementDescriptor WORKPRESET_POPUPWork preset, single item. -
TEMPLATE_LIST
Template, list of items. -
TEMPLATE_ITEM
Template, a single item, UNUSED!. -
TEMPLATE_DOMAIN_POPUP
Template, values for the domains / client popup. -
TEMPLATE_TYPE
List of template types. -
TEMPLATE_STATE
List of template states. -
TEMPLATE_UPDATE_METADATA
Update meta data of a template. -
TEMPLATE_UPDATE
Update a template. -
TEMPLATE_DELETE
Delete a template. -
TEMPLATE_LOAD
Load template data. -
TEMPLATE_CLIENT_TYPE
Client types for the template metadata dialogue. -
TEMPLATE_CLIENT
Clients for the template meta data dialogue. -
TEMPLATE_ELEMENTS_ACTION
Build action for repeating elements. -
TEMPLATE_DOMAIN
Domains for the template meta data dialogue. -
TEMPLATE_PAGETYPE
Page types for the template metadata dialogue. -
TEMPLATE_PREVIEW
Previews for a template. -
TEMPLATE_SCRIPTID
Script ID of the template script. -
TEMPLATE_SCRIPTNAME
Script name of the template script. -
TEMPLATE_UPDATE_IDML
Update IDML data of a template, UNUSED. -
TEMPLATE_UPDATE_XML
Update XML of a template, UNUSED!. -
TEMPLATE_BEFORE_DELETE
Before deleting a template. -
PUBLICATION_ROOTTREE
List of items in the publication panel. -
PUBLICATION_SUBTREE
The publication subtree. -
PUBLICATION_ITEM
Single item in the publication panel, UNUSED. -
PUBLICATION_MASTERDOCS
List of document templates in the publication panel. -
PUBLICATION_DOMAIN
Domains in the publication panel. -
PUBLICATION_DOUBLECLICK_ID
Load script ID for double click events. -
PUBLICATION_INFO_PREVIEW_COUNT
Get numbers of available previews for the current publication. -
PUBLICATION_INFO_PREVIEW
Load a single preview. -
PUBLICATION_INFO_PREVIEW_ID
Get the last used preview ID. -
PUBLICATION_INFO_CREATE_PREVIEW
Create a preview. -
PUBLICATION_INFO_DELETE_PREVIEWS
Delete all previews of a publication. -
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_DATAGet connection data for checkin / checkout support. -
PUBLICATION_CHECKOUT
Checkout a publication document. -
PUBLICATION_AFTER_SAVE
After save handler for publication documents. -
PUBLICATION_BEFORE_CLOSE
Before close handler for publication documents. -
PUBLICATION_STATUS
Status of publication documents. -
PUBLICATION_CHECKIN
Checkin a publication document. -
PUBLICATION_AFTER_CLOSE
After close handler for publication documents. -
PUBLICATION_REVERT
Revert a publication document. -
PUBLICATION_AFTER_CHECKOUT
After (first) opening a publication document. -
METADATA_OPTIONS
The metadata options. -
METADATA_TYPES
The metadata types. -
DOCUMENT_AFTER_CLOSE
After close event handler for all documents. -
DOCUMENT_AFTER_NEW
After new event handler for all documents. -
DOCUMENT_AFTER_OPEN
After open event handler for all documents. -
DOCUMENT_AFTER_REVERT
After revert event handler for all documents. -
DOCUMENT_AFTER_SAVE_A_COPY
After save a copy event handler for all documents. -
DOCUMENT_AFTER_SAVE_AS
After save as event handler for all documents. -
DOCUMENT_AFTER_SAVE
After save event handler for all documents. -
DOCUMENT_AFTER_SHOWN
After shown event handler for all documents. -
DOCUMENT_BEFORE_CLOSE
Before close event handler for all documents. -
DOCUMENT_BEFORE_NEW
Before new event handler for all documents. -
DOCUMENT_BEFORE_OPEN
Before open event handler for all documents. -
DOCUMENT_BEFORE_REVERT
Before revert event handler for all documents. -
DOCUMENT_BEFORE_SAVE_A_COPY
Before save a copy event handler for all documents. -
DOCUMENT_BEFORE_SAVE_AS
Before save as event handler for all documents. -
DOCUMENT_BEFORE_SAVE
Before save event handler for all documents. -
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_LISTGet 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_ITEMGet 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_DOMAINGet 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_METADATAUpdate 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_PREVIEWUpdate 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_DELETEDelete 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_RESERVEDReserved 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_POPUPGet 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_PATHGet 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_PAGETYPEGet 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_TYPESGet 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_RESERVED2Reserved 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_TYPEGet 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_CLIENTGet 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_RESERVED3Reserved 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_DOMAINGet 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_ELEMENTSDelete 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_ELEMENTAdd 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_ELEMENTSLoad 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_LISTGet 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_ADDAdd 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_PAGETYPEGet 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_NAMEGet 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_ELEMENTGet 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_PAGETYPEGet 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_DELETEBefore deleting a grid. -
SETTINGS_LIST
Get list of setting (global script variables and aliases). -
SETTINGS_NEW_ID
Get ID for a new setting item. -
SETTINGS_ADD
Add a new setting item. -
SETTINGS_CHANGE_ALIAS
Change alias of a setting item. -
SETTINGS_CHANGE_PATH
Change path of a setting item. -
SETTINGS_DELETE
Delete a setting item. -
SETTINGS_ACTIVATE
Activate or deactivate a setting item. -
LOGIN_SCRIPT
After login action. -
ALLOW_LOGIN
Allow login action. -
PAGETEMPLATE_BEFORE_DELETE
Before deleting a page template. -
PAGETEMPLATE_INSERT_SCRIPT
The pagetemplate insert script. -
DROP_URL_ID
Load the ID for drop URL events. This is hardlinked to script 1001. -
URL_LINK
The url link. -
LIBRARY_EXPORT_ID
Get the ID of library export script. -
LIBRARY_IMPORT_ID
Get the ID of library export script. -
TODO_RESERVED1
@Obsolete(reason="Currently unused") public static final Statement.StatementDescriptor TODO_RESERVED1ToDo list (reserved, UNUSED). -
TODO_RESERVED2
@Obsolete(reason="Currently unused") public static final Statement.StatementDescriptor TODO_RESERVED2ToDo list (reserved, UNUSED). -
PRODUCT_CONDITION
product condition (probably not supported anymore). -
PRODUCT_FINDSTATEMENT
product find statement. -
PREVIEW_PREVIEWSTATEMENT
preview statement. -
PUBLICATION_CONDITION
publication condition. -
PUBLICATION_CONDITIONMENUE
publication condition menue. -
SCRIPT_LIBRARY
The script library. -
DROP_URL_SCRIPT
Global script for Drop URL events. -
PUBLICATION_DOUBLECLICK
Double click event in the publication panel list -
PRODUCT_DOUBLECLICK
Double click event in the product panel list. -
PREVIEW_DOUBLECLICK
Double click event in the product panel list. -
PUBLICATION_PLANNER_BUILD_PRODUCT_SELECTION
-
WRITE_TOC_ENTRY
-
DELETE_TOC_ENTRY
-
ACTIVATE_TRACE_PRODUCTPANEL
Activate trace productpanel script. -
DEACTIVATE_TRACE_PRODUCTPANEL
Deactivate trace productpanel script. -
EXPORT_TRACE_PRODUCTPANEL
Export trace productpanel script. -
PUBLICATION_TEMPLATE_FILTER
Filter templates according to publication assignment. -
PLANNING_FUNCTIONS
-
GRID_PLANNING_PREVIEW_GENERATION
-
GRID_PLANNING_PAGE_GENERATION
-
GRID_PLANNING_PAGE_GENERATION_DOCUMENT_PLANNING
-
GRID_PLANNING_PAGE_GENERATION_DESKTOP
-
PUBLICATION_FUNCTIONS
Publication functions. -
SNIPPET_FUNCTIONS
The snippet functions. -
PUBLICATION_CREATE_MASTER_DOCUMENT
Create Document Template Script. -
PUBLICATION_EXPORT_METADATA
Export Metadata Script.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- 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
Gets the type.- Returns:
- the type
-
getImplementationClass
Gets the implementation class.- Returns:
- the implementation class
-
getLabel
Gets the label.- Returns:
- the label
-
getDefaultStatement
Gets the default statement.- Returns:
- the default statement
-
getUpdatePolicy
Gets the update policy.- Returns:
- the update policy
-
getFrontRowLink
Gets the front row link.- Returns:
- the front row link
-
getShortcut
Gets the shortcut.- Returns:
- the shortcut
-
getHierarchy
Gets the hierarchy.- Returns:
- the hierarchy
-
getConfigVersion
Gets the config version.- Returns:
- the config version
-
getSort
public int getSort()Gets the sort.- Returns:
- the sort
-
getIdentifier
Gets the identifier.- Returns:
- the identifier
-