Package de.elo.ix.client
Class NoteC
java.lang.Object
de.elo.ix.client.NoteDataC
de.elo.ix.client.NoteC
- All Implemented Interfaces:
java.io.Serializable
public class NoteC
extends de.elo.ix.client.NoteDataC
implements java.io.Serializable
Constants for notes.
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description static 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.static long
mbAclItems
static NoteZ
mbAll
All members.static long
mbCreateDateIso
static long
mbDeleted
static long
mbLockId
Member lockIdstatic NoteZ
mbNoDesc
All members but without note text.static long
mbNoteFreehand
Member noteFreehandstatic long
mbNoteImage
Member noteImagestatic long
mbNoteText
Member noteTextstatic long
mbObjId
Member objId.static NoteZ
mbOnlyLock
Only remove or set lock.static int
TYPE_ANNOTATION_FILETEXT
Note type: reservedstatic int
TYPE_ANNOTATION_FILLEDRECTANGLE
Note type: draws a filled coloured box on the document, over the existing document.static int
TYPE_ANNOTATION_FREEHAND
Note type: freehand line.static int
TYPE_ANNOTATION_HOLLOWRECTANGLE
Note type: draws a hollow rectangle (frame) on a document.static int
TYPE_ANNOTATION_HORIZONTAL_LINE
Note type: horizontal line.static int
TYPE_ANNOTATION_LINE
Note type: reservedstatic int
TYPE_ANNOTATION_MARKER
Note type: highlighting rectange (filled) on the document.static int
TYPE_ANNOTATION_NOTE
Note type: annotation textstatic int
TYPE_ANNOTATION_NOTE_WITHFONT
Draws a filled rectangular box on a document and displays text in the box.static int
TYPE_ANNOTATION_RECTANGLE
Note type: reservedstatic int
TYPE_ANNOTATION_STAMP
Deprecated.Use TYPE_ANNOTATION_STAMP_NEWstatic int
TYPE_ANNOTATION_STAMP_NEW
Note type: adds a stamp, such as a received date for example, to a document.static int
TYPE_ANNOTATION_STRIKEOUT
Note type: strike out textstatic int
TYPE_ANNOTATION_TEXT
Annotation with text but without a rectangle.static int
TYPE_ANOTEW_MARKER
Deprecated.static int
TYPE_ANOTEWG_NOTE
Deprecated.static int
TYPE_NONE
Note type: needed in FindByNotes to indicate typeless filteringstatic int
TYPE_NORMAL
Note type: standard yellow notestatic int
TYPE_NORMAL_ACL
Note type: standard ACLstatic int
TYPE_PERSONAL
Note type: standard green notestatic int
TYPE_STAMP
Note type: standard red note -
Constructor Summary
Constructors Constructor Description NoteC()
-
Method Summary
Methods inherited from class de.elo.ix.client.NoteDataC
getLnAcl, getLnDesc, getLnGuid, getLnTStamp, getLnTStampSync, getMbAcl, getMbAllMembers, getMbColor, getMbCreateDate, getMbDeleteDate, getMbDesc, getMbGuid, getMbHeight, getMbHLock, getMbId, getMbOwnerId, getMbPageNo, getMbParentId, getMbStatus, getMbTStamp, getMbTStampSync, getMbType, getMbWidth, getMbXPos, getMbYPos, setLnAcl, setLnDesc, setLnGuid, setLnTStamp, setLnTStampSync, setMbAcl, setMbAllMembers, setMbColor, setMbCreateDate, setMbDeleteDate, setMbDesc, setMbGuid, setMbHeight, setMbHLock, setMbId, setMbOwnerId, setMbPageNo, setMbParentId, setMbStatus, setMbTStamp, setMbTStampSync, setMbType, setMbWidth, setMbXPos, setMbYPos
-
Field Details
-
mbObjId
public static final long mbObjIdMember objId.- See Also:
- Constant Field Values
-
mbLockId
public static final long mbLockIdMember lockId- See Also:
- Constant Field Values
-
mbNoteText
public static final long mbNoteTextMember noteText- See Also:
- Constant Field Values
-
mbNoteImage
public static final long mbNoteImageMember noteImage- See Also:
- Constant Field Values
-
mbNoteFreehand
public static final long mbNoteFreehandMember noteFreehand- See Also:
- Constant Field Values
-
mbAll
All members. -
mbNoDesc
All members but without note text. -
mbOnlyLock
Only remove or set lock. -
mbDeleted
public static final long mbDeleted- See Also:
- Constant Field Values
-
mbAclItems
public static final long mbAclItems- See Also:
- Constant Field Values
-
mbCreateDateIso
public static final long mbCreateDateIso- See Also:
- Constant Field Values
-
TYPE_ANNOTATION_MARKER
public static final int TYPE_ANNOTATION_MARKERNote 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:
COLOR_ANNOTATION_MARKER_DM
, Constant Field Values
-
TYPE_ANOTEW_MARKER
@Deprecated public static final int TYPE_ANOTEW_MARKERDeprecated.Use TYPE_ANNOTATION_MARKER- See Also:
- Constant Field Values
-
TYPE_ANNOTATION_NOTE
public static final int TYPE_ANNOTATION_NOTENote type: annotation text- See Also:
Note.noteText
, Constant Field Values
-
TYPE_ANOTEWG_NOTE
@Deprecated public static final int TYPE_ANOTEWG_NOTEDeprecated.Use TYPE_ANNOTATION_NOTE- See Also:
- Constant Field Values
-
TYPE_ANNOTATION_FREEHAND
public static final int TYPE_ANNOTATION_FREEHANDNote type: freehand line.- See Also:
Note.noteFreehand
, Constant Field Values
-
TYPE_ANNOTATION_RECTANGLE
public static final int TYPE_ANNOTATION_RECTANGLENote type: reserved- See Also:
- Constant Field Values
-
TYPE_ANNOTATION_FILLEDRECTANGLE
public static final int TYPE_ANNOTATION_FILLEDRECTANGLENote type: draws a filled coloured box on the document, over the existing document.- See Also:
- Constant Field Values
-
TYPE_ANNOTATION_HOLLOWRECTANGLE
public static final int TYPE_ANNOTATION_HOLLOWRECTANGLENote type: draws a hollow rectangle (frame) on a document.- See Also:
- Constant Field Values
-
TYPE_ANNOTATION_LINE
public static final int TYPE_ANNOTATION_LINENote type: reserved- See Also:
- Constant Field Values
-
TYPE_ANNOTATION_TEXT
public static final int TYPE_ANNOTATION_TEXTAnnotation 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:
- Constant Field Values
-
TYPE_ANNOTATION_FILETEXT
public static final int TYPE_ANNOTATION_FILETEXTNote type: reserved- See Also:
- Constant Field Values
-
TYPE_ANNOTATION_STAMP
@Deprecated public static final int TYPE_ANNOTATION_STAMPDeprecated.Use TYPE_ANNOTATION_STAMP_NEWAdds 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:
Note.noteText
,Note.noteImage
, Constant Field Values
-
TYPE_ANNOTATION_NOTE_WITHFONT
public static final int TYPE_ANNOTATION_NOTE_WITHFONTDraws a filled rectangular box on a document and displays text in the box.- See Also:
Note.noteText
, Constant Field Values
-
TYPE_ANNOTATION_HORIZONTAL_LINE
public static final int TYPE_ANNOTATION_HORIZONTAL_LINENote type: horizontal line.- See Also:
Note.noteFreehand
, Constant Field Values
-
TYPE_ANNOTATION_STRIKEOUT
public static final int TYPE_ANNOTATION_STRIKEOUTNote type: strike out text- Since:
- 7.00.000.037
- See Also:
Note.noteFreehand
, Constant Field Values
-
TYPE_ANNOTATION_STAMP_NEW
public static final int TYPE_ANNOTATION_STAMP_NEWNote 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:
Note.noteText
,Note.noteImage
, Constant Field Values
-
TYPE_NONE
public static final int TYPE_NONENote type: needed in FindByNotes to indicate typeless filtering- See Also:
- Constant Field Values
-
TYPE_NORMAL
public static final int TYPE_NORMALNote type: standard yellow note- See Also:
- Constant Field Values
-
TYPE_PERSONAL
public static final int TYPE_PERSONALNote type: standard green note- See Also:
- Constant Field Values
-
TYPE_STAMP
public static final int TYPE_STAMPNote type: standard red note- See Also:
- Constant Field Values
-
TYPE_NORMAL_ACL
public static final int TYPE_NORMAL_ACLNote type: standard ACL- Since:
- 8.00.032.004
- See Also:
- Constant Field Values
-
COLOR_ANNOTATION_MARKER_DM
public static final int COLOR_ANNOTATION_MARKER_DMThis 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:
TYPE_ANNOTATION_MARKER
, Constant Field Values
-
-
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
-
setMbAll
-
getMbLockId
public long getMbLockId() -
setMbLockId
public void setMbLockId(long mbLockId) -
getMbNoDesc
-
setMbNoDesc
-
getMbObjId
public long getMbObjId() -
setMbObjId
public void setMbObjId(long mbObjId) -
getMbOnlyLock
-
setMbOnlyLock
-
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)
-