com.ibm.commerce.filepublish.common

Interface ECFilePublishConstants



  • public interface ECFilePublishConstants
    ECFilePublishConstants contains all the constants used for file publish and content managed file EAR update.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String BASE_SCHEMA
      The default name of base schema.
      static java.lang.Integer CMFILE_MARK_FOR_DELETE
      The constant value to indicate that content managed file is marked for delete.
      static java.lang.Integer CMFILE_NOT_MARK_FOR_DELETE
      The constant value to indicate that content managed file is not marked for delete.
      static java.lang.Integer CMFILE_READY_FOR_DELETION
      The constant value to indicate that content managed file is not marked for delete.
      static java.lang.String COPYRIGHT
      The internal copyright field.
      static java.lang.String DEFAULT_IMPLEMENTATION_CONTENT_MANAGED_FILE_EAR_UPDATE
      The default implementation for ContentManagedFileEARUpdate in MANAGED_FILE_UPDATE_EAR_CONFIGURATION.
      static java.lang.String DEFAULT_IMPLEMENTATION_CONTENT_MANAGED_FILE_HANDLER
      The default implementation for ContentManagedFileHandler in MANAGED_FILE_UPDATE_EAR_CONFIGURATION.
      static java.lang.String DEFAULT_MODULE_NAME
      The default module name specified in the MANAGED_FILE_UPDATE_EAR_CONFIGURATION.
      static java.lang.String EVALUATION_CRITERIA
      The property tag to indicate the evaluation criteria section in the MANAGED_FILE_UPDATE_EAR_CONFIGURATION on when the ContentManagedFileEARUpdate will be executed by the scheduler
      static java.lang.String IMPLEMENTATION
      The property tag inside ContentManagedFileEARUpdate and ContentManagedFileEARHandler to indicate the name of their implementation classes.
      static java.lang.String INTERFACE_CONTENT_MANAGED_FILE_EAR_UPDATE
      The property tag for the ContentManagedFileEARUpdate section in MANAGED_FILE_UPDATE_EAR_CONFIGURATION.
      static java.lang.String INTERFACE_CONTENT_MANAGED_FILE_HANDLER
      The property tag for the ContentManagedFileEARHandlersection in MANAGED_FILE_UPDATE_EAR_CONFIGURATION.
      static java.lang.String MANAGED_FILE_UPDATE_EAR_CONFIGURATION
      The property tag in the instance configuration XML to indicate the section for the configuration for the content managed file EAR update.
      static java.lang.Short MARK_FOR_DELETE_TO_FILE_SYSTEM
      The constant value to indicate that the file in the database has been marked for delete.
      static java.lang.String MAX_NUM_OF_FILES_FOR_UPDATE
      The is the property tag used in EVALUATION_CRITERIA to indicate the max number of files that require to be updated before calling the ContentManagedFileEARUpdate by the scheduler.
      static java.lang.String MIN_NUM_OF_FILES_FOR_UPDATE
      The is the property tag used in EVALUATION_CRITERIA to indicate the minimum number of files that require to be promoted before calling the ContentManagedFileEARUpdate by the scheduler.
      static java.lang.String MIN_SECONDS_FROM_LAST_UPLOAD
      The is the property tag used in EVALUATION_CRITERIA to indicate minimum number of seconds from the last upload time for any content managed file before calling the ContentManagedFileEARUpdate by the scheduler.
      static java.lang.String MODULE_INFORMATION
      The property tag to indicate the information about the module in MANAGED_FILE_UPDATE_EAR_CONFIGURATION.
      static java.lang.String MODULE_NAME
      The property tag to indicate the module name in MODULE_INFORMATION.
      static java.lang.Short NOT_PROMOTED_TO_FILE_SYSYEM
      The constant value to indicate that the file in the database has not been promoted to the file system.
      static java.lang.Short NOT_PUBLISHED
      The constant value to indicate that content managed file is not published
      static java.lang.String PRODUCTION_SERVER_APPLICATION_NAME
      The property tag to indicate the name of the production server in PRODUCTION_SERVER_INFORMATION.
      static java.lang.String PRODUCTION_SERVER_INFORMATION
      The is the property tag used in MANAGED_FILE_UPDATE_EAR_CONFIGURATION to indicate the information about the production server.
      static java.lang.Short PROMOTED_TO_FILE_SYSYEM
      The constant value to indicate that the file in the database has been promoted to the file system.
      static java.lang.Short PUBLISHED
      The constant value to indicate that content managed file is not published
      static java.lang.String SERVER_CONFIG_INSTANCE_PROPERTIES
      A constant representing the string 'InstanceProperties' node in the wc-server.xml file.
      static java.lang.String SERVER_CONFIG_INSTANCE_PROPERTIES_AUTHORING_SERVER
      A constant representing the value for 'AuthoringServerInformation' in the 'ManagedFileUpdateEARConfiguration' node in the instance properties in the wc-server.xml file.
      static java.lang.String SERVER_CONFIG_INSTANCE_PROPERTIES_AUTHORING_SERVER_STORE_APPLICATION_NAME
      A constant representing the value for 'storeApplicationName' in the 'AuthoringServerInformation' node in the instance properties in the wc-server.xml file.
      static java.lang.String SERVER_CONFIG_INSTANCE_PROPERTIES_INSTANCE
      A constant representing the value for 'Instance' in the wc-server.xml file.
      static java.lang.String SERVER_CONFIG_INSTANCE_PROPERTIES_INSTANCENAME
      A constant representing the value for 'InstanceName' in the wc-server.xml file.
      static java.lang.String SERVER_CONFIG_INSTANCE_PROPERTIES_STAGING
      A constant representing the string 'InstanceProperties', 'Staging' node in the wc-server.xml file.
      static java.lang.String SERVER_CONFIG_INSTANCE_PROPERTIES_STAGING_ENABLED
      A constant representing the value for 'StagingEnable' in the instance properties for the 'Staging' node in the wc-server.xml file.
      static java.lang.String SERVER_CONFIG_INSTANCE_PROPERTIES_WEBSPHERE
      A constant representing the value for 'Websphere' in the instance properties in the wc-server.xml file.
      static java.lang.String SERVER_CONFIG_INSTANCE_PROPERTIES_WEBSPHERE_APPLICATION_NAME
      A constant representing the value for 'applicationName' in the 'Websphere' node in the instance properties in the wc-server.xml file.
    • Field Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        The internal copyright field.
        See Also:
        Constant Field Values
      • MANAGED_FILE_UPDATE_EAR_CONFIGURATION

        static final java.lang.String MANAGED_FILE_UPDATE_EAR_CONFIGURATION
        The property tag in the instance configuration XML to indicate the section for the configuration for the content managed file EAR update.
        See Also:
        Constant Field Values
      • BASE_SCHEMA

        static final java.lang.String BASE_SCHEMA
        The default name of base schema.
      • INTERFACE_CONTENT_MANAGED_FILE_EAR_UPDATE

        static final java.lang.String INTERFACE_CONTENT_MANAGED_FILE_EAR_UPDATE
        The property tag for the ContentManagedFileEARUpdate section in MANAGED_FILE_UPDATE_EAR_CONFIGURATION.
        See Also:
        Constant Field Values
      • INTERFACE_CONTENT_MANAGED_FILE_HANDLER

        static final java.lang.String INTERFACE_CONTENT_MANAGED_FILE_HANDLER
        The property tag for the ContentManagedFileEARHandlersection in MANAGED_FILE_UPDATE_EAR_CONFIGURATION.
        See Also:
        Constant Field Values
      • IMPLEMENTATION

        static final java.lang.String IMPLEMENTATION
        The property tag inside ContentManagedFileEARUpdate and ContentManagedFileEARHandler to indicate the name of their implementation classes.
        See Also:
        Constant Field Values
      • DEFAULT_IMPLEMENTATION_CONTENT_MANAGED_FILE_EAR_UPDATE

        static final java.lang.String DEFAULT_IMPLEMENTATION_CONTENT_MANAGED_FILE_EAR_UPDATE
        The default implementation for ContentManagedFileEARUpdate in MANAGED_FILE_UPDATE_EAR_CONFIGURATION.
        See Also:
        Constant Field Values
      • DEFAULT_IMPLEMENTATION_CONTENT_MANAGED_FILE_HANDLER

        static final java.lang.String DEFAULT_IMPLEMENTATION_CONTENT_MANAGED_FILE_HANDLER
        The default implementation for ContentManagedFileHandler in MANAGED_FILE_UPDATE_EAR_CONFIGURATION.
        See Also:
        Constant Field Values
      • PRODUCTION_SERVER_INFORMATION

        static final java.lang.String PRODUCTION_SERVER_INFORMATION
        The is the property tag used in MANAGED_FILE_UPDATE_EAR_CONFIGURATION to indicate the information about the production server.
        See Also:
        Constant Field Values
      • PRODUCTION_SERVER_APPLICATION_NAME

        static final java.lang.String PRODUCTION_SERVER_APPLICATION_NAME
        The property tag to indicate the name of the production server in PRODUCTION_SERVER_INFORMATION.
        See Also:
        Constant Field Values
      • MODULE_INFORMATION

        static final java.lang.String MODULE_INFORMATION
        The property tag to indicate the information about the module in MANAGED_FILE_UPDATE_EAR_CONFIGURATION.
        See Also:
        Constant Field Values
      • MODULE_NAME

        static final java.lang.String MODULE_NAME
        The property tag to indicate the module name in MODULE_INFORMATION. For example,
        See Also:
        Constant Field Values
      • EVALUATION_CRITERIA

        static final java.lang.String EVALUATION_CRITERIA
        The property tag to indicate the evaluation criteria section in the MANAGED_FILE_UPDATE_EAR_CONFIGURATION on when the ContentManagedFileEARUpdate will be executed by the scheduler
        See Also:
        Constant Field Values
      • MIN_NUM_OF_FILES_FOR_UPDATE

        static final java.lang.String MIN_NUM_OF_FILES_FOR_UPDATE
        The is the property tag used in EVALUATION_CRITERIA to indicate the minimum number of files that require to be promoted before calling the ContentManagedFileEARUpdate by the scheduler.
        See Also:
        Constant Field Values
      • MIN_SECONDS_FROM_LAST_UPLOAD

        static final java.lang.String MIN_SECONDS_FROM_LAST_UPLOAD
        The is the property tag used in EVALUATION_CRITERIA to indicate minimum number of seconds from the last upload time for any content managed file before calling the ContentManagedFileEARUpdate by the scheduler.
        See Also:
        Constant Field Values
      • MAX_NUM_OF_FILES_FOR_UPDATE

        static final java.lang.String MAX_NUM_OF_FILES_FOR_UPDATE
        The is the property tag used in EVALUATION_CRITERIA to indicate the max number of files that require to be updated before calling the ContentManagedFileEARUpdate by the scheduler.
        See Also:
        Constant Field Values
      • DEFAULT_MODULE_NAME

        static final java.lang.String DEFAULT_MODULE_NAME
        The default module name specified in the MANAGED_FILE_UPDATE_EAR_CONFIGURATION.
        See Also:
        Constant Field Values
      • NOT_PROMOTED_TO_FILE_SYSYEM

        static final java.lang.Short NOT_PROMOTED_TO_FILE_SYSYEM
        The constant value to indicate that the file in the database has not been promoted to the file system.
      • PROMOTED_TO_FILE_SYSYEM

        static final java.lang.Short PROMOTED_TO_FILE_SYSYEM
        The constant value to indicate that the file in the database has been promoted to the file system.
      • MARK_FOR_DELETE_TO_FILE_SYSTEM

        static final java.lang.Short MARK_FOR_DELETE_TO_FILE_SYSTEM
        The constant value to indicate that the file in the database has been marked for delete.
      • CMFILE_NOT_MARK_FOR_DELETE

        static final java.lang.Integer CMFILE_NOT_MARK_FOR_DELETE
        The constant value to indicate that content managed file is not marked for delete.
      • CMFILE_MARK_FOR_DELETE

        static final java.lang.Integer CMFILE_MARK_FOR_DELETE
        The constant value to indicate that content managed file is marked for delete.
      • CMFILE_READY_FOR_DELETION

        static final java.lang.Integer CMFILE_READY_FOR_DELETION
        The constant value to indicate that content managed file is not marked for delete.
      • PUBLISHED

        static final java.lang.Short PUBLISHED
        The constant value to indicate that content managed file is not published
      • NOT_PUBLISHED

        static final java.lang.Short NOT_PUBLISHED
        The constant value to indicate that content managed file is not published
      • SERVER_CONFIG_INSTANCE_PROPERTIES

        static final java.lang.String SERVER_CONFIG_INSTANCE_PROPERTIES
        A constant representing the string 'InstanceProperties' node in the wc-server.xml file.
        See Also:
        Constant Field Values
      • SERVER_CONFIG_INSTANCE_PROPERTIES_STAGING

        static final java.lang.String SERVER_CONFIG_INSTANCE_PROPERTIES_STAGING
        A constant representing the string 'InstanceProperties', 'Staging' node in the wc-server.xml file.
        See Also:
        Constant Field Values
      • SERVER_CONFIG_INSTANCE_PROPERTIES_STAGING_ENABLED

        static final java.lang.String SERVER_CONFIG_INSTANCE_PROPERTIES_STAGING_ENABLED
        A constant representing the value for 'StagingEnable' in the instance properties for the 'Staging' node in the wc-server.xml file.
        See Also:
        Constant Field Values
      • SERVER_CONFIG_INSTANCE_PROPERTIES_WEBSPHERE

        static final java.lang.String SERVER_CONFIG_INSTANCE_PROPERTIES_WEBSPHERE
        A constant representing the value for 'Websphere' in the instance properties in the wc-server.xml file.
        See Also:
        Constant Field Values
      • SERVER_CONFIG_INSTANCE_PROPERTIES_WEBSPHERE_APPLICATION_NAME

        static final java.lang.String SERVER_CONFIG_INSTANCE_PROPERTIES_WEBSPHERE_APPLICATION_NAME
        A constant representing the value for 'applicationName' in the 'Websphere' node in the instance properties in the wc-server.xml file.
        See Also:
        Constant Field Values
      • SERVER_CONFIG_INSTANCE_PROPERTIES_AUTHORING_SERVER

        static final java.lang.String SERVER_CONFIG_INSTANCE_PROPERTIES_AUTHORING_SERVER
        A constant representing the value for 'AuthoringServerInformation' in the 'ManagedFileUpdateEARConfiguration' node in the instance properties in the wc-server.xml file.
        See Also:
        Constant Field Values
      • SERVER_CONFIG_INSTANCE_PROPERTIES_AUTHORING_SERVER_STORE_APPLICATION_NAME

        static final java.lang.String SERVER_CONFIG_INSTANCE_PROPERTIES_AUTHORING_SERVER_STORE_APPLICATION_NAME
        A constant representing the value for 'storeApplicationName' in the 'AuthoringServerInformation' node in the instance properties in the wc-server.xml file.
        See Also:
        Constant Field Values
      • SERVER_CONFIG_INSTANCE_PROPERTIES_INSTANCE

        static final java.lang.String SERVER_CONFIG_INSTANCE_PROPERTIES_INSTANCE
        A constant representing the value for 'Instance' in the wc-server.xml file.
        See Also:
        Constant Field Values
      • SERVER_CONFIG_INSTANCE_PROPERTIES_INSTANCENAME

        static final java.lang.String SERVER_CONFIG_INSTANCE_PROPERTIES_INSTANCENAME
        A constant representing the value for 'InstanceName' in the wc-server.xml file.
        See Also:
        Constant Field Values