Class NoteC

All Implemented Interfaces:
Serializable

public class NoteC extends NoteDataC implements Serializable

Constants for notes.

See Also:
  • Field Details

    • mbObjId

      public static final long mbObjId
      Member objId.
      See Also:
    • mbLockId

      public static final long mbLockId
      Member lockId
      See Also:
    • mbNoteText

      public static final long mbNoteText
      Member noteText
      See Also:
    • mbNoteImage

      public static final long mbNoteImage
      Member noteImage
      See Also:
    • mbNoteFreehand

      public static final long mbNoteFreehand
      Member noteFreehand
      See Also:
    • mbAll

      public static final NoteZ mbAll
      All members.
    • mbNoDesc

      public static final NoteZ mbNoDesc
      All members but without note text.
    • mbOnlyLock

      public static final NoteZ mbOnlyLock
      Only remove or set lock.
    • mbDeleted

      public static final long mbDeleted
      See Also:
    • mbAclItems

      public static final long mbAclItems
      See Also:
    • mbCreateDateIso

      public static final long mbCreateDateIso
      See Also:
    • TYPE_ANNOTATION_MARKER

      public static final int TYPE_ANNOTATION_MARKER
      Note type: highlighting rectange (filled) on the document.

      If the note is assigned the colour 0xC0C0C0 the note will be interpreted by ELODM. In this case a black rectangle will painted on the document, using the note coordinates supplied, if the note ACL does not contain sufficient read access rights for the current user. This allows document contact to be blacked out for certain users The document must be a graphic based document, eg. tiff, bmp etc.

      See Also:
    • TYPE_ANOTEW_MARKER

      @Deprecated public static final int TYPE_ANOTEW_MARKER
      Deprecated.
      Use TYPE_ANNOTATION_MARKER
      See Also:
    • TYPE_ANNOTATION_NOTE

      public static final int TYPE_ANNOTATION_NOTE
      Note type: annotation text
      See Also:
    • TYPE_ANOTEWG_NOTE

      @Deprecated public static final int TYPE_ANOTEWG_NOTE
      Deprecated.
      Use TYPE_ANNOTATION_NOTE
      See Also:
    • TYPE_ANNOTATION_FREEHAND

      public static final int TYPE_ANNOTATION_FREEHAND
      Note type: freehand line.
      See Also:
    • TYPE_ANNOTATION_RECTANGLE

      public static final int TYPE_ANNOTATION_RECTANGLE
      Note type: reserved
      See Also:
    • TYPE_ANNOTATION_FILLEDRECTANGLE

      public static final int TYPE_ANNOTATION_FILLEDRECTANGLE
      Note type: draws a filled coloured box on the document, over the existing document.
      See Also:
    • TYPE_ANNOTATION_HOLLOWRECTANGLE

      public static final int TYPE_ANNOTATION_HOLLOWRECTANGLE
      Note type: draws a hollow rectangle (frame) on a document.
      See Also:
    • TYPE_ANNOTATION_LINE

      public static final int TYPE_ANNOTATION_LINE
      Note type: reserved
      See Also:
    • TYPE_ANNOTATION_TEXT

      public static final int TYPE_ANNOTATION_TEXT
      Annotation with text but without a rectangle.

      The font size in the client application has to be computed by FontInfo.height * 3.7 * resolution_in_dpi/100

      See Also:
    • TYPE_ANNOTATION_FILETEXT

      public static final int TYPE_ANNOTATION_FILETEXT
      Note type: reserved
      See Also:
    • TYPE_ANNOTATION_STAMP

      @Deprecated public static final int TYPE_ANNOTATION_STAMP
      Deprecated.
      Use TYPE_ANNOTATION_STAMP_NEW
      Adds a stamp, such as a received date for example, to a document.

      The font size in the client application has to be computed by FontInfo.height * 3.7 * resolution_in_dpi/100

      See Also:
    • TYPE_ANNOTATION_NOTE_WITHFONT

      public static final int TYPE_ANNOTATION_NOTE_WITHFONT
      Draws a filled rectangular box on a document and displays text in the box.
      See Also:
    • TYPE_ANNOTATION_HORIZONTAL_LINE

      public static final int TYPE_ANNOTATION_HORIZONTAL_LINE
      Note type: horizontal line.
      See Also:
    • TYPE_ANNOTATION_STRIKEOUT

      public static final int TYPE_ANNOTATION_STRIKEOUT
      Note type: strike out text
      Since:
      7.00.000.037
      See Also:
    • TYPE_ANNOTATION_STAMP_NEW

      public static final int TYPE_ANNOTATION_STAMP_NEW
      Note type: adds a stamp, such as a received date for example, to a document.

      The font size in the client application has to be computed by FontInfo.height * 2.2 * resolution_in_dpi/100

      See Also:
    • TYPE_NONE

      public static final int TYPE_NONE
      Note type: needed in FindByNotes to indicate typeless filtering
      See Also:
    • TYPE_NORMAL

      public static final int TYPE_NORMAL
      Note type: standard yellow note
      See Also:
    • TYPE_PERSONAL

      public static final int TYPE_PERSONAL
      Note type: standard green note
      See Also:
    • TYPE_STAMP

      public static final int TYPE_STAMP
      Note type: standard red note
      See Also:
    • TYPE_NORMAL_ACL

      public static final int TYPE_NORMAL_ACL
      Note type: standard ACL
      Since:
      8.00.032.004
      See Also:
    • COLOR_ANNOTATION_MARKER_DM

      public static final int COLOR_ANNOTATION_MARKER_DM
      This color is used for notes of type TYPE_ANNOTATION_MARKER to specify a black rectangle that is painted on the document by Document Manager.
      See Also:
  • Constructor Details

    • NoteC

      public NoteC()
  • Method Details

    • getCOLOR_ANNOTATION_MARKER_DM

      public int getCOLOR_ANNOTATION_MARKER_DM()
    • setCOLOR_ANNOTATION_MARKER_DM

      public void setCOLOR_ANNOTATION_MARKER_DM(int v)
    • getTYPE_ANOTEWG_NOTE

      public int getTYPE_ANOTEWG_NOTE()
    • setTYPE_ANOTEWG_NOTE

      public void setTYPE_ANOTEWG_NOTE(int TYPE_ANOTEWG_NOTE)
    • getTYPE_ANOTEW_MARKER

      public int getTYPE_ANOTEW_MARKER()
    • setTYPE_ANOTEW_MARKER

      public void setTYPE_ANOTEW_MARKER(int TYPE_ANOTEW_MARKER)
    • getTYPE_ANNOTATION_FILETEXT

      public int getTYPE_ANNOTATION_FILETEXT()
    • setTYPE_ANNOTATION_FILETEXT

      public void setTYPE_ANNOTATION_FILETEXT(int TYPE_ANNOTATION_FILETEXT)
    • getTYPE_ANNOTATION_FILLEDRECTANGLE

      public int getTYPE_ANNOTATION_FILLEDRECTANGLE()
    • setTYPE_ANNOTATION_FILLEDRECTANGLE

      public void setTYPE_ANNOTATION_FILLEDRECTANGLE(int TYPE_ANNOTATION_FILLEDRECTANGLE)
    • getTYPE_ANNOTATION_FREEHAND

      public int getTYPE_ANNOTATION_FREEHAND()
    • setTYPE_ANNOTATION_FREEHAND

      public void setTYPE_ANNOTATION_FREEHAND(int TYPE_ANNOTATION_FREEHAND)
    • getTYPE_ANNOTATION_HOLLOWRECTANGLE

      public int getTYPE_ANNOTATION_HOLLOWRECTANGLE()
    • setTYPE_ANNOTATION_HOLLOWRECTANGLE

      public void setTYPE_ANNOTATION_HOLLOWRECTANGLE(int TYPE_ANNOTATION_HOLLOWRECTANGLE)
    • getTYPE_ANNOTATION_LINE

      public int getTYPE_ANNOTATION_LINE()
    • setTYPE_ANNOTATION_LINE

      public void setTYPE_ANNOTATION_LINE(int TYPE_ANNOTATION_LINE)
    • getTYPE_ANNOTATION_MARKER

      public int getTYPE_ANNOTATION_MARKER()
    • setTYPE_ANNOTATION_MARKER

      public void setTYPE_ANNOTATION_MARKER(int TYPE_ANNOTATION_MARKER)
    • getTYPE_ANNOTATION_NOTE

      public int getTYPE_ANNOTATION_NOTE()
    • setTYPE_ANNOTATION_NOTE

      public void setTYPE_ANNOTATION_NOTE(int TYPE_ANNOTATION_NOTE)
    • getTYPE_ANNOTATION_NOTE_WITHFONT

      public int getTYPE_ANNOTATION_NOTE_WITHFONT()
    • setTYPE_ANNOTATION_NOTE_WITHFONT

      public void setTYPE_ANNOTATION_NOTE_WITHFONT(int TYPE_ANNOTATION_NOTE_WITHFONT)
    • getTYPE_ANNOTATION_RECTANGLE

      public int getTYPE_ANNOTATION_RECTANGLE()
    • setTYPE_ANNOTATION_RECTANGLE

      public void setTYPE_ANNOTATION_RECTANGLE(int TYPE_ANNOTATION_RECTANGLE)
    • getTYPE_ANNOTATION_STAMP

      public int getTYPE_ANNOTATION_STAMP()
    • setTYPE_ANNOTATION_STAMP

      public void setTYPE_ANNOTATION_STAMP(int TYPE_ANNOTATION_STAMP)
    • getTYPE_ANNOTATION_TEXT

      public int getTYPE_ANNOTATION_TEXT()
    • setTYPE_ANNOTATION_TEXT

      public void setTYPE_ANNOTATION_TEXT(int TYPE_ANNOTATION_TEXT)
    • getTYPE_NONE

      public int getTYPE_NONE()
    • setTYPE_NONE

      public void setTYPE_NONE(int TYPE_NONE)
    • getTYPE_NORMAL

      public int getTYPE_NORMAL()
    • setTYPE_NORMAL

      public void setTYPE_NORMAL(int TYPE_NORMAL)
    • getTYPE_NORMAL_ACL

      public int getTYPE_NORMAL_ACL()
    • setTYPE_NORMAL_ACL

      public void setTYPE_NORMAL_ACL(int TYPE_NORMAL_ACL)
    • getTYPE_PERSONAL

      public int getTYPE_PERSONAL()
    • setTYPE_PERSONAL

      public void setTYPE_PERSONAL(int TYPE_PERSONAL)
    • getTYPE_STAMP

      public int getTYPE_STAMP()
    • setTYPE_STAMP

      public void setTYPE_STAMP(int TYPE_STAMP)
    • getTYPE_ANNOTATION_HORIZONTAL_LINE

      public int getTYPE_ANNOTATION_HORIZONTAL_LINE()
    • setTYPE_ANNOTATION_HORIZONTAL_LINE

      public void setTYPE_ANNOTATION_HORIZONTAL_LINE(int v)
    • getMbAll

      public NoteZ getMbAll()
    • setMbAll

      public void setMbAll(NoteZ mbAll)
    • getMbLockId

      public long getMbLockId()
    • setMbLockId

      public void setMbLockId(long mbLockId)
    • getMbNoDesc

      public NoteZ getMbNoDesc()
    • setMbNoDesc

      public void setMbNoDesc(NoteZ mbNoDesc)
    • getMbObjId

      public long getMbObjId()
    • setMbObjId

      public void setMbObjId(long mbObjId)
    • getMbOnlyLock

      public NoteZ getMbOnlyLock()
    • setMbOnlyLock

      public void setMbOnlyLock(NoteZ mbOnlyLock)
    • getMbNoteText

      public long getMbNoteText()
    • setMbNoteText

      public void setMbNoteText(long mbNoteText)
    • getMbNoteImage

      public long getMbNoteImage()
    • setMbNoteImage

      public void setMbNoteImage(long mbNoteImage)
    • getMbNoteFreehand

      public long getMbNoteFreehand()
    • setMbNoteFreehand

      public void setMbNoteFreehand(long mbNoteFreehand)
    • getMbDeleted

      public long getMbDeleted()
    • setMbDeleted

      public void setMbDeleted(long mbDeleted)
    • getMbAclItems

      public long getMbAclItems()
    • setMbAclItems

      public void setMbAclItems(long mbAclItems)
    • getMbCreateDateIso

      public long getMbCreateDateIso()
    • setMbCreateDateIso

      public void setMbCreateDateIso(long mbCreateDateIso)
    • getTYPE_ANNOTATION_STRIKEOUT

      public int getTYPE_ANNOTATION_STRIKEOUT()
    • setTYPE_ANNOTATION_STRIKEOUT

      public void setTYPE_ANNOTATION_STRIKEOUT(int v)
    • getTYPE_ANNOTATION_STAMP_NEW

      public int getTYPE_ANNOTATION_STAMP_NEW()
    • setTYPE_ANNOTATION_STAMP_NEW

      public void setTYPE_ANNOTATION_STAMP_NEW(int TYPE_ANNOTATION_STAMP_NEW)