Class KeywordC

java.lang.Object
de.elo.ix.client.KeywordC
All Implemented Interfaces:
Serializable

public class KeywordC extends Object implements Serializable
See Also:
  • Field Details

    • KWID_STANDARD_LIST

      public static final String KWID_STANDARD_LIST
      Root ID of standard keyword list.
      See Also:
    • KWID_VERSION

      public static final String KWID_VERSION
      Root ID of keyword list used for version numbers.
      See Also:
    • KWID_VERSION_COMMENT

      public static final String KWID_VERSION_COMMENT
      Root ID of keyword list used for version comments.
      See Also:
    • KWID_WORKFLOW

      public static final String KWID_WORKFLOW
      Root ID of keyword list used for workflows.
      See Also:
    • KWID_USER_LIST

      public static final String KWID_USER_LIST
      Root ID of user keyword list.
      See Also:
    • PLACEHOLDER_DATE

      public static final String PLACEHOLDER_DATE
      Placeholder for current date. The format depends on the date format UserProfileC.SORD_DATE_FORMAT specified in the user or standard profile.
      See Also:
    • PLACEHOLDER_YEAR

      public static final String PLACEHOLDER_YEAR
      Placeholder for year (4 digits).
      See Also:
    • PLACEHOLDER_MONTH

      public static final String PLACEHOLDER_MONTH
      Placeholder for month (2 digits).
      See Also:
    • PLACEHOLDER_DAY

      public static final String PLACEHOLDER_DAY
      Placeholder for day of month (2 digits).
      See Also:
    • PLACEHOLDER_USER_NAME

      public static final String PLACEHOLDER_USER_NAME
      Placeholder for current user name.
      See Also:
    • PLACEHOLDER_COUNTER_BEGIN

      public static final String PLACEHOLDER_COUNTER_BEGIN
      Placeholder for the value of the specified counter name. The counter name follows the place holder and is suffixed with an extra "%". E. g. text=PLACEHOLDER_COUNTER_BEGIN + "myRecordCounter" + PLACEHOLDER_COUNTER_END + ". record" is expanded to text="17. record" assuming myRecordCounter has value 17.
      See Also:
    • PLACEHOLDER_COUNTER_END

      public static final String PLACEHOLDER_COUNTER_END
      End of placeholder for counter name.
      See Also:
    • mbRawText

      public static final long mbRawText
      Return raw text in checkoutKeywords. Placeholders are not substituted.
      See Also:
    • mbPreCookedText

      public static final long mbPreCookedText
      Return raw text in checkoutKeywords. Placeholders except counters are substituted.
      See Also:
    • mbEdit

      public static final KeywordZ mbEdit
      The purpose of this constant object is to control the behavior of checkoutKeywords. Supplying it, checkoutKeywords will return the raw text (including placeholders) in the returned Keyword objects. Use this constant, if you want to read keywords into an editor.
    • mbView

      public static final KeywordZ mbView
      The purpose of this constant object is to control the behavior of checkoutKeywords. Supplying it, checkoutKeywords will return substituted placeholders in the text members of the returned Keyword objects. Use this constant, if you want to read keywords into a dialog that lets the user select one of it.
    • MAX_CHILDREN

      public static final int MAX_CHILDREN
      The maximum number of children per keyword. This value is valid for all keyword lists except the user keyword list (KWID_USER_LIST). The user keyword list might contain more children below a keyword node.
      See Also:
    • MAX_TREE_DEPTH

      public static final int MAX_TREE_DEPTH
      Maximum depth of a keyword tree. This value is valid for all keyword lists except the user keyword list (KWID_USER_LIST). The user keyword list might contain a deeper tree.
      See Also:
    • lnRootId

      protected int lnRootId
      Maximum length of a root keyword ID. If a new keyword list is checked in, the ID of the root keyword must not exceed this length.
    • lnId

      protected int lnId
      Maximum length of keyword ID.
    • lnText

      protected int lnText
      Maximum length of keyword text.
    • SEPARATOR_ASPECTID_LINEKEY

      @Deprecated public static final String SEPARATOR_ASPECTID_LINEKEY
      Deprecated.
      Do no longer use this field.
      Since:
      21.00.000.004
      See Also:
    • SEPARATOR_GROUPID_FOR_ASPECTLINES

      @Deprecated public static final String SEPARATOR_GROUPID_FOR_ASPECTLINES
      Deprecated.
      Do no longer use this field.
      Since:
      21.00.000.025
      See Also:
  • Constructor Details

    • KeywordC

      public KeywordC()
  • Method Details

    • getKWID_STANDARD_LIST

      public String getKWID_STANDARD_LIST()
    • setKWID_STANDARD_LIST

      public void setKWID_STANDARD_LIST(String KWID_STANDARD_LIST)
    • getKWID_USER_LIST

      public String getKWID_USER_LIST()
    • setKWID_USER_LIST

      public void setKWID_USER_LIST(String KWID_USER_LIST)
    • getKWID_VERSION

      public String getKWID_VERSION()
    • setKWID_VERSION

      public void setKWID_VERSION(String KWID_VERSION)
    • getKWID_VERSION_COMMENT

      public String getKWID_VERSION_COMMENT()
    • setKWID_VERSION_COMMENT

      public void setKWID_VERSION_COMMENT(String KWID_VERSION_COMMENT)
    • getKWID_WORKFLOW

      public String getKWID_WORKFLOW()
    • setKWID_WORKFLOW

      public void setKWID_WORKFLOW(String KWID_WORKFLOW)
    • getMAX_CHILDREN

      public int getMAX_CHILDREN()
    • setMAX_CHILDREN

      public void setMAX_CHILDREN(int MAX_CHILDREN)
    • getMAX_TREE_DEPTH

      public int getMAX_TREE_DEPTH()
    • setMAX_TREE_DEPTH

      public void setMAX_TREE_DEPTH(int MAX_TREE_DEPTH)
    • getPLACEHOLDER_COUNTER_BEGIN

      public String getPLACEHOLDER_COUNTER_BEGIN()
    • setPLACEHOLDER_COUNTER_BEGIN

      public void setPLACEHOLDER_COUNTER_BEGIN(String PLACEHOLDER_COUNTER_BEGIN)
    • getPLACEHOLDER_COUNTER_END

      public String getPLACEHOLDER_COUNTER_END()
    • setPLACEHOLDER_COUNTER_END

      public void setPLACEHOLDER_COUNTER_END(String PLACEHOLDER_COUNTER_END)
    • getPLACEHOLDER_DATE

      public String getPLACEHOLDER_DATE()
    • setPLACEHOLDER_DATE

      public void setPLACEHOLDER_DATE(String PLACEHOLDER_DATE)
    • getPLACEHOLDER_DAY

      public String getPLACEHOLDER_DAY()
    • setPLACEHOLDER_DAY

      public void setPLACEHOLDER_DAY(String PLACEHOLDER_DAY)
    • getPLACEHOLDER_MONTH

      public String getPLACEHOLDER_MONTH()
    • setPLACEHOLDER_MONTH

      public void setPLACEHOLDER_MONTH(String PLACEHOLDER_MONTH)
    • getPLACEHOLDER_USER_NAME

      public String getPLACEHOLDER_USER_NAME()
    • setPLACEHOLDER_USER_NAME

      public void setPLACEHOLDER_USER_NAME(String PLACEHOLDER_USER_NAME)
    • getPLACEHOLDER_YEAR

      public String getPLACEHOLDER_YEAR()
    • setPLACEHOLDER_YEAR

      public void setPLACEHOLDER_YEAR(String PLACEHOLDER_YEAR)
    • getLnId

      public int getLnId()
    • setLnId

      public void setLnId(int v)
    • getLnRootId

      public int getLnRootId()
    • setLnRootId

      public void setLnRootId(int v)
    • getLnText

      public int getLnText()
    • setLnText

      public void setLnText(int v)
    • getMbEdit

      public KeywordZ getMbEdit()
    • setMbEdit

      public void setMbEdit(KeywordZ mbEdit)
    • getMbPreCookedText

      public long getMbPreCookedText()
    • setMbPreCookedText

      public void setMbPreCookedText(long mbPreCookedText)
    • getMbRawText

      public long getMbRawText()
    • setMbRawText

      public void setMbRawText(long mbRawText)
    • getMbView

      public KeywordZ getMbView()
    • setMbView

      public void setMbView(KeywordZ mbView)