Package com.priint.pubserver.comet.bridge.entitydata

Contains the Comet entity data types

These are types supported by Comet rendering engines, such as Adobe InDesign or priint:pdf renderer.
The most important (and most obvious) type is, of course, a simple String or a String list, which is the data representation used in most placeholders and scripts.
Other types include the structure used in several panels (product pool, publications, previews) or table scripts.
Though it is not absolutely required to use these classes (in the end of the processing chain they all are transformed to java.util.List<java.util.List<String>> anyway - so theoretically you could just use String[][] right from the start), it is highly recommended using them. These classes hide some of the properties required for legacy and guarantee backward compatibility, when any of the Comet3 interfaces change.

See the com.priint.pubserver.comet.bridge.entitydata package info for examples and more information.