filenet.vw.toolkit.utils

Interface IVWParameterConstants



  • public interface IVWParameterConstants
    This class provides a single location for accessing predefined String-valued parameters related to specific functional areas. All of the field values are marked final. The following fields correspond to the Designer and Linker:

    • LIBRARY - the name of the library containing the workflow definition document
    • DOC_TYPE - the type of object ("versionseries" or "document")
    • DOCID - the workflow definition document ID
    • LINK_TYPE - document or document class
    • PARTICIPANTS - set to 0 to disable the member list modify button in Designer

    The following fields correspond to Launching Workflows:

    • WORKFLOW_DEFINITION_DOCID - the workflow version of the workflow to launch (retrieved from the referential link or the workflow definition custom property)
    • SUBJECT - the predefined workflow subject (retrieved from the referential link)
    • MAIN_ATTACHMENT_DOCID - a string which represents the document (VWAttachment.toString()) that was used to launch the workflow.
    • PROPERTY_MAP - a comma-delimited string containing name/value pair values

    The following fields correspond to Step Processors and Tracking:

    • QUEUE_NAME - the name of the queue which contains the assignment
    • WOB_NUMBER - the work object number for this assignment (retrieved from the VWQueueElement)

    The following fields correspond to other session-related or application-specific operations:

    • SESSION
    • SESSION_ID
    • TOKEN
    • KEEP_ALIVE
    • KEEP_ALIVE_CLASS_NAME
    • WEB_SERVER_URL
    • WEB_SERVER_UPLOAD_URL
    • WEB_SERVER_DOWNLOAD_URL
    • VWROUTER_SOAP_SERVLET_URL
    • WEB_SERVER_ROUTERS
    • WEB_SERVER_DEFAULT_ROUTER
    • SITE_PREFERENCES
    • VERSION
    • DOCUMENT_SERVER_URL
    • BASE_URL
    • SESS_DIR
    • SESS_PAGES
    • FACTORY_CLASS_NAME
    • FACTORY_PROPERTIES_CLASS_NAME
    • HELP_PATH
    • CAN_SAVE_TO_DMS
    • SINGLE_INSTANCE
    • WEBAPP_COLLABORATION
    • WEBAPP_OPEN_CLIENT
    • WEBAPP_RECORDS_MANAGER
    • WEBAPP_WCM
    • WEBAPP_WEB_WORKFLO
    • WEBAPP_WORKPLACE

    Since:
    eProcess 4.2

© Copyright IBM Corporation 2002, 2019. All rights reserved.