Class Constants
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringLogin name for the anonymous userstatic final StringProperty name for installation path of Comet PDF Rendererstatic final StringProperty name for the PDF renderer configuration lock property.static final StringProperty name for working directory of Comet PDF Rendererstatic final StringProperty name for the PDF renderer configuration log flag.static final StringDeprecated.static final StringJNDI Name for Connector PublishingHubDBstatic final StringEmpty Stringstatic final StringBase path of InDesignServers configuration list in the repository.static final StringJNDI Name for AsyncCall Pluginstatic final StringJNDI Name for AuthorizationScannerLocal (Kernel Manager Bean)static final StringJNDI Name for DocumentManagerLock (Kernel Manager Bean)static final StringMapped name of Comet Configuration, for use in PluginUtils.getPlugin with class CometConfigurationLocal.static final StringJNDI Name for ConfigManagerLocal (Kernel Manager Bean)static final StringJNDI Name for ConfigManagerRemote (Kernel Manager Bean)static final StringMapped name of Data Provider Manager, for use in PluginUtils.getPlugin with class DataProviderManagerLocal.static final StringJNDI Name for PubServerDataProviderManagerRemote (Kernel Manager Bean)static final StringJNDI Name for DocumentManager (Kernel Manager Bean)static final StringJNDI Name for DocumentManagerLock (Kernel Manager Bean)static final StringMapped name of Entity Manager, for use in PluginUtils.getPlugin with class EntityManagerLocal.static final StringMapped name of Entity Model Report, for use in PluginUtils.getPlugin with class EntityModelReport.static final StringJNDI Name for PubServerEntityManagerRemote (Kernel Manager Bean)static final StringJNDI Name for ErrorCodeManagerLocal (Plugin ErrorCodeManager)static final StringJNDI Name for MediaAssetManagerstatic final StringJNDI Name for PluginManagerLocal (Kernel Manager Bean)static final StringJNDI Name for PluginManagerRemote (Kernel Manager Bean)static final StringJNDI Name for SessionManagerLocal (Kernel Manager Bean)static final StringJNDI Name for SessionManagerLocal (Kernel Manager Bean)static final StringMapped name of User Manager, for use in PluginUtils.getPlugin with class AuthenticationLocal.static final StringTo signal that a repository check-in is meant as an insert.static final StringTo signal that a repository check-in is meant as an update.static final StringdeleteTmpRealGridElement Stringstatic final StringdocumentId Stringstatic final StringentityIdentifier Stringstatic final StringentityModelIdentifier Stringstatic final Stringformat Stringstatic final StringrecordGroupIdentifier Stringstatic final StringpageIndex Stringstatic final Stringproject Stringstatic final Stringidentifier Stringstatic final StringremoveFromCache Stringstatic final Stringresolution Stringstatic final StringresultEntityId Stringstatic final StringsearchStr Stringstatic final StringsessionId Stringstatic final StringspreadIndex Stringstatic final Stringtemplate Stringstatic final StringtemplateId Stringstatic final Stringtimestamp Stringstatic final StringuseOnlyCache Stringstatic final StringFolder name for custom configuration files in the repository.static final StringFolder name for default configuration files in the repository.static final StringBase path of configuration files in the repository.static final StringBase path of deleted configuration files in the repository.static final StringJNDI Name for PubServerDeploymentManager beanstatic final intThis instance number.static final StringUnique name of the pubserver instance within a cluster.static final intThe numbers of instances supported in one environment (i.e.static final StringName of the pubserver sessions for use in http cookies or headers.static final StringShiro realm name for default usermanagerstatic final StringUsed when we set SessionInfo as Session attribute and when we get comet server sessionsstatic final StringEmpty String used for undefinedstatic final StringNull used for the undefined variablestatic final StringRepository path to user configurations (if default usermanager is used) -
Method Summary
-
Field Details
-
PUBSERVER_INSTANCE_NAME
Unique name of the pubserver instance within a cluster. Defaults to the name of the current GlassFish instance (i.e. "server" on a non clustered system). May be overridden by a container system property named "PUBSERVER_NAME". Example: PubServer01 or PubServerNode_01_Instance01 -
PUBSERVER_SESSSION_NAME
Name of the pubserver sessions for use in http cookies or headers. Defaults to "PubServSessID". May be overridden by system setting -
MANAGER_PLUGIN
JNDI Name for PluginManagerLocal (Kernel Manager Bean)- See Also:
-
MANAGER_PLUGIN_REMOTE
JNDI Name for PluginManagerRemote (Kernel Manager Bean)- See Also:
-
MANAGER_SESSION
JNDI Name for SessionManagerLocal (Kernel Manager Bean)- See Also:
-
MANAGER_TRACE
JNDI Name for SessionManagerLocal (Kernel Manager Bean)- See Also:
-
MANAGER_ERRORCODE
JNDI Name for ErrorCodeManagerLocal (Plugin ErrorCodeManager)- See Also:
-
MANAGER_ENTITY
Mapped name of Entity Manager, for use in PluginUtils.getPlugin with class EntityManagerLocal.- See Also:
-
MANAGER_ENTITY_REMOTE
JNDI Name for PubServerEntityManagerRemote (Kernel Manager Bean)- See Also:
-
MANAGER_DATAPROVIDER
Mapped name of Data Provider Manager, for use in PluginUtils.getPlugin with class DataProviderManagerLocal.- See Also:
-
MANAGER_DATAPROVIDER_REMOTE
JNDI Name for PubServerDataProviderManagerRemote (Kernel Manager Bean)- See Also:
-
MANAGER_DOCUMENT
JNDI Name for DocumentManager (Kernel Manager Bean)- See Also:
-
MANAGER_DOCUMENT_LOCK
JNDI Name for DocumentManagerLock (Kernel Manager Bean)- See Also:
-
MANAGER_CLIENT
JNDI Name for DocumentManagerLock (Kernel Manager Bean)- See Also:
-
MANAGER_CONFIG_REMOTE
JNDI Name for ConfigManagerRemote (Kernel Manager Bean)- See Also:
-
MANAGER_CONFIG
JNDI Name for ConfigManagerLocal (Kernel Manager Bean)- See Also:
-
MANAGER_AUTH
JNDI Name for AuthorizationScannerLocal (Kernel Manager Bean)- See Also:
-
MANAGER_ASYNC_CALL
JNDI Name for AsyncCall Plugin- See Also:
-
MANAGER_COMET_CONFIGURATION
Mapped name of Comet Configuration, for use in PluginUtils.getPlugin with class CometConfigurationLocal.- See Also:
-
MANAGER_ENTITY_MODEL_REPORT
Mapped name of Entity Model Report, for use in PluginUtils.getPlugin with class EntityModelReport.- See Also:
-
MANAGER_USER
Mapped name of User Manager, for use in PluginUtils.getPlugin with class AuthenticationLocal.- See Also:
-
MANAGER_MEDIA_ASSET
JNDI Name for MediaAssetManager- See Also:
-
CONNECTOR_PUBLISHING_HUB_DB
JNDI Name for Connector PublishingHubDB- See Also:
-
COMETSERVER_CONNECTION_BEAN
Deprecated.JNDI Name for CometServerLight ConnectionBean- See Also:
-
PUBSERVER_DEPLOYMENT_MANAGER
JNDI Name for PubServerDeploymentManager bean- See Also:
-
ANONYMOUS_LOGIN
Login name for the anonymous user- See Also:
-
PUBSERVER_NUM_INSTANCES
public static final int PUBSERVER_NUM_INSTANCESThe numbers of instances supported in one environment (i.e. company, customer etc.). A instance can be the- development server
- test server
- integration server
- temporary instance for migration
- productive system
- etc.
Math.pow(2, 31 - Math.log(PUBSERVER_NUM_INSTANCES) / Math.log (2)) * Instance-ID
to Math.pow(2, 31 - Math.log(PUBSERVER_NUM_INSTANCES) / Math.log (2)) * (Instance-ID + 1) - 1
Do not set PUBSERVER_NUM_INSTANCES too high, because this will impact the the number of available IDs per instance. -
PUBSERVER_INSTANCE_ID
public static final int PUBSERVER_INSTANCE_IDThis instance number. The instance number must be unique in a environment (i.e. company, customer) and within the range 1 .. PUBSERVER_NUM_INSTANCES -
PLUGIN_CONFIG_PATH
Base path of configuration files in the repository.A typical configuration file will be located via
${PLUGIN_CONFIG_PATH}/${PluginMappedName}/${ClientName}/defaultConfig.xml- See Also:
-
PLUGIN_CONFIG_TRASH
Base path of deleted configuration files in the repository.Do not use this in custom plug-in code.
- See Also:
-
IN_DESIGN_SERVERS_PATH
Base path of InDesignServers configuration list in the repository.- See Also:
-
PLUGIN_CONFIG_DEFAULT
Folder name for default configuration files in the repository. Files in this folder are automatically loaded during plugin registration.A typical configuration file will be located via
${PLUGIN_CONFIG_PATH}/${PluginMappedName}/${ClientName}/default/defaultConfig.xml- See Also:
-
PLUGIN_CONFIG_CUSTOM
Folder name for custom configuration files in the repository. The loading of these files are must be implemented in the plugin startup methods.A typical configuration file will be located via
${PLUGIN_CONFIG_PATH}/${PluginMappedName}/${ClientName}/default/defaultConfig.xml- See Also:
-
NOTIFY_CREATE
To signal that a repository check-in is meant as an insert.- See Also:
-
NOTIFY_UPDATE
To signal that a repository check-in is meant as an update.- See Also:
-
REALM_NAME
Shiro realm name for default usermanager- See Also:
-
USERS_PATH
Repository path to user configurations (if default usermanager is used)- See Also:
-
SESSION_INFO_KEY
Used when we set SessionInfo as Session attribute and when we get comet server sessions- See Also:
-
COMETPDF_INSTALLATIONPATH_PROPERTY_KEY
Property name for installation path of Comet PDF Renderer
The Comet PDF Renderer installation path is a mandatory system setting for remote PDF renderer.
- See Also:
-
COMETPDF_WORKINGDIRECTORY_PROPERTY_KEY
Property name for working directory of Comet PDF Renderer
The Comet PDF Renderer working directory is a mandatory system setting for remote PDF renderer.
- See Also:
-
COMETPDF_WRITELOGFILES_PROPERTY_KEY
Property name for the PDF renderer configuration log flag.
This flag controls, whether log files should be written by the PDF renderer or not.
- See Also:
-
COMETPDF_USELOCKFILES_PROPERTY_KEY
Property name for the PDF renderer configuration lock property.
This flag controls, whether a lock file should be created during command processing or not. Usually, creating lock files should not be required, in older versions it was sometimes necessary to work around timing problems when running commands via System.exec.
- See Also:
-
UNDEFINED_VARIABLE
Null used for the undefined variable -
UNDEFINED
Empty String used for undefined- See Also:
-
EMPTY_STRING
Empty String- See Also:
-
PARAM_ENTITY_MODEL
entityModelIdentifier String- See Also:
-
PARAM_ENTITY_IDENTIFIER
entityIdentifier String- See Also:
-
PARAM_RECORD_IDENTIFIER
identifier String- See Also:
-
PARAM_SESSION_ID
sessionId String- See Also:
-
PARAM_DOCUMENT_ID
documentId String- See Also:
-
PARAM_TIMESTAMP
timestamp String- See Also:
-
PARAM_RESULT_ENTITY
resultEntityId String- See Also:
-
PARAM_SEARCH_STRING
searchStr String- See Also:
-
PARAM_GROUP_ID
recordGroupIdentifier String- See Also:
-
PARAM_RESOLUTION
resolution String- See Also:
-
PARAM_FORMAT
format String- See Also:
-
PARAM_SPREAD_INDEX
spreadIndex String- See Also:
-
PARAM_PAGE_INDEX
pageIndex String- See Also:
-
PARAM_TEMPLATE_ID
templateId String- See Also:
-
PARAM_TEMPLATE
template String- See Also:
-
PARAM_PROJECT
project String- See Also:
-
PARAM_USE_ONLY_CACHE
useOnlyCache String- See Also:
-
PARAM_REMOVE_FROM_CACHE
removeFromCache String- See Also:
-
PARAM_DELETE_TMP_REALGRIDELEMENT
deleteTmpRealGridElement String- See Also:
-