psdi.common.emailstner

Interface LSNRConstants



  • public interface LSNRConstants
    Constants used indside the Listener package
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String ACTION
      keyword for listener to find the action to be performed
      static java.lang.String APPLIESTO
      keyword for listener to find the ojectname
      static java.lang.String ATTRVALBEGIN
      Keyword for listener to know begining of attribute-value
      static java.lang.String ATTRVALEND
      Keyword for listener to know end of attribute-value
      static int ATTRVALUE
      Email Format mode is Attribute-value based For example class=sr
      static java.lang.String BREAKLOWERCASE
      br lower
      static java.lang.String BREAKLOWERCASEMATCH
      BR lower match
      static java.lang.String BREAKUPPERCASE
      BR upper
      static java.lang.String BREAKUPPERCASEMATCH 
      static java.lang.String CHANGESTATUS
      Keyword for listener for change status action
      static java.lang.String CREATE
      Keyword for listener for insert action
      static int CRONUSER
      Sender uses cron task userinfo
      static int ERRORMODE
      Email format is not free form or attribute-value or xml
      static int FREEFORM
      Email Format mode is Free form based
      static java.lang.String INSERT
      sigoption for insert action
      static java.lang.String LINESEPARATOR_BR_TAG
      BR tag
      static java.lang.String LINESEPARATOR_NULLSTR
      NullSTR
      static java.lang.String LONG_DESCRIPTION
      keyword for email long description attribute
      static java.lang.String QUERY
      Keyword for listener for query action
      static java.lang.String READ
      sigoption for query action
      static java.lang.String RESULTCOLUMNS
      keyword for listener to list columns retrieved for query
      static java.lang.String SAVE
      sigoption for Update action
      static java.lang.String SEMICOLON 
      static java.lang.String STATUS
      sigoption for change status action
      static java.lang.String UPDATE
      Keyword for listener for Update action
      static int USERALLACCESS
      Sender has all permission
      static int USERNOACCESS
      Sender doesn't have permission for action
      static java.lang.String WHERECONDITION
      keyword for listener to specify where clause for the query and change status
      static java.lang.String WHITESPACEMATCH
      W+ match
      static int XML
      Email Format mode is XML based For example sr
      static java.lang.String XMLBEGIN
      Keyword for listener to know begining of attribute-value
      static java.lang.String XMLCONTENT
      Keyword for listener to know content of xml begin tag
      static java.lang.String XMLEND
      Keyword for listener to know end of attribute-value
    • Field Detail

      • FREEFORM

        static final int FREEFORM
        Email Format mode is Free form based
        See Also:
        Constant Field Values
      • ATTRVALUE

        static final int ATTRVALUE
        Email Format mode is Attribute-value based For example class=sr
        See Also:
        Constant Field Values
      • XML

        static final int XML
        Email Format mode is XML based For example sr
        See Also:
        Constant Field Values
      • ERRORMODE

        static final int ERRORMODE
        Email format is not free form or attribute-value or xml
        See Also:
        Constant Field Values
      • USERALLACCESS

        static final int USERALLACCESS
        Sender has all permission
        See Also:
        Constant Field Values
      • USERNOACCESS

        static final int USERNOACCESS
        Sender doesn't have permission for action
        See Also:
        Constant Field Values
      • APPLIESTO

        static final java.lang.String APPLIESTO
        keyword for listener to find the ojectname
        See Also:
        Constant Field Values
      • ACTION

        static final java.lang.String ACTION
        keyword for listener to find the action to be performed
        See Also:
        Constant Field Values
      • RESULTCOLUMNS

        static final java.lang.String RESULTCOLUMNS
        keyword for listener to list columns retrieved for query
        See Also:
        Constant Field Values
      • WHERECONDITION

        static final java.lang.String WHERECONDITION
        keyword for listener to specify where clause for the query and change status
        See Also:
        Constant Field Values
      • ATTRVALBEGIN

        static final java.lang.String ATTRVALBEGIN
        Keyword for listener to know begining of attribute-value
        See Also:
        Constant Field Values
      • ATTRVALEND

        static final java.lang.String ATTRVALEND
        Keyword for listener to know end of attribute-value
        See Also:
        Constant Field Values
      • XMLBEGIN

        static final java.lang.String XMLBEGIN
        Keyword for listener to know begining of attribute-value
        See Also:
        Constant Field Values
      • XMLEND

        static final java.lang.String XMLEND
        Keyword for listener to know end of attribute-value
        See Also:
        Constant Field Values
      • XMLCONTENT

        static final java.lang.String XMLCONTENT
        Keyword for listener to know content of xml begin tag
        See Also:
        Constant Field Values
      • UPDATE

        static final java.lang.String UPDATE
        Keyword for listener for Update action
        See Also:
        Constant Field Values
      • CREATE

        static final java.lang.String CREATE
        Keyword for listener for insert action
        See Also:
        Constant Field Values
      • CHANGESTATUS

        static final java.lang.String CHANGESTATUS
        Keyword for listener for change status action
        See Also:
        Constant Field Values
      • QUERY

        static final java.lang.String QUERY
        Keyword for listener for query action
        See Also:
        Constant Field Values
      • INSERT

        static final java.lang.String INSERT
        sigoption for insert action
        See Also:
        Constant Field Values
      • STATUS

        static final java.lang.String STATUS
        sigoption for change status action
        See Also:
        Constant Field Values
      • LONG_DESCRIPTION

        static final java.lang.String LONG_DESCRIPTION
        keyword for email long description attribute
        See Also:
        Constant Field Values
      • LINESEPARATOR_NULLSTR

        static final java.lang.String LINESEPARATOR_NULLSTR
        NullSTR
        See Also:
        Constant Field Values
      • LINESEPARATOR_BR_TAG

        static final java.lang.String LINESEPARATOR_BR_TAG
        BR tag
        See Also:
        Constant Field Values
      • WHITESPACEMATCH

        static final java.lang.String WHITESPACEMATCH
        W+ match
        See Also:
        Constant Field Values
      • BREAKLOWERCASEMATCH

        static final java.lang.String BREAKLOWERCASEMATCH
        BR lower match
        See Also:
        Constant Field Values