Package com.priint.pubserver.comet.bridge.entitydata
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.
-
Interface Summary Interface Description Comet3Attribute The interface Comet 3 attribute. -
Class Summary Class Description Comet3EntityData The type Comet 3 entity data.Element Java class for the Comet3 Element type.
This type is used for e.g.ElementList The type Element list.ImagePreview The type Image preview.KeyValue Java class for the Comet3 KeyValue type.KeyValueList The type Key value list.Parameter Java class for the Comet3 Parameter type.
This type is used for e.g.Planning The type Planning.Preview Java class for the Comet3 Preview type.Product The type Product.Publication The type Publication.PublicationType Java class for the Comet3 PublicationType type.RecordId Java class for the Comet3 RecordId type.
This type is used for e.g.SimpleString The type Simple string.SnippetPreview The type Snippet preview.StringList The type String list.TextPreview Java class for the TextPreview type.WorkflowStatus Java class for the Comet3 WorkflowStatus type.
This type is used for e.g. -
Enum Summary Enum Description Element.ElementAttribute Attributes for the Comet3 Element type.
CAUTION! Do not change the order of these attributes or add or remove attributes, otherwise the InDesign Comet Plug-Ins and other clients will misinterpret the data sent from the Publishing Server.Element.PlacementType The enum Placement type.ElementList.PlacementType The enum Placement type.KeyValue.KeyValueAttribute Attributes for the Comet3 KeyValue type.
CAUTION! Do not change the order of these attributes or add or remove attributes, otherwise the InDesign Comet Plug-Ins and other clients will misinterpret the data sent from the Publishing Server.Parameter.ParameterAttribute Attributes for the Comet3 Parameter type.
CAUTION! Do not change the order of these attributes or add or remove attributes, otherwise the InDesign Comet Plug-Ins and other clients will misinterpret the data sent from the Publishing Server.Parameter.ParameterType The enum Parameter type.Planning.PlanningAttribute The enum Planning attribute.Preview.ButtonState The enum Button state.Preview.PreviewAttribute Attributes for the Comet3 Preview type.
CAUTION! Do not change the order of these attributes or add or remove attributes, otherwise the InDesign Comet Plug-Ins and other clients will misinterpret the data sent from the Publishing Server.
Depending on the Preview-type (i.e.Product.PageType The enum Page type.Product.ProductAttribute Attributes for the Comet3 Product type.
CAUTION! Do not change the order of these attributes or add or remove attributes, otherwise the InDesign Comet Plug-Ins and other clients will misinterpret the data sent from the Publishing Server.Product.ProductType The enum Product type.Product.Target target for the info1 and info2.Publication.PublicationAttribute Attributes for the Comet3 Publication type.
CAUTION! Do not change the order of these attributes or add or remove attributes, otherwise the InDesign Comet Plug-Ins and other clients will misinterpret the data sent from the Publishing Server.PublicationType.PublicationTypeAttribute Attributes for the Comet3 WorkflowStatus type.
CAUTION! Do not change the order of these attributes or add or remove attributes, otherwise the InDesign Comet Plug-Ins and other clients will misinterpret the data sent from the Publishing Server.RecordId.RecordIdAttribute Attributes for the Comet3 RecordId type.
CAUTION! Do not change the order of these attributes or add or remove attributes, otherwise the InDesign Comet Plug-Ins and other clients will misinterpret the data sent from the Publishing Server.SimpleString.SimpleStringAttribute The enum Simple string attribute.StringList.StringListAttribute The enum String list attribute.WorkflowStatus.WorkflowStatusAttribute Attributes for the Comet3 WorkflowStatus type.
CAUTION! Do not change the order of these attributes or add or remove attributes, otherwise the InDesign Comet Plug-Ins and other clients will misinterpret the data sent from the Publishing Server.