Serialized Form
-
Package com.priint.comet.common
-
Exception com.priint.comet.common.CometException
class CometException extends Exception implements Serializable- serialVersionUID:
- 8370722220077394294L
-
Serialized Fields
-
errorCode
int errorCode
-
serverModule
String serverModule
-
-
Class com.priint.comet.common.SessionInfo
class SessionInfo extends Object implements Serializable- serialVersionUID:
- -3539767996290224586L
-
-
Package com.priint.comet.port.whiteboard
-
Class com.priint.comet.port.whiteboard.CometWhiteboard.DocumentInfo
class DocumentInfo extends Object implements Serializable- serialVersionUID:
- -765461217236087514L
-
Serialized Fields
-
documentID
String documentID
-
exists
boolean exists
-
filename
String filename
-
openedInSession
boolean openedInSession
-
refCount
int refCount
-
size
int size
-
status
CometWhiteboard.DocumentStatus status
-
-
Class com.priint.comet.port.whiteboard.CometWhiteboard.RecordID
class RecordID extends Object implements Serializable- serialVersionUID:
- 8969587324111030923L
-
Serialized Fields
-
id1
long id1
-
id2
long id2
-
id3
long id3
-
stringID
String stringID
-
-
Class com.priint.comet.port.whiteboard.CometWhiteboard.SessionInfo
class SessionInfo extends Object implements Serializable- serialVersionUID:
- 8246241320445048295L
-
-
Package com.priint.pubserver.appserver
-
Class com.priint.pubserver.appserver.GlassfishDomain
class GlassfishDomain extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
applications
List<GlassfishDomain.Application> applications
-
configs
List<GlassfishDomain.Config> configs
-
resources
List<Serializable> resources
-
secureAdmin
GlassfishDomain.SecureAdmin secureAdmin
-
servers
List<GlassfishDomain.Server> servers
-
-
Class com.priint.pubserver.appserver.GlassfishDomain.AdminService
class AdminService extends Object implements Serializable- serialVersionUID:
- -3856125608705868258L
-
Serialized Fields
-
jmxConnector
GlassfishDomain.JmxConnector jmxConnector
-
-
Class com.priint.pubserver.appserver.GlassfishDomain.Application
class Application extends Object implements Serializable- serialVersionUID:
- -4876808641839364030L
-
Serialized Fields
-
deploymentOrder
int deploymentOrder
The Deployment order. -
engines
List<GlassfishDomain.Engine> engines
-
location
String location
The Location. -
modules
List<GlassfishDomain.Module> modules
-
name
String name
The Name. -
properties
List<GlassfishDomain.Property> properties
-
-
Class com.priint.pubserver.appserver.GlassfishDomain.Config
class Config extends Object implements Serializable- serialVersionUID:
- -76537690962069832L
-
Serialized Fields
-
adminService
GlassfishDomain.AdminService adminService
-
javaConfig
GlassfishDomain.JavaConfig javaConfig
-
name
String name
The Name. -
networkConfig
GlassfishDomain.NetworkConfig networkConfig
-
threadPools
List<GlassfishDomain.ThreadPool> threadPools
-
-
Class com.priint.pubserver.appserver.GlassfishDomain.ConnectorConnectionPool
class ConnectorConnectionPool extends Object implements Serializable- serialVersionUID:
- 6660260766446501428L
-
Class com.priint.pubserver.appserver.GlassfishDomain.ConnectorResource
class ConnectorResource extends Object implements Serializable- serialVersionUID:
- -8842835942101336028L
-
Class com.priint.pubserver.appserver.GlassfishDomain.Engine
class Engine extends Object implements Serializable- serialVersionUID:
- -3709455597342595502L
-
Serialized Fields
-
sniffer
String sniffer
-
-
Class com.priint.pubserver.appserver.GlassfishDomain.JavaConfig
class JavaConfig extends Object implements Serializable- serialVersionUID:
- -382448857119094942L
-
Class com.priint.pubserver.appserver.GlassfishDomain.JdbcConnectionPool
class JdbcConnectionPool extends Object implements Serializable- serialVersionUID:
- -8664978894047634533L
-
Serialized Fields
-
datasourceClassname
String datasourceClassname
-
failAllConnections
String failAllConnections
-
name
String name
-
nonTransactionalConnections
String nonTransactionalConnections
-
properties
List<GlassfishDomain.Property> properties
-
resType
String resType
-
transactionIsolationLevel
String transactionIsolationLevel
-
-
Class com.priint.pubserver.appserver.GlassfishDomain.JdbcResource
class JdbcResource extends Object implements Serializable- serialVersionUID:
- 2109266666134055758L
-
Class com.priint.pubserver.appserver.GlassfishDomain.JmxConnector
class JmxConnector extends Object implements Serializable- serialVersionUID:
- -3856125608705868257L
-
Serialized Fields
-
port
String port
-
-
Class com.priint.pubserver.appserver.GlassfishDomain.Module
class Module extends Object implements Serializable- serialVersionUID:
- -5820078920426769451L
-
Serialized Fields
-
engines
List<GlassfishDomain.Engine> engines
-
name
String name
-
-
Class com.priint.pubserver.appserver.GlassfishDomain.NetworkConfig
class NetworkConfig extends Object implements Serializable- serialVersionUID:
- -5871589352057987866L
-
Class com.priint.pubserver.appserver.GlassfishDomain.Property
class Property extends Object implements Serializable- serialVersionUID:
- -2722702037051518167L
-
Class com.priint.pubserver.appserver.GlassfishDomain.Reference
class Reference extends Object implements Serializable- serialVersionUID:
- 6145255915735063820L
-
Serialized Fields
-
ref
String ref
-
-
Class com.priint.pubserver.appserver.GlassfishDomain.SecureAdmin
class SecureAdmin extends Object implements Serializable- serialVersionUID:
- 652722372692042134L
-
Serialized Fields
-
enabled
boolean enabled
The Enabled.
-
-
Class com.priint.pubserver.appserver.GlassfishDomain.Server
class Server extends Object implements Serializable- serialVersionUID:
- 5731792122120013498L
-
Serialized Fields
-
applicationRefs
List<GlassfishDomain.Reference> applicationRefs
-
configRef
String configRef
The Config ref. -
name
String name
The Name. -
resourceRefs
List<GlassfishDomain.Reference> resourceRefs
-
systemProperties
List<GlassfishDomain.Property> systemProperties
-
-
Class com.priint.pubserver.appserver.GlassfishDomain.ThreadPool
class ThreadPool extends Object implements Serializable- serialVersionUID:
- 6936600775461697684L
-
-
Package com.priint.pubserver.auth
-
Exception com.priint.pubserver.auth.AuthManagerException
class AuthManagerException extends PubServerException implements Serializable- serialVersionUID:
- 1L
-
Class com.priint.pubserver.auth.PubServerSecuredInterceptor
class PubServerSecuredInterceptor extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
logger
org.slf4j.Logger logger
-
-
-
Package com.priint.pubserver.auth.realm
-
Class com.priint.pubserver.auth.realm.PubServerAuthenticationInfo
class PubServerAuthenticationInfo extends org.apache.shiro.authc.SimpleAuthenticationInfo implements Serializable- serialVersionUID:
- 1L
-
-
Package com.priint.pubserver.check
-
Class com.priint.pubserver.check.CheckResult
class CheckResult extends Object implements Serializable- serialVersionUID:
- -7395373589576951557L
-
Serialized Fields
-
issues
List<CheckResult.Issue> issues
-
path
String path
-
pluginMappedName
String pluginMappedName
-
solutions
List<CheckResult.Solution> solutions
-
status
CheckResult.Status status
-
statusDescription
String statusDescription
-
summary
String summary
-
-
Class com.priint.pubserver.check.CheckResult.Issue
class Issue extends Object implements Serializable- serialVersionUID:
- 7793490204500019531L
-
Serialized Fields
-
repositoryPath
String repositoryPath
-
repositoryType
String repositoryType
-
solutions
List<CheckResult.Solution> solutions
-
status
CheckResult.Status status
-
statusDescription
String statusDescription
-
-
Class com.priint.pubserver.check.CheckResult.Solution
class Solution extends Object implements Serializable- serialVersionUID:
- 8630704646438497435L
-
Serialized Fields
-
label
String label
A brief description of this solution -
method
PluginMethod method
In case of soltionType == METHOD_CALL, this is the method including all Parameters to call to fix this issue -
solutionInstructions
String solutionInstructions
This can include detailed instructions for either manual fixes, fixes that require deletion of a item or details about the repair method -
solutionType
CheckResult.Solution.SolutionType solutionType
-
-
-
Package com.priint.pubserver.comet.bridge
-
Class com.priint.pubserver.comet.bridge.Comet3CollectionImpl
- serialVersionUID:
- 7075701996724156037L
-
Serialized Fields
-
timestamp
Long timestamp
-
-
Class com.priint.pubserver.comet.bridge.Comet3Entity
class Comet3Entity extends TaggingObject implements Serializable- serialVersionUID:
- 8678051736783595948L
-
Serialized Fields
-
id
int id
The Id. -
timestamp
long timestamp
The Timestamp.
-
-
Class com.priint.pubserver.comet.bridge.CometSearchMethod
class CometSearchMethod extends Object implements Serializable- serialVersionUID:
- -6786428877838934286L
-
Class com.priint.pubserver.comet.bridge.FileRequestParameters
class FileRequestParameters extends Object implements Serializable- serialVersionUID:
- 8087824380126976034L
-
Serialized Fields
-
builtByObjectEntityClasses
List<String> builtByObjectEntityClasses
-
builtByObjectEntityIds
List<String> builtByObjectEntityIds
-
builtByObjectGroupIds
List<String> builtByObjectGroupIds
-
builtByObjectIds
List<String> builtByObjectIds
-
builtByParentObjectEntityClasses
List<String> builtByParentObjectEntityClasses
-
builtByParentObjectEntityIds
List<String> builtByParentObjectEntityIds
-
builtByParentObjectGroupIds
List<String> builtByParentObjectGroupIds
-
builtByParentObjectIds
List<String> builtByParentObjectIds
-
builtByRecordStringIds
List<String> builtByRecordStringIds
-
cometProject
String cometProject
-
contexts
List<String> contexts
-
declaredSearchFlags
List<FileRequestParameters.SearchFlag> declaredSearchFlags
-
documentName
String documentName
-
documentPath
String documentPath
-
frameInfoIds
List<String> frameInfoIds
-
frameLabels
List<String> frameLabels
-
frameTypes
List<String> frameTypes
-
frameUIDs
List<Integer> frameUIDs
-
ids
List<String> ids
-
layers
List<String> layers
-
objectEntityClasses
List<String> objectEntityClasses
-
objectEntityIds
List<String> objectEntityIds
-
objectGroupIds
List<String> objectGroupIds
-
objectIds
List<String> objectIds
-
pages
List<Integer> pages
-
parentObjectEntityClasses
List<String> parentObjectEntityClasses
-
parentObjectEntityIds
List<String> parentObjectEntityIds
-
parentObjectGroupIds
List<String> parentObjectGroupIds
-
parentObjectIds
List<String> parentObjectIds
-
placeholderIds
List<Integer> placeholderIds
-
placeholderInfos1
List<String> placeholderInfos1
-
placeholderInfos2
List<String> placeholderInfos2
-
processedSearchFlags
List<FileRequestParameters.SearchFlag> processedSearchFlags
-
publication
String publication
-
publicationPlannerDocumentId
String publicationPlannerDocumentId
-
publicationType
String publicationType
-
recordStringIds
List<String> recordStringIds
-
scriptTags
List<String> scriptTags
-
snippetSearchFlags
List<FileRequestParameters.SnippetSearchFlag> snippetSearchFlags
-
templateIds
List<Integer> templateIds
-
usedParametersAsDeclared
FileRequestParameters.Parameter[] usedParametersAsDeclared
-
usedParametersAsDefined
FileRequestParameters.Parameter[] usedParametersAsDefined
-
-
-
Package com.priint.pubserver.comet.bridge.entitydata
-
Class com.priint.pubserver.comet.bridge.entitydata.Comet3EntityData
class Comet3EntityData extends Object implements Serializable- serialVersionUID:
- 6899218635584449758L
-
Serialized Fields
-
values
Map<Comet3Attribute,
Object> values
-
-
Class com.priint.pubserver.comet.bridge.entitydata.Element
class Element extends Comet3EntityData implements Serializable- serialVersionUID:
- 1568412888918872200L
-
Class com.priint.pubserver.comet.bridge.entitydata.ElementList
- serialVersionUID:
- 7444418975478905650L
-
Serialized Fields
-
placementType
ElementList.PlacementType placementType
-
-
Class com.priint.pubserver.comet.bridge.entitydata.ImagePreview
class ImagePreview extends Preview implements Serializable- serialVersionUID:
- -6409443241324760687L
-
Class com.priint.pubserver.comet.bridge.entitydata.KeyValue
class KeyValue extends Comet3EntityData implements Serializable- serialVersionUID:
- 1568412888918872200L
-
Class com.priint.pubserver.comet.bridge.entitydata.KeyValueList
- serialVersionUID:
- 7749123606833115879L
-
Class com.priint.pubserver.comet.bridge.entitydata.Parameter
class Parameter extends Comet3EntityData implements Serializable- serialVersionUID:
- 1568412888918872200L
-
Class com.priint.pubserver.comet.bridge.entitydata.Planning
class Planning extends Comet3EntityData implements Serializable- serialVersionUID:
- 7922953038596344041L
-
Class com.priint.pubserver.comet.bridge.entitydata.Preview
class Preview extends Comet3EntityData implements Serializable- serialVersionUID:
- 1568412888918872200L
-
Class com.priint.pubserver.comet.bridge.entitydata.Product
class Product extends Comet3EntityData implements Serializable- serialVersionUID:
- 4948998440155997171L
-
Serialized Fields
-
info1
String info1
info1 and info2 go into the RESERVED_GRIDNAME field in a special format. We save these values in extra fields, so setting up the output will be easier. -
info1Target
Product.Target info1Target
-
info2
String info2
see info1 -
info2Target
Product.Target info2Target
-
-
Class com.priint.pubserver.comet.bridge.entitydata.Publication
class Publication extends Comet3EntityData implements Serializable- serialVersionUID:
- 2414236467989765039L
-
Class com.priint.pubserver.comet.bridge.entitydata.PublicationType
class PublicationType extends Comet3EntityData implements Serializable- serialVersionUID:
- 1568412888918872200L
-
Class com.priint.pubserver.comet.bridge.entitydata.RecordId
class RecordId extends Comet3EntityData implements Serializable- serialVersionUID:
- 1568412888918872200L
-
Class com.priint.pubserver.comet.bridge.entitydata.SimpleString
class SimpleString extends Comet3EntityData implements Serializable- serialVersionUID:
- -9092071502627945671L
-
Serialized Fields
-
value
String value
The Value.
-
-
Class com.priint.pubserver.comet.bridge.entitydata.SnippetPreview
class SnippetPreview extends Preview implements Serializable- serialVersionUID:
- -8911756678511748152L
-
Class com.priint.pubserver.comet.bridge.entitydata.StringList
class StringList extends Comet3EntityData implements Serializable- serialVersionUID:
- -5197785316640513592L
-
Class com.priint.pubserver.comet.bridge.entitydata.TextPreview
class TextPreview extends Preview implements Serializable- serialVersionUID:
- -8038877385479588645L
-
Class com.priint.pubserver.comet.bridge.entitydata.WorkflowStatus
class WorkflowStatus extends Comet3EntityData implements Serializable- serialVersionUID:
- 1568412888918872200L
-
-
Package com.priint.pubserver.comet.bridge.entitydata.xmlsupply
-
Class com.priint.pubserver.comet.bridge.entitydata.xmlsupply.XmlBigDecimalList
- serialVersionUID:
- -7027287739354068098L
-
Class com.priint.pubserver.comet.bridge.entitydata.xmlsupply.XmlBigIntegerList
- serialVersionUID:
- -7027287739354068098L
-
Class com.priint.pubserver.comet.bridge.entitydata.xmlsupply.XmlBooleanList
- serialVersionUID:
- -7027287739354068098L
-
Class com.priint.pubserver.comet.bridge.entitydata.xmlsupply.XmlByteList
- serialVersionUID:
- -7027287739354068098L
-
Class com.priint.pubserver.comet.bridge.entitydata.xmlsupply.XmlCalendarList
- serialVersionUID:
- -7027287739354068098L
-
Class com.priint.pubserver.comet.bridge.entitydata.xmlsupply.XmlCScriptMethodCall
class XmlCScriptMethodCall extends Object implements Serializable- serialVersionUID:
- 497536255862531907L
-
Class com.priint.pubserver.comet.bridge.entitydata.xmlsupply.XmlDoubleList
- serialVersionUID:
- -7027287739354068098L
-
Class com.priint.pubserver.comet.bridge.entitydata.xmlsupply.XmlElementList
class XmlElementList extends ElementList implements Serializable- serialVersionUID:
- -7027287739354068098L
-
Class com.priint.pubserver.comet.bridge.entitydata.xmlsupply.XmlFloatList
- serialVersionUID:
- -7027287739354068098L
-
Class com.priint.pubserver.comet.bridge.entitydata.xmlsupply.XmlIntegerList
- serialVersionUID:
- -7027287739354068098L
-
Class com.priint.pubserver.comet.bridge.entitydata.xmlsupply.XmlKeyValueList
class XmlKeyValueList extends KeyValueList implements Serializable- serialVersionUID:
- -7027287739354068098L
-
Class com.priint.pubserver.comet.bridge.entitydata.xmlsupply.XmlLongList
- serialVersionUID:
- -7027287739354068098L
-
Class com.priint.pubserver.comet.bridge.entitydata.xmlsupply.XmlParameterList
- serialVersionUID:
- -7027287739354068098L
-
Class com.priint.pubserver.comet.bridge.entitydata.xmlsupply.XmlPlanningList
- serialVersionUID:
- -7027287739354068098L
-
Class com.priint.pubserver.comet.bridge.entitydata.xmlsupply.XmlProductList
- serialVersionUID:
- -7027287739354068098L
-
Class com.priint.pubserver.comet.bridge.entitydata.xmlsupply.XmlPublicationList
- serialVersionUID:
- -7027287739354068098L
-
Class com.priint.pubserver.comet.bridge.entitydata.xmlsupply.XmlPublicationTypeList
- serialVersionUID:
- -7027287739354068098L
-
Class com.priint.pubserver.comet.bridge.entitydata.xmlsupply.XmlRecordIdList
- serialVersionUID:
- -7027287739354068098L
-
Class com.priint.pubserver.comet.bridge.entitydata.xmlsupply.XmlShortList
- serialVersionUID:
- -7027287739354068098L
-
Class com.priint.pubserver.comet.bridge.entitydata.xmlsupply.XmlStringList
- serialVersionUID:
- -7027287739354068098L
-
Class com.priint.pubserver.comet.bridge.entitydata.xmlsupply.XmlWorkflowStatusList
- serialVersionUID:
- -7027287739354068098L
-
-
Package com.priint.pubserver.comet.bridge.frameinfo
-
Class com.priint.pubserver.comet.bridge.frameinfo.CometFrameInfo
class CometFrameInfo extends Object implements Serializable- serialVersionUID:
- 8619634318254150804L
-
Serialized Fields
-
assortment
String assortment
Assortment criteria used when loading this placeholder -
builtByObjectEntityClass
String builtByObjectEntityClass
Class of the object entity, e.g. "Bucket", "Text", etc. -
builtByObjectEntityId
String builtByObjectEntityId
Identifier of the object entity, e.g. "Product", "Article" etc. -
builtByObjectGroupId
String builtByObjectGroupId
Group Id of the object -
builtByObjectId
String builtByObjectId
Record Id of the object -
builtByParentObjectEntityClass
String builtByParentObjectEntityClass
Class of the parent object entity, e.g. "Bucket", "Text", etc. -
builtByParentObjectEntityId
String builtByParentObjectEntityId
Identifier of the parent object entity, e.g. "Product", "Article" etc. -
builtByParentObjectGroupId
String builtByParentObjectGroupId
Group Id of the parent object -
builtByParentObjectId
String builtByParentObjectId
Record Id of the parent object -
builtByRecordId
Integer builtByRecordId
(numeric) id of the record linked with this placeholder -
builtByRecordId2
Integer builtByRecordId2
(numeric) id 2 of the record linked with this placeholder -
builtByRecordId3
Integer builtByRecordId3
(numeric) id 3 of the record linked with this placeholder -
builtByRecordStringId
String builtByRecordStringId
String Id of the record linked with this placeholder -
cometGroupId
Integer cometGroupId
CometGroup Id of the frame -
country
String country
Country criteria used when loading this placeholder -
createdBy
String createdBy
-
createdOn
Date createdOn
-
documentName
String documentName
Name of the InDesign document -
documentPath
String documentPath
Path of the InDesign document -
frameInfoId
String frameInfoId
-
frameLabel
String frameLabel
-
frameRotation
Double frameRotation
-
frameSkew
Double frameSkew
-
frameType
String frameType
-
frameUID
Integer frameUID
UID of the frame -
height
Double height
-
id
Integer id
-
imageRotation
Double imageRotation
-
imageSkew
Double imageSkew
-
imageXOffset
Double imageXOffset
-
imageXScale
Double imageXScale
-
imageYOffset
Double imageYOffset
-
imageYScale
Double imageYScale
-
language
String language
Language criteria used when loading this placeholder -
layer
String layer
-
market
String market
Market criteria used when loading this placeholder -
objectEntityClass
String objectEntityClass
Class of the object entity, e.g. "Bucket", "Text", etc. -
objectEntityId
String objectEntityId
Identifier of the object entity, e.g. "Product", "Article" etc. -
objectGroupId
String objectGroupId
Group Id of the object -
objectId
String objectId
Record Id of the object -
objectStyle
String objectStyle
-
pagenum
Integer pagenum
The 1-based index of this page in the document, i.e.: if the placeholder is located on the third page in this InDesign document, pagenum is set to 3. -
parentObjectEntityClass
String parentObjectEntityClass
Class of the parent object entity, e.g. "Bucket", "Text", etc. -
parentObjectEntityId
String parentObjectEntityId
Identifier of the parent object entity, e.g. "Product", "Article" etc. -
parentObjectGroupId
String parentObjectGroupId
Group Id of the parent object -
parentObjectId
String parentObjectId
Record Id of the parent object -
placeholderId
Integer placeholderId
Id of this placeholder -
placeholderInfo1
String placeholderInfo1
Content of the info1 field of this placeholder -
placeholderInfo2
String placeholderInfo2
Content of the info2 field of this placeholder -
project
String project
-
publication
String publication
Name of the publication this index is associated to. -
publicationPlannerDocumentId
String publicationPlannerDocumentId
Id of this document in the publication planner -
publicationType
String publicationType
-
recordId
Integer recordId
(numeric) id of the record linked with this placeholder -
recordId2
Integer recordId2
(numeric) id 2 of the record linked with this placeholder -
recordId3
Integer recordId3
(numeric) id 3 of the record linked with this placeholder -
recordStringId
String recordStringId
String Id of the record linked with this placeholder -
scriptTags
List<CometFrameInfo.ScriptTag> scriptTags
Script tags associated to this frame.In XML the script tags is a complex type, see the
ScriptTagclassAfter reading an object from XML, you must call the
CometFrameInfo.afterReadFromXML()method to translate the XML structure into CLOB / JPA representation -
scriptTagsClob
String scriptTagsClob
Script tags associated to this frame.In JPA script tags are stored in a CLOB field.
After reading an object from JPA, you must call the
CometFrameInfo.afterReadFromJPA()method to translate the CLOB representation into a XML structure -
targetgroup
String targetgroup
Targetgroup criteria used when loading this placeholder -
templateId
Integer templateId
-
updatedBy
String updatedBy
-
updatedOn
Date updatedOn
-
well
String well
Well criteria used when loading this placeholder -
width
Double width
-
xPositionAbsolute
Double xPositionAbsolute
-
xPositionRelative
Double xPositionRelative
-
yPositionAbsolute
Double yPositionAbsolute
-
yPositionRelative
Double yPositionRelative
-
-
Class com.priint.pubserver.comet.bridge.frameinfo.CometFrameInfo.ScriptTag
class ScriptTag extends Object implements Serializable- serialVersionUID:
- 560674948930225430L
-
Class com.priint.pubserver.comet.bridge.frameinfo.CometFrameInfo.ScriptTags
class ScriptTags extends Object implements Serializable- serialVersionUID:
- 6355025749331999111L
-
Serialized Fields
-
scriptTags
List<CometFrameInfo.ScriptTag> scriptTags
-
-
Class com.priint.pubserver.comet.bridge.frameinfo.CometFrameInfoDocument
class CometFrameInfoDocument extends CometEntity implements Serializable- serialVersionUID:
- -7597393574789300042L
-
Serialized Fields
-
activeLayer
String activeLayer
-
documentName
String documentName
-
documentPath
String documentPath
-
frameInfos
List<CometFrameInfo> frameInfos
-
placeholderIds
List<Integer> placeholderIds
-
publication
String publication
-
publicationPlannerDocumentId
String publicationPlannerDocumentId
-
publicationType
String publicationType
-
scope
CometFrameInfoDocument.Scope scope
-
-
-
Package com.priint.pubserver.comet.bridge.snippet
-
Class com.priint.pubserver.comet.bridge.snippet.CometSnippet
class CometSnippet extends Object implements Serializable- serialVersionUID:
- 8619634318254150804L
-
Serialized Fields
-
assortment
String assortment
Assortment criteria, currently unused, see theCometSnippet.snippetContextproperty for snippet specific context criteria -
cometGroupId
Integer cometGroupId
CometGroup Id of this snippet -
component
String component
-
country
String country
Country criteria, currently unused, see theCometSnippet.snippetContextproperty for snippet specific context criteria -
createdBy
String createdBy
User, who created this snippet -
createdOn
Date createdOn
Date, the snippet was created -
description
String description
Description of the snippet.
Currently this field is empty, but may be used for future snippet management enhancements -
documentLabel
String documentLabel
Name of the InDesign document -
documentName
String documentName
Name of the InDesign document -
documentPath
String documentPath
Path of the InDesign document. This is the local path of the document at the time, the snippet was created. It may differ from the actual path of the same document on the server file system in case the snippets were based on a working copy of the document. Usually, we don't refer to documents by path, but rather byCometSnippet.publicationPlannerDocumentId. -
fileId
String fileId
This field is currently unused and will probably be removed in future releases. -
height
Double height
Height of the snippet. -
id
Integer id
Unique Id of this snippet. -
itemEntityClass
String itemEntityClass
Entity class of the item (e.g. bucket) linked to the snippet. Usually, this is the same like OBJ_ENTITY_CLASS, but e.g. for plannings, this is the class of the associated bucket (i.e. 'Bucket'). -
itemEntityId
String itemEntityId
Entity identifier of the item (e.g. bucket) linked to the snippet. Usually, this is the same like OBJ_ENTITY_ID, but e.g. for plannings, this is the entity identifier of the associated bucket. -
itemGroupId
String itemGroupId
Group Id of the item (e.g. bucket) linked to the snippet. Usually, this is the same like OBJ_GRP_ID, but e.g. for plannings, this is the group ID of the associated bucket. -
itemId
String itemId
Record Id of the item (e.g. bucket) linked to the snippet. Usually, this is the same like OBJ_ID, but e.g. for plannings, this is the ID of the associated bucket. -
label
String label
Label of the snippet.
Currently this field is empty, but may be used for future snippet management enhancements -
language
String language
Language criteria, currently unused, see theCometSnippet.snippetContextproperty for snippet specific context criteria -
layer
String layer
Target layer used when building this snippet.
By "layer", we mean the target layer used for productlist::establish or other methods to build products.
If snippets are created during build, this value is set to the target layer (either active layer or layer provided to cscript function call).
If snippets are created via productlist::create_snippets or using the dialog, the layer can be set explicitly. When searching for snippets, layer can also be set as a match criteria. -
market
String market
Market criteria, currently unused, see theCometSnippet.snippetContextproperty for snippet specific context criteria -
objectEntityClass
String objectEntityClass
Class of the object entity, e.g. "Bucket", "Text", etc. -
objectEntityId
String objectEntityId
Identifier of the object entity, e.g. "Product", "Article" etc. -
objectGroupId
String objectGroupId
Group Id of the object -
objectId
String objectId
Record Id of the object -
pageNumber
String pageNumber
Number of the page in the document of which the snipped was created -
parentObjectEntityClass
String parentObjectEntityClass
Class of the parent object entity, e.g. "Bucket", "Text", etc. -
parentObjectEntityId
String parentObjectEntityId
Identifier of the parent object entity, e.g. "Product", "Article" etc. -
parentObjectGroupId
String parentObjectGroupId
Group Id of the parent object -
parentObjectId
String parentObjectId
Record Id of the parent object -
project
String project
The Comet project this snippet is associated to. -
publication
String publication
Name of the publication this index is associated to. -
publicationPlannerDocumentId
String publicationPlannerDocumentId
Id of this document in the publication planner -
publicationPlannerRootPublicationId
String publicationPlannerRootPublicationId
Id of the root publication of this document. This root publication is the publication on top / first level. -
publicationType
String publicationType
Type of the publication. This field is currently unused and may be removed in future releases. -
recordId
Integer recordId
(numeric) id of the record linked with this placeholder -
recordId2
Integer recordId2
(numeric) id 2 of the record linked with this placeholder -
recordId3
Integer recordId3
(numeric) id 3 of the record linked with this placeholder -
recordStringId
String recordStringId
String Id of the record linked with this placeholder -
snippetContext
String snippetContext
Arbitrary string to describe the context of this snippet e.g. common criteria for all placeholders.
Snippet context can be set when creating snippets in cscript (e.g. via productlist::create_snippet) or from the UI in the snippet dialog.
Recommended format for the snippet context property is a JSON string using the following attribute names for context criteria:- assortmentName
- country
- currency
- language
- marketName
- targetGroup
- wellName
In 4.1.7, newly created comet projects also include a recommondation, how to fill the snippet context field, see the snippetfunction cscript library, function "getSnippetContextFromDocumentAttributes"
-
targetgroup
String targetgroup
Targetgroup criteria, currently unused, see theCometSnippet.snippetContextproperty for snippet specific context criteria -
templateId
Integer templateId
Template used when building the snippet -
updatedBy
String updatedBy
User, who updated this snippet -
updatedOn
Date updatedOn
Date, the snippet was updated -
well
String well
Well criteria, currently unused, see theCometSnippet.snippetContextproperty for snippet specific context criteria -
width
Double width
Width of the snippet. -
x
Double x
Original X position of the snippet in the document coordinate system -
y
Double y
Original Y position of the snippet in the document coordinate system
-
-
Class com.priint.pubserver.comet.bridge.snippet.CometSnippetDocument
class CometSnippetDocument extends CometEntity implements Serializable- serialVersionUID:
- -7597393574789300042L
-
Class com.priint.pubserver.comet.bridge.snippet.SnippetContext
class SnippetContext extends Object implements Serializable- serialVersionUID:
- -4521234934527006783L
-
-
Package com.priint.pubserver.comet.bridge.toc
-
Class com.priint.pubserver.comet.bridge.toc.CometTocEntry
class CometTocEntry extends Object implements Serializable- serialVersionUID:
- 729609782832661457L
-
Serialized Fields
-
assortment
String assortment
Assortment criteria used when loading this placeholder. -
country
String country
Country criteria used when loading this placeholder. -
createdOn
String createdOn
CreatedOn associated with this Toc entry. -
document
String document
Name of the InDesign document. -
id
Integer id
The id. -
language
String language
Language criteria used when loading this placeholder. -
layer
String layer
Name of the InDesign layer on which this placeholder is located on. -
objectEntityClass
String objectEntityClass
Class of the object entity, e.g. "Bucket", "Text", etc. -
objectEntityId
String objectEntityId
Identifier of the object entity, e.g. "Product", "Article" etc. -
objectGroupId
String objectGroupId
Group Id of the object. -
objectId
String objectId
Record Id of the object. -
pagenum
int pagenum
The 1-based index of this page in the document, i.e.: if the placeholder is located on the third page in this InDesign document, pagenum is set to 3. -
pageNumPlusStartPage
int pageNumPlusStartPage
The actual page number. This is the page index plus the number of the start page, i.e.: if the document starts at page 7 and the placeholder is located on the third page (in this document), pageNumPlusStartPage is 10. -
parentObjectEntityClass
String parentObjectEntityClass
Class of the parent object entity, e.g. "Bucket", "Text", etc. -
parentObjectEntityId
String parentObjectEntityId
Identifier of the parent object entity, e.g. "Product", "Article" etc. -
parentObjectGroupId
String parentObjectGroupId
Group Id of the parent object. -
parentObjectId
String parentObjectId
Record Id of the parent object. -
path
String path
Path of the InDesign document. -
placeholderId
int placeholderId
Id of this placeholder. -
placeholderInfo1
String placeholderInfo1
Content of the info1 field of this placeholder. -
placeholderInfo2
String placeholderInfo2
Content of the info2 field of this placeholder. -
project
String project
The project. -
publication
String publication
Name of the publication this index is associated to. -
publicationPlannerDocumentId
String publicationPlannerDocumentId
Id of this document in the publication planner. -
recordId
int recordId
(numeric) id of the record linked with this placeholder. -
recordId2
int recordId2
(numeric) id 2 of the record linked with this placeholder. -
recordId3
int recordId3
(numeric) id 3 of the record linked with this placeholder. -
recordStringId
String recordStringId
String Id of the record linked with this placeholder. -
sectionPrefix
String sectionPrefix
Prefix for page numbers / names for this section in the InDesign document. -
usePrefix
boolean usePrefix
InDesign document setting: include prefix in page numbering or not. -
value
String value
Value associated with this Toc entry. -
well
String well
Well criteria used when loading this placeholder.
-
-
Class com.priint.pubserver.comet.bridge.toc.CometTocUpdate
class CometTocUpdate extends CometEntity implements Serializable- serialVersionUID:
- -7597393574789300042L
-
Serialized Fields
-
activeLayer
String activeLayer
The active layer. -
designate
CometTocUpdate.Designate designate
The designate. -
documentName
String documentName
The document name. -
documentPath
String documentPath
The document path. -
entries
List<CometTocEntry> entries
The entries. -
placeholderIds
List<Integer> placeholderIds
The placeholder ids. -
publication
String publication
The publication. -
publicationPlannerDocumentId
String publicationPlannerDocumentId
The publication planner document id. -
visibleLayers
List<String> visibleLayers
The visible layers.
-
-
Class com.priint.pubserver.comet.bridge.toc.DocumentIdentifier
class DocumentIdentifier extends Object implements Serializable- serialVersionUID:
- 5034426572063658991L
-
-
Package com.priint.pubserver.comet.entity
-
Class com.priint.pubserver.comet.entity.CometBinary
class CometBinary extends CometEntity implements Serializable- serialVersionUID:
- 2465330208617716299L
-
Serialized Fields
-
data
byte[] data
-
type
CometBinary.Type type
-
-
Class com.priint.pubserver.comet.entity.CometEntity
class CometEntity extends TaggingObject implements Serializable- serialVersionUID:
- 8678051736783595948L
-
Serialized Fields
-
id
int id
The Id.
-
-
Class com.priint.pubserver.comet.entity.CometIndex
class CometIndex extends CometEntity implements Serializable- serialVersionUID:
- -3092790983403169884L
-
Serialized Fields
-
items
List<CometIndex.CometIndexEntry> items
The Items. -
label
String label
-
-
Class com.priint.pubserver.comet.entity.CometIndex.CometIndexEntry
class CometIndexEntry extends Object implements Serializable- serialVersionUID:
- 1857531333232287196L
-
Class com.priint.pubserver.comet.entity.CometProject
class CometProject extends CometEntity implements Serializable- serialVersionUID:
- -3092790983403169884L
-
Serialized Fields
-
client
String client
-
contextRuleAssortment
PluginMethod contextRuleAssortment
-
contextRuleCountry
PluginMethod contextRuleCountry
-
contextRuleDocument
PluginMethod contextRuleDocument
-
contextRuleLanguage
PluginMethod contextRuleLanguage
-
contextRuleMarketName
PluginMethod contextRuleMarketName
-
contextRulePublication
PluginMethod contextRulePublication
-
contextRuleTargetGroup
PluginMethod contextRuleTargetGroup
-
contextRuleWell
PluginMethod contextRuleWell
-
description
String description
-
entityModel
String entityModel
-
fileRevisionTrackings
List<com.priint.pubserver.comet.entity.CometProject.FileRevisionTracking> fileRevisionTrackings
-
identifier
String identifier
-
label
String label
-
publicationProviderPlugin
String publicationProviderPlugin
-
showContent
Boolean showContent
-
-
Class com.priint.pubserver.comet.entity.DifferenceType
class DifferenceType extends Object implements Serializable- serialVersionUID:
- -6993342946884580934L
-
Class com.priint.pubserver.comet.entity.UniqueStatementList
- serialVersionUID:
- -3459647889117905002L
-
-
Package com.priint.pubserver.comet.entity.adjust
-
Class com.priint.pubserver.comet.entity.adjust.CometAdjustScript
class CometAdjustScript extends CometScript implements Serializable- serialVersionUID:
- 6872427940651430897L
-
-
Package com.priint.pubserver.comet.entity.color
-
Class com.priint.pubserver.comet.entity.color.CometColor
class CometColor extends CometEntity implements Serializable- serialVersionUID:
- 4284773163982434598L
-
Class com.priint.pubserver.comet.entity.color.CometColors
class CometColors extends Object implements Serializable- serialVersionUID:
- 3338245515033862353L
-
Serialized Fields
-
cometColors
List<CometColor> cometColors
-
-
-
Package com.priint.pubserver.comet.entity.document
-
Class com.priint.pubserver.comet.entity.document.CometDocumentEventScript
class CometDocumentEventScript extends CometScript implements Serializable- serialVersionUID:
- 6872427940651430897L
-
Serialized Fields
-
subject
CometDocumentEventScript.Subject subject
The subject.
-
-
Class com.priint.pubserver.comet.entity.document.CometDocumentPersonalizationScript
class CometDocumentPersonalizationScript extends CometScript implements Serializable- serialVersionUID:
- 6872427940651430897L
-
-
Package com.priint.pubserver.comet.entity.element
-
Class com.priint.pubserver.comet.entity.element.CometRepeatingElementsScript
class CometRepeatingElementsScript extends CometScript implements Serializable- serialVersionUID:
- 6872427940651430897L
-
-
Package com.priint.pubserver.comet.entity.event
-
Class com.priint.pubserver.comet.entity.event.CometDropUrlScript
class CometDropUrlScript extends CometScript implements Serializable- serialVersionUID:
- 6872427940651430897L
-
Class com.priint.pubserver.comet.entity.event.CometLoginScript
class CometLoginScript extends CometScript implements Serializable- serialVersionUID:
- 5922326415139802628L
-
Serialized Fields
-
subject
CometLoginScript.Subject subject
The subject.
-
-
Class com.priint.pubserver.comet.entity.event.CometUrlLinkScript
class CometUrlLinkScript extends CometScript implements Serializable- serialVersionUID:
- 5922326415139802628L
-
-
Package com.priint.pubserver.comet.entity.example
-
Class com.priint.pubserver.comet.entity.example.ScriptExample
class ScriptExample extends CometEntity implements Serializable- serialVersionUID:
- 1L
-
-
Package com.priint.pubserver.comet.entity.fontdb
-
Class com.priint.pubserver.comet.entity.fontdb.FontDataBase
class FontDataBase extends Object implements Serializable- serialVersionUID:
- 6748037404961180438L
-
Serialized Fields
-
variants
List<FontVariant> variants
The font variants.
-
-
Class com.priint.pubserver.comet.entity.fontdb.FontVariant
class FontVariant extends Object implements Serializable- serialVersionUID:
- 7701076555783558554L
-
Serialized Fields
-
face
String face
The face. -
font
String font
The font. -
stretch
FontVariant.Stretch stretch
The stretch. -
style
FontVariant.Style style
The style. -
weight
FontVariant.Weight weight
The weight.
-
-
-
Package com.priint.pubserver.comet.entity.grid
-
Class com.priint.pubserver.comet.entity.grid.CometGrid
class CometGrid extends CometEntity implements Serializable- serialVersionUID:
- 2413908757134609707L
-
Serialized Fields
-
description
String description
The description. -
domainId
Integer domainId
The domain id. -
elements
CometGrid.Elements elements
The elements. -
masterdocId
String masterdocId
The masterdoc id. -
name
String name
The name. -
spread
CometGrid.Spread spread
The spread. -
type
CometGridType type
The resolved type (if defined). -
typeId
Integer typeId
The type id. -
xpos
Double xpos
The xpos. -
xsize
Double xsize
The xsize. -
ypos
Double ypos
The ypos. -
ysize
Double ysize
The ysize.
-
-
Class com.priint.pubserver.comet.entity.grid.CometGrid.Element
class Element extends CometEntity implements Serializable- serialVersionUID:
- 5922326415139802628L
-
Class com.priint.pubserver.comet.entity.grid.CometGrid.Elements
- serialVersionUID:
- 5922326415139802628L
-
Class com.priint.pubserver.comet.entity.grid.CometGrid.Spread
class Spread extends CometEntity implements Serializable- serialVersionUID:
- 5922326415139802628L
-
Class com.priint.pubserver.comet.entity.grid.CometGridData
class CometGridData extends CometBinary implements Serializable- serialVersionUID:
- 8606910105983580637L
-
Class com.priint.pubserver.comet.entity.grid.CometGridPreview
class CometGridPreview extends CometBinary implements Serializable- serialVersionUID:
- 8606910105983580637L
-
Class com.priint.pubserver.comet.entity.grid.CometGridType
class CometGridType extends CometEntity implements Serializable- serialVersionUID:
- 5922326415139802628L
-
-
Package com.priint.pubserver.comet.entity.layout
-
Class com.priint.pubserver.comet.entity.layout.CometFrameLayoutCondition
class CometFrameLayoutCondition extends CometParameterizedScript implements Serializable- serialVersionUID:
- 6872427940651430897L
-
Class com.priint.pubserver.comet.entity.layout.CometFrameLayoutRule
class CometFrameLayoutRule extends CometLayoutRule implements Serializable- serialVersionUID:
- 6872427940651430897L
-
Class com.priint.pubserver.comet.entity.layout.CometLayoutRule
class CometLayoutRule extends CometParameterizedScript implements Serializable- serialVersionUID:
- 6872427940651430897L
-
Serialized Fields
-
defaultEvents
CometLayoutRule.Event defaultEvents
The default events. -
enabledEvents
CometLayoutRule.Event enabledEvents
The enabled events.
-
-
Class com.priint.pubserver.comet.entity.layout.CometLayoutRule.Event
class Event extends Object implements Serializable- serialVersionUID:
- -3506122021539340878L
-
Serialized Fields
-
build
boolean build
The build. -
create
boolean create
The create. -
geometrychange
boolean geometrychange
The geometrychange. -
load
boolean load
The load. -
reorganize
boolean reorganize
The reorganize.
-
-
Class com.priint.pubserver.comet.entity.layout.CometTextLayoutCondition
class CometTextLayoutCondition extends CometParameterizedScript implements Serializable- serialVersionUID:
- 6872427940651430897L
-
Class com.priint.pubserver.comet.entity.layout.CometTextLayoutRule
class CometTextLayoutRule extends CometLayoutRule implements Serializable- serialVersionUID:
- 6872427940651430897L
-
-
Package com.priint.pubserver.comet.entity.library
-
Class com.priint.pubserver.comet.entity.library.CometLibraryExportScript
class CometLibraryExportScript extends CometScript implements Serializable- serialVersionUID:
- 6872427940651430897L
-
Class com.priint.pubserver.comet.entity.library.CometLibraryImportScript
class CometLibraryImportScript extends CometScript implements Serializable- serialVersionUID:
- 6872427940651430897L
-
-
Package com.priint.pubserver.comet.entity.pagetemplate
-
Class com.priint.pubserver.comet.entity.pagetemplate.CometPageTemplate
class CometPageTemplate extends CometEntity implements Serializable- serialVersionUID:
- 8606910105983580637L
-
Serialized Fields
-
active
Boolean active
The active. -
autoOpposite
Boolean autoOpposite
The auto opposite. -
autoSuccessor
Boolean autoSuccessor
The auto successor. -
barrier
Integer barrier
The barrier. -
documentName
String documentName
The document name. -
domainId
Integer domainId
The domain id. -
label
String label
The label. -
marginBottom
Double marginBottom
The margin bottom. -
marginLeft
Double marginLeft
The margin left. -
marginRight
Double marginRight
The margin right. -
marginTop
Double marginTop
The margin top. -
masterpages
String masterpages
The masterpages. -
opposite
CometPageTemplate opposite
The resolved opposite page template (if defined). -
oppositeId
Integer oppositeId
The opposite id. -
ownerId
Integer ownerId
The owner id. -
pageHeight
Double pageHeight
The page height. -
pageNum
Integer pageNum
The page num. -
pageType
Integer pageType
The page type. -
pageWidth
Double pageWidth
The page width. -
stringId
String stringId
The string id. -
successor
CometPageTemplate successor
The resolved successor page template (if defined). -
successorId
Integer successorId
The successor id. -
templates
List<CometPageTemplate.Template> templates
The templates.
-
-
Class com.priint.pubserver.comet.entity.pagetemplate.CometPageTemplate.BBox
class BBox extends CometEntity implements Serializable- serialVersionUID:
- 4400247116335110931L
-
Class com.priint.pubserver.comet.entity.pagetemplate.CometPageTemplate.Id
class Id extends CometEntity implements Serializable- serialVersionUID:
- 2769546753315432256L
-
Serialized Fields
-
id2
int id2
The id 2. -
id3
int id3
The id 3. -
stringId
String stringId
The string id.
-
-
Class com.priint.pubserver.comet.entity.pagetemplate.CometPageTemplate.Template
class Template extends Object implements Serializable- serialVersionUID:
- -1484907186603117078L
-
Serialized Fields
-
active
Boolean active
The active. -
autolink
Boolean autolink
The autolink. -
bbox
CometPageTemplate.BBox bbox
The bbox. -
buildDirection
Integer buildDirection
The build direction. -
colorIndex
Integer colorIndex
The color index. -
hasMultipleFrames
Boolean hasMultipleFrames
The has multiple frames. -
hasMultipleObjects
Boolean hasMultipleObjects
The has multiple objects. -
justificationEnabled
Boolean justificationEnabled
The justification enabled. -
justificationScript
Integer justificationScript
The justification script. -
justificationX
Double justificationX
The justification X. -
justificationY
Double justificationY
The justification Y. -
label
String label
The label. -
minimumDistX
Double minimumDistX
The minimum dist X. -
minimumDistY
Double minimumDistY
The minimum dist Y. -
minimumVerticalJust
Double minimumVerticalJust
The minimum vertical just. -
minimumVerticalJustEnabled
Boolean minimumVerticalJustEnabled
The minimum vertical just enabled. -
sequence
Integer sequence
The sequence. -
stylesVerticalJust
String stylesVerticalJust
The styles vertical just. -
stylesVerticalJustEnabled
Boolean stylesVerticalJustEnabled
The styles vertical just enabled. -
type
Integer type
The type. -
uid
Integer uid
The uid. -
verticalJust
Integer verticalJust
The vertical just.
-
-
Class com.priint.pubserver.comet.entity.pagetemplate.CometPageTemplateData
class CometPageTemplateData extends CometBinary implements Serializable- serialVersionUID:
- 8606910105983580637L
-
Class com.priint.pubserver.comet.entity.pagetemplate.CometPageTemplateDocumentMetadata
class CometPageTemplateDocumentMetadata extends CometBinary implements Serializable- serialVersionUID:
- 8606910105983580637L
-
Class com.priint.pubserver.comet.entity.pagetemplate.CometPageTemplateElementMetadata
class CometPageTemplateElementMetadata extends Object implements Serializable- serialVersionUID:
- 4827459453985329524L
-
Serialized Fields
-
contentMetaData
List<ContentMetaData> contentMetaData
The content meta data. -
sequence
int sequence
The sequence. -
uid
int uid
The uid.
-
-
Class com.priint.pubserver.comet.entity.pagetemplate.CometPageTemplateElementPredefinedMetadata
class CometPageTemplateElementPredefinedMetadata extends CometEntity implements Serializable- serialVersionUID:
- -2937448549434526997L
-
Serialized Fields
-
metadataPredefinedValues
List<MetadataPredefinedValues> metadataPredefinedValues
The metadata predefined values.
-
-
Class com.priint.pubserver.comet.entity.pagetemplate.CometPageTemplateInsertScript
class CometPageTemplateInsertScript extends CometScript implements Serializable- serialVersionUID:
- 6872427940651430897L
-
Class com.priint.pubserver.comet.entity.pagetemplate.CometPageTemplateMetadata
class CometPageTemplateMetadata extends CometEntity implements Serializable- serialVersionUID:
- -2425087059253361832L
-
Serialized Fields
-
contentMetaData
List<ContentMetaData> contentMetaData
The content meta data. -
pageTemplateElementMetadata
List<CometPageTemplateElementMetadata> pageTemplateElementMetadata
The page template element metadata. -
pageTemplateId
int pageTemplateId
The page template id.
-
-
Class com.priint.pubserver.comet.entity.pagetemplate.CometPageTemplatePanelScript
class CometPageTemplatePanelScript extends CometScript implements Serializable- serialVersionUID:
- 6872427940651430897L
-
Class com.priint.pubserver.comet.entity.pagetemplate.CometPageTemplatePredefinedMetadata
class CometPageTemplatePredefinedMetadata extends CometEntity implements Serializable- serialVersionUID:
- -2544399313469082396L
-
Serialized Fields
-
metadataPredefinedValues
List<MetadataPredefinedValues> metadataPredefinedValues
The metadata predefined values.
-
-
Class com.priint.pubserver.comet.entity.pagetemplate.CometPageTemplatePreview
class CometPageTemplatePreview extends CometBinary implements Serializable- serialVersionUID:
- 8606910105983580637L
-
Class com.priint.pubserver.comet.entity.pagetemplate.CometPageTemplateW2ML
class CometPageTemplateW2ML extends CometBinary implements Serializable- serialVersionUID:
- 8606910105983580637L
-
Class com.priint.pubserver.comet.entity.pagetemplate.MetadataPredefinedValues
class MetadataPredefinedValues extends Object implements Serializable- serialVersionUID:
- -2544399313469082396L
-
Serialized Fields
-
contentMetaData
List<ContentMetaData> contentMetaData
The content meta data. -
name
String name
The name.
-
-
-
Package com.priint.pubserver.comet.entity.placeholder
-
Class com.priint.pubserver.comet.entity.placeholder.CometPlaceholder
class CometPlaceholder extends CometEntity implements Serializable- serialVersionUID:
- -5640306677709643793L
-
Serialized Fields
-
active
Boolean active
-
autoSync
Boolean autoSync
-
category
CometEntity.Category category
-
colorId
Integer colorId
-
compareScript
CometPlaceholderCompareScript compareScript
-
compareScriptId
Integer compareScriptId
-
contextRuleAssortment
PluginMethod contextRuleAssortment
-
contextRuleCountry
PluginMethod contextRuleCountry
-
contextRuleDocument
PluginMethod contextRuleDocument
-
contextRuleLanguage
PluginMethod contextRuleLanguage
-
contextRuleMarketName
PluginMethod contextRuleMarketName
-
contextRulePublication
PluginMethod contextRulePublication
-
contextRuleTargetGroup
PluginMethod contextRuleTargetGroup
-
contextRuleWell
PluginMethod contextRuleWell
-
dataProcessingLoad
List<PluginMethod> dataProcessingLoad
-
dataProcessingStore
List<PluginMethod> dataProcessingStore
-
dataProvider
CometPlaceholder.DataProvider dataProvider
-
description
String description
-
entityClass
Entity.DataClass entityClass
-
entityId
String entityId
-
label
String label
-
loadConstraint
CometPlaceholder.LoadConstraint loadConstraint
-
loadId
Integer loadId
-
loadMethod
String loadMethod
-
loadMethodOffline
String loadMethodOffline
-
placeholderContentQuoteStyle
CometPlaceholder.PlaceholderContentQuoteStyle placeholderContentQuoteStyle
-
placeholderContentTag
CometPlaceholder.PlaceholderContentTag placeholderContentTag
-
postfix
String postfix
-
postfixIfEmpty
String postfixIfEmpty
-
prefix
String prefix
-
prefixIfEmpty
String prefixIfEmpty
-
storeAllowed
Boolean storeAllowed
-
storeId
Integer storeId
-
storeImagePlacement
Boolean storeImagePlacement
-
storeMethod
String storeMethod
-
storeMethodOffline
String storeMethodOffline
-
syncId
Integer syncId
-
syncMethod
String syncMethod
-
syncMethodOffline
String syncMethodOffline
-
syncStateVisible
Boolean syncStateVisible
-
tag
String tag
-
type
CometPlaceholder.PlaceholderType type
-
useParent
Boolean useParent
-
useProjectDefault
boolean useProjectDefault
-
-
Class com.priint.pubserver.comet.entity.placeholder.CometPlaceholder.DataProvider
class DataProvider extends Object implements Serializable- serialVersionUID:
- 2023377273426708116L
-
Class com.priint.pubserver.comet.entity.placeholder.CometPlaceholderCompareScript
class CometPlaceholderCompareScript extends CometScript implements Serializable- serialVersionUID:
- 6872427940651430897L
-
Class com.priint.pubserver.comet.entity.placeholder.CometPlaceholderGroup
class CometPlaceholderGroup extends CometEntity implements Serializable- serialVersionUID:
- 5922326415139802628L
-
Serialized Fields
-
colorId
Integer colorId
-
label
String label
-
members
List<CometPlaceholderGroup.Placeholder> members
-
user
String user
-
-
Class com.priint.pubserver.comet.entity.placeholder.CometPlaceholderGroup.Placeholder
class Placeholder extends CometEntity implements Serializable- serialVersionUID:
- 9208084660470567190L
-
Serialized Fields
-
placeholderId
Integer placeholderId
-
resolvedPlaceholder
CometPlaceholder resolvedPlaceholder
The resolved placeholder (if defined)
-
-
Class com.priint.pubserver.comet.entity.placeholder.CometPlaceholderPanelScript
class CometPlaceholderPanelScript extends CometScript implements Serializable- serialVersionUID:
- 6872427940651430897L
-
Class com.priint.pubserver.comet.entity.placeholder.CometPlaceholderPrePostFixScript
class CometPlaceholderPrePostFixScript extends CometScript implements Serializable- serialVersionUID:
- 6872427940651430897L
-
Class com.priint.pubserver.comet.entity.placeholder.CometPlaceholderVariant
class CometPlaceholderVariant extends CometEntity implements Serializable- serialVersionUID:
- 5922326415139802628L
-
Serialized Fields
-
definitions
List<CometPlaceholderVariant.Definition> definitions
-
description
String description
-
label
String label
-
placeholderId
Integer placeholderId
-
resolvedPlaceholder
CometPlaceholder resolvedPlaceholder
The resolved placeholder (if defined) -
user
String user
-
-
Class com.priint.pubserver.comet.entity.placeholder.CometPlaceholderVariant.Definition
class Definition extends Object implements Serializable- serialVersionUID:
- -5904447153599722653L
-
-
Package com.priint.pubserver.comet.entity.planner
-
Class com.priint.pubserver.comet.entity.planner.CometBookScript
class CometBookScript extends CometScript implements Serializable- serialVersionUID:
- 6872427940651430897L
-
Class com.priint.pubserver.comet.entity.planner.CometDocumentPlanningScript
class CometDocumentPlanningScript extends CometScript implements Serializable- serialVersionUID:
- 6872427940651430897L
-
Class com.priint.pubserver.comet.entity.planner.CometPublishingManagementScript
class CometPublishingManagementScript extends CometScript implements Serializable- serialVersionUID:
- 6872427940651430897L
-
-
Package com.priint.pubserver.comet.entity.preview
-
Class com.priint.pubserver.comet.entity.preview.CometPreviewEventScript
class CometPreviewEventScript extends CometScript implements Serializable- serialVersionUID:
- 6872427940651430897L
-
Serialized Fields
-
subject
CometPreviewEventScript.Subject subject
The subject.
-
-
Class com.priint.pubserver.comet.entity.preview.CometPreviewLinkScript
class CometPreviewLinkScript extends CometScript implements Serializable- serialVersionUID:
- 6872427940651430897L
-
Class com.priint.pubserver.comet.entity.preview.CometPreviewPanelScript
class CometPreviewPanelScript extends CometScript implements Serializable- serialVersionUID:
- 6872427940651430897L
-
-
Package com.priint.pubserver.comet.entity.product
-
Class com.priint.pubserver.comet.entity.product.CometBuildPreScript
class CometBuildPreScript extends CometScript implements Serializable- serialVersionUID:
- 6872427940651430897L
-
Class com.priint.pubserver.comet.entity.product.CometProductEventScript
class CometProductEventScript extends CometScript implements Serializable- serialVersionUID:
- 6872427940651430897L
-
Serialized Fields
-
subject
CometProductEventScript.Subject subject
The subject.
-
-
Class com.priint.pubserver.comet.entity.product.CometProductPanelConfig
class CometProductPanelConfig extends CometEntity implements Serializable- serialVersionUID:
- -6399681509544354878L
-
Serialized Fields
-
activeFindStatements
List<PluginMethod> activeFindStatements
The active find statements. -
contextRuleAssortment
PluginMethod contextRuleAssortment
The context rule assortment. -
contextRuleCountry
PluginMethod contextRuleCountry
The context rule country. -
contextRuleDocument
PluginMethod contextRuleDocument
The context rule document. -
contextRuleLanguage
PluginMethod contextRuleLanguage
The context rule language. -
contextRuleMarketName
PluginMethod contextRuleMarketName
The context rule market name. -
contextRulePublication
PluginMethod contextRulePublication
The context rule publication. -
contextRuleTargetGroup
PluginMethod contextRuleTargetGroup
The context rule target group. -
contextRuleWell
PluginMethod contextRuleWell
The context rule well. -
cordDisplay
CometProductPanelConfig.CordDisplay cordDisplay
The cord display. -
customDataMapping
boolean customDataMapping
The custom data mapping. -
dataMapping
PluginMethod dataMapping
The data mapping. -
defaultSearchMethod
CometProductPanelConfig.SearchMethod defaultSearchMethod
The default search method. -
findStatementsVisibleByDefault
boolean findStatementsVisibleByDefault
The find statements visible by default. -
hiddenEntities
List<String> hiddenEntities
The hidden entities. -
inactiveFindStatements
List<PluginMethod> inactiveFindStatements
The inactive find statements. -
showContent
boolean showContent
The show content. -
useAccurateLoading
boolean useAccurateLoading
The use accurate loading. -
useProjectDefault
boolean useProjectDefault
The use project default.
-
-
Class com.priint.pubserver.comet.entity.product.CometProductPanelScript
class CometProductPanelScript extends CometScript implements Serializable- serialVersionUID:
- 6872427940651430897L
-
Class com.priint.pubserver.comet.entity.product.CometProductSelectionScript
class CometProductSelectionScript extends CometScript implements Serializable- serialVersionUID:
- 6872427940651430897L
-
Class com.priint.pubserver.comet.entity.product.CometProductsOfDocumentScript
class CometProductsOfDocumentScript extends CometParameterizedScript implements Serializable- serialVersionUID:
- 6872427940651430897L
-
-
Package com.priint.pubserver.comet.entity.publication
-
Class com.priint.pubserver.comet.entity.publication.CometPublicationEventScript
class CometPublicationEventScript extends CometScript implements Serializable- serialVersionUID:
- 6872427940651430897L
-
Serialized Fields
-
subject
CometPublicationEventScript.Subject subject
The subject.
-
-
Class com.priint.pubserver.comet.entity.publication.CometPublicationPanelScript
class CometPublicationPanelScript extends CometScript implements Serializable- serialVersionUID:
- 6872427940651430897L
-
Class com.priint.pubserver.comet.entity.publication.CometPublicationTree
class CometPublicationTree extends CometScript implements Serializable- serialVersionUID:
- 5922326415139802628L
-
Serialized Fields
-
subject
CometPublicationTree.Subject subject
The subject.
-
-
-
Package com.priint.pubserver.comet.entity.server
-
Class com.priint.pubserver.comet.entity.server.CometBatchScript
class CometBatchScript extends CometScript implements Serializable- serialVersionUID:
- 6872427940651430897L
-
-
Package com.priint.pubserver.comet.entity.setting
-
Class com.priint.pubserver.comet.entity.setting.CometSetting
class CometSetting extends CometEntity implements Serializable- serialVersionUID:
- 5922326415139802628L
-
Serialized Fields
-
description
String description
The description. -
enabled
Boolean enabled
The enabled. -
name
String name
The name. -
type
SettingType type
The type. -
value
String value
The value.
-
-
Class com.priint.pubserver.comet.entity.setting.CometSettingPanelScript
class CometSettingPanelScript extends CometScript implements Serializable- serialVersionUID:
- 6872427940651430897L
-
-
Package com.priint.pubserver.comet.entity.snippet
-
Class com.priint.pubserver.comet.entity.snippet.CometSnippet
class CometSnippet extends CometTemplate implements Serializable- serialVersionUID:
- 8606910105983580637L
-
Class com.priint.pubserver.comet.entity.snippet.CometSnippetData
class CometSnippetData extends CometBinary implements Serializable- serialVersionUID:
- 8606910105983580637L
-
Class com.priint.pubserver.comet.entity.snippet.CometSnippetDocumentMetadata
class CometSnippetDocumentMetadata extends CometBinary implements Serializable- serialVersionUID:
- 8606910105983580637L
-
Class com.priint.pubserver.comet.entity.snippet.CometSnippetIDML
class CometSnippetIDML extends CometBinary implements Serializable- serialVersionUID:
- 8606910105983580637L
-
Class com.priint.pubserver.comet.entity.snippet.CometSnippetPreview
class CometSnippetPreview extends CometBinary implements Serializable- serialVersionUID:
- 8606910105983580637L
-
Class com.priint.pubserver.comet.entity.snippet.CometSnippetShape
class CometSnippetShape extends CometBinary implements Serializable- serialVersionUID:
- 8606910105983580637L
-
Class com.priint.pubserver.comet.entity.snippet.CometSnippetW2ML
class CometSnippetW2ML extends CometBinary implements Serializable- serialVersionUID:
- 8606910105983580637L
-
-
Package com.priint.pubserver.comet.entity.statement
-
Class com.priint.pubserver.comet.entity.statement.CometCScriptJavaStub
class CometCScriptJavaStub extends CometScript implements Serializable- serialVersionUID:
- 6872427940651430897L
-
Serialized Fields
-
identifier
String identifier
The identifier.
-
-
Class com.priint.pubserver.comet.entity.statement.CometParameterizedScript
class CometParameterizedScript extends CometScript implements Serializable- serialVersionUID:
- 6872427940651430897L
-
Serialized Fields
-
parameters
List<CometParameterizedScript.Parameter> parameters
The parameters.
-
-
Class com.priint.pubserver.comet.entity.statement.CometParameterizedScript.Parameter
class Parameter extends Object implements Serializable- serialVersionUID:
- 6258594357417543408L
-
Serialized Fields
-
defaultValue
String defaultValue
The default value. -
description
String description
The description. -
name
String name
The name. -
scriptId
int scriptId
The script id. -
source
CometParameterizedScript.DocumentResource source
The source. -
statement
String statement
The statement. -
type
CometParameterizedScript.ParameterType type
The type. -
values
List<String> values
The values.
-
-
Class com.priint.pubserver.comet.entity.statement.CometPythonJavaStub
class CometPythonJavaStub extends CometScript implements Serializable- serialVersionUID:
- 6872427940651430897L
-
Serialized Fields
-
identifier
String identifier
The identifier.
-
-
Class com.priint.pubserver.comet.entity.statement.CometScript
class CometScript extends CometStatement implements Serializable- serialVersionUID:
- 5922326415139802628L
-
Serialized Fields
-
active
boolean active
The active. -
frontRowLink
CometScript.FrontRowLink frontRowLink
The front row link. -
hierarchy
String hierarchy
The hierarchy. -
input
String input
The input. -
output
String output
The output. -
shortcut
String shortcut
The shortcut. -
statement
String statement
The statement. -
tag
String tag
The tag.
-
-
Class com.priint.pubserver.comet.entity.statement.CometScript.FrontRowLink
class FrontRowLink extends Object implements Serializable- serialVersionUID:
- 5922326415139802628L
-
Serialized Fields
-
label
String label
The label. -
resourceIcon
CometScript.FrontRowLink.ResourceIcon resourceIcon
The resource icon. -
tip
String tip
The tip.
-
-
Class com.priint.pubserver.comet.entity.statement.CometScriptLibrary
class CometScriptLibrary extends CometScript implements Serializable- serialVersionUID:
- 6872427940651430897L
-
Serialized Fields
-
identifier
String identifier
The identifier.
-
-
Class com.priint.pubserver.comet.entity.statement.CometStatement
class CometStatement extends CometEntity implements Serializable- serialVersionUID:
- 5922326415139802628L
-
Serialized Fields
-
description
String description
The description. -
entityId
String entityId
The entity id. -
label
String label
The label. -
sequence
Integer sequence
The sequence. -
typeIdentifier
Statement.StatementDescriptor typeIdentifier
The type identifier.
-
-
Class com.priint.pubserver.comet.entity.statement.Statement
class Statement extends Object implements Serializable- serialVersionUID:
- -5375977889342240294L
-
-
Package com.priint.pubserver.comet.entity.table
-
Class com.priint.pubserver.comet.entity.table.CometTableInsertMethod
class CometTableInsertMethod extends CometScript implements Serializable- serialVersionUID:
- 6872427940651430897L
-
Serialized Fields
-
contextRuleAssortment
PluginMethod contextRuleAssortment
The context rule assortment. -
contextRuleCountry
PluginMethod contextRuleCountry
The context rule country. -
contextRuleDocument
PluginMethod contextRuleDocument
The context rule document. -
contextRuleLanguage
PluginMethod contextRuleLanguage
The context rule language. -
contextRuleMarketName
PluginMethod contextRuleMarketName
The context rule market name. -
contextRulePublication
PluginMethod contextRulePublication
The context rule publication. -
contextRuleTargetGroup
PluginMethod contextRuleTargetGroup
The context rule target group. -
contextRuleWell
PluginMethod contextRuleWell
The context rule well. -
dataProcessingLoad
List<PluginMethod> dataProcessingLoad
The data processing load. -
dataProvider
CometPlaceholder.DataProvider dataProvider
The data provider. -
target
CometTableInsertMethod.ScriptTarget target
The target. -
useParent
Boolean useParent
The use parent. -
useProjectDefault
boolean useProjectDefault
The use project default.
-
-
Class com.priint.pubserver.comet.entity.table.CometTableLayoutRule
class CometTableLayoutRule extends CometLayoutRule implements Serializable- serialVersionUID:
- 6872427940651430897L
-
Serialized Fields
-
ruleIcon
CometTableLayoutRule.RuleIcon ruleIcon
The rule icon. -
ruleTargets
List<CometTableLayoutRule.RuleTarget> ruleTargets
The rule targets.
-
-
Class com.priint.pubserver.comet.entity.table.CometTableTemplate
class CometTableTemplate extends CometTemplate implements Serializable- serialVersionUID:
- 8606910105983580637L
-
Class com.priint.pubserver.comet.entity.table.CometTableTemplateData
class CometTableTemplateData extends CometBinary implements Serializable- serialVersionUID:
- 8606910105983580637L
-
Class com.priint.pubserver.comet.entity.table.CometTableTemplateDocumentMetadata
class CometTableTemplateDocumentMetadata extends CometBinary implements Serializable- serialVersionUID:
- 8606910105983580637L
-
Class com.priint.pubserver.comet.entity.table.CometTableTemplateIDML
class CometTableTemplateIDML extends CometBinary implements Serializable- serialVersionUID:
- 8606910105983580637L
-
Class com.priint.pubserver.comet.entity.table.CometTableTemplatePreview
class CometTableTemplatePreview extends CometBinary implements Serializable- serialVersionUID:
- 8606910105983580637L
-
Class com.priint.pubserver.comet.entity.table.CometTableTemplateShape
class CometTableTemplateShape extends CometBinary implements Serializable- serialVersionUID:
- 8606910105983580637L
-
Class com.priint.pubserver.comet.entity.table.CometTableTemplateW2ML
class CometTableTemplateW2ML extends CometBinary implements Serializable- serialVersionUID:
- 8606910105983580637L
-
-
Package com.priint.pubserver.comet.entity.template
-
Class com.priint.pubserver.comet.entity.template.CometBuildSupportScript
class CometBuildSupportScript extends CometScript implements Serializable- serialVersionUID:
- 6872427940651430897L
-
Class com.priint.pubserver.comet.entity.template.CometTemplate
class CometTemplate extends CometEntity implements Serializable- serialVersionUID:
- -8622584631604959536L
-
Serialized Fields
-
active
Boolean active
The active. -
bottomPos
Double bottomPos
The bottom pos. -
buildSupportScript
CometBuildSupportScript buildSupportScript
the resolved build support script (if defined). -
buildSupportScriptId
Integer buildSupportScriptId
The build support script id. -
colorId
Integer colorId
The color id. -
description
String description
The description. -
entityId
String entityId
The entity id. -
format
Integer format
The format. -
hasMinSize
Boolean hasMinSize
The has min size. -
hasShapes
Boolean hasShapes
The has shapes. -
label
String label
The label. -
leftPos
Double leftPos
The left pos. -
magnets
Boolean magnets
The magnets. -
memberships
String memberships
The memberships. -
mirrored
Boolean mirrored
The mirrored. -
pageBreak
CometTemplate.PageBreak pageBreak
The page break. -
realHeight
Double realHeight
The real height. -
realWidth
Double realWidth
The real width. -
record
CometTemplate.Record record
The record. -
rightPos
Double rightPos
The right pos. -
spread
CometTemplate.Spread spread
The spread. -
stateId
Integer stateId
The state id. -
textflowPrefix1
String textflowPrefix1
The textflow prefix 1. -
textflowPrefix1Script
CometTemplateTextPrefixScript textflowPrefix1Script
the resolved textflow prefix 1 script (if defined). -
textflowPrefix1ScriptId
Integer textflowPrefix1ScriptId
The textflow prefix 1 script id. -
textflowPrefixN
String textflowPrefixN
The textflow prefix N. -
textflowPrefixNScript
CometTemplateTextPrefixScript textflowPrefixNScript
the resolved textflow prefix N script (if defined). -
textflowPrefixNScriptId
Integer textflowPrefixNScriptId
The textflow prefix N script id. -
topPos
Double topPos
The top pos. -
typeId
Integer typeId
The type id. -
visibility
CometTemplate.Visibility visibility
The visibility.
-
-
Class com.priint.pubserver.comet.entity.template.CometTemplate.Record
class Record extends CometEntity implements Serializable- serialVersionUID:
- 5922326415139802628L
-
Serialized Fields
-
id2
int id2
The id 2. -
id3
int id3
The id 3. -
stringid
String stringid
The stringid.
-
-
Class com.priint.pubserver.comet.entity.template.CometTemplate.Spread
class Spread extends CometEntity implements Serializable- serialVersionUID:
- 5922326415139802628L
-
Serialized Fields
-
continue_
CometTemplate continue_
The resolved continue template (if defined). -
continueTemplateId
Integer continueTemplateId
The continue template id. -
leftItem
CometTemplate leftItem
The resolved left template (if defined). -
leftTemplateId
Integer leftTemplateId
The left template id. -
middleItem
CometTemplate middleItem
The resolved middle template (if defined). -
middleTemplateId
Integer middleTemplateId
The middle template id. -
position
CometTemplate.Position position
The position. -
rightItem
CometTemplate rightItem
The resolved right template (if defined). -
rightTemplateId
Integer rightTemplateId
The right template id. -
script
CometTemplateIdScript script
The script. -
templateScriptId
Integer templateScriptId
The template script id.
-
-
Class com.priint.pubserver.comet.entity.template.CometTemplateData
class CometTemplateData extends CometBinary implements Serializable- serialVersionUID:
- 8606910105983580637L
-
Class com.priint.pubserver.comet.entity.template.CometTemplateDocumentMetadata
class CometTemplateDocumentMetadata extends CometBinary implements Serializable- serialVersionUID:
- 8606910105983580637L
-
Class com.priint.pubserver.comet.entity.template.CometTemplateGroup
class CometTemplateGroup extends CometEntity implements Serializable- serialVersionUID:
- 5922326415139802628L
-
Class com.priint.pubserver.comet.entity.template.CometTemplateIDML
class CometTemplateIDML extends CometBinary implements Serializable- serialVersionUID:
- 8606910105983580637L
-
Class com.priint.pubserver.comet.entity.template.CometTemplateIdScript
class CometTemplateIdScript extends CometScript implements Serializable- serialVersionUID:
- 6872427940651430897L
-
Class com.priint.pubserver.comet.entity.template.CometTemplatePanelScript
class CometTemplatePanelScript extends CometScript implements Serializable- serialVersionUID:
- 6872427940651430897L
-
Class com.priint.pubserver.comet.entity.template.CometTemplatePreview
class CometTemplatePreview extends CometBinary implements Serializable- serialVersionUID:
- 8606910105983580637L
-
Class com.priint.pubserver.comet.entity.template.CometTemplateShape
class CometTemplateShape extends CometBinary implements Serializable- serialVersionUID:
- 8606910105983580637L
-
Class com.priint.pubserver.comet.entity.template.CometTemplateTextPrefixScript
class CometTemplateTextPrefixScript extends CometScript implements Serializable- serialVersionUID:
- 6872427940651430897L
-
Class com.priint.pubserver.comet.entity.template.CometTemplateW2ML
class CometTemplateW2ML extends CometBinary implements Serializable- serialVersionUID:
- 8606910105983580637L
-
-
Package com.priint.pubserver.comet.entity.whiteboard
-
Class com.priint.pubserver.comet.entity.whiteboard.CometWhiteboardDocumentScript
class CometWhiteboardDocumentScript extends CometScript implements Serializable- serialVersionUID:
- 6872427940651430897L
-
Class com.priint.pubserver.comet.entity.whiteboard.CometWhiteboardPreviewSnippetScript
class CometWhiteboardPreviewSnippetScript extends CometScript implements Serializable- serialVersionUID:
- 6872427940651430897L
-
-
Package com.priint.pubserver.comet.entity.xdraft
-
Class com.priint.pubserver.comet.entity.xdraft.CometCondition
class CometCondition extends CometStatement implements Serializable- serialVersionUID:
- -6575881534321702155L
-
Serialized Fields
-
conditionMenue
CometConditionMenue conditionMenue
The condition menue. -
conditionMenueId
Integer conditionMenueId
The condition menue id. -
replaceByType
CometCondition.ReplaceByType replaceByType
The replace by type. -
replaceByValue
String replaceByValue
The replace by value. -
value
String value
The value.
-
-
Class com.priint.pubserver.comet.entity.xdraft.CometConditionMenue
class CometConditionMenue extends CometStatement implements Serializable- serialVersionUID:
- -6575881534321702155L
-
Serialized Fields
-
keyword
String keyword
The keyword.
-
-
Class com.priint.pubserver.comet.entity.xdraft.CometFindStatement
class CometFindStatement extends CometScript implements Serializable- serialVersionUID:
- -6575881534321702155L
-
Serialized Fields
-
canDelete
Boolean canDelete
The can delete. -
label1
String label1
The label 1. -
label2
String label2
The label 2. -
label3
String label3
The label 3. -
label4
String label4
The label 4. -
source
String source
The source. -
sourcefiles
List<CometFindStatement.Sourcefile> sourcefiles
The sourcefiles. -
userId
Integer userId
The user id. -
value1
String value1
The value 1. -
value2
String value2
The value 2. -
value3
String value3
The value 3. -
value4
String value4
The value 4.
-
-
Class com.priint.pubserver.comet.entity.xdraft.CometFindStatement.Sourcefile
class Sourcefile extends CometEntity implements Serializable- serialVersionUID:
- 2080897873198852133L
-
Class com.priint.pubserver.comet.entity.xdraft.CometPreviewStatement
class CometPreviewStatement extends CometStatement implements Serializable- serialVersionUID:
- -6575881534321702155L
-
Serialized Fields
-
buttonStateScriptId
Integer buttonStateScriptId
The button state script id. -
condition
String condition
The condition. -
isDefault
Boolean isDefault
The is default. -
linkScriptId
Integer linkScriptId
The link script id. -
needsSelection
Boolean needsSelection
The needs selection. -
objectStatementScriptId
Integer objectStatementScriptId
The object statement script id. -
statement
String statement
The statement.
-
-
Class com.priint.pubserver.comet.entity.xdraft.CometProductCondition
class CometProductCondition extends CometCondition implements Serializable- serialVersionUID:
- 6872427940651430897L
-
Class com.priint.pubserver.comet.entity.xdraft.CometPublicationCondition
class CometPublicationCondition extends CometCondition implements Serializable- serialVersionUID:
- 6872427940651430897L
-
Class com.priint.pubserver.comet.entity.xdraft.CometPublicationConditionMenue
class CometPublicationConditionMenue extends CometConditionMenue implements Serializable- serialVersionUID:
- 6872427940651430897L
-
-
Package com.priint.pubserver.comet.exception
-
Exception com.priint.pubserver.comet.exception.CometCScriptException
class CometCScriptException extends CometException implements Serializable- serialVersionUID:
- 8779253537731093483L
-
Exception com.priint.pubserver.comet.exception.CometException
class CometException extends PubServerException implements Serializable- serialVersionUID:
- -3396403374047751794L
-
Serialized Fields
-
cause
Throwable cause
The Cause.
-
-
Exception com.priint.pubserver.comet.exception.CometRuntimeException
class CometRuntimeException extends RuntimeException implements Serializable- serialVersionUID:
- 573609152987097350L
-
Exception com.priint.pubserver.comet.exception.ConfigNotFoundException
class ConfigNotFoundException extends CometException implements Serializable- serialVersionUID:
- 3411652674977768189L
-
Exception com.priint.pubserver.comet.exception.ContainerEmptyException
class ContainerEmptyException extends CometException implements Serializable- serialVersionUID:
- 6029806564431111759L
-
Exception com.priint.pubserver.comet.exception.OperationUnsupportedException
class OperationUnsupportedException extends CometException implements Serializable- serialVersionUID:
- 3411652674977768189L
-
Exception com.priint.pubserver.comet.exception.SessionInvalidOrExpiredException
class SessionInvalidOrExpiredException extends CometException implements Serializable- serialVersionUID:
- 3411652674977768189L
-
Exception com.priint.pubserver.comet.exception.UnresolvedDependenciesException
class UnresolvedDependenciesException extends CometException implements Serializable- serialVersionUID:
- -1885558296842078672L
-
-
Package com.priint.pubserver.comet.renderer
-
Class com.priint.pubserver.comet.renderer.Options
- serialVersionUID:
- 7944955482068622596L
-
-
Package com.priint.pubserver.comet3.entity
-
Class com.priint.pubserver.comet3.entity.Action
class Action extends Comet3Entity implements Serializable- serialVersionUID:
- 2465330208617716299L
-
Class com.priint.pubserver.comet3.entity.Actions
- serialVersionUID:
- -7490418744174836025L
-
Class com.priint.pubserver.comet3.entity.BinaryData
class BinaryData extends Comet3Entity implements Serializable- serialVersionUID:
- -9107045473963019456L
-
Serialized Fields
-
content
byte[] content
-
contextSession
String contextSession
-
fileId
String fileId
-
fileSize
int fileSize
-
mimeType
String mimeType
-
owner
T extends Comet3Entity owner
-
-
Class com.priint.pubserver.comet3.entity.Color
class Color extends Comet3Entity implements Serializable- serialVersionUID:
- -5727153264972086423L
-
Class com.priint.pubserver.comet3.entity.Colors
- serialVersionUID:
- -4307672480376287672L
-
Class com.priint.pubserver.comet3.entity.Common.Color
class Color extends Comet3Entity implements Serializable- serialVersionUID:
- 5922326415139802628L
-
Serialized Fields
-
name
String name
-
-
Class com.priint.pubserver.comet3.entity.Common.Data
class Data extends Object implements Serializable- serialVersionUID:
- 5922326415139802628L
-
Serialized Fields
-
src
String src
-
-
Class com.priint.pubserver.comet3.entity.Common.Domain
class Domain extends Comet3Entity implements Serializable- serialVersionUID:
- 5922326415139802628L
-
Serialized Fields
-
name
String name
-
-
Class com.priint.pubserver.comet3.entity.Common.Placeholder
class Placeholder extends Comet3Entity implements Serializable- serialVersionUID:
- 5922326415139802628L
-
Serialized Fields
-
name
String name
-
-
Class com.priint.pubserver.comet3.entity.Common.Preview
class Preview extends Object implements Serializable- serialVersionUID:
- 5922326415139802628L
-
Serialized Fields
-
src
String src
-
-
Class com.priint.pubserver.comet3.entity.Common.Record
class Record extends Comet3Entity implements Serializable- serialVersionUID:
- 5922326415139802628L
-
Serialized Fields
-
id2
int id2
-
id3
int id3
-
stringId
String stringId
-
-
Class com.priint.pubserver.comet3.entity.Common.State
class State extends Comet3Entity implements Serializable- serialVersionUID:
- 5922326415139802628L
-
Serialized Fields
-
value
String value
-
-
Class com.priint.pubserver.comet3.entity.Common.Type
class Type extends Comet3Entity implements Serializable- serialVersionUID:
- 5922326415139802628L
-
Serialized Fields
-
name
String name
-
-
Class com.priint.pubserver.comet3.entity.Condition
class Condition extends Comet3Entity implements Serializable- serialVersionUID:
- -5727153264972086423L
-
Class com.priint.pubserver.comet3.entity.ConditionMenue
class ConditionMenue extends Comet3Entity implements Serializable- serialVersionUID:
- -7724907505914462025L
-
Class com.priint.pubserver.comet3.entity.ConditionMenues
- serialVersionUID:
- 5004487112246413882L
-
Class com.priint.pubserver.comet3.entity.Conditions
- serialVersionUID:
- -4307672480376287672L
-
Class com.priint.pubserver.comet3.entity.DataFile
class DataFile extends Comet3Entity implements Serializable- serialVersionUID:
- 5368822913323526222L
-
Class com.priint.pubserver.comet3.entity.DataFiles
- serialVersionUID:
- -4728153168664504750L
-
Class com.priint.pubserver.comet3.entity.Domain
class Domain extends Comet3Entity implements Serializable- serialVersionUID:
- -5402961967349060972L
-
Class com.priint.pubserver.comet3.entity.Domains
- serialVersionUID:
- -1711569779463598000L
-
Class com.priint.pubserver.comet3.entity.FindStatement
class FindStatement extends Comet3Entity implements Serializable- serialVersionUID:
- -9102528765280990031L
-
Serialized Fields
-
canDelete
Integer canDelete
-
classId
Integer classId
-
description
String description
-
hasStringIds
Integer hasStringIds
-
label
String label
-
label1
String label1
-
label2
String label2
-
label3
String label3
-
label4
String label4
-
methodSignature
String methodSignature
-
sequenceNo
Integer sequenceNo
-
source
String source
-
sourcefiles
FindStatement.Sourcefiles sourcefiles
-
statement
String statement
-
userId
Integer userId
-
value1
String value1
-
value2
String value2
-
value3
String value3
-
value4
String value4
-
-
Class com.priint.pubserver.comet3.entity.FindStatement.Sourcefile
class Sourcefile extends Comet3Entity implements Serializable- serialVersionUID:
- 2080897873198852133L
-
Class com.priint.pubserver.comet3.entity.FindStatement.Sourcefiles
- serialVersionUID:
- -838023341465109263L
-
Serialized Fields
-
serial
int serial
-
-
Class com.priint.pubserver.comet3.entity.FindStatements
- serialVersionUID:
- -1711569779463598000L
-
Class com.priint.pubserver.comet3.entity.FontDataBase
class FontDataBase extends Object implements Serializable- serialVersionUID:
- 6748037404961180438L
-
Serialized Fields
-
variants
List<FontVariant> variants
-
-
Class com.priint.pubserver.comet3.entity.FontVariant
class FontVariant extends Object implements Serializable- serialVersionUID:
- 7701076555783558554L
-
Serialized Fields
-
face
String face
The Face. -
font
String font
The Font. -
stretch
FontVariant.Stretch stretch
The Stretch. -
style
FontVariant.Style style
The Style. -
weight
FontVariant.Weight weight
The Weight.
-
-
Class com.priint.pubserver.comet3.entity.FrameRule
class FrameRule extends Comet3Entity implements Serializable- serialVersionUID:
- 1455381957292701687L
-
Serialized Fields
-
banner
FrameRule.Banner banner
-
pageItemId
Integer pageItemId
-
postrule
FrameRule.Rule postrule
-
prerule
FrameRule.Rule prerule
-
-
Class com.priint.pubserver.comet3.entity.FrameRule.Banner
class Banner extends Comet3Entity implements Serializable- serialVersionUID:
- 2609915287530149682L
-
Class com.priint.pubserver.comet3.entity.FrameRule.Rule
class Rule extends Comet3Entity implements Serializable- serialVersionUID:
- 6708229902456166250L
-
Class com.priint.pubserver.comet3.entity.FrameRules
- serialVersionUID:
- 3734779678651869191L
-
Class com.priint.pubserver.comet3.entity.Grid
class Grid extends Template implements Serializable- serialVersionUID:
- 2413908757134609707L
-
Serialized Fields
-
description
String description
-
domain
Common.Domain domain
-
masterdocId
String masterdocId
-
name
String name
-
placeholders
Grid.Placeholders placeholders
-
preview
Common.Preview preview
-
spread
Grid.Spread spread
-
type
Grid.Type type
-
xpos
Double xpos
-
xsize
Double xsize
-
ypos
Double ypos
-
ysize
Double ysize
-
-
Class com.priint.pubserver.comet3.entity.Grid.Placeholder
class Placeholder extends Comet3Entity implements Serializable- serialVersionUID:
- 5922326415139802628L
-
Class com.priint.pubserver.comet3.entity.Grid.Placeholders
- serialVersionUID:
- 5922326415139802628L
-
Class com.priint.pubserver.comet3.entity.Grid.Spread
class Spread extends Comet3Entity implements Serializable- serialVersionUID:
- 5922326415139802628L
-
Serialized Fields
-
leftitem
int leftitem
-
middleitem
int middleitem
-
position
String position
-
rightitem
int rightitem
-
-
Class com.priint.pubserver.comet3.entity.Grid.Type
class Type extends Comet3Entity implements Serializable- serialVersionUID:
- 5922326415139802628L
-
Class com.priint.pubserver.comet3.entity.Grids
- serialVersionUID:
- -3699804676976789077L
-
Class com.priint.pubserver.comet3.entity.GridType
class GridType extends Comet3Entity implements Serializable- serialVersionUID:
- 2683560793902026441L
-
Class com.priint.pubserver.comet3.entity.GridTypes
- serialVersionUID:
- -3699804676976789077L
-
Class com.priint.pubserver.comet3.entity.Manifest
- serialVersionUID:
- -7149487845015880088L
-
Class com.priint.pubserver.comet3.entity.Message
class Message extends Comet3Entity implements Serializable- serialVersionUID:
- 2683560793902026441L
-
Class com.priint.pubserver.comet3.entity.Messages
- serialVersionUID:
- -7149487845015880088L
-
Class com.priint.pubserver.comet3.entity.PageItem
class PageItem extends Template implements Serializable- serialVersionUID:
- -8622584631604959536L
-
Serialized Fields
-
active
Integer active
-
bottompos
Double bottompos
-
buildSupportScript
Integer buildSupportScript
-
color
Integer color
-
data
Common.Data data
-
description
String description
-
domain
Common.Domain domain
-
format
Integer format
-
hasMinSize
Integer hasMinSize
-
hasShapes
Integer hasShapes
-
kind
String kind
-
leftpos
Double leftpos
-
magnets
Integer magnets
-
memberships
String memberships
-
mirrored
Integer mirrored
-
name
String name
-
placeholder
Common.Placeholder placeholder
-
preview
Common.Preview preview
-
realHeight
Double realHeight
-
realWidth
Double realWidth
-
record
Common.Record record
-
rightpos
Double rightpos
-
spread
PageItem.Spread spread
-
state
Common.State state
-
textflowPrefix1
String textflowPrefix1
-
textflowPrefix1Action
Integer textflowPrefix1Action
-
textflowPrefixN
String textflowPrefixN
-
textflowPrefixNAction
Integer textflowPrefixNAction
-
toppos
Double toppos
-
type
Common.Type type
-
-
Class com.priint.pubserver.comet3.entity.PageItem.Spread
class Spread extends Comet3Entity implements Serializable- serialVersionUID:
- 5922326415139802628L
-
Serialized Fields
-
continue_
int continue_
-
leftitem
int leftitem
-
middleitem
int middleitem
-
position
String position
-
rightitem
int rightitem
-
scriptid
int scriptid
-
-
Class com.priint.pubserver.comet3.entity.PageItems
- serialVersionUID:
- 7351676130762922577L
-
Class com.priint.pubserver.comet3.entity.PageItemState
class PageItemState extends Comet3Entity implements Serializable- serialVersionUID:
- 1267009241461722448L
-
Serialized Fields
-
name
String name
-
-
Class com.priint.pubserver.comet3.entity.PageItemStates
- serialVersionUID:
- 4647219907508483903L
-
Class com.priint.pubserver.comet3.entity.PageItemType
class PageItemType extends Comet3Entity implements Serializable- serialVersionUID:
- 1267009241461722448L
-
Serialized Fields
-
name
String name
-
-
Class com.priint.pubserver.comet3.entity.PageItemTypes
- serialVersionUID:
- 4647219907508483903L
-
Class com.priint.pubserver.comet3.entity.PageTemplate
class PageTemplate extends Template implements Serializable- serialVersionUID:
- -6432370091495970963L
-
Serialized Fields
-
active
Integer active
-
autoOpposite
Integer autoOpposite
-
autoSuccessor
Integer autoSuccessor
-
barrier
Integer barrier
-
docName
String docName
-
ID
PageTemplate.Id ID
-
marginBottom
Double marginBottom
-
marginLeft
Double marginLeft
-
marginRight
Double marginRight
-
marginTop
Double marginTop
-
masterpages
String masterpages
-
name
String name
-
opposite
PageTemplate.Id opposite
-
ownerId
Integer ownerId
-
pageHeight
Double pageHeight
-
pageNum
Integer pageNum
-
pageType
Integer pageType
-
pageWidth
Double pageWidth
-
stringId
String stringId
-
successor
PageTemplate.Id successor
-
templates
PageTemplate.Templates templates
-
-
Class com.priint.pubserver.comet3.entity.PageTemplate.BBox
class BBox extends Comet3Entity implements Serializable- serialVersionUID:
- 4400247116335110931L
-
Class com.priint.pubserver.comet3.entity.PageTemplate.Id
class Id extends Comet3Entity implements Serializable- serialVersionUID:
- 2769546753315432256L
-
Serialized Fields
-
id2
int id2
-
id3
int id3
-
stringId
String stringId
-
-
Class com.priint.pubserver.comet3.entity.PageTemplate.Template
class Template extends Comet3Entity implements Serializable- serialVersionUID:
- -1484907186603117078L
-
Serialized Fields
-
active
Integer active
-
autolink
Integer autolink
-
bbox
PageTemplate.BBox bbox
-
buildDirection
Integer buildDirection
-
colorIndex
Integer colorIndex
-
hasMultipleFrames
Integer hasMultipleFrames
-
hasMultipleObjects
Integer hasMultipleObjects
-
justificationEnabled
Integer justificationEnabled
-
justificationScript
Integer justificationScript
-
justificationX
Double justificationX
-
justificationY
Double justificationY
-
minimumDistX
Double minimumDistX
-
minimumDistY
Double minimumDistY
-
minimumVerticalJust
Double minimumVerticalJust
-
minimumVerticalJustEnabled
Integer minimumVerticalJustEnabled
-
name
String name
-
sequ
Integer sequ
-
stylesVerticalJust
String stylesVerticalJust
-
stylesVerticalJustEnabled
Integer stylesVerticalJustEnabled
-
type
Integer type
-
uid
Integer uid
-
verticalJust
Integer verticalJust
-
-
Class com.priint.pubserver.comet3.entity.PageTemplate.Templates
- serialVersionUID:
- 6394286250265361625L
-
Class com.priint.pubserver.comet3.entity.PageTemplates
- serialVersionUID:
- 4647219907508483903L
-
Class com.priint.pubserver.comet3.entity.PanelStatement
class PanelStatement extends Comet3Entity implements Serializable- serialVersionUID:
- 7130646946549745446L
-
Class com.priint.pubserver.comet3.entity.PanelStatements
- serialVersionUID:
- -7490418744174836025L
-
Class com.priint.pubserver.comet3.entity.Placeholder
class Placeholder extends Comet3Entity implements Serializable- serialVersionUID:
- -5640306677709643793L
-
Serialized Fields
-
active
Integer active
-
build
Integer build
-
clazz
Integer clazz
-
color
Common.Color color
-
description
String description
-
domain
String domain
-
domainId
Integer domainId
-
load
Integer load
-
loadConstraint
Integer loadConstraint
-
lov
Integer lov
-
name
String name
-
objectNameId
Integer objectNameId
-
postfix
String postfix
-
postfixIfEmpty
String postfixIfEmpty
-
prefix
String prefix
-
prefixIfEmpty
String prefixIfEmpty
-
store
Integer store
-
style
String style
-
styleId
Integer styleId
-
sync
Integer sync
-
syncStateInvisible
Integer syncStateInvisible
-
type
String type
-
-
Class com.priint.pubserver.comet3.entity.PlaceholderGroup
class PlaceholderGroup extends Comet3Entity implements Serializable- serialVersionUID:
- 5922326415139802628L
-
Serialized Fields
-
color
Integer color
-
name
String name
-
placeholders
PlaceholderGroup.Placeholders placeholders
-
user
String user
-
-
Class com.priint.pubserver.comet3.entity.PlaceholderGroup.Placeholder
class Placeholder extends Comet3Entity implements Serializable- serialVersionUID:
- 8610084538541308209L
-
Class com.priint.pubserver.comet3.entity.PlaceholderGroup.Placeholders
class Placeholders extends Comet3CollectionImpl<PlaceholderGroup.Placeholder> implements Serializable- serialVersionUID:
- 8665859561865061922L
-
Class com.priint.pubserver.comet3.entity.PlaceholderGroups
- serialVersionUID:
- -7490418744174836025L
-
Class com.priint.pubserver.comet3.entity.Placeholders
- serialVersionUID:
- -7490418744174836025L
-
Class com.priint.pubserver.comet3.entity.PlaceholderVariant
class PlaceholderVariant extends Comet3Entity implements Serializable- serialVersionUID:
- -7308147426122116635L
-
Serialized Fields
-
definitions
List<PlaceholderVariant.Definition> definitions
-
description
String description
-
name
String name
-
placeholderId
int placeholderId
-
user
String user
-
-
Class com.priint.pubserver.comet3.entity.PlaceholderVariant.Definition
class Definition extends Object implements Serializable- serialVersionUID:
- -5904447153599722653L
-
Class com.priint.pubserver.comet3.entity.PlaceholderVariants
- serialVersionUID:
- -7490418744174836025L
-
Class com.priint.pubserver.comet3.entity.PreviewStatement
class PreviewStatement extends Comet3Entity implements Serializable- serialVersionUID:
- 7130646946549745446L
-
Serialized Fields
-
classId
Integer classId
-
condition
String condition
-
domain
String domain
-
hasButtonState
Integer hasButtonState
-
hasLinkScript
Integer hasLinkScript
-
hasStringIds
Integer hasStringIds
-
isDefault
Integer isDefault
-
name
String name
-
needsSelection
Integer needsSelection
-
objectStatementId
Integer objectStatementId
-
sequenceNo
Integer sequenceNo
-
statement
String statement
-
-
Class com.priint.pubserver.comet3.entity.PreviewStatements
- serialVersionUID:
- 4520207079115518829L
-
Class com.priint.pubserver.comet3.entity.Project
class Project extends Comet3Entity implements Serializable- serialVersionUID:
- 2683560793902026441L
-
Class com.priint.pubserver.comet3.entity.Project.Property
class Property extends Object implements Serializable- serialVersionUID:
- 6180130923151401402L
-
Class com.priint.pubserver.comet3.entity.RelatedTo
class RelatedTo extends Comet3Entity implements Serializable- serialVersionUID:
- -5324767436045689189L
-
Serialized Fields
-
value
String value
-
-
Class com.priint.pubserver.comet3.entity.RelatedTos
- serialVersionUID:
- -4465918647614879235L
-
Class com.priint.pubserver.comet3.entity.Row
- serialVersionUID:
- 2557427326758041157L
-
Class com.priint.pubserver.comet3.entity.Template
class Template extends Comet3Entity implements Serializable- serialVersionUID:
- -59074113646739197L
-
Class com.priint.pubserver.comet3.entity.XEntities
- serialVersionUID:
- 2842204725410893601L
-
Class com.priint.pubserver.comet3.entity.XEntity
class XEntity extends Comet3Entity implements Serializable- serialVersionUID:
- -1020713270675061567L
-
Serialized Fields
-
file
String file
-
-
Class com.priint.pubserver.comet3.entity.XEntity.Entity
class Entity extends XEntity implements Serializable- serialVersionUID:
- -3259213455456428155L
-
Class com.priint.pubserver.comet3.entity.XEntity.Typedef
class Typedef extends XEntity implements Serializable- serialVersionUID:
- -3259213455456428155L
-
Class com.priint.pubserver.comet3.entity.XIndex
class XIndex extends Comet3Entity implements Serializable- serialVersionUID:
- 1963823221900749273L
-
Class com.priint.pubserver.comet3.entity.XIndexes
- serialVersionUID:
- -4465918647614879235L
-
-
Package com.priint.pubserver.cometserver.businessrulesmanager.input
-
Class com.priint.pubserver.cometserver.businessrulesmanager.input.BusinessRulesInputData
class BusinessRulesInputData extends Object implements Serializable- serialVersionUID:
- -4957136799538475706L
-
Serialized Fields
-
documentID
String documentID
-
inputData
Map<BusinessRulesParamTypes,
Object> inputData -
scope
ExecuteBusinessRuleScope scope
-
spreadIndex
int spreadIndex
-
-
-
Package com.priint.pubserver.cometserver.businessrulesmanager.model
-
Class com.priint.pubserver.cometserver.businessrulesmanager.model.BusinessRule
class BusinessRule extends Object implements Serializable- serialVersionUID:
- -7092983314358808248L
-
Serialized Fields
-
active
boolean active
-
description
String description
-
id
int id
-
name
String name
-
needsCometGroups
boolean needsCometGroups
-
needsElements
boolean needsElements
-
needsParameters
boolean needsParameters
-
needsPlaceholders
boolean needsPlaceholders
-
needsPlanning
boolean needsPlanning
-
needsProductsSelection
boolean needsProductsSelection
-
needsSpreads
boolean needsSpreads
-
plugin
String plugin
-
-
Class com.priint.pubserver.cometserver.businessrulesmanager.model.BusinessRulesConfig
class BusinessRulesConfig extends Object implements Serializable- serialVersionUID:
- -2051147313422238551L
-
Serialized Fields
-
businessRules
List<BusinessRule> businessRules
-
structuresWrapper
List<RulesStructures> structuresWrapper
-
-
Class com.priint.pubserver.cometserver.businessrulesmanager.model.RuleId
class RuleId extends Object implements Serializable- serialVersionUID:
- 5893640972641919396L
-
Serialized Fields
-
bRuleId
int bRuleId
-
-
Class com.priint.pubserver.cometserver.businessrulesmanager.model.Rules
class Rules extends Object implements Serializable- serialVersionUID:
- -2185760793387144898L
-
Class com.priint.pubserver.cometserver.businessrulesmanager.model.RulesStructure
class RulesStructure extends Object implements Serializable- serialVersionUID:
- -7094719368728085521L
-
Serialized Fields
-
bRulesStructure
List<RulesStructure> bRulesStructure
-
name
String name
-
rules
List<Rules> rules
-
-
Class com.priint.pubserver.cometserver.businessrulesmanager.model.RulesStructures
class RulesStructures extends Object implements Serializable- serialVersionUID:
- -4212565414856097447L
-
Serialized Fields
-
rules
List<Rules> rules
-
ruleStructure
List<RulesStructure> ruleStructure
-
-
-
Package com.priint.pubserver.cometserver.businessrulesmanager.result
-
Class com.priint.pubserver.cometserver.businessrulesmanager.result.BusinessRuleResult
class BusinessRuleResult extends Object implements Serializable- serialVersionUID:
- -8910482503838277897L
-
Serialized Fields
-
description
String description
-
documentId
String documentId
-
id
Integer id
-
object
Object object
-
objectStream
byte[] objectStream
-
objectType
ResultObjectType objectType
-
rule
BusinessRule rule
-
ruleId
Integer ruleId
-
spreadID
Integer spreadID
-
status
BusinessRuleResultStatus status
-
-
Class com.priint.pubserver.cometserver.businessrulesmanager.result.SingleRuleResult
class SingleRuleResult extends Object implements Serializable- serialVersionUID:
- -6869452363777120893L
-
Serialized Fields
-
executedWithErrors
Boolean executedWithErrors
-
resultList
List<BusinessRuleResult> resultList
-
-
-
Package com.priint.pubserver.config
-
Class com.priint.pubserver.config.ConfigIndex
class ConfigIndex extends Object implements Serializable- serialVersionUID:
- -3092790983403169884L
-
Serialized Fields
-
items
Set<ConfigIndex.ConfigIndexEntry> items
The Items. -
label
String label
-
-
Class com.priint.pubserver.config.ConfigIndex.ConfigIndexEntry
class ConfigIndexEntry extends Object implements Serializable- serialVersionUID:
- 1857531333232287196L
-
Class com.priint.pubserver.config.PluginConfig
class PluginConfig extends Object implements Serializable- serialVersionUID:
- -8081533487704995541L
-
Serialized Fields
-
custom
PluginConfig.Custom custom
-
dependencies
PluginConfig.Dependencies dependencies
-
description
String description
-
instances
PluginConfig.Instances instances
-
name
String name
-
type
String type
-
-
Class com.priint.pubserver.config.PluginConfig.Custom
class Custom extends Object implements Serializable- serialVersionUID:
- 3301295239179492605L
-
Class com.priint.pubserver.config.PluginConfig.Dependencies
class Dependencies extends Object implements Serializable- serialVersionUID:
- 7383856833608907994L
-
Serialized Fields
-
pluginDependency
List<PluginConfig.Dependencies.PluginDependency> pluginDependency
-
-
Class com.priint.pubserver.config.PluginConfig.Dependencies.PluginDependency
class PluginDependency extends Object implements Serializable- serialVersionUID:
- -8033096882399972541L
-
Serialized Fields
-
name
String name
-
restriction
PluginConfigDependencyRestriction restriction
-
-
Class com.priint.pubserver.config.PluginConfig.Instances
class Instances extends Object implements Serializable- serialVersionUID:
- 6261989352298524378L
-
Serialized Fields
-
entry
List<PluginConfig.Instances.Entry> entry
-
-
Class com.priint.pubserver.config.PluginConfig.Instances.Entry
class Entry extends Object implements Serializable- serialVersionUID:
- 5230779455681771272L
-
Serialized Fields
-
key
String key
-
pluginConfig
PluginConfig pluginConfig
-
-
Class com.priint.pubserver.config.PluginConfigCollection
class PluginConfigCollection extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
configs
Map<String,
PluginConfigDataHandler> configs -
customClazz
Class<?>[] customClazz
-
login
String login
-
-
Class com.priint.pubserver.config.PluginConfigDataHandler
class PluginConfigDataHandler extends Object implements Serializable- serialVersionUID:
- 1543168236612400589L
-
Serialized Fields
-
config
PluginConfig config
-
customClazz
Class<?>[] customClazz
-
data
byte[] data
-
properties
ConfigFileProperties properties
-
source
PluginConfigDataHandler.SourceType source
-
xml
String xml
-
-
-
Package com.priint.pubserver.config.exception
-
Exception com.priint.pubserver.config.exception.ConfigManagerCheckinException
class ConfigManagerCheckinException extends PubServerException implements Serializable- serialVersionUID:
- 1L
-
Exception com.priint.pubserver.config.exception.ConfigManagerCheckoutException
class ConfigManagerCheckoutException extends PubServerException implements Serializable- serialVersionUID:
- 1L
-
Exception com.priint.pubserver.config.exception.ConfigManagerDeleteException
class ConfigManagerDeleteException extends PubServerException implements Serializable- serialVersionUID:
- 1L
-
Exception com.priint.pubserver.config.exception.ConfigManagerException
class ConfigManagerException extends PubServerException implements Serializable- serialVersionUID:
- 1L
-
Exception com.priint.pubserver.config.exception.ConfigManagerFileIsAlreadyLocked
class ConfigManagerFileIsAlreadyLocked extends PubServerException implements Serializable- serialVersionUID:
- 1L
-
Exception com.priint.pubserver.config.exception.ConfigManagerMergeException
class ConfigManagerMergeException extends PubServerException implements Serializable- serialVersionUID:
- 1L
-
Exception com.priint.pubserver.config.exception.ConfigManagerValidateException
class ConfigManagerValidateException extends PubServerException implements Serializable- serialVersionUID:
- 1L
-
-
Package com.priint.pubserver.contentfilters
-
Class com.priint.pubserver.contentfilters.RootContentMetaDataIdentifier
class RootContentMetaDataIdentifier extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
identifier
String identifier
identifier
-
-
Class com.priint.pubserver.contentfilters.RootContentMetaDataIdentifiers
class RootContentMetaDataIdentifiers extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
rootContentMetaDataIdentifiersList
List<RootContentMetaDataIdentifier> rootContentMetaDataIdentifiersList
-
-
-
Package com.priint.pubserver.datamapping.tablemodule
-
Class com.priint.pubserver.datamapping.tablemodule.TableConfig
class TableConfig extends Object implements Serializable
-
-
Package com.priint.pubserver.dataprovider
-
Class com.priint.pubserver.dataprovider.DataProvider
class DataProvider extends TaggingObject implements Serializable- serialVersionUID:
- 8639757369142842886L
-
Serialized Fields
-
dataProviderGetter
DataProvider.DataProviderGetter dataProviderGetter
The data provider getter. -
dataProviderSetter
DataProvider.DataProviderSetter dataProviderSetter
The data provider setter. -
entityClass
String entityClass
The entity class. -
identifier
String identifier
The identifier. -
label
String label
The label.
-
-
Class com.priint.pubserver.dataprovider.DataProvider.DataProviderGetter
class DataProviderGetter extends Object implements Serializable- serialVersionUID:
- 484635483740870537L
-
Serialized Fields
-
dataformat
String dataformat
The dataformat. -
dataMappingMethod
PluginMethod dataMappingMethod
The data mapping method. -
description
String description
The description. -
queryMethod
PluginMethod queryMethod
The query method.
-
-
Class com.priint.pubserver.dataprovider.DataProvider.DataProviderSetter
class DataProviderSetter extends Object implements Serializable- serialVersionUID:
- 484635483740870537L
-
Serialized Fields
-
dataformat
String dataformat
The dataformat. -
dataMappingMethod
PluginMethod dataMappingMethod
The data mapping method. -
description
String description
The description. -
queryMethod
PluginMethod queryMethod
The query method.
-
-
-
Package com.priint.pubserver.document
-
Class com.priint.pubserver.document.ConfigFileProperties
class ConfigFileProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
client
String client
-
localFilePath
String localFilePath
-
lock
DocumentLock lock
-
pluginName
String pluginName
-
properties
Map<Document.DocumentProperties,
String> properties -
revision
String revision
-
-
Class com.priint.pubserver.document.Document
class Document extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
active
boolean active
-
created
String created
-
createdBy
String createdBy
-
description
String description
-
hash
String hash
-
lockClientId
String lockClientId
-
locked
String locked
-
lockedBy
String lockedBy
-
lockedOn
String lockedOn
-
lockRemoteAddr
String lockRemoteAddr
-
lockToken
String lockToken
-
name
String name
-
path
String path
-
properties
Map<Document.DocumentProperties,
String> properties -
revision
String revision
-
type
String type
-
version
String version
-
-
Class com.priint.pubserver.document.DocumentContent
class DocumentContent extends Document implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
content
InputStream content
-
-
Class com.priint.pubserver.document.DocumentLock
class DocumentLock extends Object implements Serializable- serialVersionUID:
- 1L
-
-
Package com.priint.pubserver.document.exception
-
Exception com.priint.pubserver.document.exception.DocumentLockManagerException
class DocumentLockManagerException extends PubServerException implements Serializable- serialVersionUID:
- 1L
-
Exception com.priint.pubserver.document.exception.DocumentManagerException
class DocumentManagerException extends PubServerException implements Serializable- serialVersionUID:
- 1L
-
-
Package com.priint.pubserver.documentchecking
-
Exception com.priint.pubserver.documentchecking.CometPriintException
class CometPriintException extends ServerException implements Serializable- serialVersionUID:
- -7019021403511777602L
-
Exception com.priint.pubserver.documentchecking.ServerException
class ServerException extends PubServerException implements Serializable- serialVersionUID:
- 6313202765287975041L
-
-
Package com.priint.pubserver.entity
-
Class com.priint.pubserver.entity.ConnectorOfEntityModel
class ConnectorOfEntityModel extends Object implements Serializable- serialVersionUID:
- 2456647159300440412L
-
Class com.priint.pubserver.entity.ContentEntityTestData
class ContentEntityTestData extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.priint.pubserver.entity.ContextDefinition
class ContextDefinition extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
assortment
ContextDefinition.DefinitionType assortment
-
assortmentMatchingMethod
String assortmentMatchingMethod
-
brand
ContextDefinition.DefinitionType brand
Deprecated. -
brandMatchingMethod
String brandMatchingMethod
Deprecated. -
country
ContextDefinition.DefinitionType country
-
countryMatchingMethod
String countryMatchingMethod
-
documentId
ContextDefinition.DefinitionType documentId
-
documentIdMatchingMethod
String documentIdMatchingMethod
-
entityId
String entityId
-
language
ContextDefinition.DefinitionType language
-
languageMatchingMethod
String languageMatchingMethod
-
market
ContextDefinition.DefinitionType market
-
marketMatchingMethod
String marketMatchingMethod
-
organization
ContextDefinition.DefinitionType organization
Deprecated. -
organizationMatchingMethod
String organizationMatchingMethod
Deprecated. -
publication
ContextDefinition.DefinitionType publication
-
publicationMatchingMethod
String publicationMatchingMethod
-
staticAssortment
String staticAssortment
-
staticBrand
String staticBrand
Deprecated. -
staticCountry
String staticCountry
-
staticDocumentId
String staticDocumentId
-
staticLanguage
String staticLanguage
-
staticMarket
String staticMarket
-
staticOrganization
String staticOrganization
Deprecated. -
staticPublication
String staticPublication
-
staticTargetGroup
String staticTargetGroup
-
staticWell
String staticWell
-
targetGroup
ContextDefinition.DefinitionType targetGroup
-
targetGroupMatchingMethod
String targetGroupMatchingMethod
-
useAssortmentMatchingMethod
boolean useAssortmentMatchingMethod
-
useBrandMatchingMethod
boolean useBrandMatchingMethod
Deprecated. -
useCountryMatchingMethod
boolean useCountryMatchingMethod
-
useDocumentIdMatchingMethod
boolean useDocumentIdMatchingMethod
-
useLanguageMatchingMethod
boolean useLanguageMatchingMethod
-
useMarketMatchingMethod
boolean useMarketMatchingMethod
-
useOrganizationMatchingMethod
boolean useOrganizationMatchingMethod
Deprecated. -
usePublicationMatchingMethod
boolean usePublicationMatchingMethod
-
useTargetGroupMatchingMethod
boolean useTargetGroupMatchingMethod
-
useWellMatchingMethod
boolean useWellMatchingMethod
-
well
ContextDefinition.DefinitionType well
-
wellMatchingMethod
String wellMatchingMethod
-
-
Class com.priint.pubserver.entity.DeleteEntityStatus
class DeleteEntityStatus extends Object implements Serializable- serialVersionUID:
- 4137487128879718216L
-
Class com.priint.pubserver.entity.Entity
class Entity extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
conCachingAllowed
boolean conCachingAllowed
-
conCachingStrategy
Entity.CacheType conCachingStrategy
-
conConnector
String conConnector
-
conConnectorEntity
String conConnectorEntity
-
conConnectorEntityDescription
String conConnectorEntityDescription
-
conCronJobDate
String conCronJobDate
-
conInstance
String conInstance
-
conLifetime
int conLifetime
-
conMatchingMethod
EntityMethodCall conMatchingMethod
-
contentMetaDataEntities
List<EntityDependency> contentMetaDataEntities
-
contextDefinitions
List<ContextDefinition> contextDefinitions
-
conUseMatchingMethod
boolean conUseMatchingMethod
-
dataClass
Entity.DataClass dataClass
-
description
String description
-
entityClass
String entityClass
-
entityModel
EntityModel entityModel
-
entityType
String entityType
-
helpTexts
List<Text> helpTexts
-
icon
Image icon
-
iconName
String iconName
-
identifier
@NotNull String identifier
Identifier for the entity - unique within the model -
label
String label
Name of the entity -
publicEntity
boolean publicEntity
-
revisionNumber
String revisionNumber
-
tag
String tag
-
templateRule
TemplateRule templateRule
-
-
Class com.priint.pubserver.entity.EntityBucket
class EntityBucket extends Entity implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
bulkLoadLevel
int bulkLoadLevel
-
contentEntities
List<EntityDependency> contentEntities
-
cordEntities
List<EntityDependency> cordEntities
-
dummyLabel
String dummyLabel
-
root
boolean root
-
subEntities
List<EntityDependency> subEntities
-
-
Class com.priint.pubserver.entity.EntityContentMetaData
class EntityContentMetaData extends Entity implements Serializable- serialVersionUID:
- 1L
-
Class com.priint.pubserver.entity.EntityCord
class EntityCord extends Entity implements Serializable- serialVersionUID:
- 1L
-
Class com.priint.pubserver.entity.EntityDependency
class EntityDependency extends Object implements Serializable- serialVersionUID:
- -4617990393983564392L
-
Serialized Fields
-
bulkloadMethod
EntityMethodCall bulkloadMethod
-
cardinality
EntityDependency.EntityCardinality cardinality
-
destinationEntity
String destinationEntity
-
loadMethod
EntityMethodCall loadMethod
-
metaDataDefaultValuesConfigFile
String metaDataDefaultValuesConfigFile
Path to configuration file with default configuration of meta dataThe data in that file are expected to be wrapped into a serialized
Dataobject. -
sequence
int sequence
-
sourceEntity
String sourceEntity
-
type
String type
-
-
Class com.priint.pubserver.entity.EntityKeyValue
class EntityKeyValue extends Entity implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
dummyDataType
String dummyDataType
-
dummyKey
String dummyKey
-
dummyKeyLabel
String dummyKeyLabel
key for publishing if key is something like a code -
dummyRefDataType
String dummyRefDataType
-
dummyRefKeyKey
String dummyRefKeyKey
-
dummyRefKeyLabel
String dummyRefKeyLabel
-
dummyRefValue
String dummyRefValue
-
dummyValue
String dummyValue
value like "12"
-
-
Class com.priint.pubserver.entity.EntityMediaAsset
class EntityMediaAsset extends Entity implements Serializable- serialVersionUID:
- 1L
-
Class com.priint.pubserver.entity.EntityMethod
class EntityMethod extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.priint.pubserver.entity.EntityMethodCall
class EntityMethodCall extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
description
String description
-
entityModel
EntityModel entityModel
-
method
String method
-
parameter
List<KeyValue> parameter
-
-
Class com.priint.pubserver.entity.EntityModel
class EntityModel extends Object implements Serializable- serialVersionUID:
- 3922191851680310295L
-
Class com.priint.pubserver.entity.EntityPlanning
class EntityPlanning extends Entity implements Serializable- serialVersionUID:
- -2723737760311700904L
-
Class com.priint.pubserver.entity.EntityPrice
class EntityPrice extends Entity implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
dummyAmount
String dummyAmount
-
dummyCurrency
String dummyCurrency
-
dummyItemPrice
String dummyItemPrice
-
dummyLabel
String dummyLabel
-
dummyListPrice
String dummyListPrice
-
dummyMinOrderQuantity
String dummyMinOrderQuantity
-
dummyOldItemPrice
String dummyOldItemPrice
-
dummyOldPrice
String dummyOldPrice
-
dummyPackagingUnit
String dummyPackagingUnit
-
dummyPrice
String dummyPrice
-
dummyPriceUnit
String dummyPriceUnit
-
dummyQuantityOfPackagingUnit
String dummyQuantityOfPackagingUnit
-
dummyValidFrom
String dummyValidFrom
-
dummyValidTo
String dummyValidTo
-
dummyValue
String dummyValue
-
-
Class com.priint.pubserver.entity.EntityTableData
class EntityTableData extends Entity implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
dummyCellHeight
String dummyCellHeight
-
dummyCellMaxHeight
String dummyCellMaxHeight
-
dummyCellStyleLeftColumn
String dummyCellStyleLeftColumn
-
dummyCellStyleRightColumn
String dummyCellStyleRightColumn
-
dummyCellWidth
String dummyCellWidth
-
dummyFooterRows
String dummyFooterRows
-
dummyHeaderRows
String dummyHeaderRows
-
dummyLabel
String dummyLabel
-
dummyLeftColumn
String dummyLeftColumn
-
dummyRightColumn
String dummyRightColumn
-
dummyTableDataRows
String dummyTableDataRows
-
dummyTableStyle
String dummyTableStyle
-
dummyTemplate
String dummyTemplate
-
-
Class com.priint.pubserver.entity.EntityText
class EntityText extends Entity implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
dummyText
String dummyText
-
-
Class com.priint.pubserver.entity.EntityWorkflowMethod
class EntityWorkflowMethod extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.priint.pubserver.entity.ProposedEntities
class ProposedEntities extends Object implements Serializable- serialVersionUID:
- -7095469455097037615L
-
Serialized Fields
-
items
List<ProposedEntity> items
The Items.
-
-
Class com.priint.pubserver.entity.ResultFile
class ResultFile extends Object implements Serializable- serialVersionUID:
- 463592335940078657L
-
Class com.priint.pubserver.entity.TemplateRule
class TemplateRule extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.priint.pubserver.entity.TestCase
class TestCase extends Object implements Serializable- serialVersionUID:
- 9079341601398141331L
-
-
Package com.priint.pubserver.errorcode
-
Class com.priint.pubserver.errorcode.ErrorCodeInfo
class ErrorCodeInfo extends Object implements Serializable- serialVersionUID:
- 3907550350970337312L
-
Serialized Fields
-
contactPerson
String contactPerson
-
contactPersonEmail
String contactPersonEmail
-
errorLanguage
String errorLanguage
-
errorMessage
String errorMessage
-
errorNo
int errorNo
-
moduleConfigFile
String moduleConfigFile
-
moduleDescription
String moduleDescription
-
moduleName
String moduleName
-
moduleNo
int moduleNo
-
partnerIdentifier
int partnerIdentifier
-
partnerName
String partnerName
-
solution
List<String> solution
-
-
-
Package com.priint.pubserver.exception
-
Class com.priint.pubserver.exception.ErrorStackInfo
class ErrorStackInfo extends Object implements Serializable- serialVersionUID:
- 69807349850720377L
-
Exception com.priint.pubserver.exception.FileIOException
class FileIOException extends PubServerException implements Serializable- serialVersionUID:
- -8345835839202584178L
-
Exception com.priint.pubserver.exception.InvalidResultTypeException
class InvalidResultTypeException extends PubServerException implements Serializable- serialVersionUID:
- -6130483160423448743L
-
Exception com.priint.pubserver.exception.InvalidSessionException
class InvalidSessionException extends PubServerException implements Serializable- serialVersionUID:
- -8345835839202584178L
-
Exception com.priint.pubserver.exception.NullArgumentException
class NullArgumentException extends IllegalArgumentException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
code
int code
Support code for this exception.Code 0 stands for unknown, no code given.
-
errorCodeInfo
ErrorCodeInfo errorCodeInfo
-
errorsStack
List<ErrorStackInfo> errorsStack
-
module
String module
System module that created the exception. -
parameters
String[] parameters
-
-
Exception com.priint.pubserver.exception.PubServerException
class PubServerException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
code
int code
Support code for this exception.Code 0 stands for unknown, no code given.
-
errorCodeInfo
ErrorCodeInfo errorCodeInfo
-
errorsStack
List<ErrorStackInfo> errorsStack
-
module
String module
System module that created the exception. -
parameters
String[] parameters
-
-
Exception com.priint.pubserver.exception.PubServerRolledbackException
class PubServerRolledbackException extends PubServerException implements Serializable- serialVersionUID:
- 1L
-
Exception com.priint.pubserver.exception.ServerException
class ServerException extends PubServerException implements Serializable- serialVersionUID:
- 6313202765287975041L
-
Exception com.priint.pubserver.exception.SessionNotAuthenticated
class SessionNotAuthenticated extends PubServerException implements Serializable- serialVersionUID:
- -8345835839202584179L
-
Exception com.priint.pubserver.exception.ValidationFailedException
class ValidationFailedException extends PubServerException implements Serializable- serialVersionUID:
- 1L
-
Exception com.priint.pubserver.exception.XMLException
class XMLException extends PubServerException implements Serializable- serialVersionUID:
- -7501545398172741763L
-
-
Package com.priint.pubserver.lang
-
Class com.priint.pubserver.lang.Translation
class Translation extends Object implements Serializable- serialVersionUID:
- 786196147411957065L
-
Serialized Fields
-
entries
List<Translation.Entry> entries
-
identifier
String identifier
-
-
Class com.priint.pubserver.lang.Translation.Entry
class Entry extends Object implements Serializable- serialVersionUID:
- 3664935575534336713L
-
Class com.priint.pubserver.lang.TranslationsUnit
class TranslationsUnit extends Object implements Serializable- serialVersionUID:
- -6117994545045177537L
-
Serialized Fields
-
translations
List<Translation> translations
-
-
-
Package com.priint.pubserver.mediaassetmanager
-
Exception com.priint.pubserver.mediaassetmanager.MediaAssetManagerException
class MediaAssetManagerException extends PubServerException implements Serializable- serialVersionUID:
- -2914378805350957464L
-
-
Package com.priint.pubserver.metadata
-
Class com.priint.pubserver.metadata.ManifestDocument
class ManifestDocument extends DocumentImpl implements Serializable- serialVersionUID:
- 4648020205722244024L
-
-
Package com.priint.pubserver.metadata.base
-
Package com.priint.pubserver.metadata.element
-
Class com.priint.pubserver.metadata.element.ElementDocument
class ElementDocument extends DocumentImpl implements Serializable- serialVersionUID:
- -4638590894128353343L
-
-
Package com.priint.pubserver.metadata.group
-
Class com.priint.pubserver.metadata.group.GroupDocument
class GroupDocument extends DocumentImpl implements Serializable- serialVersionUID:
- -4638590894128353343L
-
-
Package com.priint.pubserver.metadata.item
-
Class com.priint.pubserver.metadata.item.ItemDocument
class ItemDocument extends DocumentImpl implements Serializable- serialVersionUID:
- -4638590894128353343L
-
-
Package com.priint.pubserver.metadata.note
-
Class com.priint.pubserver.metadata.note.NoteDocument
class NoteDocument extends DocumentImpl implements Serializable- serialVersionUID:
- -4638590894128353343L
-
-
Package com.priint.pubserver.metadata.placeholder
-
Class com.priint.pubserver.metadata.placeholder.PlaceholderDocument
class PlaceholderDocument extends DocumentImpl implements Serializable- serialVersionUID:
- -4638590894128353343L
-
Serialized Fields
-
placeholders
List<Placeholder> placeholders
-
-
-
Package com.priint.pubserver.metadata.spread
-
Class com.priint.pubserver.metadata.spread.SpreadDocument
class SpreadDocument extends DocumentImpl implements Serializable- serialVersionUID:
- -4638590894128353343L
-
Serialized Fields
-
baselineGrid
BaselineGrid baselineGrid
-
grid
Grid grid
-
layers
List<Layer> layers
-
masterspreads
List<MasterSpread> masterspreads
-
spreads
List<Spread> spreads
-
-
-
Package com.priint.pubserver.metadata.w2ml
-
Class com.priint.pubserver.metadata.w2ml.W2MLDocument
class W2MLDocument extends DocumentImpl implements Serializable- serialVersionUID:
- -4638590894128353343L
-
Serialized Fields
-
elements
List<Element> elements
-
guides
List<Guide> guides
-
layers
List<Layer> layers
-
masters
Masters masters
-
metadata
List<Metadata> metadata
-
notes
List<Note> notes
-
pages
List<Page> pages
-
sections
List<Section> sections
-
settings
Settings settings
-
styles
DocumentStyles styles
-
swatches
List<Swatch> swatches
-
uicolors
List<UIColor> uicolors
-
uidtranstable
List<UIDTrans> uidtranstable
-
xmlElements
List<XmlElement> xmlElements
-
xmlTags
List<XmlTag> xmlTags
-
-
-
Package com.priint.pubserver.metadata.xml
-
Class com.priint.pubserver.metadata.xml.FileImpl
class FileImpl extends Object implements Serializable- serialVersionUID:
- 5006766023653429990L
-
Class com.priint.pubserver.metadata.xml.GeneratorImpl
class GeneratorImpl extends Object implements Serializable- serialVersionUID:
- -5846653187495972523L
-
-
Package com.priint.pubserver.metadata.xml.base
-
Class com.priint.pubserver.metadata.xml.base.AreaImpl
class AreaImpl extends Object implements Serializable- serialVersionUID:
- 2650467834472989448L
-
Class com.priint.pubserver.metadata.xml.base.BBoxImpl
class BBoxImpl extends Object implements Serializable- serialVersionUID:
- 1328515941007627605L
-
Class com.priint.pubserver.metadata.xml.base.DocumentElementImpl
class DocumentElementImpl extends Object implements Serializable- serialVersionUID:
- 2614838019835064187L
-
Class com.priint.pubserver.metadata.xml.base.DocumentImpl
class DocumentImpl extends Object implements Serializable- serialVersionUID:
- 2450672617966629590L
-
Serialized Fields
-
creator
String creator
-
documentId
String documentId
-
documentName
String documentName
-
documentPath
String documentPath
-
elementId
Integer elementId
-
groupId
Integer groupId
-
isConverted
Boolean isConverted
-
isMissingPlugIns
Boolean isMissingPlugIns
-
isModified
Boolean isModified
-
isReadOnly
Boolean isReadOnly
-
pageId
Integer pageId
-
pluginRevision
Integer pluginRevision
-
ref
Scope ref
-
spreadId
Integer spreadId
-
version
String version
-
-
Class com.priint.pubserver.metadata.xml.base.ExtImpl
class ExtImpl extends Object implements Serializable- serialVersionUID:
- 79883371455059500L
-
Serialized Fields
-
id
String id
-
-
Class com.priint.pubserver.metadata.xml.base.ParentsImpl
class ParentsImpl extends Object implements Serializable- serialVersionUID:
- 6301997609634899809L
-
Class com.priint.pubserver.metadata.xml.base.PointImpl
class PointImpl extends Object implements Serializable- serialVersionUID:
- 5167083631403912898L
-
Serialized Fields
-
x
double x
-
y
double y
-
-
Class com.priint.pubserver.metadata.xml.base.PolygonImpl
class PolygonImpl extends ShapeImpl implements Serializable- serialVersionUID:
- 5624863241128996771L
-
Class com.priint.pubserver.metadata.xml.base.RecordImpl
class RecordImpl extends Object implements Serializable- serialVersionUID:
- -6566421798918962264L
-
Class com.priint.pubserver.metadata.xml.base.RectImpl
class RectImpl extends ShapeImpl implements Serializable- serialVersionUID:
- -2560682267784317904L
-
Serialized Fields
-
height
double height
-
transform
String transform
-
width
double width
-
x
double x
-
y
double y
-
-
Class com.priint.pubserver.metadata.xml.base.ShapeImpl
class ShapeImpl extends Object implements Serializable- serialVersionUID:
- 8724057505246913532L
-
-
Package com.priint.pubserver.metadata.xml.element
-
Class com.priint.pubserver.metadata.xml.element.ActionImpl
class ActionImpl extends Object implements Serializable- serialVersionUID:
- -2709843023286286919L
-
Serialized Fields
-
enabled
int enabled
-
event
String event
-
intValue1
int intValue1
-
intValue2
int intValue2
-
intValue3
int intValue3
-
intValue4
int intValue4
-
intValue5
int intValue5
-
listValue
String listValue
-
sequence
String sequence
-
stringValue1
String stringValue1
-
stringValue2
String stringValue2
-
stringValue3
String stringValue3
-
stringValue4
String stringValue4
-
stringValue5
String stringValue5
-
task
String task
-
-
Class com.priint.pubserver.metadata.xml.element.BoundingBoxImpl
class BoundingBoxImpl extends Object implements Serializable- serialVersionUID:
- 8453885905393611740L
-
Class com.priint.pubserver.metadata.xml.element.ClippingsImpl
class ClippingsImpl extends Object implements Serializable- serialVersionUID:
- -9171528928120973492L
-
Class com.priint.pubserver.metadata.xml.element.ColorImpl
class ColorImpl extends Object implements Serializable- serialVersionUID:
- 9146519093709657298L
-
Class com.priint.pubserver.metadata.xml.element.ContentImpl
class ContentImpl extends Object implements Serializable- serialVersionUID:
- -6324564824723245557L
-
Serialized Fields
-
charstyle
String charstyle
-
content
ArrayList<Serializable> content
-
format
Format format
-
parastyle
String parastyle
-
-
Class com.priint.pubserver.metadata.xml.element.CornerImpl
class CornerImpl extends Object implements Serializable- serialVersionUID:
- -2983128906049650438L
-
Serialized Fields
-
radius
double radius
-
type
String type
-
-
Class com.priint.pubserver.metadata.xml.element.CornersImpl
class CornersImpl extends Object implements Serializable- serialVersionUID:
- 6986729684712804422L
-
Class com.priint.pubserver.metadata.xml.element.ElementImpl
class ElementImpl extends DocumentElementImpl implements Serializable- serialVersionUID:
- 732579647020569123L
-
Serialized Fields
-
area
Area area
-
bbox
BBox bbox
-
chainHasOverset
boolean chainHasOverset
-
chainNext
int chainNext
-
chainParentId
int chainParentId
-
chainPrevious
int chainPrevious
-
columns
int columns
-
ext
Ext ext
-
fittingOptions
FittingOptions fittingOptions
-
gutter
double gutter
-
idGroupId
int idGroupId
-
idlabels
List<IDLabel> idlabels
-
idtag
IDTag idtag
-
imagecontent
ImageContent imagecontent
-
insetBottom
double insetBottom
-
insetLeft
double insetLeft
-
insetRight
double insetRight
-
insetTop
double insetTop
-
interactive
int interactive
-
locked
int locked
-
objectstyle
int objectstyle
-
origin
Origin origin
-
originInMaster
String originInMaster
-
originUid
int originUid
-
parents
Parents parents
-
properties
ElementProperties properties
-
record
Record record
-
sequence
int sequence
-
textcontent
TextContent textcontent
-
textmodel
int textmodel
-
type
ElementType type
-
uitype
String uitype
-
verticalJustification
int verticalJustification
-
visible
boolean visible
-
-
Class com.priint.pubserver.metadata.xml.element.ElementPropertiesImpl
class ElementPropertiesImpl extends Object implements Serializable- serialVersionUID:
- 8060105794756913508L
-
Serialized Fields
-
boundingBox
BoundingBox boundingBox
-
color
Color color
-
corners
Corners corners
-
endBracket
double endBracket
-
formedit
Formedit formedit
-
hyperlink
Hyperlink hyperlink
-
inline
Inline inline
-
opacity
Opacity opacity
-
paths
List<Path> paths
-
startBracket
double startBracket
-
stroke
Stroke stroke
-
tags
ElementTags tags
-
textwrap
Textwrap textwrap
-
transform
Transform transform
-
username
String username
-
-
Class com.priint.pubserver.metadata.xml.element.ElementTagsImpl
class ElementTagsImpl extends Object implements Serializable- serialVersionUID:
- 7125966701926452918L
-
Class com.priint.pubserver.metadata.xml.element.FittingOptionsImpl
class FittingOptionsImpl extends Object implements Serializable- serialVersionUID:
- -3160810972391382852L
-
Serialized Fields
-
autofit
int autofit
-
cropBottom
double cropBottom
-
cropLeft
double cropLeft
-
cropRight
double cropRight
-
cropTop
double cropTop
-
fitting
int fitting
-
refPoint
int refPoint
-
-
Class com.priint.pubserver.metadata.xml.element.FormeditImpl
class FormeditImpl extends Object implements Serializable- serialVersionUID:
- -3268330805330301031L
-
Serialized Fields
-
actions
List<Action> actions
-
articleOrder
int articleOrder
-
defaultSelected
int defaultSelected
-
defaultValue
String defaultValue
-
exportvalue
String exportvalue
-
font
String font
-
fontcolor
String fontcolor
-
fontsize
double fontsize
-
listEditable
int listEditable
-
listEntries
String listEntries
-
listMultiselect
int listMultiselect
-
listSort
int listSort
-
multiline
int multiline
-
password
int password
-
printvisible
int printvisible
-
readonly
int readonly
-
required
int required
-
scrollable
int scrollable
-
tabOrder
int tabOrder
-
tooltip
String tooltip
-
-
Class com.priint.pubserver.metadata.xml.element.HyperlinkImpl
class HyperlinkImpl extends Object implements Serializable- serialVersionUID:
- 7489854441460602988L
-
Serialized Fields
-
borderwidth
int borderwidth
-
color
int color
-
destinationInfo
String destinationInfo
-
destinationName
String destinationName
-
destinationType
String destinationType
-
hilight
int hilight
-
name
String name
-
style
int style
-
uid
int uid
-
visible
int visible
-
zoomBottom
double zoomBottom
-
zoomLeft
double zoomLeft
-
zoomPercent
double zoomPercent
-
zoomRight
double zoomRight
-
zoomTop
double zoomTop
-
zoomType
int zoomType
-
-
Class com.priint.pubserver.metadata.xml.element.IDLabelImpl
class IDLabelImpl extends Object implements Serializable- serialVersionUID:
- 8750817601724737083L
-
Class com.priint.pubserver.metadata.xml.element.IDTagImpl
class IDTagImpl extends Object implements Serializable- serialVersionUID:
- 3741473580313849607L
-
Serialized Fields
-
name
String name
-
-
Class com.priint.pubserver.metadata.xml.element.ImageContentImpl
class ImageContentImpl extends Object implements Serializable- serialVersionUID:
- 3741473580313849607L
-
Class com.priint.pubserver.metadata.xml.element.InlineImpl
class InlineImpl extends Object implements Serializable- serialVersionUID:
- -633321041044585674L
-
Serialized Fields
-
above
double above
-
align
String align
-
anchorOffsetX
double anchorOffsetX
-
anchorOffsetY
double anchorOffsetY
-
anchorReference
String anchorReference
-
anchorRelativeX
String anchorRelativeX
-
anchorRelativeY
String anchorRelativeY
-
below
double below
-
keep
int keep
-
lock
int lock
-
objectReference
String objectReference
-
spine
int spine
-
type
String type
-
-
Class com.priint.pubserver.metadata.xml.element.OpacityImpl
class OpacityImpl extends Object implements Serializable- serialVersionUID:
- -2099272238855050425L
-
Serialized Fields
-
blendmode
int blendmode
-
blendmodeContour
int blendmodeContour
-
blendmodeFace
int blendmodeFace
-
blendmodeText
int blendmodeText
-
contour
double contour
-
face
double face
-
isolation
int isolation
-
isolationContour
int isolationContour
-
isolationFace
int isolationFace
-
isolationText
int isolationText
-
knockout
int knockout
-
knockoutContour
int knockoutContour
-
knockoutFace
int knockoutFace
-
knockoutText
int knockoutText
-
object
double object
-
overprint
int overprint
-
overprintContour
int overprintContour
-
overprintFace
int overprintFace
-
overprintText
int overprintText
-
text
double text
-
-
Class com.priint.pubserver.metadata.xml.element.ParagraphImpl
class ParagraphImpl extends DocumentElementImpl implements Serializable- serialVersionUID:
- 3741473580313849607L
-
Class com.priint.pubserver.metadata.xml.element.PathImpl
class PathImpl extends Object implements Serializable- serialVersionUID:
- -8755111694865680950L
-
Serialized Fields
-
index
int index
-
offsetX
double offsetX
-
offsetY
double offsetY
-
points
String points
-
-
Class com.priint.pubserver.metadata.xml.element.PlaceholderImpl
class PlaceholderImpl extends Object implements Serializable- serialVersionUID:
- -5213383335204278430L
-
Class com.priint.pubserver.metadata.xml.element.PositionImpl
class PositionImpl extends Object implements Serializable- serialVersionUID:
- 3741473580313849607L
-
Serialized Fields
-
blueH
double blueH
-
blueW
double blueW
-
blueX
double blueX
-
blueY
double blueY
-
h
double h
-
opacity
double opacity
-
w
double w
-
x
double x
-
y
double y
-
-
Class com.priint.pubserver.metadata.xml.element.StrokeImpl
class StrokeImpl extends Object implements Serializable- serialVersionUID:
- -8711165948867766449L
-
Class com.priint.pubserver.metadata.xml.element.TableBodyImpl
class TableBodyImpl extends Object implements Serializable- serialVersionUID:
- -2247558644080383105L
-
Class com.priint.pubserver.metadata.xml.element.TableDataImpl
class TableDataImpl extends Object implements Serializable- serialVersionUID:
- -2247558644080383105L
-
Class com.priint.pubserver.metadata.xml.element.TableImpl
class TableImpl extends Object implements Serializable- serialVersionUID:
- 4129174441647907084L
-
Class com.priint.pubserver.metadata.xml.element.TableRowImpl
class TableRowImpl extends Object implements Serializable- serialVersionUID:
- -2247558644080383105L
-
Class com.priint.pubserver.metadata.xml.element.TextContentImpl
class TextContentImpl extends Object implements Serializable- serialVersionUID:
- 3741473580313849607L
-
Class com.priint.pubserver.metadata.xml.element.TextflowImpl
class TextflowImpl extends Object implements Serializable- serialVersionUID:
- 3741473580313849607L
-
Serialized Fields
-
hasOversetInTables
boolean hasOversetInTables
-
oversetChars
int oversetChars
-
-
Class com.priint.pubserver.metadata.xml.element.TextwrapImpl
class TextwrapImpl extends Object implements Serializable- serialVersionUID:
- 4395344850556758492L
-
Serialized Fields
-
allowHoles
int allowHoles
-
alphaindex
int alphaindex
-
alphaname
String alphaname
-
bottom
double bottom
-
ignore
int ignore
-
invert
int invert
-
left
double left
-
mode
String mode
-
pathindex
int pathindex
-
pathname
String pathname
-
right
double right
-
side
String side
-
threshold
int threshold
-
tolerance
double tolerance
-
top
double top
-
type
String type
-
zorderbased
int zorderbased
-
-
Class com.priint.pubserver.metadata.xml.element.TransformImpl
class TransformImpl extends Object implements Serializable- serialVersionUID:
- 3741473580313849607L
-
-
Package com.priint.pubserver.metadata.xml.group
-
Class com.priint.pubserver.metadata.xml.group.FrameImpl
class FrameImpl extends DocumentElementImpl implements Serializable- serialVersionUID:
- -1520631547544439050L
-
Class com.priint.pubserver.metadata.xml.group.FramesImpl
class FramesImpl extends Object implements Serializable- serialVersionUID:
- -2204322620305842482L
-
Class com.priint.pubserver.metadata.xml.group.GroupImpl
class GroupImpl extends DocumentElementImpl implements Serializable- serialVersionUID:
- 732579647020569123L
-
Class com.priint.pubserver.metadata.xml.group.PageImpl
class PageImpl extends Object implements Serializable- serialVersionUID:
- -2850083718600445004L
-
Class com.priint.pubserver.metadata.xml.group.SpreadImpl
class SpreadImpl extends Object implements Serializable- serialVersionUID:
- -5717841501797553666L
-
-
Package com.priint.pubserver.metadata.xml.item
-
Class com.priint.pubserver.metadata.xml.item.ItemImpl
class ItemImpl extends Object implements Serializable- serialVersionUID:
- -8869165389701878551L
-
Serialized Fields
-
classId
int classId
-
defined
int defined
-
documentId
String documentId
-
documentPosition
String documentPosition
-
element
String element
-
elementId
int elementId
-
grid
String grid
-
gridId
String gridId
-
groupId
int groupId
-
id
int id
-
id2
int id2
-
id3
int id3
-
layoutLayers
String layoutLayers
-
level
int level
-
masterPage
String masterPage
-
needsRequest
int needsRequest
-
pageType
ItemImpl.PageType pageType
-
postRuleId
int postRuleId
-
postRuleParams
String postRuleParams
-
preRuleId
int preRuleId
-
preRuleParams
String preRuleParams
-
productEnd
int productEnd
-
productStart
int productStart
-
status
String status
-
stringId
String stringId
-
tagId1
int tagId1
-
tagId2
int tagId2
-
templateId
int templateId
-
type
ItemImpl.ItemType type
-
-
-
Package com.priint.pubserver.metadata.xml.note
-
Class com.priint.pubserver.metadata.xml.note.AreaImpl
class AreaImpl extends Object implements Serializable- serialVersionUID:
- 4129174441647907084L
-
Class com.priint.pubserver.metadata.xml.note.BBoxImpl
class BBoxImpl extends ShapeImpl implements Serializable- serialVersionUID:
- 4129174441647907084L
-
Serialized Fields
-
angle
double angle
-
angleRefX
double angleRefX
-
angleRefY
double angleRefY
-
edges
Edges edges
-
fill
Fill fill
-
fillindex
int fillindex
-
height
double height
-
insets
Insets insets
-
opacity
double opacity
-
scaleX
double scaleX
-
scaleY
double scaleY
-
skew
double skew
-
skewRefX
double skewRefX
-
skewRefY
double skewRefY
-
stroke
Stroke stroke
-
strokeAttr
String strokeAttr
-
strokeWidth
String strokeWidth
-
textframe
Textframe textframe
-
width
double width
-
x
double x
-
y
double y
-
-
Class com.priint.pubserver.metadata.xml.note.ChangeImpl
class ChangeImpl extends Object implements Serializable- serialVersionUID:
- 4129174441647907084L
-
Class com.priint.pubserver.metadata.xml.note.CommentImpl
class CommentImpl extends ChangeImpl implements Serializable- serialVersionUID:
- 4129174441647907084L
-
Class com.priint.pubserver.metadata.xml.note.CommentsImpl
class CommentsImpl extends Object implements Serializable- serialVersionUID:
- 4129174441647907084L
-
Class com.priint.pubserver.metadata.xml.note.EdgeImpl
class EdgeImpl extends Object implements Serializable- serialVersionUID:
- 4129174441647907084L
-
Class com.priint.pubserver.metadata.xml.note.EdgesImpl
class EdgesImpl extends Object implements Serializable- serialVersionUID:
- 4129174441647907084L
-
Class com.priint.pubserver.metadata.xml.note.FillImpl
class FillImpl extends Object implements Serializable- serialVersionUID:
- 4129174441647907084L
-
Class com.priint.pubserver.metadata.xml.note.ImageImpl
class ImageImpl extends ShapeImpl implements Serializable- serialVersionUID:
- 4129174441647907084L
-
Class com.priint.pubserver.metadata.xml.note.InsetsImpl
class InsetsImpl extends Object implements Serializable- serialVersionUID:
- 4129174441647907084L
-
Serialized Fields
-
bottom
double bottom
-
left
double left
-
right
double right
-
top
double top
-
-
Class com.priint.pubserver.metadata.xml.note.NoteImpl
class NoteImpl extends Object implements Serializable- serialVersionUID:
- 732579647020569123L
-
Serialized Fields
-
changed
Change changed
-
comments
Comments comments
-
created
Change created
-
customerData1
String customerData1
-
customerData2
String customerData2
-
customerId
int customerId
-
customerId2
int customerId2
-
customerId3
int customerId3
-
customerStringId
String customerStringId
-
id
int id
-
log
String log
-
parentIds
ParentIds parentIds
-
parentUIds
ParentUIds parentUIds
-
reference
Reference reference
-
responsible
Change responsible
-
showConnect
int showConnect
-
showState
int showState
-
showTitle
int showTitle
-
title
String title
-
type
NoteType type
-
visible
int visible
-
-
Class com.priint.pubserver.metadata.xml.note.ParentIdsImpl
class ParentIdsImpl extends Object implements Serializable- serialVersionUID:
- 4129174441647907084L
-
Serialized Fields
-
document
String document
-
frame
int frame
-
group
int group
-
page
int page
-
spread
int spread
-
-
Class com.priint.pubserver.metadata.xml.note.ParentUIdsImpl
class ParentUIdsImpl extends ParentIdsImpl implements Serializable- serialVersionUID:
- 4129174441647907084L
-
Serialized Fields
-
layer
int layer
-
layerName
String layerName
-
-
Class com.priint.pubserver.metadata.xml.note.PathPointImpl
class PathPointImpl extends Object implements Serializable- serialVersionUID:
- 4129174441647907084L
-
Serialized Fields
-
num
int num
-
tangX1
double tangX1
-
tangX2
double tangX2
-
tangY1
double tangY1
-
tangY2
double tangY2
-
type
String type
-
x
double x
-
y
double y
-
-
Class com.priint.pubserver.metadata.xml.note.ReferenceImpl
class ReferenceImpl extends Object implements Serializable- serialVersionUID:
- 4129174441647907084L
-
Serialized Fields
-
area
Area area
-
bbox
BBox bbox
-
end
int end
-
id
int id
-
idString
int idString
-
start
int start
-
type
ReferenceType type
-
x
double x
-
y
double y
-
-
Class com.priint.pubserver.metadata.xml.note.ShapeImpl
class ShapeImpl extends Object implements Serializable- serialVersionUID:
- 4129174441647907084L
-
Serialized Fields
-
angle
double angle
-
angleRefX
double angleRefX
-
angleRefY
double angleRefY
-
scaleX
double scaleX
-
scaleY
double scaleY
-
skew
double skew
-
skewRefX
double skewRefX
-
skewRefY
double skewRefY
-
-
Class com.priint.pubserver.metadata.xml.note.StrokeImpl
class StrokeImpl extends Object implements Serializable- serialVersionUID:
- 4129174441647907084L
-
Serialized Fields
-
alignment
int alignment
-
cap
int cap
-
color1
double color1
-
color2
double color2
-
color3
double color3
-
color4
double color4
-
colorName
String colorName
-
colorSpace
String colorSpace
-
endType
int endType
-
gapColor1
double gapColor1
-
gapColor2
double gapColor2
-
gapColor3
double gapColor3
-
gapColor4
double gapColor4
-
gapColorName
String gapColorName
-
gapColorSpace
String gapColorSpace
-
gapTint
double gapTint
-
join
int join
-
miter
double miter
-
simpleValue
List<String> simpleValue
-
startType
int startType
-
tint
double tint
-
type
int type
-
weight
double weight
-
-
Class com.priint.pubserver.metadata.xml.note.TextframeImpl
class TextframeImpl extends Object implements Serializable- serialVersionUID:
- 4129174441647907084L
-
Serialized Fields
-
valign
int valign
-
value
String value
-
-
-
Package com.priint.pubserver.metadata.xml.placeholder
-
Class com.priint.pubserver.metadata.xml.placeholder.ContentImpl
class ContentImpl extends Object implements Serializable- serialVersionUID:
- -2018975779135766498L
-
Class com.priint.pubserver.metadata.xml.placeholder.FrameImpl
class FrameImpl extends DocumentElementImpl implements Serializable- serialVersionUID:
- 4129174441647907084L
-
Serialized Fields
-
area
Area area
-
bbox
BBox bbox
-
primary
boolean primary
-
textcontent
TextContent textcontent
-
visible
boolean visible
-
-
Class com.priint.pubserver.metadata.xml.placeholder.FunctionVariableImpl
class FunctionVariableImpl extends Object implements Serializable- serialVersionUID:
- 8243503139655826679L
-
Class com.priint.pubserver.metadata.xml.placeholder.ImageContentImpl
class ImageContentImpl extends Object implements Serializable- serialVersionUID:
- 3741473580313849607L
-
Class com.priint.pubserver.metadata.xml.placeholder.KeyLabelImpl
class KeyLabelImpl extends Object implements Serializable- serialVersionUID:
- -4895979787784823324L
-
Class com.priint.pubserver.metadata.xml.placeholder.PlaceholderImpl
class PlaceholderImpl extends DocumentElementImpl implements Serializable- serialVersionUID:
- 732579647020569123L
-
Serialized Fields
-
ext
Ext ext
-
frames
List<Frame> frames
-
functionVariables
List<FunctionVariable> functionVariables
-
imagecontent
ImageContent imagecontent
-
infos1
String infos1
-
infos2
String infos2
-
name
String name
-
overset
String overset
-
parents
Parents parents
-
placeholderId
int placeholderId
-
record
Record record
-
state
State state
-
textcontent
TextContent textcontent
-
type
PlaceholderType type
-
-
Class com.priint.pubserver.metadata.xml.placeholder.PositionImpl
class PositionImpl extends Object implements Serializable- serialVersionUID:
- 3741473580313849607L
-
Serialized Fields
-
h
double h
-
w
double w
-
x
double x
-
y
double y
-
-
Class com.priint.pubserver.metadata.xml.placeholder.StateImpl
class StateImpl extends Object implements Serializable- serialVersionUID:
- 4129174441647907084L
-
Serialized Fields
-
changed
Date changed
-
created
Date created
-
sync
PlaceholderState sync
-
visible
boolean visible
-
-
Class com.priint.pubserver.metadata.xml.placeholder.TextContentImpl
class TextContentImpl extends Object implements Serializable- serialVersionUID:
- 799825910943877294L
-
Class com.priint.pubserver.metadata.xml.placeholder.TransformImpl
class TransformImpl extends Object implements Serializable- serialVersionUID:
- 3741473580313849607L
-
-
Package com.priint.pubserver.metadata.xml.spread
-
Class com.priint.pubserver.metadata.xml.spread.BaselineGridImpl
class BaselineGridImpl extends Object implements Serializable- serialVersionUID:
- 4129174441647907084L
-
Serialized Fields
-
color
String color
-
division
double division
-
relativeTo
RelativeTo relativeTo
-
start
double start
-
-
Class com.priint.pubserver.metadata.xml.spread.BleedImpl
class BleedImpl extends Object implements Serializable- serialVersionUID:
- 4129174441647907084L
-
Serialized Fields
-
bottom
double bottom
-
left
double left
-
right
double right
-
top
double top
-
uni
boolean uni
-
-
Class com.priint.pubserver.metadata.xml.spread.ContentImpl
class ContentImpl extends Object implements Serializable- serialVersionUID:
- 4129174441647907084L
-
Serialized Fields
-
pages
int pages
-
-
Class com.priint.pubserver.metadata.xml.spread.DimensionsImpl
class DimensionsImpl extends Object implements Serializable- serialVersionUID:
- 4129174441647907084L
-
Class com.priint.pubserver.metadata.xml.spread.GridImpl
class GridImpl extends Object implements Serializable- serialVersionUID:
- 4129174441647907084L
-
Serialized Fields
-
color
String color
-
horizontalDivision
double horizontalDivision
-
horizontalSubdivisions
int horizontalSubdivisions
-
verticalDivision
double verticalDivision
-
verticalSubdivisions
int verticalSubdivisions
-
-
Class com.priint.pubserver.metadata.xml.spread.GuideImpl
class GuideImpl extends Object implements Serializable- serialVersionUID:
- 4129174441647907084L
-
Class com.priint.pubserver.metadata.xml.spread.MarginImpl
class MarginImpl extends Object implements Serializable- serialVersionUID:
- 4129174441647907084L
-
Serialized Fields
-
bottom
double bottom
-
inside
double inside
-
left
double left
-
outside
double outside
-
right
double right
-
top
double top
-
-
Class com.priint.pubserver.metadata.xml.spread.MasterSpreadImpl
class MasterSpreadImpl extends Object implements Serializable- serialVersionUID:
- 732579647020569123L
-
Serialized Fields
-
id
int id
-
name
String name
-
used
boolean used
-
-
Class com.priint.pubserver.metadata.xml.spread.PageImpl
class PageImpl extends Object implements Serializable- serialVersionUID:
- 4129174441647907084L
-
Serialized Fields
-
dimensions
Dimensions dimensions
-
guides
List<Guide> guides
-
id
int id
-
integer
int integer
-
masterpage
String masterpage
-
number
String number
-
ordinal
int ordinal
-
pagetemplate
PageTemplate pagetemplate
-
prefix
String prefix
-
record
Record record
-
type
PageType type
-
uid
int uid
-
-
Class com.priint.pubserver.metadata.xml.spread.PageTemplateImpl
class PageTemplateImpl extends Object implements Serializable- serialVersionUID:
- 4129174441647907084L
-
Serialized Fields
-
id
int id
-
name
String name
-
-
Class com.priint.pubserver.metadata.xml.spread.SizeImpl
class SizeImpl extends Object implements Serializable- serialVersionUID:
- 4129174441647907084L
-
Serialized Fields
-
height
double height
-
width
double width
-
-
Class com.priint.pubserver.metadata.xml.spread.SlugImpl
class SlugImpl extends Object implements Serializable- serialVersionUID:
- 4129174441647907084L
-
Serialized Fields
-
bottom
double bottom
-
left
double left
-
right
double right
-
top
double top
-
uni
boolean uni
-
-
Class com.priint.pubserver.metadata.xml.spread.SpreadImpl
class SpreadImpl extends Object implements Serializable- serialVersionUID:
- 732579647020569123L
-
Serialized Fields
-
content
Content content
-
dimensions
Dimensions dimensions
-
id
int id
-
pages
List<Page> pages
-
record
Record record
-
uid
int uid
-
-
-
Package com.priint.pubserver.metadata.xml.w2ml
-
Class com.priint.pubserver.metadata.xml.w2ml.BasicPageImpl
class BasicPageImpl extends Object implements Serializable- serialVersionUID:
- -6148171631857654265L
-
Class com.priint.pubserver.metadata.xml.w2ml.ColumnImpl
class ColumnImpl extends Object implements Serializable- serialVersionUID:
- -7700918195025360223L
-
Serialized Fields
-
position1
double position1
-
position2
double position2
-
-
Class com.priint.pubserver.metadata.xml.w2ml.ColumnsImpl
class ColumnsImpl extends Object implements Serializable- serialVersionUID:
- 6292746433831183087L
-
Class com.priint.pubserver.metadata.xml.w2ml.DocumentStylesImpl
class DocumentStylesImpl extends Object implements Serializable- serialVersionUID:
- 5645490729414622594L
-
Class com.priint.pubserver.metadata.xml.w2ml.GuideImpl
class GuideImpl extends Object implements Serializable- serialVersionUID:
- 3628592674868190224L
-
Class com.priint.pubserver.metadata.xml.w2ml.LayerImpl
class LayerImpl extends Object implements Serializable- serialVersionUID:
- -4498906781250406210L
-
Class com.priint.pubserver.metadata.xml.w2ml.MarginsImpl
class MarginsImpl extends Object implements Serializable- serialVersionUID:
- 2943805200757545596L
-
Serialized Fields
-
bottom
double bottom
-
insideLeft
double insideLeft
-
outsideRight
double outsideRight
-
top
double top
-
-
Class com.priint.pubserver.metadata.xml.w2ml.MasterImpl
class MasterImpl extends Object implements Serializable- serialVersionUID:
- 4716499845433334732L
-
Class com.priint.pubserver.metadata.xml.w2ml.MasterOverrideImpl
class MasterOverrideImpl extends Object implements Serializable- serialVersionUID:
- -3745202749358266274L
-
Serialized Fields
-
local
int local
-
master
int master
-
page
int page
-
-
Class com.priint.pubserver.metadata.xml.w2ml.MastersImpl
class MastersImpl extends Object implements Serializable- serialVersionUID:
- 6850925238970141287L
-
Serialized Fields
-
master
List<Master> master
-
overrides
List<MasterOverride> overrides
-
-
Class com.priint.pubserver.metadata.xml.w2ml.MetadataImpl
class MetadataImpl extends Object implements Serializable- serialVersionUID:
- 2755064348647599430L
-
Class com.priint.pubserver.metadata.xml.w2ml.NumberingListImpl
class NumberingListImpl extends Object implements Serializable- serialVersionUID:
- -10275316250590679L
-
Serialized Fields
-
acrossDocuments
int acrossDocuments
-
acrossStories
int acrossStories
-
name
String name
-
uid
int uid
-
-
Class com.priint.pubserver.metadata.xml.w2ml.OwnerImpl
class OwnerImpl extends Object implements Serializable- serialVersionUID:
- -7775100076961992863L
-
Class com.priint.pubserver.metadata.xml.w2ml.PageImpl
class PageImpl extends BasicPageImpl implements Serializable- serialVersionUID:
- -6148171631857654265L
-
Serialized Fields
-
pagetemplate
int pagetemplate
-
pagetemplateName
String pagetemplateName
-
sectionIndex
int sectionIndex
-
-
Class com.priint.pubserver.metadata.xml.w2ml.PageReferenceImpl
class PageReferenceImpl extends Object implements Serializable- serialVersionUID:
- -6968796499660768782L
-
Serialized Fields
-
id
int id
-
uid
int uid
-
-
Class com.priint.pubserver.metadata.xml.w2ml.SectionImpl
class SectionImpl extends Object implements Serializable- serialVersionUID:
- 2579015278654064446L
-
Class com.priint.pubserver.metadata.xml.w2ml.SettingsImpl
class SettingsImpl extends Object implements Serializable- serialVersionUID:
- -8001403958619773224L
-
Serialized Fields
-
bleedBottom
double bleedBottom
-
bleedInner
double bleedInner
-
bleedOuter
double bleedOuter
-
bleedTop
double bleedTop
-
blendingspace
String blendingspace
-
cmykColorprofile
String cmykColorprofile
-
colorPriority
String colorPriority
-
columnsColor
int columnsColor
-
columnsDirection
int columnsDirection
-
columnsGutter
double columnsGutter
-
columnsLocked
int columnsLocked
-
columnsNum
int columnsNum
-
defaultPageheight
double defaultPageheight
-
defaultPagewidth
double defaultPagewidth
-
facingPages
boolean facingPages
-
firstPageType
String firstPageType
-
intention
String intention
-
lastUsedUid
int lastUsedUid
-
marginBottom
double marginBottom
-
marginColor
int marginColor
-
marginLeft
double marginLeft
-
marginRight
double marginRight
-
marginTop
double marginTop
-
pagebinding
int pagebinding
-
pageelementsShown
int pageelementsShown
-
restartPagenum
int restartPagenum
-
rgbColorprofile
String rgbColorprofile
-
slugBottom
double slugBottom
-
slugInner
double slugInner
-
slugOuter
double slugOuter
-
slugTop
double slugTop
-
startpage
int startpage
-
uniformBleed
int uniformBleed
-
uniformMargin
int uniformMargin
-
uniformSlug
int uniformSlug
-
-
Class com.priint.pubserver.metadata.xml.w2ml.StyleImpl
class StyleImpl extends Object implements Serializable- serialVersionUID:
- 6925006963353896433L
-
Serialized Fields
-
basedOn
StyleReferenceImpl basedOn
-
charstyle
StyleReferenceImpl charstyle
-
isDefault
int isDefault
-
isRoot
int isRoot
-
name
String name
-
next
StyleReferenceImpl next
-
properties
StyleProperties properties
-
uid
int uid
-
-
Class com.priint.pubserver.metadata.xml.w2ml.StylePropertiesImpl
class StylePropertiesImpl extends Object implements Serializable- serialVersionUID:
- -3660694018336590326L
-
Serialized Fields
-
abovelineColor
String abovelineColor
-
abovelineGapcolor
String abovelineGapcolor
-
abovelineGapoverprint
Integer abovelineGapoverprint
-
abovelineGaptint
Double abovelineGaptint
-
abovelineIndentLeft
Double abovelineIndentLeft
-
abovelineIndentRight
Double abovelineIndentRight
-
abovelineKeepInFrame
Integer abovelineKeepInFrame
-
abovelineMode
String abovelineMode
-
abovelineOffset
Double abovelineOffset
-
abovelineOn
Integer abovelineOn
-
abovelineOverprint
Integer abovelineOverprint
-
abovelineStroke
String abovelineStroke
-
abovelineTint
Double abovelineTint
-
abovelineWidth
Double abovelineWidth
-
alignment
String alignment
-
alignmentSingle
String alignmentSingle
-
autoGrow
Integer autoGrow
-
autoLeading
Double autoLeading
-
balancedLines
Integer balancedLines
-
baselineshift
Double baselineshift
-
belowlineColor
String belowlineColor
-
belowlineGapcolor
String belowlineGapcolor
-
belowlineGapoverprint
Integer belowlineGapoverprint
-
belowlineGaptint
Double belowlineGaptint
-
belowlineIndentLeft
Double belowlineIndentLeft
-
belowlineIndentRight
Double belowlineIndentRight
-
belowlineMode
String belowlineMode
-
belowlineOffset
Double belowlineOffset
-
belowlineOn
Integer belowlineOn
-
belowlineOverprint
Integer belowlineOverprint
-
belowlineStroke
String belowlineStroke
-
belowlineTint
Double belowlineTint
-
belowlineWidth
Double belowlineWidth
-
bodyCellStyle
String bodyCellStyle
-
bottomInset
Double bottomInset
-
bottomStrokeColor
String bottomStrokeColor
-
bottomStrokeGapColor
String bottomStrokeGapColor
-
bottomStrokeGapOverprint
Integer bottomStrokeGapOverprint
-
bottomStrokeGapTint
Double bottomStrokeGapTint
-
bottomStrokeOverprint
Integer bottomStrokeOverprint
-
bottomStrokePriority
Integer bottomStrokePriority
-
bottomStrokeTint
Double bottomStrokeTint
-
bottomStrokeType
String bottomStrokeType
-
bottomStrokeWidth
Double bottomStrokeWidth
-
breakBefore
String breakBefore
-
bunriKinshi
String bunriKinshi
-
capitalType
String capitalType
-
cellFillOverprint
Integer cellFillOverprint
-
cellType
String cellType
-
charHang
String charHang
-
clipToCell
Integer clipToCell
-
colFillEnd
Integer colFillEnd
-
colFillFirstColor
String colFillFirstColor
-
colFillFirstCount
Integer colFillFirstCount
-
colFillFirstOverprint
Integer colFillFirstOverprint
-
colFillFirstTint
Double colFillFirstTint
-
colFillSecondColor
String colFillSecondColor
-
colFillSecondCount
Integer colFillSecondCount
-
colFillSecondOverprint
Integer colFillSecondOverprint
-
colFillSecondTint
Double colFillSecondTint
-
colFillStart
Integer colFillStart
-
color
String color
-
colspanSpaceAfter
Double colspanSpaceAfter
-
colspanSpaceBefore
Double colspanSpaceBefore
-
colStrokeEnd
Integer colStrokeEnd
-
colStrokeFirstColor
String colStrokeFirstColor
-
colStrokeFirstCount
Integer colStrokeFirstCount
-
colStrokeFirstGapColor
String colStrokeFirstGapColor
-
colStrokeFirstGapOverprint
Integer colStrokeFirstGapOverprint
-
colStrokeFirstGapTint
Double colStrokeFirstGapTint
-
colStrokeFirstOverprint
Integer colStrokeFirstOverprint
-
colStrokeFirstTint
Double colStrokeFirstTint
-
colStrokeFirstType
String colStrokeFirstType
-
colStrokeFirstWidth
Double colStrokeFirstWidth
-
colStrokeSecondColor
String colStrokeSecondColor
-
colStrokeSecondCount
Integer colStrokeSecondCount
-
colStrokeSecondGapColor
String colStrokeSecondGapColor
-
colStrokeSecondGapOverprint
Integer colStrokeSecondGapOverprint
-
colStrokeSecondGapTint
Double colStrokeSecondGapTint
-
colStrokeSecondOverprint
Integer colStrokeSecondOverprint
-
colStrokeSecondTint
Double colStrokeSecondTint
-
colStrokeSecondType
String colStrokeSecondType
-
colStrokeSecondWidth
Double colStrokeSecondWidth
-
colStrokeStart
Integer colStrokeStart
-
colWidth
Double colWidth
-
composer
String composer
-
contentColor
String contentColor
-
contentGradientAngle
Double contentGradientAngle
-
contentNoprint
Integer contentNoprint
-
contentOverprint
Integer contentOverprint
-
contentTint
Double contentTint
-
contour
Double contour
-
cornerRadius
Double cornerRadius
-
cornerRadiusBl
Double cornerRadiusBl
-
cornerRadiusBr
Double cornerRadiusBr
-
cornerRadiusTr
Double cornerRadiusTr
-
cornerType
String cornerType
-
cornerTypeBl
String cornerTypeBl
-
cornerTypeBr
String cornerTypeBr
-
cornerTypeTr
String cornerTypeTr
-
diagonal
Integer diagonal
-
diagonalColor
String diagonalColor
-
diagonalGapColor
String diagonalGapColor
-
diagonalGapOverprint
Integer diagonalGapOverprint
-
diagonalGapTint
Double diagonalGapTint
-
diagonalIsOnTop
Integer diagonalIsOnTop
-
diagonalOverprint
Integer diagonalOverprint
-
diagonalTint
Double diagonalTint
-
diagonalType
String diagonalType
-
diagonalWidth
Double diagonalWidth
-
dropcapChars
Integer dropcapChars
-
dropcapDetail
String dropcapDetail
-
dropcapLines
Integer dropcapLines
-
figureStyle
String figureStyle
-
fillColor
String fillColor
-
fillPriority
Integer fillPriority
-
fillTint
Double fillTint
-
firstlineOffset
Integer firstlineOffset
-
font
String font
-
footerCellStyle
String footerCellStyle
-
footerUseBodyCellstyle
Integer footerUseBodyCellstyle
-
glyphscaleDesired
Double glyphscaleDesired
-
glyphscaleMax
Double glyphscaleMax
-
glyphscaleMin
Double glyphscaleMin
-
glyphscaleX
Double glyphscaleX
-
glyphscaleY
Double glyphscaleY
-
gradient
Double gradient
-
gradientLength
Double gradientLength
-
grepStyles
String grepStyles
-
hasLeftTopLine
Integer hasLeftTopLine
-
hasRightTopLine
Integer hasRightTopLine
-
headerCellStyle
String headerCellStyle
-
headerUseBodyCellstyle
Integer headerUseBodyCellstyle
-
hiliteAngle
Double hiliteAngle
-
hiliteLength
Double hiliteLength
-
hyphenCapitalized
Integer hyphenCapitalized
-
hyphenCrossFrames
Integer hyphenCrossFrames
-
hyphenLadder
Integer hyphenLadder
-
hyphenLast
Integer hyphenLast
-
hyphenMethod
String hyphenMethod
-
hyphenWeight
Integer hyphenWeight
-
hyphenZone
Double hyphenZone
-
ignoreEdgeAlign
Integer ignoreEdgeAlign
-
indentFirst
Double indentFirst
-
indentLeft
Double indentLeft
-
indentRight
Double indentRight
-
indexMark
Integer indexMark
-
keepFirstNLines
Integer keepFirstNLines
-
keepLastNLines
Integer keepLastNLines
-
keeplinesTogether
Integer keeplinesTogether
-
keepsStartOn
Integer keepsStartOn
-
keepTogether
Integer keepTogether
-
keepWithNext
Integer keepWithNext
-
keepWithPrevious
Integer keepWithPrevious
-
keepWithText
Integer keepWithText
-
kinsoku
String kinsoku
-
kinsokuHangtype
String kinsokuHangtype
-
kinsokuType
String kinsokuType
-
language
String language
-
lastlineRightIndent
Double lastlineRightIndent
-
leading
Double leading
-
leftCellStyle
String leftCellStyle
-
leftInset
Double leftInset
-
leftStrokeColor
String leftStrokeColor
-
leftStrokeGapColor
String leftStrokeGapColor
-
leftStrokeGapOverprint
Integer leftStrokeGapOverprint
-
leftStrokeGapTint
Double leftStrokeGapTint
-
leftStrokeOverprint
Integer leftStrokeOverprint
-
leftStrokePriority
Integer leftStrokePriority
-
leftStrokeTint
Double leftStrokeTint
-
leftStrokeType
String leftStrokeType
-
leftStrokeWidth
Double leftStrokeWidth
-
leftUseBodyCellstyle
Integer leftUseBodyCellstyle
-
letterspaceDesired
Double letterspaceDesired
-
letterspaceMax
Double letterspaceMax
-
letterspaceMin
Double letterspaceMin
-
ligatures
Integer ligatures
-
lineStyles
String lineStyles
-
listBulletAlign
String listBulletAlign
-
listBulletChar
String listBulletChar
-
listBulletCharstyle
String listBulletCharstyle
-
listBulletFont
String listBulletFont
-
listBulletStyle
String listBulletStyle
-
listBulletTextAfter
String listBulletTextAfter
-
listLevel
String listLevel
-
listNumberAlign
String listNumberAlign
-
listNumberCharstyle
String listNumberCharstyle
-
listNumberFont
String listNumberFont
-
listNumberingContinue
Integer listNumberingContinue
-
listNumberingRestart
Integer listNumberingRestart
-
listNumberNumber
String listNumberNumber
-
listNumberStyle
String listNumberStyle
-
listStartAt
Integer listStartAt
-
listStyle
String listStyle
-
listType
String listType
-
maxRowSize
Double maxRowSize
-
maxSpaceBetweenParas
Double maxSpaceBetweenParas
-
mexLeftStrokeCol
Double mexLeftStrokeCol
-
mexRightStrokeCol
Double mexRightStrokeCol
-
minAfter
Integer minAfter
-
minBefore
Integer minBefore
-
minFirstlineOffset
Double minFirstlineOffset
-
minRowSize
Double minRowSize
-
miterLimit
Double miterLimit
-
mojikumi
String mojikumi
-
mojikumiSpacingAfter
String mojikumiSpacingAfter
-
mojikumiSpacingBefore
String mojikumiSpacingBefore
-
noBreak
Integer noBreak
-
opentypeHistorical
Integer opentypeHistorical
-
opentypeLocale
Integer opentypeLocale
-
opentypePosForm
String opentypePosForm
-
opentypePositioning
Integer opentypePositioning
-
opentypeSets
String opentypeSets
-
opentypeSlashZero
Integer opentypeSlashZero
-
opentypeSwash
Integer opentypeSwash
-
otfContext
Integer otfContext
-
otfFraction
Integer otfFraction
-
otfLigature
Integer otfLigature
-
otfOrdinal
Integer otfOrdinal
-
otfTitling
Integer otfTitling
-
outerBottomStrokeColor
String outerBottomStrokeColor
-
outerBottomStrokeGapColor
String outerBottomStrokeGapColor
-
outerBottomStrokeGapOverprint
Integer outerBottomStrokeGapOverprint
-
outerBottomStrokeGapTint
Double outerBottomStrokeGapTint
-
outerBottomStrokeOverprint
Integer outerBottomStrokeOverprint
-
outerBottomStrokeTint
Double outerBottomStrokeTint
-
outerBottomStrokeType
String outerBottomStrokeType
-
outerBottomStrokeWidth
Double outerBottomStrokeWidth
-
outerLeftStrokeColor
String outerLeftStrokeColor
-
outerLeftStrokeGapColor
String outerLeftStrokeGapColor
-
outerLeftStrokeGapOverprint
Integer outerLeftStrokeGapOverprint
-
outerLeftStrokeGapTint
Double outerLeftStrokeGapTint
-
outerLeftStrokeOverprint
Integer outerLeftStrokeOverprint
-
outerLeftStrokeTint
Double outerLeftStrokeTint
-
outerLeftStrokeType
String outerLeftStrokeType
-
outerLeftStrokeWidth
Double outerLeftStrokeWidth
-
outerRightStrokeColor
String outerRightStrokeColor
-
outerRightStrokeGapColor
String outerRightStrokeGapColor
-
outerRightStrokeGapOverprint
Integer outerRightStrokeGapOverprint
-
outerRightStrokeGapTint
Double outerRightStrokeGapTint
-
outerRightStrokeOverprint
Integer outerRightStrokeOverprint
-
outerRightStrokeTint
Double outerRightStrokeTint
-
outerRightStrokeType
String outerRightStrokeType
-
outerRightStrokeWidth
Double outerRightStrokeWidth
-
outerTopStrokeColor
String outerTopStrokeColor
-
outerTopStrokeGapColor
String outerTopStrokeGapColor
-
outerTopStrokeGapOverprint
Integer outerTopStrokeGapOverprint
-
outerTopStrokeGapTint
Double outerTopStrokeGapTint
-
outerTopStrokeOverprint
Integer outerTopStrokeOverprint
-
outerTopStrokeTint
Double outerTopStrokeTint
-
outerTopStrokeType
String outerTopStrokeType
-
outerTopStrokeWidth
Double outerTopStrokeWidth
-
outlineJoin
Integer outlineJoin
-
overprint
Integer overprint
-
pagenumber
String pagenumber
-
pairkern
Double pairkern
-
pairkernMethod
String pairkernMethod
-
paraStyle
String paraStyle
-
position
String position
-
rightCellStyle
String rightCellStyle
-
rightInset
Double rightInset
-
rightStrokeColor
String rightStrokeColor
-
rightStrokeGapColor
String rightStrokeGapColor
-
rightStrokeGapOverprint
Integer rightStrokeGapOverprint
-
rightStrokeGapTint
Double rightStrokeGapTint
-
rightStrokeOverprint
Integer rightStrokeOverprint
-
rightStrokePriority
Integer rightStrokePriority
-
rightStrokeTint
Double rightStrokeTint
-
rightStrokeType
String rightStrokeType
-
rightStrokeWidth
Double rightStrokeWidth
-
rightUseBodyCellstyle
Integer rightUseBodyCellstyle
-
rotation
Double rotation
-
rotationFollowsStory
Integer rotationFollowsStory
-
rowFillEnd
Integer rowFillEnd
-
rowFillFirstColor
String rowFillFirstColor
-
rowFillFirstCount
Integer rowFillFirstCount
-
rowFillFirstOverprint
Integer rowFillFirstOverprint
-
rowFillFirstTint
Double rowFillFirstTint
-
rowFillSecondColor
String rowFillSecondColor
-
rowFillSecondCount
Integer rowFillSecondCount
-
rowFillSecondOverprint
Integer rowFillSecondOverprint
-
rowFillSecondTint
Double rowFillSecondTint
-
rowFillStart
Integer rowFillStart
-
rowHeight
Double rowHeight
-
rowStrokeEnd
Integer rowStrokeEnd
-
rowStrokeFirstColor
String rowStrokeFirstColor
-
rowStrokeFirstCount
Integer rowStrokeFirstCount
-
rowStrokeFirstGapColor
String rowStrokeFirstGapColor
-
rowStrokeFirstGapOverprint
Integer rowStrokeFirstGapOverprint
-
rowStrokeFirstGapTint
Double rowStrokeFirstGapTint
-
rowStrokeFirstOverprint
Integer rowStrokeFirstOverprint
-
rowStrokeFirstTint
Double rowStrokeFirstTint
-
rowStrokeFirstType
String rowStrokeFirstType
-
rowStrokeFirstWidth
Double rowStrokeFirstWidth
-
rowStrokeSecondColor
String rowStrokeSecondColor
-
rowStrokeSecondCount
Integer rowStrokeSecondCount
-
rowStrokeSecondGapColor
String rowStrokeSecondGapColor
-
rowStrokeSecondGapOverprint
Integer rowStrokeSecondGapOverprint
-
rowStrokeSecondGapTint
Double rowStrokeSecondGapTint
-
rowStrokeSecondOverprint
Integer rowStrokeSecondOverprint
-
rowStrokeSecondTint
Double rowStrokeSecondTint
-
rowStrokeSecondType
String rowStrokeSecondType
-
rowStrokeSecondWidth
Double rowStrokeSecondWidth
-
rowStrokeStart
Integer rowStrokeStart
-
rubyAlignment
String rubyAlignment
-
rubyEdgespace
String rubyEdgespace
-
rubyFont
String rubyFont
-
rubyOffsetX
String rubyOffsetX
-
rubyOffsetY
String rubyOffsetY
-
rubyOt
String rubyOt
-
rubyOverhang
String rubyOverhang
-
rubyPointsize
String rubyPointsize
-
rubyPosition
String rubyPosition
-
rubyScaleX
String rubyScaleX
-
rubyScaleY
String rubyScaleY
-
rubySpacing
String rubySpacing
-
rubyStyle
String rubyStyle
-
rubyType
String rubyType
-
runIns
String runIns
-
shortestWord
Integer shortestWord
-
size
Double size
-
skew
Double skew
-
skipFirstHeader
Integer skipFirstHeader
-
skipLastFooter
Integer skipLastFooter
-
spaceAfter
Double spaceAfter
-
spaceBefore
Double spaceBefore
-
spanColumn
Integer spanColumn
-
spanColumnCount
Integer spanColumnCount
-
splitColumnGutterIn
Double splitColumnGutterIn
-
splitColumnGutterOut
Double splitColumnGutterOut
-
startFooters
Integer startFooters
-
startHeaders
Integer startHeaders
-
strikethroughColor
String strikethroughColor
-
strikethroughGapcolor
String strikethroughGapcolor
-
strikethroughGapoverprint
Integer strikethroughGapoverprint
-
strikethroughGaptint
Double strikethroughGaptint
-
strikethroughOffset
Double strikethroughOffset
-
strikethroughOverprint
Integer strikethroughOverprint
-
strikethroughStroke
String strikethroughStroke
-
strikethroughTint
Double strikethroughTint
-
strikethroughWeight
Double strikethroughWeight
-
strikethru
Integer strikethru
-
strokeAlign
Integer strokeAlign
-
strokeAlignment
Integer strokeAlignment
-
strokeCap
String strokeCap
-
strokeColor
String strokeColor
-
strokeEvenodd
Integer strokeEvenodd
-
strokeGapcolor
String strokeGapcolor
-
strokeGapoverprint
Integer strokeGapoverprint
-
strokeGaptint
Double strokeGaptint
-
strokeGradient
Double strokeGradient
-
strokeGradientAngle
Double strokeGradientAngle
-
strokeGradientLength
Double strokeGradientLength
-
strokeHiliteAngle
Double strokeHiliteAngle
-
strokeHiliteLength
Double strokeHiliteLength
-
strokeJoin
String strokeJoin
-
strokeLineend
String strokeLineend
-
strokeLinestart
String strokeLinestart
-
strokeMiterlimit
Double strokeMiterlimit
-
strokeOverprint
Integer strokeOverprint
-
strokeTint
Double strokeTint
-
strokeType
String strokeType
-
strokeWeight
Double strokeWeight
-
style
String style
-
tableCellType
String tableCellType
-
tableColStrokeColor
String tableColStrokeColor
-
tableColStrokeGapColor
String tableColStrokeGapColor
-
tableColStrokeGapOverprint
Integer tableColStrokeGapOverprint
-
tableColStrokeGapTint
Double tableColStrokeGapTint
-
tableColStrokeOverprint
Integer tableColStrokeOverprint
-
tableColStrokeTint
Double tableColStrokeTint
-
tableColStrokeType
String tableColStrokeType
-
tableColStrokeWidth
Double tableColStrokeWidth
-
tableRowStrokeColor
String tableRowStrokeColor
-
tableRowStrokeGapColor
String tableRowStrokeGapColor
-
tableRowStrokeGapOverprint
Integer tableRowStrokeGapOverprint
-
tableRowStrokeGapTint
Double tableRowStrokeGapTint
-
tableRowStrokeOverprint
Integer tableRowStrokeOverprint
-
tableRowStrokeTint
Double tableRowStrokeTint
-
tableRowStrokeType
String tableRowStrokeType
-
tableRowStrokeWidth
Double tableRowStrokeWidth
-
tableStrokeOrder
Integer tableStrokeOrder
-
tabs
String tabs
-
textColumns
int textColumns
-
textColumnsBalance
int textColumnsBalance
-
textColumnsFixwidth
double textColumnsFixwidth
-
textColumnsGutter
double textColumnsGutter
-
textColumnsMaxwidth
double textColumnsMaxwidth
-
textColumnsType
String textColumnsType
-
textIgnorewrap
int textIgnorewrap
-
textInsetBottom
double textInsetBottom
-
textInsetLeft
double textInsetLeft
-
textInsetRight
double textInsetRight
-
textInsetTop
double textInsetTop
-
textVjust
String textVjust
-
tint
Double tint
-
topInset
Double topInset
-
topStrokeColor
String topStrokeColor
-
topStrokeGapColor
String topStrokeGapColor
-
topStrokeGapOverprint
Integer topStrokeGapOverprint
-
topStrokeGapTint
Double topStrokeGapTint
-
topStrokeOverprint
Integer topStrokeOverprint
-
topStrokePriority
Integer topStrokePriority
-
topStrokeTint
Double topStrokeTint
-
topStrokeType
String topStrokeType
-
topStrokeWidth
Double topStrokeWidth
-
trackkern
Double trackkern
-
transparencyContentBlendmode
int transparencyContentBlendmode
-
transparencyContentIsolate
int transparencyContentIsolate
-
transparencyContentKnockout
int transparencyContentKnockout
-
transparencyContentOpacity
double transparencyContentOpacity
-
transparencyFillBlendmode
int transparencyFillBlendmode
-
transparencyFillIsolate
int transparencyFillIsolate
-
transparencyFillKnockout
int transparencyFillKnockout
-
transparencyFillOpacity
double transparencyFillOpacity
-
transparencyObjectBlendmode
int transparencyObjectBlendmode
-
transparencyObjectIsolate
int transparencyObjectIsolate
-
transparencyObjectKnockout
int transparencyObjectKnockout
-
transparencyObjectOpacity
double transparencyObjectOpacity
-
transparencyStrokeBlendmode
int transparencyStrokeBlendmode
-
transparencyStrokeIsolate
int transparencyStrokeIsolate
-
transparencyStrokeKnockout
int transparencyStrokeKnockout
-
transparencyStrokeOpacity
double transparencyStrokeOpacity
-
tsume
Double tsume
-
underline
String underline
-
underlineColor
String underlineColor
-
underlineGapcolor
String underlineGapcolor
-
underlineGapoverprint
Integer underlineGapoverprint
-
underlineGaptint
Double underlineGaptint
-
underlineOffset
Double underlineOffset
-
underlineOverprint
Integer underlineOverprint
-
underlineStroke
String underlineStroke
-
underlineTint
Double underlineTint
-
underlineWeight
Double underlineWeight
-
unsupportedProperty10470
String unsupportedProperty10470
-
unsupportedProperty10471
String unsupportedProperty10471
-
unsupportedProperty10472
String unsupportedProperty10472
-
unsupportedProperty10473
String unsupportedProperty10473
-
unsupportedProperty10478
String unsupportedProperty10478
-
unsupportedProperty1A405
String unsupportedProperty1A405
-
unsupportedProperty1A41E
String unsupportedProperty1A41E
-
unsupportedProperty1BD2
String unsupportedProperty1BD2
-
unsupportedProperty1BD3
String unsupportedProperty1BD3
-
unsupportedProperty1BD4
String unsupportedProperty1BD4
-
unsupportedProperty1BD5
String unsupportedProperty1BD5
-
unsupportedProperty1BD6
String unsupportedProperty1BD6
-
unsupportedProperty1BD7
String unsupportedProperty1BD7
-
unsupportedProperty1BD8
String unsupportedProperty1BD8
-
unsupportedProperty1BD9
String unsupportedProperty1BD9
-
unsupportedProperty1BDA
String unsupportedProperty1BDA
-
unsupportedProperty1BDB
String unsupportedProperty1BDB
-
unsupportedProperty1BDC
String unsupportedProperty1BDC
-
unsupportedProperty1BDD
String unsupportedProperty1BDD
-
unsupportedProperty1BDE
String unsupportedProperty1BDE
-
unsupportedProperty1BF6
String unsupportedProperty1BF6
-
unsupportedProperty1BF7
String unsupportedProperty1BF7
-
unsupportedProperty1BF8
String unsupportedProperty1BF8
-
unsupportedProperty1BF9
String unsupportedProperty1BF9
-
unsupportedProperty1BFA
String unsupportedProperty1BFA
-
unsupportedProperty1BFB
String unsupportedProperty1BFB
-
unsupportedProperty1BFC
String unsupportedProperty1BFC
-
unsupportedProperty1BFD
String unsupportedProperty1BFD
-
unsupportedProperty1BFE
String unsupportedProperty1BFE
-
unsupportedProperty1DF01
String unsupportedProperty1DF01
-
unsupportedProperty1DF02
String unsupportedProperty1DF02
-
unsupportedProperty1DF03
String unsupportedProperty1DF03
-
unsupportedProperty1DF04
String unsupportedProperty1DF04
-
unsupportedProperty1DF05
String unsupportedProperty1DF05
-
unsupportedProperty1DF06
String unsupportedProperty1DF06
-
unsupportedProperty1DF07
String unsupportedProperty1DF07
-
unsupportedProperty1DF08
String unsupportedProperty1DF08
-
unsupportedProperty1DF09
String unsupportedProperty1DF09
-
unsupportedProperty1DF0A
String unsupportedProperty1DF0A
-
unsupportedProperty1DF0B
String unsupportedProperty1DF0B
-
unsupportedProperty1DF0C
String unsupportedProperty1DF0C
-
unsupportedProperty1DF0D
String unsupportedProperty1DF0D
-
unsupportedProperty1DF0E
String unsupportedProperty1DF0E
-
unsupportedProperty1DF0F
String unsupportedProperty1DF0F
-
unsupportedProperty1DF10
String unsupportedProperty1DF10
-
unsupportedProperty1DF11
String unsupportedProperty1DF11
-
unsupportedProperty1DF12
String unsupportedProperty1DF12
-
unsupportedProperty1DF13
String unsupportedProperty1DF13
-
unsupportedProperty1DF14
String unsupportedProperty1DF14
-
unsupportedProperty1DF15
String unsupportedProperty1DF15
-
unsupportedProperty1DF16
String unsupportedProperty1DF16
-
unsupportedProperty1DF17
String unsupportedProperty1DF17
-
unsupportedProperty1DF18
String unsupportedProperty1DF18
-
unsupportedProperty1DF19
String unsupportedProperty1DF19
-
unsupportedProperty1DF1A
String unsupportedProperty1DF1A
-
unsupportedProperty1DF1B
String unsupportedProperty1DF1B
-
unsupportedProperty1DF1C
String unsupportedProperty1DF1C
-
unsupportedProperty1DF1D
String unsupportedProperty1DF1D
-
unsupportedProperty1DF1E
String unsupportedProperty1DF1E
-
unsupportedProperty1DF1F
String unsupportedProperty1DF1F
-
unsupportedProperty1DF20
String unsupportedProperty1DF20
-
unsupportedProperty20714
String unsupportedProperty20714
-
unsupportedProperty423C
String unsupportedProperty423C
-
unsupportedProperty423E
String unsupportedProperty423E
-
unsupportedProperty423F
String unsupportedProperty423F
-
unsupportedProperty4240
String unsupportedProperty4240
-
unsupportedProperty4241
String unsupportedProperty4241
-
unsupportedProperty4242
String unsupportedProperty4242
-
unsupportedProperty4243
String unsupportedProperty4243
-
unsupportedProperty4244
String unsupportedProperty4244
-
unsupportedProperty4245
String unsupportedProperty4245
-
unsupportedProperty4246
String unsupportedProperty4246
-
unsupportedProperty4247
String unsupportedProperty4247
-
unsupportedProperty4248
String unsupportedProperty4248
-
unsupportedProperty4249
String unsupportedProperty4249
-
unsupportedProperty424A
String unsupportedProperty424A
-
unsupportedProperty424C
String unsupportedProperty424C
-
unsupportedProperty424D
String unsupportedProperty424D
-
unsupportedProperty424F
String unsupportedProperty424F
-
unsupportedProperty4250
String unsupportedProperty4250
-
unsupportedProperty4251
String unsupportedProperty4251
-
unsupportedProperty4252
String unsupportedProperty4252
-
unsupportedProperty4257
String unsupportedProperty4257
-
unsupportedProperty4258
String unsupportedProperty4258
-
unsupportedProperty4259
String unsupportedProperty4259
-
unsupportedProperty425A
String unsupportedProperty425A
-
unsupportedProperty425B
String unsupportedProperty425B
-
unsupportedProperty425C
String unsupportedProperty425C
-
unsupportedProperty425D
String unsupportedProperty425D
-
unsupportedProperty425E
String unsupportedProperty425E
-
unsupportedProperty425F
String unsupportedProperty425F
-
unsupportedProperty4260
String unsupportedProperty4260
-
unsupportedProperty4261
String unsupportedProperty4261
-
unsupportedProperty4262
String unsupportedProperty4262
-
unsupportedProperty4263
String unsupportedProperty4263
-
unsupportedProperty4264
String unsupportedProperty4264
-
unsupportedProperty4265
String unsupportedProperty4265
-
unsupportedProperty4266
String unsupportedProperty4266
-
unsupportedProperty4267
String unsupportedProperty4267
-
unsupportedProperty4268
String unsupportedProperty4268
-
unsupportedProperty426C
String unsupportedProperty426C
-
unsupportedProperty4278
String unsupportedProperty4278
-
unsupportedProperty4279
String unsupportedProperty4279
-
unsupportedProperty427A
String unsupportedProperty427A
-
unsupportedProperty427B
String unsupportedProperty427B
-
unsupportedProperty427D
String unsupportedProperty427D
-
unsupportedProperty427E
String unsupportedProperty427E
-
unsupportedProperty427F
String unsupportedProperty427F
-
unsupportedProperty4280
String unsupportedProperty4280
-
unsupportedProperty4281
String unsupportedProperty4281
-
unsupportedProperty428E
String unsupportedProperty428E
-
unsupportedProperty428F
String unsupportedProperty428F
-
unsupportedProperty4290
String unsupportedProperty4290
-
unsupportedProperty4294
String unsupportedProperty4294
-
unsupportedProperty4295
String unsupportedProperty4295
-
unsupportedProperty4296
String unsupportedProperty4296
-
unsupportedProperty4297
String unsupportedProperty4297
-
unsupportedProperty42A3
String unsupportedProperty42A3
-
unsupportedProperty42A4
String unsupportedProperty42A4
-
unsupportedProperty42A6
String unsupportedProperty42A6
-
unsupportedProperty42AD
String unsupportedProperty42AD
-
unsupportedProperty42AE
String unsupportedProperty42AE
-
unsupportedProperty42B1
String unsupportedProperty42B1
-
unsupportedProperty42B2
String unsupportedProperty42B2
-
unsupportedProperty42B3
String unsupportedProperty42B3
-
unsupportedProperty42C0
String unsupportedProperty42C0
-
unsupportedProperty42C1
String unsupportedProperty42C1
-
unsupportedProperty50F11
String unsupportedProperty50F11
-
unsupportedProperty50F15
String unsupportedProperty50F15
-
unsupportedProperty50F18
String unsupportedProperty50F18
-
unsupportedProperty50F1F
String unsupportedProperty50F1F
-
unsupportedProperty50F29
String unsupportedProperty50F29
-
unsupportedProperty50F2A
String unsupportedProperty50F2A
-
unsupportedProperty50F2B
String unsupportedProperty50F2B
-
unsupportedProperty50F2F
String unsupportedProperty50F2F
-
unsupportedProperty50F30
String unsupportedProperty50F30
-
unsupportedProperty50F3C
String unsupportedProperty50F3C
-
unsupportedProperty50F3D
String unsupportedProperty50F3D
-
unsupportedProperty50F3E
String unsupportedProperty50F3E
-
unsupportedProperty50F3F
String unsupportedProperty50F3F
-
unsupportedProperty6E84
String unsupportedProperty6E84
-
unsupportedProperty6E95
String unsupportedProperty6E95
-
unsupportedProperty6E96
String unsupportedProperty6E96
-
verticalGlyphs
Integer verticalGlyphs
-
vjust
Integer vjust
-
wordspaceDesired
Double wordspaceDesired
-
wordspaceMax
Double wordspaceMax
-
wordspaceMin
Double wordspaceMin
-
-
Class com.priint.pubserver.metadata.xml.w2ml.StyleReferenceImpl
class StyleReferenceImpl extends Object implements Serializable- serialVersionUID:
- -6028802627175173196L
-
Serialized Fields
-
name
String name
-
uid
int uid
-
-
Class com.priint.pubserver.metadata.xml.w2ml.SwatchImpl
class SwatchImpl extends Object implements Serializable- serialVersionUID:
- -9012621334267922074L
-
Class com.priint.pubserver.metadata.xml.w2ml.TextvariableImpl
class TextvariableImpl extends Object implements Serializable- serialVersionUID:
- 8684486430243785366L
-
Serialized Fields
-
basetype
String basetype
-
content
String content
-
defaultValue
String defaultValue
-
deleteEndPunctuation
String deleteEndPunctuation
-
emperorDate
String emperorDate
-
formatter
String formatter
-
includeExtension
String includeExtension
-
includePath
String includePath
-
name
String name
-
scope
String scope
-
styleuid
int styleuid
-
textAfter
String textAfter
-
textBefore
String textBefore
-
type
String type
-
uid
int uid
-
use
String use
-
-
Class com.priint.pubserver.metadata.xml.w2ml.UIColorImpl
class UIColorImpl extends SwatchImpl implements Serializable- serialVersionUID:
- 2988567337787796850L
-
Class com.priint.pubserver.metadata.xml.w2ml.UIDTransImpl
class UIDTransImpl extends Object implements Serializable- serialVersionUID:
- 3334301986727687599L
-
Serialized Fields
-
cometgroup
int cometgroup
-
frame
int frame
-
-
Class com.priint.pubserver.metadata.xml.w2ml.XmlElementAttributeImpl
class XmlElementAttributeImpl extends Object implements Serializable- serialVersionUID:
- -4460042235941241517L
-
Class com.priint.pubserver.metadata.xml.w2ml.XmlElementGridImpl
class XmlElementGridImpl extends Object implements Serializable- serialVersionUID:
- 2198857483603700739L
-
Serialized Fields
-
bottom
int bottom
-
left
int left
-
right
int right
-
top
int top
-
-
Class com.priint.pubserver.metadata.xml.w2ml.XmlElementImpl
class XmlElementImpl extends Object implements Serializable- serialVersionUID:
- -5253726769458575309L
-
Serialized Fields
-
attributes
List<XmlElementAttribute> attributes
-
elements
List<jakarta.xml.bind.annotation.XmlElement> elements
-
frameuid
int frameuid
-
grid
XmlElementGrid grid
-
name
String name
-
positions
List<XmlElementPosition> positions
-
type
String type
-
uid
int uid
-
-
Class com.priint.pubserver.metadata.xml.w2ml.XmlElementPositionImpl
class XmlElementPositionImpl extends Object implements Serializable- serialVersionUID:
- -1504914448363011902L
-
Serialized Fields
-
endmarker
int endmarker
-
endpos
int endpos
-
startmarker
int startmarker
-
startpos
int startpos
-
-
Class com.priint.pubserver.metadata.xml.w2ml.XmlTagImpl
class XmlTagImpl extends Object implements Serializable- serialVersionUID:
- 3723467643121531243L
-
Serialized Fields
-
coloruid
int coloruid
-
name
String name
-
uid
int uid
-
-
-
Package com.priint.pubserver.parameterparser.exception
-
Exception com.priint.pubserver.parameterparser.exception.ParameterInterpreterException
class ParameterInterpreterException extends PubServerException implements Serializable- serialVersionUID:
- 1L
-
-
Package com.priint.pubserver.plannerapi.exceptions
-
Exception com.priint.pubserver.plannerapi.exceptions.ResourceNotFoundException
class ResourceNotFoundException extends PubServerException implements Serializable- serialVersionUID:
- 6682871335359782969L
-
Exception com.priint.pubserver.plannerapi.exceptions.ServiceException
class ServiceException extends PubServerException implements Serializable- serialVersionUID:
- 8236553123525463738L
-
-
Package com.priint.pubserver.plannerapi.resource
-
Class com.priint.pubserver.plannerapi.resource.AccessRight
class AccessRight extends PlannerApiResource implements Serializable- serialVersionUID:
- 6824660069850527314L
-
Class com.priint.pubserver.plannerapi.resource.AssignedAccessRight
class AssignedAccessRight extends PlannerApiResource implements Serializable- serialVersionUID:
- 1348482355647767613L
-
Serialized Fields
-
accessRight
AccessRight accessRight
-
createRight
Integer createRight
-
deleteRight
Integer deleteRight
-
execRight
Integer execRight
-
id
AssignedAccessRightPK id
-
readRight
Integer readRight
-
updateRight
Integer updateRight
-
-
Class com.priint.pubserver.plannerapi.resource.AssignedAccessRightPK
class AssignedAccessRightPK extends PlannerApiResource implements Serializable- serialVersionUID:
- 1597585316590653896L
-
Class com.priint.pubserver.plannerapi.resource.BusinessRule
class BusinessRule extends PlannerApiResource implements Serializable- serialVersionUID:
- 2178361264560740738L
-
Serialized Fields
-
description
String description
description of the businessrule -
documentId
String documentId
placeholderhistory of the businessrule -
id
Integer id
id of the businessrule -
links
List<Link> links
links of the businessrule -
ruleId
Integer ruleId
ruleid of the businessrule -
ruleName
String ruleName
ruleName of the businessrule -
spreadID
Integer spreadID
spreadID of the businessrule -
status
String status
status of the businessrule
-
-
Class com.priint.pubserver.plannerapi.resource.BusinessRuleDefinition
class BusinessRuleDefinition extends PlannerApiResource implements Serializable- serialVersionUID:
- -4056856653632114807L
-
Serialized Fields
-
active
boolean active
active of the BusinessRuleDefinition -
description
String description
description of the BusinessRuleDefinition -
id
Integer id
id of the BusinessRuleDefinition -
links
List<Link> links
links of the BusinessRuleDefinition -
name
String name
name of the BusinessRuleDefinition -
needsCometGroups
boolean needsCometGroups
needsCometGroups of the BusinessRuleDefinition -
needsElements
boolean needsElements
needsElements of the BusinessRuleDefinition -
needsParameters
boolean needsParameters
needsParameters of the BusinessRuleDefinition -
needsPlaceholders
boolean needsPlaceholders
needsPlaceholders of the BusinessRuleDefinition -
needsPlanning
boolean needsPlanning
needsPlanning of the BusinessRuleDefinition -
needsProductsSelection
boolean needsProductsSelection
needsProductsSelection of the BusinessRuleDefinition -
needsSpreads
boolean needsSpreads
needsSpreads of the BusinessRuleDefinition -
plugin
String plugin
plugin of the BusinessRuleDefinition
-
-
Class com.priint.pubserver.plannerapi.resource.CheckedoutDocument
class CheckedoutDocument extends PlannerApiResource implements Serializable- serialVersionUID:
- 1804115529881986707L
-
Serialized Fields
-
documentID
String documentID
document ID -
filename
String filename
the filename of the document -
openedby
String openedby
opened by -
openedon
String openedon
opened on -
ownersession
String ownersession
owned by session -
path
String path
the path of the document -
pk
CheckedoutDocumentPK pk
Key based on ID of the document and dataset name -
status
String status
status: CORRUPTED, OPENEDONSERVER, RESERVED, CHECKEDIN, PENDING, OPENEDONCLIENT, CHECKEDOUT -
type
int type
type of the checkedout document
-
-
Class com.priint.pubserver.plannerapi.resource.CheckedoutDocumentPK
class CheckedoutDocumentPK extends PlannerApiResource implements Serializable- serialVersionUID:
- -1052310885674737402L
-
Class com.priint.pubserver.plannerapi.resource.Dataset
class Dataset extends PlannerApiResource implements Serializable- serialVersionUID:
- -1576052234691173871L
-
Serialized Fields
-
active
String active
flag to indicate if the dataset is active: 0 - not active, 1 - active -
defaultval
String defaultval
default value -
delete
String delete
flag to indicate if the dataset is deleted: 0 - not deleted, 1 - deleted -
links
List<Link> links
links of the Status -
name
String name
name of the dataset
-
-
Class com.priint.pubserver.plannerapi.resource.Document
class Document extends PlannerApiResource implements Serializable- serialVersionUID:
- -8002909444643557708L
-
Serialized Fields
-
active
boolean active
active of the Document -
containerId
String containerId
containerid of the Document -
createdby
String createdby
createdby of the Document -
createdon
Date createdon
createdon of the Document -
deleted
boolean deleted
is deleted of the Document -
description
String description
description of the Document -
documentStage
DocumentStage documentStage
stage of the Document -
foreignsystemkey
String foreignsystemkey
foreignsystemkey of the Document -
handlingkey
String handlingkey
handlingkey of the Document -
id
String id
id of the Document -
label
String label
label of the Document -
label2
String label2
label2 of the Document -
links
List<Link> links
links of the Document -
masterDocument
boolean masterDocument
is masterdocument of the Document -
masterpage
String masterpage
masterpage of the Document -
publicationid
String publicationid
publicationid of the Document -
sort
int sort
sort of the Document -
sourcedocumentid
String sourcedocumentid
sourceDocumentid of the Document -
statusId
String statusId
statusid of the Document -
updatedby
String updatedby
updatedby of the document -
updatedon
Date updatedon
updatedon of the Document
-
-
Class com.priint.pubserver.plannerapi.resource.Download
class Download extends PlannerApiResource implements Serializable- serialVersionUID:
- -4600269330740180426L
-
Serialized Fields
-
createdOn
Date createdOn
createdon of the Download -
createdRaw
String createdRaw
createdraw of the Download -
createdRawLong
long createdRawLong
createdrawlong of the Download -
documents
List<String> documents
list of documents of the Download -
documentsCount
int documentsCount
id of the Download -
id
String id
id of the Download -
jobEndDate
String jobEndDate
-
jobErrorDescription
String jobErrorDescription
-
jobName
String jobName
jobName of the Download -
jobStartDate
String jobStartDate
-
jobStatus
String jobStatus
-
links
List<Link> links
links of the Download -
name
String name
name of the Download -
selections
List<String> selections
selection list of the Download -
size
String size
size of the Download
-
-
Class com.priint.pubserver.plannerapi.resource.File
class File extends PlannerApiResource implements Serializable- serialVersionUID:
- -8796752885499262961L
-
Serialized Fields
-
createdby
String createdby
person who created the File -
createdon
Date createdon
date of creation of the File -
description
String description
description of the File -
documentId
String documentId
documentId of the File -
filename
String filename
filename of the File -
filepath
String filepath
filepath of the File -
filetype
String filetype
filetype of the File -
foreignsystemkey
String foreignsystemkey
foreignsystemkey of the File -
id
String id
id of the File -
label
String label
label of the File -
links
List<Link> links
links of the File -
masterfilename
String masterfilename
masterfilename of the File -
masterfilepath
String masterfilepath
masterfilepath of the File -
pageCount
Integer pageCount
pageCount of the File -
updatedby
String updatedby
last person who updated the File -
updatedon
Date updatedon
date of last update of the File
-
-
Class com.priint.pubserver.plannerapi.resource.Link
class Link extends Object implements Serializable- serialVersionUID:
- 9028573583593699135L
-
Serialized Fields
-
href
String href
Target URI: It indicates the target resource URI. This is represented by the href attribute. -
method
String method
Method used to request -
rel
String rel
Link relation: The link relation type describes how the current context is related to the target resource. This is represented by the rel attribute.
-
-
Class com.priint.pubserver.plannerapi.resource.ListOfValues
class ListOfValues extends Object implements Serializable- serialVersionUID:
- 7310096020172832724L
-
Class com.priint.pubserver.plannerapi.resource.Note
class Note extends NoteImpl implements Serializable- serialVersionUID:
- 8106877916610939293L
-
Class com.priint.pubserver.plannerapi.resource.PageTemplate
class PageTemplate extends PlannerApiResource implements Serializable- serialVersionUID:
- 6462241746244506312L
-
Serialized Fields
-
active
Integer active
active of the PageTemplate -
autoOpposite
Integer autoOpposite
autoopposite of the PageTemplate -
autoSuccessor
Integer autoSuccessor
autosuccessor of the PageTemplate -
barrier
Integer barrier
barrier of the PageTemplate -
docName
String docName
docname of the PageTemplate -
id
Integer id
id of the PageTemplate -
links
List<Link> links
links of the PageTemplate -
marginBottom
Double marginBottom
marginbottom of the PageTemplate -
marginLeft
Double marginLeft
marginleft of the PageTemplate -
marginRight
Double marginRight
marginright of the PageTemplate -
marginTop
Double marginTop
margintop of the PageTemplate -
masterPages
String masterPages
masterpages of the PageTemplate -
name
String name
name of the PageTemplate -
opposite
Integer opposite
opposite of the PageTemplate -
ownerId
Integer ownerId
ownerid of the PageTemplate -
pageHeight
Double pageHeight
pageheight of the PageTemplate -
pageNum
Integer pageNum
pagenum of the PageTemplate -
pageType
Integer pageType
pagetype of the PageTemplate -
pageWidth
Double pageWidth
pagewidth of the PageTemplate -
stringId
String stringId
stringid of the PageTemplate -
successor
Integer successor
successor of the PageTemplate -
templates
List<TemplateForPageTemplate> templates
List of Templates for the PageTemplate
-
-
Class com.priint.pubserver.plannerapi.resource.PageTemplateBbox
class PageTemplateBbox extends PlannerApiResource implements Serializable- serialVersionUID:
- 1297768143268596980L
-
Class com.priint.pubserver.plannerapi.resource.ParamDropDownList
class ParamDropDownList extends PlannerApiResource implements Serializable- serialVersionUID:
- 5979088410429802558L
-
Serialized Fields
-
createdby
String createdby
user who created the ParamDropDownList -
createdon
Date createdon
date of creation of the ParamDropDownList -
helptext
String helptext
helptext of the ParamDropDownList -
id
Integer id
id of the ParamDropDownList -
links
List<Link> links
links of the ParamDropDownList -
name
String name
name of the ParamDropDownList -
updatedby
String updatedby
last person who updated the ParamDropDownList -
updatedon
Date updatedon
date of last update of the ParamDropDownList
-
-
Class com.priint.pubserver.plannerapi.resource.ParamDropDownValue
class ParamDropDownValue extends PlannerApiResource implements Serializable- serialVersionUID:
- -5084680028418644232L
-
Serialized Fields
-
createdby
String createdby
user who created the ParamDropDownValue -
createdon
Date createdon
date of creation of the ParamDropDownValue -
id
Integer id
id of the ParamDropDownValue -
iValue
String iValue
1 st value of the ParamDropDownValue -
iValue2
String iValue2
2 rd value of the ParamDropDownValue -
iValue3
String iValue3
3 rd value of the ParamDropDownValue -
links
List<Link> links
links of the ParamDropDownValue -
pucParamDropdownID
Integer pucParamDropdownID
id of the ParamDropdownList -
sort
int sort
sort of the ParamDropDownValue -
updatedby
String updatedby
last person who updated the ParamDropDownValue -
updatedon
Date updatedon
date of last update of the ParamDropDownValue
-
-
Class com.priint.pubserver.plannerapi.resource.ParamDropDownValueLanguage
class ParamDropDownValueLanguage extends PlannerApiResource implements Serializable- serialVersionUID:
- 7412944288073997297L
-
Serialized Fields
-
countryID
String countryID
countryid of the ParamDropDownValueLanguage -
createdby
String createdby
user who created the ParamDropDownValueLanguage -
createdon
Date createdon
date of creation of the ParamDropDownValueLanguage -
id
Integer id
id of the ParamDropDownValueLanguage -
languageID
String languageID
languageid of the ParamDropDownValueLanguage -
links
List<Link> links
links of the ParamDropDownValueLanguage -
paramDropdownValueID
Integer paramDropdownValueID
ID of the ParamDropDownValue -
updatedby
String updatedby
last person who updated the ParamDropDownValueLanguage -
updatedon
Date updatedon
date of last update of the ParamDropDownValueLanguage -
value
String value
1 st value of the ParamDropDownValueLanguage -
value2
String value2
2 nd value of the ParamDropDownValueLanguage -
value3
String value3
3 rd value of the ParamDropDownValueLanguage
-
-
Class com.priint.pubserver.plannerapi.resource.Parameter
class Parameter extends PlannerApiResource implements Serializable- serialVersionUID:
- -3469493068817083990L
-
Serialized Fields
-
createdby
String createdby
user who created the Parameter -
createdon
Date createdon
date of creation of the Parameter -
entityID
String entityID
entityID of the Parameter -
entityModel
String entityModel
entityModel of the Parameter -
groupname
String groupname
groupname of the Parameter -
id
Integer id
id of the Parameter -
identifier
String identifier
identifier of the Parameter -
links
List<Link> links
links of the Parameter -
name
String name
name of the Parameter -
objectId
String objectId
objectId of the Parameter -
objectType
String objectType
objectType of the Parameter [document/publication] -
paramDropDownValueID
int paramDropDownValueID
paramDropDownValueID of the Parameter -
paramId
Integer paramId
paramId of the Parameter -
recordstringID
String recordstringID
recordstringID of the Parameter -
sort
int sort
sort of the Parameter -
updatedby
String updatedby
last user who updated the Parameter -
updatedon
Date updatedon
date of last update of the Parameter -
value
String value
value of the Parameter -
value2
String value2
value2 of the Parameter -
value3
String value3
value3 of the Parameter
-
-
Class com.priint.pubserver.plannerapi.resource.ParameterDefinition
class ParameterDefinition extends PlannerApiResource implements Serializable- serialVersionUID:
- 4635327801802105988L
-
Serialized Fields
-
createdby
String createdby
createdby of the Parameter definition -
createdon
Date createdon
createdon of the Parameter definition -
defaultCheckbox
boolean defaultCheckbox
defaultCheckbox of the Parameter definition -
defaultTextValue
String defaultTextValue
defaultTextValue of the Parameter definition -
defaultTextValue2
String defaultTextValue2
defaultTextValue2 of the Parameter definition -
defaultTextValue3
String defaultTextValue3
defaultTextValue3 of the Parameter definition -
deleted
boolean deleted
deleted of the Parameter definition -
entityid
String entityid
entityID of the Parameter definition -
entityModel
String entityModel
entity model identifier of the Parameter definition -
groupname
String groupname
groupname of the Parameter definition -
height
int height
height of the Parameter definition -
helptext
String helptext
helptext of the Parameter definition -
id
Integer id
id of the Parameter definition -
identifier
String identifier
identifier of the Parameter definition -
links
List<Link> links
links of the Parameter definition -
mountofTextfields
int mountofTextfields
mountofTextfields of the Parameter definition -
name
String name
name of the Parameter definition -
pucparamDefaultDDValueID
Integer pucparamDefaultDDValueID
pucparamDefaultDDValueID of the Parameter definition -
pucparamdropdownID
int pucparamdropdownID
pucparamdropdownID of the Parameter definition -
recordstringid
String recordstringid
entity model identifier of the Parameter definition -
sort
int sort
sort of the Parameter definition -
type
int type
type of the Parameter definition -
updatedby
String updatedby
updatedby of the Parameter definition -
updatedon
Date updatedon
updatedon of the Parameter definition -
value1validator
String value1validator
validator for value 1 -
value2validator
String value2validator
validator for value 2 -
value3validator
String value3validator
validator for value 3 -
width
int width
width of the Parameter definition
-
-
Class com.priint.pubserver.plannerapi.resource.PlannerApiResource
class PlannerApiResource extends Object implements Serializable- serialVersionUID:
- -6349064271661877432L
-
Serialized Fields
-
statuscode
int statuscode
statuscode of the any resource -
statusmessage
String statusmessage
statusmessage of the any resource
-
-
Class com.priint.pubserver.plannerapi.resource.Preference
class Preference extends PlannerApiResource implements Serializable- serialVersionUID:
- 1698776348005517782L
-
Class com.priint.pubserver.plannerapi.resource.Publication
class Publication extends PlannerApiResource implements Serializable- serialVersionUID:
- -8039686696076337053L
-
Serialized Fields
-
active
boolean active
is active of the publication -
createdby
String createdby
person who created the Publication -
createdon
Date createdon
date of creation of the Publication -
deleted
boolean deleted
is deleted of the publication -
description
String description
description of the publication -
foreignsystemkey
String foreignsystemkey
foreignsystemkey of the publication -
id
String id
id of the publication -
label
String label
label of the publication -
links
List<Link> links
links of the publication -
placeholderHistory
String placeholderHistory
placeholderhistory of the publication -
publicationId
String publicationId
publicationid of the publication -
publicationtypeId
String publicationtypeId
publicationtypeid of the publication -
sort
int sort
sort of the publication -
statusId
String statusId
statusid of the publication -
updatedby
String updatedby
last person who updated the Publication -
updatedon
Date updatedon
date of last update of the Publication
-
-
Class com.priint.pubserver.plannerapi.resource.PublicationRight
class PublicationRight extends PlannerApiResource implements Serializable- serialVersionUID:
- 1632864667928641136L
-
Class com.priint.pubserver.plannerapi.resource.PublicationType
class PublicationType extends PlannerApiResource implements Serializable- serialVersionUID:
- 5738610963769823331L
-
Serialized Fields
-
createdby
String createdby
user who created the Publication Type -
createdon
Date createdon
date of creation of the Publication Type -
id
String id
id of the Publication Type -
keynameOfEntity
String keynameOfEntity
keynameOfEntity of the Publication Type -
label
String label
label of the Publication Type -
links
List<Link> links
links of the Publication Type -
publicationId
String publicationId
publicationid of the Publication Type -
updatedby
String updatedby
last user who updated the Publication Type -
updatedon
Date updatedon
date of last update of the Publication Type
-
-
Class com.priint.pubserver.plannerapi.resource.Queue
class Queue extends PlannerApiResource implements Serializable- serialVersionUID:
- -3684895245723346663L
-
Serialized Fields
-
currentWokerJobLoginName
String currentWokerJobLoginName
currentWokerJobLoginName of the Queue -
cycle
boolean cycle
cycle of the Queue -
dataBaseName
String dataBaseName
dataBaseName of the Queue -
datetimeShedule
Date datetimeShedule
rawDatetimeShedule of the Queue -
documentID
String documentID
documentID of the Queue -
documentLabel
String documentLabel
documentLabel of the Queue -
documentName
String documentName
document name -
documentPath
String documentPath
documentPath of the Queue -
documentsList
List<String> documentsList
documentsList of the Queue -
jndiName
String jndiName
jndiName of the Queue -
links
List<Link> links
links of the Queue -
loginName
String loginName
loginName of the Queue -
name
String name
name of the Queue -
parallel
boolean parallel
parallel of the Queue -
priority
int priority
priority of the Queue -
qName
String qName
qName of the Queue -
scriptID
String scriptID
scriptID of the Queue -
scriptName
String scriptName
scriptName of the Queue -
selectionList
List<String> selectionList
selectionList of the Queue -
stoped
boolean stoped
isStoped of the Queue -
type
String type
type of the Queue -
UID
String UID
UID of the Queue -
workerStatus
String workerStatus
workerStatus of the Queue
-
-
Class com.priint.pubserver.plannerapi.resource.ServerJob
class ServerJob extends PlannerApiResource implements Serializable- serialVersionUID:
- 1083612003254821115L
-
Serialized Fields
-
currentWokerJobLoginName
String currentWokerJobLoginName
currentWokerJobLoginName of the ServerJob -
cycle
boolean cycle
cycle of the ServerJob -
dataBaseName
String dataBaseName
dataBaseName of the ServerJob -
datetimeShedule
Date datetimeShedule
rawDatetimeShedule of the ServerJob -
documentID
String documentID
documentID of the ServerJob -
documentLabel
String documentLabel
documentLabel of the ServerJob -
documentName
String documentName
id of the ServerJob -
documentPath
String documentPath
documentPath of the ServerJob -
documentsList
List<String> documentsList
documentsList of the ServerJob -
jndiName
String jndiName
jndiName of the ServerJob -
links
List<Link> links
links of the ServerJob -
loginName
String loginName
loginName of the ServerJob -
name
String name
name of the ServerJob -
parallel
boolean parallel
parallel of the ServerJob -
priority
int priority
priority of ServerJob -
qName
String qName
qName of the ServerJob -
scriptID
String scriptID
scriptID of the ServerJob -
scriptName
String scriptName
scriptName of the ServerJob -
selectionList
List<String> selectionList
selectionList of the ServerJob -
stoped
boolean stoped
isStoped of the ServerJob -
type
String type
type of the ServerJob -
UID
String UID
UID of the ServerJob -
workerStatus
String workerStatus
workerStatus of the ServerJob
-
-
Class com.priint.pubserver.plannerapi.resource.Session
class Session extends PlannerApiResource implements Serializable- serialVersionUID:
- -8113300763153661997L
-
Serialized Fields
-
browserID
String browserID
browser id -
clientIP
String clientIP
client ip -
clientName
String clientName
client name -
context
String context
context -
customerID
String customerID
customer id -
dataSetName
String dataSetName
dataset name -
identifier
String identifier
identifier -
language
String language
language -
lastUse
String lastUse
time of the last use -
loggedon
String loggedon
time of logging on -
login
String login
username -
role
String role
role assigned -
sessionid
String sessionid
session id -
soapsessionid
String soapsessionid
soap session id -
superuser
Integer superuser
flag to indicate if it belongs to superuser -
taskName
String taskName
task name -
tmpPath
String tmpPath
temporary path -
workspaceName
String workspaceName
workspace name
-
-
Class com.priint.pubserver.plannerapi.resource.Spread
class Spread extends PlannerApiResource implements Serializable- serialVersionUID:
- -704278209530816698L
-
Serialized Fields
-
createdby
String createdby
person who created the Spread -
createdon
Date createdon
date of creation of the Spread -
description
String description
description of the Spread -
documentId
String documentId
document id of the Spread -
foreignsystemkey
String foreignsystemkey
foreign system key of the Spread -
heightPt
Float heightPt
spread height in pt -
id
Integer id
id of the Spread -
label
String label
label of the Spread -
links
List<Link> links
links of the Spread -
pagecount
Integer pagecount
page count of the Spread -
previewType
String previewType
preview type of the Spread -
sort
int sort
sort order of the Spread -
startpage
String startpage
startpage of the Spread -
updatedby
String updatedby
last person who updated the Spread -
updatedon
Date updatedon
date of last update of the Spread -
widthPt
Float widthPt
spread width in pt
-
-
Class com.priint.pubserver.plannerapi.resource.SpreadPreview
class SpreadPreview extends PlannerApiResource implements Serializable- serialVersionUID:
- -1835659183771739862L
-
Serialized Fields
-
content
byte[] content
content of file -
filename
String filename
name of file, generated automatically
-
-
Class com.priint.pubserver.plannerapi.resource.Status
class Status extends PlannerApiResource implements Serializable- serialVersionUID:
- -6511671018222358567L
-
Serialized Fields
-
createdby
String createdby
person who created the Status -
createdon
Date createdon
date of creation of the Status -
defaultStatus
String defaultStatus
defaultStatus of the Status -
id
String id
id of the Status -
keyname
String keyname
keyname of the Status -
keynameOfEntity
String keynameOfEntity
keynameOfEntity of the Status -
label
String label
label of the Status -
links
List<Link> links
links of the Status -
name
String name
name of the Status -
sort
Integer sort
sort order of the Status -
statustype
String statustype
statustype of the Status -
todoId
Integer todoId
todoId of the Status -
updatedby
String updatedby
last person who updated the Status -
updatedon
Date updatedon
date of last update of the Status
-
-
Class com.priint.pubserver.plannerapi.resource.StatusGroup
class StatusGroup extends PlannerApiResource implements Serializable- serialVersionUID:
- -476013365744422623L
-
Serialized Fields
-
groupName
String groupName
groupName of the StatusGroup -
id
String id
id of the StatusGroup -
keynameOfEntity
String keynameOfEntity
keynameOfEntity of the StatusGroup -
links
List<Link> links
links of the StatusGroup -
name
String name
name of the StatusGroup -
notShowStatusOverview
int notShowStatusOverview
notShowStatusOverview of the StatusGroup -
shortName
String shortName
shortName of the StatusGroup -
statustype
String statustype
statustype of the StatusGroup
-
-
Class com.priint.pubserver.plannerapi.resource.Task
class Task extends PlannerApiResource implements Serializable- serialVersionUID:
- -8772254225871835980L
-
Serialized Fields
-
actionId
String actionId
actionId of the Task -
active
boolean active
active of the Task -
createdby
String createdby
person who created the Task -
createdon
Date createdon
date of creation of the Task -
datasetname
String datasetname
datasetname of the Task -
description
String description
description of the Task -
emailText
String emailText
emailText of the Task -
enddate
Date enddate
enddate of the Task -
finisheddate
Date finisheddate
finisheddate of the Task -
id
String id
id of the Task -
links
List<Link> links
links of the Task -
objectid
String objectid
objectid of the Task -
objecttype
String objecttype
objecttype of the Task -
personId
String personId
personId of the Task -
setId
String setId
setId of the Task -
sort
Integer sort
sort of the Task -
startdate
Date startdate
startdate of the Task -
todoId
String todoId
todoId of the Task -
updatedby
String updatedby
last person who updated the Task -
updatedon
Date updatedon
date of last update of the Task -
workitemId
String workitemId
workitemId of the Task
-
-
Class com.priint.pubserver.plannerapi.resource.TemplateForPageTemplate
class TemplateForPageTemplate extends PlannerApiResource implements Serializable- serialVersionUID:
- -849232919612252559L
-
Serialized Fields
-
active
Integer active
active of the TemplateForPageTemplate -
autolink
Integer autolink
autolink of the TemplateForPageTemplate -
bBox
PageTemplateBbox bBox
bbox of the TemplateForPageTemplate -
buildDirection
Integer buildDirection
builddirection of the TemplateForPageTemplate -
colorIndex
Integer colorIndex
colorindex of the TemplateForPageTemplate -
hasMultipleFrames
Integer hasMultipleFrames
hasmultipleframes of the TemplateForPageTemplate -
hasMultipleObjects
Integer hasMultipleObjects
hasmultipleobjects of the TemplateForPageTemplate -
justificationEnabled
Integer justificationEnabled
justificationenabled of the TemplateForPageTemplate -
justificationScript
Integer justificationScript
justificationscript of the TemplateForPageTemplate -
justificationX
Double justificationX
justificationx of the TemplateForPageTemplate -
justificationY
Double justificationY
justificationy of the TemplateForPageTemplate -
label
String label
label of the TemplateForPageTemplate -
minimumDistX
Double minimumDistX
minimumdistx of the TemplateForPageTemplate -
minimumDistY
Double minimumDistY
minimumdisty of the TemplateForPageTemplate -
minimumVerticalJust
Double minimumVerticalJust
minimumverticaljust of the TemplateForPageTemplate -
minimumVerticalJustEnabled
Integer minimumVerticalJustEnabled
minimumverticaljustenabled of the TemplateForPageTemplate -
sequence
Integer sequence
sequence of the TemplateForPageTemplate -
stylesVerticalJust
String stylesVerticalJust
stylesverticaljust of the TemplateForPageTemplate -
stylesVerticalJustEnabled
Integer stylesVerticalJustEnabled
stylesverticaljustenabled of the TemplateForPageTemplate -
type
Integer type
type of the TemplateForPageTemplate -
uid
Integer uid
uid of the TemplateForPageTemplate -
verticalJust
Integer verticalJust
verticaljust of the TemplateForPageTemplate
-
-
Class com.priint.pubserver.plannerapi.resource.User
class User extends PlannerApiResource implements Serializable- serialVersionUID:
- -332828244255435935L
-
Serialized Fields
-
active
String active
flag to indicate if the user is active -
colorId
String colorId
id of the color -
createdbyid
String createdbyid
created by user (id) -
createdon
String createdon
date of creation -
defaultMenuID
String defaultMenuID
id of the default menu id -
email
String email
user email -
givenname
String givenname
user given name -
lastlogin
String lastlogin
last login -
login
String login
user login -
name
String name
user name -
password
String password
user password -
personId
String personId
person id -
surname
String surname
surname -
updatedbyid
String updatedbyid
updated by user (id) -
updatedon
String updatedon
time of last update
-
-
Class com.priint.pubserver.plannerapi.resource.UserAccessRight
class UserAccessRight extends PlannerApiResource implements Serializable- serialVersionUID:
- 8423125999676408761L
-
Serialized Fields
-
accessRight
AccessRight accessRight
access right definition -
createRight
Integer createRight
effective create right -
deleteRight
Integer deleteRight
effective delete right -
execRight
Integer execRight
effective exec right -
keyname
String keyname
right id -
readRight
Integer readRight
effective read right -
updateRight
Integer updateRight
effective update right
-
-
Class com.priint.pubserver.plannerapi.resource.UserRole
class UserRole extends PlannerApiResource implements Serializable- serialVersionUID:
- 8378066210140864941L
-
Class com.priint.pubserver.plannerapi.resource.Value
class Value extends Object implements Serializable- serialVersionUID:
- -7335048847106327852L
-
Class com.priint.pubserver.plannerapi.resource.Workflow
class Workflow extends PlannerApiResource implements Serializable- serialVersionUID:
- 6240192135929076338L
-
Serialized Fields
-
deleted
boolean deleted
is deleted of the Workflow -
description
String description
description of the Workflow -
id
String id
id of the Workflow -
links
List<Link> links
links of the Workflow -
name
String name
name of the Workflow -
priority
int priority
priority of the Workflow -
sort
int sort
sort of the Workflow -
statustype
String statustype
statustype of the Workflow -
type
String type
type of the Workflow
-
-
Class com.priint.pubserver.plannerapi.resource.WorkflowStep
class WorkflowStep extends PlannerApiResource implements Serializable- serialVersionUID:
- 2849201950129802491L
-
Serialized Fields
-
addPersonRule
String addPersonRule
addPersonRule of the WorkflowStep -
automaticGenerateTodo
Integer automaticGenerateTodo
automaticGenerateTodo of the WorkflowStep -
defaultDurationType
int defaultDurationType
defaultDurationType of the WorkflowStep -
defaultDurationValue
String defaultDurationValue
defaultDurationValue of the WorkflowStep -
deleted
boolean deleted
deleted of the WorkflowStep -
description
String description
description of the WorkflowStep -
emailsend
Integer emailsend
emailsend of the WorkflowStep -
emailsubject
String emailsubject
emailsubject of the WorkflowStep -
emailtext
String emailtext
emailtext of the WorkflowStep -
fatherId
String fatherId
fatherId of the WorkflowStep -
finishSet
Integer finishSet
finishSet of the WorkflowStep -
firstTodo
Integer firstTodo
firstTodo of the WorkflowStep -
generateTodo
int generateTodo
generateTodo of the WorkflowStep -
id
String id
id of the WorkflowStep -
lastTodo
Integer lastTodo
lastTodo of the WorkflowStep -
links
List<Link> links
links of the WorkflowStep -
name
String name
name of the WorkflowStep -
nextActionEnum
int nextActionEnum
nextActionEnum of the WorkflowStep 0 - undefined, 0 - onsucces , 1 - onBusinessError, 2 - onTechnicalError -
nextActionIdOnBussinessError
String nextActionIdOnBussinessError
nextActionIdOnBussinessError of the WorkflowStep -
nextActionIdOnSucess
String nextActionIdOnSucess
nextActionIdOnSucess of the WorkflowStep -
nextActionIdOnTechnicalError
String nextActionIdOnTechnicalError
nextActionIdOnTechnicalError of the WorkflowStep -
personId
String personId
personId of the WorkflowStep -
priority
int priority
priority of the WorkflowStep -
processId
String processId
processId of the WorkflowStep -
serverJobExecutionDatetime
String serverJobExecutionDatetime
serverJobExecutionDatetime of the WorkflowStep -
serverJobExecutionType
int serverJobExecutionType
serverJobExecutionType of the WorkflowStep -
serverJobHelptext
String serverJobHelptext
serverJobHelptext of the WorkflowStep -
serverJobLabel
String serverJobLabel
serverJobLabel of the WorkflowStep -
serverJobName
String serverJobName
serverJobName of the WorkflowStep -
serverJobParams
List<WorkflowStepParameters> serverJobParams
serverjobparams of the WorkflowStep -
sort
Integer sort
sort of the WorkflowStep -
teamId
String teamId
teamId of the WorkflowStep -
type
int type
type of the WorkflowStep -
workflowStepType
int workflowStepType
WorkflowStepType of the WorkflowStep
-
-
Class com.priint.pubserver.plannerapi.resource.WorkflowStepParameters
class WorkflowStepParameters extends Object implements Serializable- serialVersionUID:
- -2474969101863193430L
-
-
Package com.priint.pubserver.plannerapi.resource.pageitem
-
Class com.priint.pubserver.plannerapi.resource.pageitem.Data
class Data extends Object implements Serializable- serialVersionUID:
- 1838385216038706067L
-
Serialized Fields
-
src
String src
src of the Data
-
-
Class com.priint.pubserver.plannerapi.resource.pageitem.Domain
class Domain extends Object implements Serializable- serialVersionUID:
- -4856678048765434385L
-
Serialized Fields
-
id
int id
id of the Domain -
name
String name
name of the Domain -
timestamp
long timestamp
-
-
Class com.priint.pubserver.plannerapi.resource.pageitem.Placeholder
class Placeholder extends Object implements Serializable- serialVersionUID:
- -4962871272301498058L
-
Serialized Fields
-
id
int id
id of the Placeholder -
name
String name
name of the Placeholder -
timestamp
long timestamp
-
-
Class com.priint.pubserver.plannerapi.resource.pageitem.Preview
class Preview extends Object implements Serializable- serialVersionUID:
- 424343336176135307L
-
Serialized Fields
-
src
String src
src of the Preview
-
-
Class com.priint.pubserver.plannerapi.resource.pageitem.Record
class Record extends Object implements Serializable- serialVersionUID:
- 5762546976394304647L
-
Serialized Fields
-
id
int id
id of the Record -
id2
int id2
id2 of the Record -
id3
int id3
id3 of the Record -
stringId
String stringId
stringId of the Record -
timestamp
long timestamp
-
-
Class com.priint.pubserver.plannerapi.resource.pageitem.Spread
class Spread extends PlannerApiResource implements Serializable- serialVersionUID:
- 3784146752242702446L
-
Serialized Fields
-
continue_
int continue_
continue_ of the Spread -
id
int id
id of the Spread -
leftitem
int leftitem
leftitem of the Spread -
middleitem
int middleitem
middleitem of the Spread -
position
String position
position of the Spread -
rightitem
int rightitem
rightitem of the Spread -
scriptid
int scriptid
scriptid of the Spread -
timestamp
long timestamp
-
-
Class com.priint.pubserver.plannerapi.resource.pageitem.State
class State extends Object implements Serializable- serialVersionUID:
- 1388701697458298951L
-
Serialized Fields
-
id
int id
id of the State -
timestamp
long timestamp
-
value
String value
value of the State
-
-
Class com.priint.pubserver.plannerapi.resource.pageitem.Template
class Template extends PlannerApiResource implements Serializable- serialVersionUID:
- -2527717655635560319L
-
Serialized Fields
-
active
Integer active
active of the template -
bottompos
Double bottompos
bottompos of the template -
buildSupportScript
Integer buildSupportScript
buildSupportScript of the template -
color
Integer color
color of the template -
data
Data data
data of the template -
description
String description
description of the template -
domain
Domain domain
domain of the template -
format
Integer format
format of the template -
hasShapes
Integer hasShapes
hasShapes of the template -
id
int id
id of the template -
kind
String kind
kind of the template -
leftpos
Double leftpos
leftpos of the template -
links
List<Link> links
links of the template -
magnets
Integer magnets
magnets of the template -
memberships
String memberships
memberships of the template -
mirrored
Integer mirrored
mirrored of the template -
name
String name
name of the template -
placeholder
Placeholder placeholder
placeholder of the template -
preview
Preview preview
preview of the template -
record
Record record
record of the template -
rightpos
Double rightpos
rightpos of the template -
spread
Spread spread
spread of the template -
state
State state
state of the template -
statuscode
int statuscode
statuscode of the template -
statusmessage
String statusmessage
statusmessage of the template -
textflowPrefix1
String textflowPrefix1
textflowPrefix1 of the template -
textflowPrefix1Action
Integer textflowPrefix1Action
textflowPrefix1Action of the template -
textflowPrefixN
String textflowPrefixN
textflowPrefixN of the template -
textflowPrefixNAction
Integer textflowPrefixNAction
textflowPrefixNAction of the template -
timestamp
long timestamp
-
toppos
Double toppos
toppos of the template -
type
Type type
type of the template
-
-
Class com.priint.pubserver.plannerapi.resource.pageitem.Type
class Type extends Object implements Serializable- serialVersionUID:
- -4874733121908858401L
-
Serialized Fields
-
id
int id
id of the type -
name
String name
name of the type -
timestamp
long timestamp
-
-
-
Package com.priint.pubserver.plannerapi.resource.planning
-
Class com.priint.pubserver.plannerapi.resource.planning.BucketPlanningReference
class BucketPlanningReference extends EntityPlanningReference implements Serializable- serialVersionUID:
- -6192993979535059755L
-
Class com.priint.pubserver.plannerapi.resource.planning.ConnectorEntity
class ConnectorEntity extends PlannerApiResource implements Serializable- serialVersionUID:
- -5172987116831796765L
-
Class com.priint.pubserver.plannerapi.resource.planning.Context
class Context extends PlannerApiResource implements Serializable- serialVersionUID:
- 3176083728366166785L
-
Serialized Fields
-
assortmentName
String assortmentName
assortmentName of the Context -
country
String country
country of the Context -
createdBy
String createdBy
person who created the Context -
createdOn
Date createdOn
date of creation of the Context -
documentId
String documentId
documentId of the Context -
identifier
String identifier
identifier of the Context -
language
String language
language of the Context -
marketName
String marketName
marketName of the Context -
publication
String publication
publication of the Context -
script
String script
script of the Context -
targetGroup
String targetGroup
targetGroup of the Context -
updatedBy
String updatedBy
last person who updated the Context -
updatedOn
Date updatedOn
date of last update of the Context -
wellName
String wellName
wellName of the Context
-
-
Class com.priint.pubserver.plannerapi.resource.planning.CordPlanningReference
class CordPlanningReference extends EntityPlanningReference implements Serializable- serialVersionUID:
- 8826132745795383330L
-
Class com.priint.pubserver.plannerapi.resource.planning.EntityPlanningReference
class EntityPlanningReference extends PlannerApiResource implements Serializable- serialVersionUID:
- 3993125001913636843L
-
Serialized Fields
-
active
int active
active of the EntityPlanningReference -
connectorEntity
ConnectorEntity connectorEntity
connectorentity of the EntityPlanningReference -
context
Context context
context of the EntityPlanningReference -
createdBy
String createdBy
person who created the EntityPlanningReference -
createdOn
Date createdOn
date of creation of the EntityPlanningReference -
dataProvider
String dataProvider
dataProvider of the EntityPlanningReference -
entityIdentifier
String entityIdentifier
entityIdentifier of the EntityPlanningReference -
identifier
String identifier
identifier of the EntityPlanningReference -
origin
String origin
origin of the EntityPlanningReference -
planningIdentifier
String planningIdentifier
planningIdentifier of the EntityPlanningReference -
sequence
int sequence
sequence of the EntityPlanningReference -
timestamp
String timestamp
timestamp of the EntityPlanningReference -
updatedBy
String updatedBy
last person who updated the EntityPlanningReference -
updatedOn
Date updatedOn
date of last update of the EntityPlanningReference -
version
String version
version of the EntityPlanningReference
-
-
Class com.priint.pubserver.plannerapi.resource.planning.KeyValuePlanningReference
class KeyValuePlanningReference extends EntityPlanningReference implements Serializable- serialVersionUID:
- -1066403641262574757L
-
Class com.priint.pubserver.plannerapi.resource.planning.MediaAssetPlanningReference
class MediaAssetPlanningReference extends EntityPlanningReference implements Serializable- serialVersionUID:
- 2872096990511651004L
-
Class com.priint.pubserver.plannerapi.resource.planning.MetaDataPlanningReference
class MetaDataPlanningReference extends EntityPlanningReference implements Serializable- serialVersionUID:
- -3772547456294204987L
-
Class com.priint.pubserver.plannerapi.resource.planning.Planning
class Planning extends PlannerApiResource implements Serializable- serialVersionUID:
- 6161051646117549590L
-
Serialized Fields
-
bucketId
String bucketId
-
bucketList
List<BucketPlanningReference> bucketList
bucketList of the Planning -
connectorEntity
ConnectorEntity connectorEntity
Mapping between content system structure and entity. -
context
Context context
-
cordList
List<CordPlanningReference> cordList
cordList of the Planning -
createdBy
String createdBy
object created by user -
createdOn
Date createdOn
object creation date -
documentId
String documentId
Identifier of the document record in table puc_document of the CometData database. -
dpTemplateId
String dpTemplateId
Not used yet -
entityBucketId
String entityBucketId
String identifier of parent bucket's entityTogether with
Planning.entityModelIdandPlanning.bucketIdthis uniquely identifies a bucket within the entity manager. -
entityModelId
String entityModelId
String identifier of parent bucket's entity modelTogether with
Planning.entityBucketIdandPlanning.bucketIdthis uniquely identifies a bucket within the entity manager. -
entityPlanningId
String entityPlanningId
String identifier of the planning entity in the related entity model -
identifier
String identifier
-
keyValueList
List<KeyValuePlanningReference> keyValueList
keyValueList of the Planning -
label
String label
Display label of the record (usually Bucket name) -
links
List<Link> links
links of the Planning -
listPlanning
List<Planning> listPlanning
child plannings -
mediaAssetList
List<MediaAssetPlanningReference> mediaAssetList
mediaAssetList of the Planning -
metaData
List<MetaDataPlanningReference> metaData
metaData of the Planning -
origin
String origin
-
pageId
String pageId
Identifier of the document record in table puc_document of the CometData database. -
pageTemplateElementId
String pageTemplateElementId
Identifier of the page template element. -
pageTemplateId
String pageTemplateId
Identifier of the page template. -
parentPlanningId
String parentPlanningId
parentPlanningId of the Planning -
priceList
List<PricePlanningReference> priceList
priceList of the Planning -
printPlaceholderId
int printPlaceholderId
Reference to a a comet placeholder with planning record -
printPlaceholderUID
String printPlaceholderUID
Unique ID for a comet placeholder with planning record as the same placeholder can be used several times -
printTemplateId
int printTemplateId
Identifier of the assigned comet Template Id -
sequence
int sequence
parentPlanningId of the Planning -
sourcePlanningIdentifier
String sourcePlanningIdentifier
Identifier of the source planning from which the planning was duplicated -
tableCmdChanged
int tableCmdChanged
Number of changes made on the content meta data for the table template sub planning record -
tableDataList
List<TableDataPlanningReference> tableDataList
tableDataList of the Planning -
tableSetupId
String tableSetupId
Reference of the configuration inside the config file of the table data mapping method -
tableTemplate
String tableTemplate
Reference to a table data-mapping method -
textList
List<TextPlanningReference> textList
textList of the Planning -
timestamp
String timestamp
Time stamp from the content system.Time stamp is used as a string to support differing types of time stamp representation as used by different content system.
-
updatedBy
String updatedBy
object updated by user -
updatedOn
Date updatedOn
object update date -
usePrintPageTemplate
boolean usePrintPageTemplate
use comet PageTemplate for placing the product... -
version
String version
-
xPosBottomRight
Float xPosBottomRight
coordinates to place the Bucket -
xPosTopLeft
Float xPosTopLeft
coordinates to place the Bucket -
yPosBottomRight
Float yPosBottomRight
coordinates to place the Bucket -
yPosTopLeft
Float yPosTopLeft
coordinates to place the Bucket
-
-
Class com.priint.pubserver.plannerapi.resource.planning.PricePlanningReference
class PricePlanningReference extends EntityPlanningReference implements Serializable- serialVersionUID:
- 1169170650480776912L
-
Class com.priint.pubserver.plannerapi.resource.planning.TableDataPlanningReference
class TableDataPlanningReference extends EntityPlanningReference implements Serializable- serialVersionUID:
- -2934260447788380521L
-
Class com.priint.pubserver.plannerapi.resource.planning.TextPlanningReference
class TextPlanningReference extends EntityPlanningReference implements Serializable- serialVersionUID:
- -2707483935793567279L
-
-
Package com.priint.pubserver.plannerapi.searchfilter
-
Class com.priint.pubserver.plannerapi.searchfilter.AssignedAccessRightsFilter
class AssignedAccessRightsFilter extends SearchFilter implements Serializable- serialVersionUID:
- -1804518852480970141L
-
Class com.priint.pubserver.plannerapi.searchfilter.BusinessRulesFilter
class BusinessRulesFilter extends SearchFilter implements Serializable- serialVersionUID:
- -1390137327805740151L
-
Class com.priint.pubserver.plannerapi.searchfilter.CheckedoutDocumentsFilter
class CheckedoutDocumentsFilter extends SearchFilter implements Serializable- serialVersionUID:
- 5366881658905566514L
-
Class com.priint.pubserver.plannerapi.searchfilter.DatasourceUsersFilter
class DatasourceUsersFilter extends SearchFilter implements Serializable- serialVersionUID:
- -490424308556899537L
-
Class com.priint.pubserver.plannerapi.searchfilter.DocumentsFilter
class DocumentsFilter extends SearchFilter implements Serializable- serialVersionUID:
- 6466483215173224865L
-
Class com.priint.pubserver.plannerapi.searchfilter.DownloadsFilter
class DownloadsFilter extends SearchFilter implements Serializable- serialVersionUID:
- -1133277673318519676L
-
Class com.priint.pubserver.plannerapi.searchfilter.FilesFilter
class FilesFilter extends SearchFilter implements Serializable- serialVersionUID:
- -490424308556899537L
-
Class com.priint.pubserver.plannerapi.searchfilter.NotesFilter
class NotesFilter extends SearchFilter implements Serializable- serialVersionUID:
- 8548386254201166152L
-
Class com.priint.pubserver.plannerapi.searchfilter.ParameterDefinitionsFilter
class ParameterDefinitionsFilter extends SearchFilter implements Serializable- serialVersionUID:
- -2812110635433098954L
-
Class com.priint.pubserver.plannerapi.searchfilter.ParameterDropDownListFilter
class ParameterDropDownListFilter extends SearchFilter implements Serializable- serialVersionUID:
- -4236467009543510266L
-
Class com.priint.pubserver.plannerapi.searchfilter.ParameterDropDownValueFilter
class ParameterDropDownValueFilter extends SearchFilter implements Serializable- serialVersionUID:
- 5158692722420746151L
-
Class com.priint.pubserver.plannerapi.searchfilter.ParameterDropDownValueLanguageFilter
class ParameterDropDownValueLanguageFilter extends SearchFilter implements Serializable- serialVersionUID:
- -7657593113896755051L
-
Class com.priint.pubserver.plannerapi.searchfilter.ParametersFilter
class ParametersFilter extends SearchFilter implements Serializable- serialVersionUID:
- -6118246916578633199L
-
Class com.priint.pubserver.plannerapi.searchfilter.PlanningsFilter
class PlanningsFilter extends SearchFilter implements Serializable- serialVersionUID:
- -6666056238874364715L
-
Class com.priint.pubserver.plannerapi.searchfilter.PublicationsFilter
class PublicationsFilter extends SearchFilter implements Serializable- serialVersionUID:
- 100351670568597180L
-
Class com.priint.pubserver.plannerapi.searchfilter.PublicationTypesFilter
class PublicationTypesFilter extends SearchFilter implements Serializable- serialVersionUID:
- 2389410372674543761L
-
Class com.priint.pubserver.plannerapi.searchfilter.QueuesFilter
class QueuesFilter extends SearchFilter implements Serializable- serialVersionUID:
- -7685479045047346432L
-
Class com.priint.pubserver.plannerapi.searchfilter.SearchFilter
- serialVersionUID:
- -4050116800493887891L
-
Class com.priint.pubserver.plannerapi.searchfilter.ServerJobsFilter
class ServerJobsFilter extends SearchFilter implements Serializable- serialVersionUID:
- 2569084844932752510L
-
Class com.priint.pubserver.plannerapi.searchfilter.TasksFilter
class TasksFilter extends SearchFilter implements Serializable- serialVersionUID:
- -7763653724404152443L
-
Class com.priint.pubserver.plannerapi.searchfilter.UsersFilter
class UsersFilter extends SearchFilter implements Serializable- serialVersionUID:
- -8499935747174930091L
-
-
Package com.priint.pubserver.plannerengine.config
-
Class com.priint.pubserver.plannerengine.config.ApplicationConfig
class ApplicationConfig extends Object implements Serializable- serialVersionUID:
- -3527236761535027489L
-
Serialized Fields
-
backgroundImg
String backgroundImg
Background file path -
defaultLanguage
String defaultLanguage
Used in AuthService login window, if language is not set in LocalStorage, default value "en" -
favIcon
String favIcon
favicon file path -
loginLogo
String loginLogo
Login screen logo file path -
logo
String logo
Logo file path -
theme
Theme theme
Palette colors -
windowSettings
List<Window> windowSettings
WindowSettings
-
-
Class com.priint.pubserver.plannerengine.config.DashboardsConfig
class DashboardsConfig extends Object implements Serializable- serialVersionUID:
- -3527236761215027489L
-
Class com.priint.pubserver.plannerengine.config.Palette
class Palette extends Object implements Serializable-
Serialized Fields
-
primary
Primary primary
Primary object
-
-
-
Class com.priint.pubserver.plannerengine.config.Primary
class Primary extends Object implements Serializable -
Class com.priint.pubserver.plannerengine.config.Theme
class Theme extends Object implements Serializable-
Serialized Fields
-
palette
Palette palette
Palette object
-
-
-
Class com.priint.pubserver.plannerengine.config.Window
class Window extends Object implements Serializable-
Serialized Fields
-
defaultView
boolean defaultView
Default view -
panel
String panel
Panel -
sort
int sort
Order -
visible
boolean visible
Visible
-
-
-
-
Package com.priint.pubserver.plugin
-
Class com.priint.pubserver.plugin.AbstractConnector.Configuration
class Configuration extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
currentInstance
String currentInstance
-
-
Class com.priint.pubserver.plugin.PluginLibraryInfo
class PluginLibraryInfo extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.priint.pubserver.plugin.PluginMethod
class PluginMethod extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
annotations
Annotation[] annotations
-
comment
String comment
-
description
String description
-
label
String label
-
log
PluginMethod.LogSettings log
-
methodName
String methodName
-
parameters
List<PluginMethod.Parameter> parameters
-
pluginMappedName
String pluginMappedName
-
returnType
String returnType
-
returnTypeArguments
List<String> returnTypeArguments
-
type
PluginMethod.MethodType type
-
-
Class com.priint.pubserver.plugin.PluginMethod.LogSettings
class LogSettings extends Object implements Serializable- serialVersionUID:
- -1408362439386498730L
-
Serialized Fields
-
call
PluginMethod.LogLevel call
-
constants
PluginMethod.LogLevel constants
-
exceptions
PluginMethod.LogLevel exceptions
-
label
String label
-
parameters
PluginMethod.LogLevel parameters
-
result
PluginMethod.LogLevel result
-
-
Class com.priint.pubserver.plugin.PluginMethod.Parameter
class Parameter extends Object implements Serializable- serialVersionUID:
- 484635483740870537L
-
Serialized Fields
-
annotations
Annotation[] annotations
-
defaultValue
String defaultValue
-
description
String description
-
listOfValues
String[] listOfValues
-
name
String name
-
source
PubServerMethodParameter.Source source
-
type
String type
-
typeArguments
List<String> typeArguments
-
-
Class com.priint.pubserver.plugin.StartupStatus
class StartupStatus extends Object implements Serializable- serialVersionUID:
- -3331548484663337934L
-
Serialized Fields
-
message
String message
-
success
boolean success
-
-
-
Package com.priint.pubserver.plugin.deployment
-
Class com.priint.pubserver.plugin.deployment.BinaryData
class BinaryData extends Object implements Serializable- serialVersionUID:
- -3487942136297831539L
-
Serialized Fields
-
content
byte[] content
byte content of data -
type
String type
type of data
-
-
Class com.priint.pubserver.plugin.deployment.DBImport
class DBImport extends Object implements Serializable- serialVersionUID:
- -8633737289173205461L
-
Serialized Fields
-
order
int order
-
path
String path
-
type
DBImport.DBImportType type
-
-
Class com.priint.pubserver.plugin.deployment.DeploymentConfiguration
class DeploymentConfiguration extends Object implements Serializable- serialVersionUID:
- -2791487214984600085L
-
Serialized Fields
-
description
String description
-
doRestartAfterDeploymentPackages
String doRestartAfterDeploymentPackages
-
packageName
String packageName
-
repositoryMapping
List<RepositoryMapping> repositoryMapping
-
-
Class com.priint.pubserver.plugin.deployment.DeploymentPackage
class DeploymentPackage extends Object implements Serializable- serialVersionUID:
- -3967736822161448483L
-
Serialized Fields
-
dbimports
List<DBImport> dbimports
-
description
String description
-
jarFiles
List<JarFile> jarFiles
-
name
String name
-
pluginconfigfiles
List<PluginConfigFile> pluginconfigfiles
-
pluginconfigfilesToDelete
List<PluginConfigFileToDelete> pluginconfigfilesToDelete
-
version
String version
-
versionPubServer
String versionPubServer
-
-
Class com.priint.pubserver.plugin.deployment.JarFile
class JarFile extends Object implements Serializable- serialVersionUID:
- -6783343376426862476L
-
Class com.priint.pubserver.plugin.deployment.PluginConfigFile
class PluginConfigFile extends Object implements Serializable- serialVersionUID:
- -305955880759243662L
-
Serialized Fields
-
repositoryentry
String repositoryentry
-
-
Class com.priint.pubserver.plugin.deployment.PluginConfigFileToDelete
class PluginConfigFileToDelete extends Object implements Serializable- serialVersionUID:
- 7996109209809999153L
-
Serialized Fields
-
afterUpload
boolean afterUpload
-
repositoryentry
String repositoryentry
-
-
Class com.priint.pubserver.plugin.deployment.RepositoryMapping
class RepositoryMapping extends Object implements Serializable- serialVersionUID:
- -5644622673838044403L
-
Class com.priint.pubserver.plugin.deployment.SqlData
class SqlData extends Object implements Serializable- serialVersionUID:
- 6560952541802039805L
-
Serialized Fields
-
content
String content
-
-
-
Package com.priint.pubserver.plugin.entitydata
-
Class com.priint.pubserver.plugin.entitydata.ApplicationInfos
class ApplicationInfos extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.priint.pubserver.plugin.entitydata.Bucket
class Bucket extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
connectorEntity
ConnectorEntity connectorEntity
Mapping between content system structure and entity. -
contentMetaData
List<ContentMetaData> contentMetaData
-
context
Context context
-
cords
List<Cord> cords
-
createdBy
String createdBy
object created by user -
createdOn
Date createdOn
object creation date -
deleted
int deleted
-
entityBucket
EntityBucket entityBucket
EntityBucket from Entity Model- See Also:
-
Bucket.entityBucketId
-
entityBucketId
String entityBucketId
String identifier of the bucket entity in the related entity model, e.g. "Product". -
groupIdentifier
String groupIdentifier
-
id
int id
-
identifier
String identifier
-
import_id
int import_id
-
keyValues
List<KeyValue> keyValues
-
label
String label
-
mediaAssets
List<MediaAsset> mediaAssets
-
metaData
List<KeyValue> metaData
-
origin
String origin
-
pageTemplateId
String pageTemplateId
-
parentBucket
Bucket parentBucket
-
parentBucketId
String parentBucketId
Identifier of the parent bucket in the data tree. -
prices
List<Price> prices
-
sequence
int sequence
-
subBuckets
List<Bucket> subBuckets
-
tableData
List<TableData> tableData
-
template
String template
-
texts
List<Text> texts
-
timestamp
String timestamp
-
updatedBy
String updatedBy
object updated by user -
updatedOn
Date updatedOn
object update date -
version
String version
-
-
Class com.priint.pubserver.plugin.entitydata.BucketPlanningReference
class BucketPlanningReference extends EntityPlanningReference implements Serializable- serialVersionUID:
- -8370875954634272301L
-
Class com.priint.pubserver.plugin.entitydata.CalculatedObject
class CalculatedObject extends Object implements Serializable- serialVersionUID:
- 2011095805688342137L
-
Class com.priint.pubserver.plugin.entitydata.Client
class Client extends Object implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
address
String address
-
createdBy
String createdBy
object created by user -
createdOn
Date createdOn
object creation date -
deleted
int deleted
-
id
int id
-
identifier
@NotNull String identifier
-
import_id
int import_id
-
label
String label
-
updatedBy
String updatedBy
object updated by user -
updatedOn
Date updatedOn
object update date -
url
String url
seeClient.getUrl()
-
-
Class com.priint.pubserver.plugin.entitydata.ConnectorEntity
class ConnectorEntity extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.priint.pubserver.plugin.entitydata.ConnectorPlugin
class ConnectorPlugin extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.priint.pubserver.plugin.entitydata.ContentMetaData
class ContentMetaData extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
connectorEntity
ConnectorEntity connectorEntity
Mapping between content system structure and entity. -
contentMetaData
List<ContentMetaData> contentMetaData
-
context
Context context
context -
createdBy
String createdBy
object created by user -
createdOn
Date createdOn
object creation date -
dataType
String dataType
-
entityContentMetaData
EntityContentMetaData entityContentMetaData
-
entityContentMetaDataId
String entityContentMetaDataId
Identifier of related entity in entity model. -
groupIdentifier
String groupIdentifier
String key for grouping ContentMetaData of the same type. -
identifier
String identifier
String identifier of the ContentMetaData. -
key
String key
-
origin
String origin
-
parentRef
EntityDataReference parentRef
EntityDataReference represents reference to the parent of ContentMetaData. -
sequence
int sequence
Sequence number for the ContentMetaData as given in the content system.This should reflect the position of the current ContentMetaData in the sorting of ContentMetaData of its parent object.
-
timestamp
String timestamp
Time stamp from the content system.Time stamp is used as a string to support differing types of time stamp representation as used by different content system.
-
updatedBy
String updatedBy
object updated by user -
updatedOn
Date updatedOn
object update date -
value
String value
-
-
Class com.priint.pubserver.plugin.entitydata.Context
class Context extends Object implements Serializable- serialVersionUID:
- -4525544934527006783L
-
Serialized Fields
-
assortmentName
String assortmentName
-
country
String country
-
createdBy
String createdBy
object created by user -
createdOn
Date createdOn
object creation date -
deleted
int deleted
-
documentId
String documentId
-
id
int id
-
identifier
String identifier
-
import_id
int import_id
-
language
String language
-
marketName
String marketName
-
publication
String publication
-
region
String region
-
script
String script
-
targetGroup
String targetGroup
-
updatedBy
String updatedBy
object updated by user -
updatedOn
Date updatedOn
object update date -
wellName
String wellName
-
-
Class com.priint.pubserver.plugin.entitydata.Cord
class Cord extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
connectorEntity
ConnectorEntity connectorEntity
Mapping between content system structure and entity. -
contentBucket
Bucket contentBucket
-
contentMetaData
List<ContentMetaData> contentMetaData
-
context
Context context
context -
createdBy
String createdBy
object created by user -
createdOn
Date createdOn
object creation date -
deleted
int deleted
-
destinationBucket
Bucket destinationBucket
-
destinationBucketId
String destinationBucketId
-
destinationLabel
String destinationLabel
Display name for the "to Bucket" relationship -
entityCord
EntityCord entityCord
Entity from Entity Model- See Also:
-
Cord.entityCordId
-
entityCordId
String entityCordId
Identifier of related entity in entity model. -
groupIdentifier
String groupIdentifier
String key for grouping cords of the same type. -
id
int id
-
identifier
String identifier
String identifier of the cord. -
import_id
int import_id
-
label
String label
Display label for the cord. -
metaData
List<KeyValue> metaData
List of Meta Data related to the cord. -
origin
String origin
-
sequence
int sequence
Sequence number for the cord as given in the content system.This should reflect the position of the current cord in the sorting of cords of its parentBucket.
-
sourceBucket
Bucket sourceBucket
-
sourceBucketId
String sourceBucketId
-
sourceLabel
String sourceLabel
-
template
String template
String identifier of the priint:comet template. -
timestamp
String timestamp
Time stamp from the content system.Time stamp is used as a string to support differing types of time stamp representation as used by different content system.
-
updatedBy
String updatedBy
object updated by user -
updatedOn
Date updatedOn
object update date -
version
String version
Version string from the content system.
-
-
Class com.priint.pubserver.plugin.entitydata.CordPlanningReference
class CordPlanningReference extends EntityPlanningReference implements Serializable- serialVersionUID:
- -3428293987077269808L
-
Class com.priint.pubserver.plugin.entitydata.Data
class Data extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
buckets
List<Bucket> buckets
-
connectorEntities
List<ConnectorEntity> connectorEntities
-
connectorPlugins
List<ConnectorPlugin> connectorPlugins
-
contentMetaData
List<ContentMetaData> contentMetaData
-
cords
List<Cord> cords
-
createdOn
Date createdOn
-
identifier
String identifier
-
keyValues
List<KeyValue> keyValues
-
mediaAssets
List<MediaAsset> mediaAssets
-
plannings
List<Planning> plannings
-
prices
List<Price> prices
-
source
String source
-
tables
List<TableData> tables
-
texts
List<Text> texts
-
-
Class com.priint.pubserver.plugin.entitydata.EntityDataReference
class EntityDataReference extends Object implements Serializable- serialVersionUID:
- -7788306499251997702L
-
Serialized Fields
-
entityClassName
Entity.DataClass entityClassName
-
entityId
String entityId
String identifier of the entity in EntityDataReference. -
entityModelId
String entityModelId
String identifier of the model in EntityDataReference. -
identifier
String identifier
String identifier of the EntityDataReference.
-
-
Class com.priint.pubserver.plugin.entitydata.EntityItem
class EntityItem extends Object implements Serializable- serialVersionUID:
- 8548001589048811506L
-
Serialized Fields
-
command
ConnectorPersistRemote.PushCommand command
-
context
Context context
-
entityClass
Class<? extends EntityData> entityClass
-
entityIdentifier
String entityIdentifier
-
identifier
String identifier
-
message
String message
-
patch
Map<String,
Object> patch -
status
EntityItem.Status status
-
value
EntityData value
-
-
Class com.priint.pubserver.plugin.entitydata.EntityPlanningReference
class EntityPlanningReference extends Object implements Serializable- serialVersionUID:
- -616714449976735794L
-
Serialized Fields
-
active
int active
-
className
String className
class name -
connectorEntity
ConnectorEntity connectorEntity
Mapping between content system structure and entity. -
context
Context context
-
createdBy
String createdBy
object created by user -
createdOn
Date createdOn
object creation date -
dataProvider
String dataProvider
dataProvider identifier from which the record comes -
entityIdentifier
String entityIdentifier
entity identifier -
id
int id
PrimaryKey for Database (set by database on insert) -
identifier
String identifier
String identifier of the EntityPlaningReference. Actually the identifier of the target entity data instance. -
import_id
int import_id
Import id used by Database and Importmodule -
origin
String origin
-
planning
Planning planning
This field points on "parent planning", thus in planning we have list of entity references -
planningIdentifier
String planningIdentifier
-
refPlanning
Planning refPlanning
This field points exactly to planning, this field is needed to connect entity reference with exact planning records, because currently we can have more than one bucket with the same identifier (from data providers) -
sequence
int sequence
-
temporary
boolean temporary
-
timestamp
String timestamp
Time stamp from the content system.Time stamp is used as a string to support differing types of time stamp representation as used by different content system.
-
uniqueIdentifier
String uniqueIdentifier
This field is needed to uniquely localise the record. Because in "identifier" field we store bucket's, key value's, price's, cord's, text's, media asset's identifiers. But now we can have duplicated data (from dataproviders) and we need additional field. -
updatedBy
String updatedBy
object updated by user -
updatedOn
Date updatedOn
object update date -
version
String version
-
-
Class com.priint.pubserver.plugin.entitydata.KeyValue
class KeyValue extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
bucket
Bucket bucket
-
bucketId
String bucketId
Identifier of parent bucket that this KeyValue is related to. -
bucketMetaData
Bucket bucketMetaData
-
connectorEntity
ConnectorEntity connectorEntity
Mapping between content system structure and entity. -
contentMetaData
List<ContentMetaData> contentMetaData
-
context
Context context
context -
cord
Cord cord
-
createdBy
String createdBy
object created by user -
createdOn
Date createdOn
object creation date -
dataType
String dataType
-
deleted
int deleted
-
entityKeyValue
EntityKeyValue entityKeyValue
-
entityKeyValueId
String entityKeyValueId
Identifier of related entity in entity model. -
groupIdentifier
String groupIdentifier
String key for grouping key-values of the same type. -
id
int id
-
identifier
String identifier
String identifier of the KeyValue. -
import_id
int import_id
-
key
String key
-
keyLabel
String keyLabel
-
keySymbol
String keySymbol
-
mediaAsset
MediaAsset mediaAsset
-
mediaObject
MediaObject mediaObject
-
metaData
List<KeyValue> metaData
List of Meta Data related to KeyValue -
metaDataParent
KeyValue metaDataParent
-
origin
String origin
-
parentKeyValue
KeyValue parentKeyValue
-
parentKeyValueId
String parentKeyValueId
-
price
Price price
-
refKeyValue
KeyValue refKeyValue
-
refKeyValueId
String refKeyValueId
-
sequence
int sequence
Sequence number for the KeyValue as given in the content system.This should reflect the position of the current KeyValue in the sorting of KeyValues of its parent object.
-
source
String source
Origin of the KeyValue, i.e. whether it comes from the connector or entity manager. This property is set from the publishing server.Default is "connector"
KeyValue.getSource() -
subKeyValues
List<KeyValue> subKeyValues
-
tableCell
TableDataCell tableCell
-
tableData
TableData tableData
-
tableRow
TableDataRow tableRow
-
template
String template
String identifier of the priint:comet template. -
text
Text text
-
timestamp
String timestamp
Time stamp from the content system.Time stamp is used as a string to support differing types of time stamp representation as used by different content system.
-
updatedBy
String updatedBy
object updated by user -
updatedOn
Date updatedOn
object update date -
value
String value
-
version
String version
Version string from the content system.
-
-
Class com.priint.pubserver.plugin.entitydata.KeyValuePlanningReference
class KeyValuePlanningReference extends EntityPlanningReference implements Serializable- serialVersionUID:
- -2306415324866855644L
-
Class com.priint.pubserver.plugin.entitydata.MediaAsset
class MediaAsset extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
bucket
Bucket bucket
referenced Bucket -
bucketId
String bucketId
-
connectorEntity
ConnectorEntity connectorEntity
Mapping between content system structure and entity. -
contentMetaData
List<ContentMetaData> contentMetaData
-
context
Context context
context -
createdBy
String createdBy
object created by user -
createdOn
Date createdOn
object creation date -
deleted
int deleted
-
entityMediaAsset
EntityMediaAsset entityMediaAsset
Entity from Entity Model (excluded from XML serialization)- See Also:
-
MediaAsset.entityMediaAssetId
-
entityMediaAssetId
String entityMediaAssetId
Identifier of Entity from Entity Model -
groupIdentifier
String groupIdentifier
String key for grouping assets of the same type. -
id
int id
-
identifier
String identifier
String identifier of the asset. -
import_id
int import_id
-
label
String label
Display label for the asset. -
mediaObjects
List<MediaObject> mediaObjects
-
metaData
List<KeyValue> metaData
List of Meta Data related to Media Asset -
origin
String origin
-
sequence
int sequence
Sequence number for the asset as given in the content system.This should reflect the position of the current asset in the sorting of assets of its parentBucket.
-
template
String template
String identifier of the priint:comet template. -
texts
List<Text> texts
-
timestamp
String timestamp
Time stamp from the content system.Time stamp is used as a string to support differing types of time stamp representation as used by different content system.
-
updatedBy
String updatedBy
object updated by user -
updatedOn
Date updatedOn
object update date -
version
String version
Version string from the content system.
-
-
Class com.priint.pubserver.plugin.entitydata.MediaAssetPlanningReference
class MediaAssetPlanningReference extends EntityPlanningReference implements Serializable- serialVersionUID:
- 2263264419332182571L
-
Class com.priint.pubserver.plugin.entitydata.MediaObject
class MediaObject extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
connectorEntity
ConnectorEntity connectorEntity
Deprecated.Mapping between content system structure and entity. -
createdBy
String createdBy
object created by user -
createdOn
Date createdOn
object creation date -
deleted
int deleted
-
filename
String filename
-
groupIdentifier
String groupIdentifier
String key for grouping key-values of the same type. -
id
int id
-
identifier
String identifier
String identifier of the media object. -
import_id
int import_id
-
inObjectStorage
int inObjectStorage
-
media
String media
- See Also:
-
mediaAsset
MediaAsset mediaAsset
-
metaData
List<KeyValue> metaData
List of keyValues as qualifier like WEB, PRINT, HIRES LOWRES -
path
String path
-
timestamp
String timestamp
Time stamp from the content system.Time stamp is used as a string to support differing types of time stamp representation as used by different content system.
-
type
String type
- See Also:
-
updatedBy
String updatedBy
object updated by user -
updatedOn
Date updatedOn
object update date -
url
String url
-
version
String version
Version string from the content system.
-
-
Class com.priint.pubserver.plugin.entitydata.MetaDataPlanningReference
class MetaDataPlanningReference extends EntityPlanningReference implements Serializable- serialVersionUID:
- -834383466731434335L
-
Class com.priint.pubserver.plugin.entitydata.Planning
class Planning extends Object implements Serializable- serialVersionUID:
- -5755968167977827925L
-
Serialized Fields
-
bucketId
String bucketId
String identifier of parent bucket of this planning object.Together with
Planning.entityBucketIdandPlanning.entityModelIdthis uniquely identifies a bucket within the entity manager. -
bucketRefs
List<BucketPlanningReference> bucketRefs
References of the planned buckets -
connectorEntity
ConnectorEntity connectorEntity
Mapping between content system structure and entity. -
contentMetaData
List<ContentMetaData> contentMetaData
-
context
Context context
-
cordRefs
List<CordPlanningReference> cordRefs
References of the planned cords -
createdBy
String createdBy
object created by user -
createdOn
Date createdOn
object creation date -
deleted
int deleted
Delete flag used by Database -
documentId
String documentId
Identifier of the document record in table puc_document of the CometData database. -
dpTemplateId
String dpTemplateId
Not used yet -
entityBucketId
String entityBucketId
String identifier of parent bucket's entityTogether with
Planning.entityModelIdandPlanning.bucketIdthis uniquely identifies a bucket within the entity manager. -
entityModelId
String entityModelId
String identifier of parent bucket's entity modelTogether with
Planning.entityBucketIdandPlanning.bucketIdthis uniquely identifies a bucket within the entity manager. -
entityPlanning
EntityPlanning entityPlanning
EntityPlanning from Entity Model- See Also:
-
Planning.entityPlanningId
-
entityPlanningId
String entityPlanningId
String identifier of the planning entity in the related entity model -
id
Integer id
PrimaryKey for Database (set by database on insert) -
identifier
String identifier
-
import_id
int import_id
Import id used by Database and Importmodule -
keyValueRefs
List<KeyValuePlanningReference> keyValueRefs
References of the planned key values -
label
String label
Display label of the record (usually Bucket name) -
listPlanning
List<Planning> listPlanning
child plannings -
mediaAssetRefs
List<MediaAssetPlanningReference> mediaAssetRefs
References of the planned media assets -
metaData
List<MetaDataPlanningReference> metaData
References of the planned meta data -
origin
String origin
-
pageId
String pageId
Identifier of the document record in table puc_document of the CometData database. -
pageNumber
int pageNumber
Planning page number -
pageTemplateElementId
String pageTemplateElementId
Identifier of the page template element. -
pageTemplateId
String pageTemplateId
Identifier of the page template. -
parentPlanning
Planning parentPlanning
Reference to parent planning or null if the planning is at root level -
parentPlanningId
String parentPlanningId
-
priceRefs
List<PricePlanningReference> priceRefs
References of the planned prices -
printPlaceholderId
int printPlaceholderId
Comet Placeholder identifier. This attribute references a comet placeholder with planning record. -
printPlaceholderUID
String printPlaceholderUID
Comet Placeholder identifier. This attribute references a comet placeholder with planning record. -
printTemplateId
Integer printTemplateId
Identifier of the assigned comet Template Id -
sequence
int sequence
-
snippetId
int snippetId
Identifier of the assigned snipped Id -
snippetPlanningId
String snippetPlanningId
Keeps identifier of the planning from source snippet -
sourcePlanningIdentifier
String sourcePlanningIdentifier
Identifier of the assigned snipped Id -
tableCmdChanged
int tableCmdChanged
Info about changes done in the content metadata in UI. This attribute indicates if the content meta data for the sub planning record, which are defined for a table template / table setup have been changed by the user. -
tableDataRefs
List<TableDataPlanningReference> tableDataRefs
References of the planned table data -
tableSetupId
String tableSetupId
Reference of the configuration inside the config file of the data mapping methods -
tableTemplate
String tableTemplate
A reference to a table data-mapping method should be stored. This data field is only used for sub planning records from type = "TABLE" -
temporary
boolean temporary
-
textRefs
List<TextPlanningReference> textRefs
References of the planned texts -
timestamp
String timestamp
Time stamp from the content system.Time stamp is used as a string to support differing types of time stamp representation as used by different content system.
-
updatedBy
String updatedBy
object updated by user -
updatedOn
Date updatedOn
object update date -
usePrintPageTemplate
boolean usePrintPageTemplate
use comet PageTemplate for placing the product... -
version
String version
-
xPosBottomRight
Float xPosBottomRight
coordinates to place the Bucket -
xPosTopLeft
Float xPosTopLeft
coordinates to place the Bucket -
yPosBottomRight
Float yPosBottomRight
coordinates to place the Bucket -
yPosTopLeft
Float yPosTopLeft
coordinates to place the Bucket
-
-
Class com.priint.pubserver.plugin.entitydata.Price
class Price extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
amount
String amount
-
bucket
Bucket bucket
-
bucketId
String bucketId
Identifier of parent bucket that this price is related to. -
connectorEntity
ConnectorEntity connectorEntity
Mapping between content system structure and entity. -
contentMetaData
List<ContentMetaData> contentMetaData
-
context
Context context
context -
createdBy
String createdBy
object created by user -
createdOn
Date createdOn
object creation date -
currency
String currency
-
deleted
int deleted
-
entityPrice
EntityPrice entityPrice
- See Also:
-
entityPriceId
String entityPriceId
-
groupIdentifier
String groupIdentifier
Group identifier for the price -
id
int id
-
identifier
String identifier
String identifier of the Price. -
import_id
int import_id
-
itemPrice
String itemPrice
-
label
String label
Name -
listPrice
String listPrice
-
metaData
List<KeyValue> metaData
List of Meta Data -
minOrderQuantity
String minOrderQuantity
-
oldItemPrice
String oldItemPrice
-
oldPrice
String oldPrice
Old price -
origin
String origin
-
packagingUnit
String packagingUnit
-
price
String price
-
priceUnit
String priceUnit
-
quantityOfPackingUnit
String quantityOfPackingUnit
-
sequence
int sequence
Sequence number for the bucket as given in the content system.This should reflect the position of the current price in the sorting of prices of its parent object.
-
template
String template
String identifier of the priint:comet template. -
timestamp
String timestamp
Times tamp from the content system.Time stamp is used as a string to support differing types of time stamp representation as used by different content system.
-
updatedBy
String updatedBy
object updated by user -
updatedOn
Date updatedOn
object update date -
validFrom
Date validFrom
Price is valid from -
validTo
Date validTo
-
version
String version
Version string from the content system.
-
-
Class com.priint.pubserver.plugin.entitydata.PricePlanningReference
class PricePlanningReference extends EntityPlanningReference implements Serializable- serialVersionUID:
- -7125082050161190792L
-
Class com.priint.pubserver.plugin.entitydata.TableData
class TableData extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
bucket
Bucket bucket
related bucket- See Also:
-
TableData.bucketId
-
bucketId
String bucketId
Identifier of the bucket related to the tabledata. -
cellHeight
float cellHeight
-
cellMaxHeight
float cellMaxHeight
-
cellMaxWidth
float cellMaxWidth
-
cellStyleLeftColumn
String cellStyleLeftColumn
-
cellStyleRightColumn
String cellStyleRightColumn
-
cellWidth
float cellWidth
-
connectorEntity
ConnectorEntity connectorEntity
Mapping between content system structure and entity. -
contentMetaData
List<ContentMetaData> contentMetaData
-
context
Context context
Context for the bucket. -
createdBy
String createdBy
object created by user -
createdOn
Date createdOn
object creation date -
deleted
int deleted
-
entityTableData
EntityTableData entityTableData
Entity of the DataTable- See Also:
-
TableData.entityTableDataId
-
entityTableDataId
String entityTableDataId
-
footerRows
int footerRows
-
groupIdentifier
String groupIdentifier
String key for grouping of text. -
headerRows
int headerRows
-
id
int id
-
identifier
String identifier
String identifier of the bucket.Will be used as RecordID in priint:comet.
-
import_id
int import_id
-
label
String label
-
leftColumn
int leftColumn
-
maxHeight
float maxHeight
-
metaData
List<KeyValue> metaData
-
origin
String origin
-
rightColumn
int rightColumn
-
sequence
int sequence
Sequence number for the bucket as given in the content system.This should reflect the position of the current bucket in the sorting of subBuckets of its parentBucket.
-
tableDataRows
List<TableDataRow> tableDataRows
-
tableStyle
String tableStyle
-
template
String template
-
timestamp
String timestamp
-
updatedBy
String updatedBy
object updated by user -
updatedOn
Date updatedOn
object update date -
version
String version
Version string from the content system.
-
-
Class com.priint.pubserver.plugin.entitydata.TableDataCell
class TableDataCell extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
cellStyle
String cellStyle
Name of the CellStyle (e.g. InDesign CellStyle -
characterStyle
String characterStyle
-
colspan
int colspan
Number of columns that this cell spans -
contentMetaData
List<ContentMetaData> contentMetaData
-
createdBy
String createdBy
object created by user -
createdOn
Date createdOn
object creation date -
deleted
int deleted
-
height
float height
height of the cell in millimeter. -
id
int id
-
identifier
String identifier
String identifier of the cell.Will be used as RecordID in priint:comet.
-
import_id
int import_id
-
label
String label
-
maxHeight
float maxHeight
max height of the cell in millimeter. -
metaData
List<KeyValue> metaData
List of Meta Data related to the cell. -
objectEntityClass
String objectEntityClass
-
objectEntityId
String objectEntityId
-
objectGroupIdentifier
String objectGroupIdentifier
-
objectIdentifier
String objectIdentifier
-
paragraphStyle
String paragraphStyle
-
parentEntityClass
String parentEntityClass
-
parentEntityId
String parentEntityId
-
parentGroupIdentifier
String parentGroupIdentifier
-
parentIdentifier
String parentIdentifier
-
placeholder
String placeholder
-
placeholderAutoLoad
int placeholderAutoLoad
-
placeholderInfo1
String placeholderInfo1
-
placeholderInfo2
String placeholderInfo2
-
placeholderInlineHeight
float placeholderInlineHeight
-
placeholderInlinePlacement
int placeholderInlinePlacement
-
placeholderInlineWidth
float placeholderInlineWidth
-
placeholderType
String placeholderType
-
rowspan
int rowspan
-
sequence
int sequence
-
tableData
TableData tableData
SubTableData -
tableDataId
String tableDataId
-
tableRow
TableDataRow tableRow
-
updatedBy
String updatedBy
object updated by user -
updatedOn
Date updatedOn
object update date -
value
String value
-
width
float width
width of the cell in millimeter.
-
-
Class com.priint.pubserver.plugin.entitydata.TableDataPlanningReference
class TableDataPlanningReference extends EntityPlanningReference implements Serializable- serialVersionUID:
- -4542160167719851771L
-
Class com.priint.pubserver.plugin.entitydata.TableDataRow
class TableDataRow extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
contentMetaData
List<ContentMetaData> contentMetaData
-
createdBy
String createdBy
object created by user -
createdOn
Date createdOn
object creation date -
deleted
int deleted
-
height
float height
-
id
int id
-
identifier
String identifier
String identifier of the table.Will be used as RecordID in priint:comet.
-
import_id
int import_id
-
label
String label
-
maxHeight
float maxHeight
-
metaData
List<KeyValue> metaData
List of Meta Data related to the row. -
minHeight
float minHeight
-
objectEntityId
String objectEntityId
-
objectGroupIdentifier
String objectGroupIdentifier
-
objectIdentifier
String objectIdentifier
-
sequence
int sequence
-
tableData
TableData tableData
-
tableDataCells
List<TableDataCell> tableDataCells
-
tableDataId
String tableDataId
-
updatedBy
String updatedBy
object updated by user -
updatedOn
Date updatedOn
object update date
-
-
Class com.priint.pubserver.plugin.entitydata.Text
class Text extends Object implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
bucket
Bucket bucket
-
bucketId
String bucketId
- See Also:
-
connectorEntity
ConnectorEntity connectorEntity
Mapping between content system structure and entity. -
contentMetaData
List<ContentMetaData> contentMetaData
-
context
Context context
-
createdBy
String createdBy
object created by user -
createdOn
Date createdOn
object creation date -
deleted
int deleted
-
entityText
EntityText entityText
Entity from Entity Model -
entityTextId
String entityTextId
-
groupIdentifier
String groupIdentifier
String key for grouping texts of the same type. -
id
int id
-
identifier
String identifier
-
import_id
int import_id
-
mediaAsset
MediaAsset mediaAsset
-
metaData
List<KeyValue> metaData
List of Meta Data related to Media Asset -
origin
String origin
-
sequence
int sequence
Sequence number for the text as given in the content system.This should reflect the position of the current text in the sorting of texts of its parent object.
-
template
String template
-
text
String text
-
timestamp
String timestamp
Time stamp from the content system.Time stamp is used as a string to support differing types of time stamp representation as used by different content system.
-
updatedBy
String updatedBy
object updated by user -
updatedOn
Date updatedOn
object update date -
version
String version
Version string from the content system.
-
-
Class com.priint.pubserver.plugin.entitydata.TextPlanningReference
class TextPlanningReference extends EntityPlanningReference implements Serializable- serialVersionUID:
- 3969326529152646143L
-
-
Package com.priint.pubserver.plugin.exception
-
Exception com.priint.pubserver.plugin.exception.ConnectorException
class ConnectorException extends PubServerException implements Serializable- serialVersionUID:
- 7964336904089825280L
-
Exception com.priint.pubserver.plugin.exception.DataProviderException
class DataProviderException extends PubServerException implements Serializable- serialVersionUID:
- 1L
-
Exception com.priint.pubserver.plugin.exception.DataSourceException
class DataSourceException extends PubServerException implements Serializable- serialVersionUID:
- 1L
-
Exception com.priint.pubserver.plugin.exception.DeploymentManagerException
class DeploymentManagerException extends PubServerException implements Serializable- serialVersionUID:
- 5125209698440560354L
-
Exception com.priint.pubserver.plugin.exception.EntityManagerException
class EntityManagerException extends PubServerException implements Serializable- serialVersionUID:
- 1L
-
Exception com.priint.pubserver.plugin.exception.ErrorCodeNotFoundException
class ErrorCodeNotFoundException extends PubServerException implements Serializable- serialVersionUID:
- -3942680558048333568L
-
Exception com.priint.pubserver.plugin.exception.InvalidArgumentException
class InvalidArgumentException extends PubServerException implements Serializable- serialVersionUID:
- 6610071868683693853L
-
Exception com.priint.pubserver.plugin.exception.LifeCycleException
class LifeCycleException extends RuntimeException implements Serializable- serialVersionUID:
- -1L
-
Exception com.priint.pubserver.plugin.exception.NotDeployedException
class NotDeployedException extends PubServerException implements Serializable- serialVersionUID:
- 222040848468295695L
-
Exception com.priint.pubserver.plugin.exception.NotImplementedException
class NotImplementedException extends PubServerException implements Serializable- serialVersionUID:
- 7964336904089825280L
-
Exception com.priint.pubserver.plugin.exception.PluginException
class PluginException extends PubServerException implements Serializable- serialVersionUID:
- 1L
-
Exception com.priint.pubserver.plugin.exception.PluginRuntimeException
class PluginRuntimeException extends Exception implements Serializable- serialVersionUID:
- 1L
-
-
Package com.priint.pubserver.plugin.interfaces
-
Class com.priint.pubserver.plugin.interfaces.CometServer4Job.Result
class Result extends Object implements Serializable- serialVersionUID:
- 5520048854984023501L
-
Class com.priint.pubserver.plugin.interfaces.ConnectorPersistRemote.EntityDataRecord
class EntityDataRecord extends Object implements Serializable- serialVersionUID:
- -2831280847804996188L
-
Class com.priint.pubserver.plugin.interfaces.ConnectorPersistRemote.EntityDataRecord4Update
class EntityDataRecord4Update extends ConnectorPersistRemote.EntityDataRecord implements Serializable- serialVersionUID:
- -7067835412362926239L
-
Class com.priint.pubserver.plugin.interfaces.ConnectorPersistRemote.PushData
class PushData extends Data implements Serializable- serialVersionUID:
- -8531767997256565626L
-
Serialized Fields
-
command
ConnectorPersistRemote.PushCommand command
-
entityItems
List<EntityItem> entityItems
-
instance
String instance
-
model
String model
-
-
-
Package com.priint.pubserver.preferences
-
Class com.priint.pubserver.preferences.InDesignServer
class InDesignServer extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.priint.pubserver.preferences.InDesignServerInstance
class InDesignServerInstance extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.priint.pubserver.preferences.InDesignServerInstances
class InDesignServerInstances extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
serverInstances
List<InDesignServerInstance> serverInstances
InDesignServerInstance list
-
-
Class com.priint.pubserver.preferences.InDesignServers
class InDesignServers extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
inDesignServersList
List<InDesignServer> inDesignServersList
list of InDesignServer
-
-
Class com.priint.pubserver.preferences.ServerProperties
class ServerProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.priint.pubserver.preferences.ServerProperty
class ServerProperty extends Object implements Serializable- serialVersionUID:
- 1L
-
-
Package com.priint.pubserver.session
-
Class com.priint.pubserver.session.PubServerMap
class PubServerMap extends Object implements Serializable- serialVersionUID:
- -3802475435802107128L
-
Class com.priint.pubserver.session.PubServerSimpleSession
class PubServerSimpleSession extends Object implements Serializable- serialVersionUID:
- -7956632293811928318L
-
Serialized Fields
-
host
String host
-
id
String id
-
lastAccessTime
Date lastAccessTime
-
pubServerMap
PubServerMap pubServerMap
-
startTimestamp
Date startTimestamp
-
-
-
Package com.priint.pubserver.session.exception
-
Exception com.priint.pubserver.session.exception.SessionManagerException
class SessionManagerException extends PubServerException implements Serializable- serialVersionUID:
- 1L
-
-
Package com.priint.pubserver.tagging
-
Class com.priint.pubserver.tagging.TaggingObject.LinkedSetWrapper
- serialVersionUID:
- 6690188915877747906L
-
-
Package com.priint.pubserver.testservice.exception
-
Exception com.priint.pubserver.testservice.exception.ExecutionException
class ExecutionException extends PubServerException implements Serializable- serialVersionUID:
- -5313424027901756605L
-
-
Package com.priint.pubserver.testservice.resource
-
Class com.priint.pubserver.testservice.resource.Parameter
class Parameter extends Object implements Serializable- serialVersionUID:
- -5464560533696730483L
-
Serialized Fields
-
objectData
byte[] objectData
-
-
-
Package com.priint.pubserver.tracing
-
Class com.priint.pubserver.tracing.TracerMessage
class TracerMessage extends Object implements Serializable- serialVersionUID:
- -2432736553300810381L
-
Class com.priint.pubserver.tracing.TracerMessageList
class TracerMessageList extends Object implements Serializable- serialVersionUID:
- -6045277641513575141L
-
Serialized Fields
-
messages
List<TracerMessage> messages
-
-
-
Package com.priint.pubserver.usermanager
-
Class com.priint.pubserver.usermanager.PasswordRule
class PasswordRule extends Object implements Serializable- serialVersionUID:
- -8376606759783968225L
-
Class com.priint.pubserver.usermanager.PasswordRules
class PasswordRules extends Object implements Serializable- serialVersionUID:
- -8376606759783968225L
-
Serialized Fields
-
passwordRules
List<PasswordRule> passwordRules
-
-
Class com.priint.pubserver.usermanager.PubServerUser
class PubServerUser extends Object implements Serializable- serialVersionUID:
- -2783563710148128840L
-
Serialized Fields
-
active
boolean active
-
clients
List<String> clients
-
created
Date created
-
email
String email
-
expiryDate
Date expiryDate
-
firstName
String firstName
-
identifier
String identifier
-
lastName
String lastName
-
loginName
String loginName
-
passwordHash
String passwordHash
-
passwordSalt
String passwordSalt
-
shouldChangePassword
boolean shouldChangePassword
-
-
-
Package com.priint.pubserver.util
-
Class com.priint.pubserver.util.Cache.CacheImpl
- serialVersionUID:
- -2833570089317335513L
-
Serialized Fields
-
currentBytes
AtomicLong currentBytes
-
expires
long expires
-
maxBytes
long maxBytes
Max size of the cache. 64 MB per default -
maxDuration
long maxDuration
Maximum duration of the cache. 1 min per default
-
-
Class com.priint.pubserver.util.LocaleUtils.LocaleItem
class LocaleItem extends Object implements Serializable- serialVersionUID:
- -5085502191872108061L
-
Class com.priint.pubserver.util.LocaleUtils.LocaleItems
class LocaleItems extends Object implements Serializable- serialVersionUID:
- -7736187927919134793L
-
Serialized Fields
-
countries
Set<LocaleUtils.LocaleItem> countries
Set of locale items defining countries -
languages
Set<LocaleUtils.LocaleItem> languages
Set of locale items defining languages -
scripts
Set<LocaleUtils.LocaleItem> scripts
Set of locale items defining scripts
-
-
Exception com.priint.pubserver.util.TableUtils.TableUtilsException
class TableUtilsException extends PubServerException implements Serializable- serialVersionUID:
- 1909803392103845306L
-
-
Package com.priint.pubserver.webclient.exception
-
Exception com.priint.pubserver.webclient.exception.IsonCheckinFailed
class IsonCheckinFailed extends Exception implements Serializable- serialVersionUID:
- 1L
-
Exception com.priint.pubserver.webclient.exception.IsonDeletionFailed
class IsonDeletionFailed extends Exception implements Serializable- serialVersionUID:
- 1L
-
Exception com.priint.pubserver.webclient.exception.IsonFileAlreadyLocked
class IsonFileAlreadyLocked extends Exception implements Serializable- serialVersionUID:
- 1L
-
Exception com.priint.pubserver.webclient.exception.IsonFileNotExist
class IsonFileNotExist extends Exception implements Serializable- serialVersionUID:
- 1L
-
Exception com.priint.pubserver.webclient.exception.IsonFileNotLocked
class IsonFileNotLocked extends Exception implements Serializable- serialVersionUID:
- 1L
-
Exception com.priint.pubserver.webclient.exception.IsonInvalidConfigFileProperties
class IsonInvalidConfigFileProperties extends Exception implements Serializable- serialVersionUID:
- 1L
-
Exception com.priint.pubserver.webclient.exception.IsonMultiCheckOutFailed
class IsonMultiCheckOutFailed extends Exception implements Serializable- serialVersionUID:
- 1L
-
Exception com.priint.pubserver.webclient.exception.IsonReloadPluginFailed
class IsonReloadPluginFailed extends Exception implements Serializable- serialVersionUID:
- 1L
-
-
Package com.priint.pubserver.webservice
-
Class com.priint.pubserver.webservice.RepositoryDump
class RepositoryDump extends Object implements Serializable- serialVersionUID:
- 8942072151947182471L
-
Class com.priint.pubserver.webservice.RepositoryDump.File
class File extends Object implements Serializable- serialVersionUID:
- 5550920822259266748L
-
Serialized Fields
-
active
String active
-
createdBy
String createdBy
-
createdOn
String createdOn
-
deleted
String deleted
-
description
String description
-
filename
String filename
-
hash
String hash
-
name
String name
-
origin
String origin
-
originVersion
String originVersion
-
path
String path
-
pluginConfig
PluginConfig pluginConfig
-
postAction
RepositoryDump.PostAction postAction
-
type
String type
-
updatedBy
String updatedBy
-
updatedOn
String updatedOn
-
-
Class com.priint.pubserver.webservice.ServiceResult
class ServiceResult extends Object implements Serializable- serialVersionUID:
- 5414919288520371530L
-
-
Package com.priint.pubserver.webservice.init
-
Class com.priint.pubserver.webservice.init.ConfigData
class ConfigData extends Object implements Serializable- serialVersionUID:
- -3614894935523521975L
-
Serialized Fields
-
binaryContent
byte[] binaryContent
this will be saved as base64 by JAXB -
textContent
String textContent
-
-
-
Package com.priint.uikit.planning
-
Package com.werkii.comet.soap
-
Class com.werkii.comet.soap.CometBatchRemote.AutocometGetNextHotfolderResult
class AutocometGetNextHotfolderResult extends CometCoreRemote.Result implements Serializable- serialVersionUID:
- -658101596493311912L
-
Serialized Fields
-
hotfolder
CometBatchRemote.AutocometHotfolder hotfolder
-
-
Class com.werkii.comet.soap.CometBatchRemote.AutocometGetNextJobResult
class AutocometGetNextJobResult extends CometCoreRemote.Result implements Serializable- serialVersionUID:
- 7119359762269771927L
-
Serialized Fields
-
job
CometBatchRemote.AutocometJob job
-
-
Class com.werkii.comet.soap.CometBatchRemote.AutocometHotfolder
class AutocometHotfolder extends Object implements Serializable- serialVersionUID:
- 5607694989111693531L
-
Class com.werkii.comet.soap.CometBatchRemote.AutocometJob
class AutocometJob extends Object implements Serializable- serialVersionUID:
- -7379024022789622439L
-
Serialized Fields
-
Class com.werkii.comet.soap.CometBatchRemote.AutocometSetDoneResult
class AutocometSetDoneResult extends CometCoreRemote.Result implements Serializable- serialVersionUID:
- -7576052082908263209L
-
Class com.werkii.comet.soap.CometBatchRemote.AutocometSetStartResult
class AutocometSetStartResult extends CometCoreRemote.Result implements Serializable- serialVersionUID:
- 7398924173102306023L
-
Class com.werkii.comet.soap.CometBatchRemote.AutocometSetStatusResult
class AutocometSetStatusResult extends CometCoreRemote.Result implements Serializable- serialVersionUID:
- 4600023643941939484L
-
Class com.werkii.comet.soap.CometCoreRemote.CallResult
class CallResult extends CometCoreRemote.Result implements Serializable- serialVersionUID:
- 1L
-
Class com.werkii.comet.soap.CometCoreRemote.CometBinary
class CometBinary extends Object implements Serializable- serialVersionUID:
- -7630377075538664162L
-
Class com.werkii.comet.soap.CometCoreRemote.CometCondition
class CometCondition extends Object implements Serializable- serialVersionUID:
- 2378861383427629802L
-
Class com.werkii.comet.soap.CometCoreRemote.CometElement
class CometElement extends Object implements Serializable- serialVersionUID:
- -3969099142617951707L
-
Class com.werkii.comet.soap.CometCoreRemote.CometProduct
class CometProduct extends Object implements Serializable- serialVersionUID:
- 7604463153263915327L
-
Serialized Fields
-
classId
int classId
-
docId
int docId
-
forceDelete
boolean forceDelete
-
grid
String grid
-
gridelement
String gridelement
-
gridelementId
int gridelementId
-
gridId
int gridId
-
id
int id
-
id2
int id2
-
id3
int id3
-
imageId
int imageId
-
masterpage
String masterpage
-
name
String name
-
num
String num
-
pageitemId
int pageitemId
-
panelStatementId
int panelStatementId
-
stringId
String stringId
-
-
Class com.werkii.comet.soap.CometCoreRemote.GetBinaryFileResult
class GetBinaryFileResult extends CometCoreRemote.Result implements Serializable- serialVersionUID:
- 2906991611990517296L
-
Serialized Fields
-
file
CometCoreRemote.CometBinary file
-
-
Class com.werkii.comet.soap.CometCoreRemote.GetElementListResult
class GetElementListResult extends CometCoreRemote.Result implements Serializable- serialVersionUID:
- 1318468849045814246L
-
Serialized Fields
-
elementList
List<CometCoreRemote.CometElement> elementList
-
-
Class com.werkii.comet.soap.CometCoreRemote.GetListResult
class GetListResult extends CometCoreRemote.ResultWithMessage implements Serializable- serialVersionUID:
- -2947600425739044393L
-
Serialized Fields
-
row
List<CometCoreRemote.Row> row
-
-
Class com.werkii.comet.soap.CometCoreRemote.GetMessageResult
class GetMessageResult extends CometCoreRemote.ResultWithMessage implements Serializable- serialVersionUID:
- 8059602522513113112L
-
Class com.werkii.comet.soap.CometCoreRemote.GetProductListResult
class GetProductListResult extends CometCoreRemote.Result implements Serializable- serialVersionUID:
- 1782789649795809046L
-
Serialized Fields
-
productList
List<CometCoreRemote.CometProduct> productList
-
-
Class com.werkii.comet.soap.CometCoreRemote.LoginResult
class LoginResult extends CometCoreRemote.ResultWithMessage implements Serializable- serialVersionUID:
- -145828785409988018L
-
Serialized Fields
-
sessionId
String sessionId
-
-
Class com.werkii.comet.soap.CometCoreRemote.LogoutResult
class LogoutResult extends CometCoreRemote.Result implements Serializable- serialVersionUID:
- 5621606778770960310L
-
Class com.werkii.comet.soap.CometCoreRemote.PutBinaryFileResult
class PutBinaryFileResult extends CometCoreRemote.Result implements Serializable- serialVersionUID:
- 1196997778525196981L
-
Class com.werkii.comet.soap.CometCoreRemote.Result
class Result extends Object implements Serializable- serialVersionUID:
- -5510078644434782871L
-
Serialized Fields
-
resultCode
int resultCode
-
-
Class com.werkii.comet.soap.CometCoreRemote.ResultWithMessage
class ResultWithMessage extends CometCoreRemote.Result implements Serializable- serialVersionUID:
- -4624367557207960295L
-
Serialized Fields
-
message
String message
-
-
Class com.werkii.comet.soap.CometCoreRemote.Row
class Row extends Object implements Serializable- serialVersionUID:
- 7366730208924012859L
-
Class com.werkii.comet.soap.CometCoreRemote.SetLanguageResult
class SetLanguageResult extends CometCoreRemote.ResultWithMessage implements Serializable- serialVersionUID:
- 8909352497478923419L
-
Class com.werkii.comet.soap.CometPriintRemote.AutocometGetNextHotfolderResult
class AutocometGetNextHotfolderResult extends CometCoreRemote.Result implements Serializable- serialVersionUID:
- -658101596493311912L
-
Serialized Fields
-
hotfolder
CometPriintRemote.AutocometHotfolder hotfolder
-
-
Class com.werkii.comet.soap.CometPriintRemote.AutocometGetNextJobResult
class AutocometGetNextJobResult extends CometCoreRemote.Result implements Serializable- serialVersionUID:
- 7119359762269771927L
-
Serialized Fields
-
job
CometPriintRemote.AutocometJob job
-
-
Class com.werkii.comet.soap.CometPriintRemote.AutocometHotfolder
class AutocometHotfolder extends Object implements Serializable- serialVersionUID:
- 5607694989111693531L
-
Class com.werkii.comet.soap.CometPriintRemote.AutocometJob
class AutocometJob extends Object implements Serializable- serialVersionUID:
- -7379024022789622439L
-
Serialized Fields
-
Class com.werkii.comet.soap.CometPriintRemote.AutocometSetDoneResult
class AutocometSetDoneResult extends CometCoreRemote.Result implements Serializable- serialVersionUID:
- -7576052082908263209L
-
Class com.werkii.comet.soap.CometPriintRemote.AutocometSetStartResult
class AutocometSetStartResult extends CometCoreRemote.Result implements Serializable- serialVersionUID:
- 7398924173102306023L
-
Class com.werkii.comet.soap.CometPriintRemote.AutocometSetStatusResult
class AutocometSetStatusResult extends CometCoreRemote.Result implements Serializable- serialVersionUID:
- 4600023643941939484L
-
Class com.werkii.comet.soap.CometPriintRemote.CheckinDocumentResult
class CheckinDocumentResult extends CometCoreRemote.Result implements Serializable- serialVersionUID:
- 4787239844636284091L
-
Class com.werkii.comet.soap.CometPriintRemote.CheckoutDocumentResult
class CheckoutDocumentResult extends CometCoreRemote.Result implements Serializable- serialVersionUID:
- -1847264492513824415L
-
Serialized Fields
-
document
CometPriintRemote.ServerDocument document
-
-
Class com.werkii.comet.soap.CometPriintRemote.DocumentStatusResult
class DocumentStatusResult extends CometCoreRemote.Result implements Serializable- serialVersionUID:
- 7825762370513233158L
-
Serialized Fields
-
status
int status
-
-
Class com.werkii.comet.soap.CometPriintRemote.DownloadMetaDataResult
class DownloadMetaDataResult extends CometCoreRemote.Result implements Serializable- serialVersionUID:
- 3605930046379626633L
-
Serialized Fields
-
document
CometPriintRemote.ServerDocument document
-
-
Class com.werkii.comet.soap.CometPriintRemote.RevertDocumentResult
class RevertDocumentResult extends CometCoreRemote.Result implements Serializable- serialVersionUID:
- 7415376297769608625L
-
Class com.werkii.comet.soap.CometPriintRemote.ServerDocument
class ServerDocument extends Object implements Serializable- serialVersionUID:
- -4697688579947411742L
-
Class com.werkii.comet.soap.CometPriintRemote.UploadMetaDataResult
class UploadMetaDataResult extends CometCoreRemote.Result implements Serializable- serialVersionUID:
- 4470793930130652939L
-
-
Package com.werkii.planning.ejb.gui
-
Class com.werkii.planning.ejb.gui.Entry
class Entry extends Object implements Serializable- serialVersionUID:
- 8750279506355320455L
-
Class com.werkii.planning.ejb.gui.Translation
class Translation extends Object implements Serializable- serialVersionUID:
- 1310612293365405645L
-
Class com.werkii.planning.ejb.gui.Translations
class Translations extends Object implements Serializable- serialVersionUID:
- -1309924519755065421L
-
Serialized Fields
-
translations
List<Translation> translations
Deprecated.
-
-
-
Package com.werkii.server.entities.results
-
Class com.werkii.server.entities.results.GuiParameter
class GuiParameter extends Object implements Serializable- serialVersionUID:
- -4249876982737308546L
-
Serialized Fields
-
canChangeGUI
boolean canChangeGUI
-
children
List<GuiParameter> children
-
contentFieldType
GuiParameter.ContentFieldType contentFieldType
-
editable
boolean editable
-
group
String group
-
heightInChars
int heightInChars
-
identifier
String identifier
-
isMultiSelect
boolean isMultiSelect
-
label
String label
-
lovValues
List<GuiParameterComboBoxItem> lovValues
-
mandatory
boolean mandatory
-
rows
List<GuiParameter> rows
-
translations
Map<String,
String> translations -
type
GuiParameter.FieldType type
-
value
String value
-
widthInChars
int widthInChars
-
-
Class com.werkii.server.entities.results.GuiParameterComboBoxItem
class GuiParameterComboBoxItem extends Object implements Serializable- serialVersionUID:
- -4696840402275104381L
-
Serialized Fields
-
data
Serializable data
-
id
String id
-
label
String label
-
-