Class NoteC
- All Implemented Interfaces:
Serializable
Constants for notes.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
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 final long
static final NoteZ
All members.static final long
static final long
static final long
Member lockIdstatic final NoteZ
All members but without note text.static final long
Member noteFreehandstatic final long
Member noteImagestatic final long
Member noteTextstatic final long
Member objId.static final NoteZ
Only remove or set lock.static final int
Note type: reservedstatic final int
Note type: draws a filled coloured box on the document, over the existing document.static final int
Note type: freehand line.static final int
Note type: draws a hollow rectangle (frame) on a document.static final int
Note type: horizontal line.static final int
Note type: reservedstatic final int
Note type: highlighting rectange (filled) on the document.static final int
Note type: annotation textstatic final int
Draws a filled rectangular box on a document and displays text in the box.static final int
Note type: reservedstatic final int
Deprecated.Use TYPE_ANNOTATION_STAMP_NEWstatic final int
Note type: adds a stamp, such as a received date for example, to a document.static final int
Note type: strike out textstatic final int
Annotation with text but without a rectangle.static final int
Deprecated.static final int
Deprecated.static final int
Note type: needed in FindByNotes to indicate typeless filteringstatic final int
Note type: standard yellow notestatic final int
Note type: standard ACLstatic final int
Note type: standard green notestatic final int
Note type: standard red noteFields inherited from class de.elo.ix.client.NoteDataC
lnAcl, lnDesc, lnGuid, lnTStamp, lnTStampSync, mbAcl, mbAllMembers, mbColor, mbCreateDate, mbDeleteDate, mbDesc, mbGuid, mbHeight, mbHLock, mbId, mbOwnerId, mbPageNo, mbParentId, mbStatus, mbTStamp, mbTStampSync, mbType, mbWidth, mbXPos, mbYPos
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
long
getMbAll()
long
long
long
long
long
long
long
int
int
int
int
int
int
int
int
int
int
int
int
int
int
int
int
int
int
int
int
int
void
void
setMbAclItems
(long mbAclItems) void
void
setMbCreateDateIso
(long mbCreateDateIso) void
setMbDeleted
(long mbDeleted) void
setMbLockId
(long mbLockId) void
setMbNoDesc
(NoteZ mbNoDesc) void
setMbNoteFreehand
(long mbNoteFreehand) void
setMbNoteImage
(long mbNoteImage) void
setMbNoteText
(long mbNoteText) void
setMbObjId
(long mbObjId) void
setMbOnlyLock
(NoteZ mbOnlyLock) void
setTYPE_ANNOTATION_FILETEXT
(int TYPE_ANNOTATION_FILETEXT) void
setTYPE_ANNOTATION_FILLEDRECTANGLE
(int TYPE_ANNOTATION_FILLEDRECTANGLE) void
setTYPE_ANNOTATION_FREEHAND
(int TYPE_ANNOTATION_FREEHAND) void
setTYPE_ANNOTATION_HOLLOWRECTANGLE
(int TYPE_ANNOTATION_HOLLOWRECTANGLE) void
void
setTYPE_ANNOTATION_LINE
(int TYPE_ANNOTATION_LINE) void
setTYPE_ANNOTATION_MARKER
(int TYPE_ANNOTATION_MARKER) void
setTYPE_ANNOTATION_NOTE
(int TYPE_ANNOTATION_NOTE) void
setTYPE_ANNOTATION_NOTE_WITHFONT
(int TYPE_ANNOTATION_NOTE_WITHFONT) void
setTYPE_ANNOTATION_RECTANGLE
(int TYPE_ANNOTATION_RECTANGLE) void
setTYPE_ANNOTATION_STAMP
(int TYPE_ANNOTATION_STAMP) void
setTYPE_ANNOTATION_STAMP_NEW
(int TYPE_ANNOTATION_STAMP_NEW) void
setTYPE_ANNOTATION_STRIKEOUT
(int v) void
setTYPE_ANNOTATION_TEXT
(int TYPE_ANNOTATION_TEXT) void
setTYPE_ANOTEW_MARKER
(int TYPE_ANOTEW_MARKER) void
setTYPE_ANOTEWG_NOTE
(int TYPE_ANOTEWG_NOTE) void
setTYPE_NONE
(int TYPE_NONE) void
setTYPE_NORMAL
(int TYPE_NORMAL) void
setTYPE_NORMAL_ACL
(int TYPE_NORMAL_ACL) void
setTYPE_PERSONAL
(int TYPE_PERSONAL) void
setTYPE_STAMP
(int TYPE_STAMP) 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:
-
mbLockId
public static final long mbLockIdMember lockId- See Also:
-
mbNoteText
public static final long mbNoteTextMember noteText- See Also:
-
mbNoteImage
public static final long mbNoteImageMember noteImage- See Also:
-
mbNoteFreehand
public static final long mbNoteFreehandMember noteFreehand- See Also:
-
mbAll
All members. -
mbNoDesc
All members but without note text. -
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_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.
-
TYPE_ANOTEW_MARKER
Deprecated.Use TYPE_ANNOTATION_MARKER- See Also:
-
TYPE_ANNOTATION_NOTE
public static final int TYPE_ANNOTATION_NOTENote type: annotation text- See Also:
-
TYPE_ANOTEWG_NOTE
Deprecated.Use TYPE_ANNOTATION_NOTE- See Also:
-
TYPE_ANNOTATION_FREEHAND
public static final int TYPE_ANNOTATION_FREEHANDNote type: freehand line.- See Also:
-
TYPE_ANNOTATION_RECTANGLE
public static final int TYPE_ANNOTATION_RECTANGLENote type: reserved- See Also:
-
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:
-
TYPE_ANNOTATION_HOLLOWRECTANGLE
public static final int TYPE_ANNOTATION_HOLLOWRECTANGLENote type: draws a hollow rectangle (frame) on a document.- See Also:
-
TYPE_ANNOTATION_LINE
public static final int TYPE_ANNOTATION_LINENote type: reserved- See Also:
-
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:
-
TYPE_ANNOTATION_FILETEXT
public static final int TYPE_ANNOTATION_FILETEXTNote type: reserved- See Also:
-
TYPE_ANNOTATION_STAMP
Deprecated.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:
-
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:
-
TYPE_ANNOTATION_HORIZONTAL_LINE
public static final int TYPE_ANNOTATION_HORIZONTAL_LINENote type: horizontal line.- See Also:
-
TYPE_ANNOTATION_STRIKEOUT
public static final int TYPE_ANNOTATION_STRIKEOUTNote type: strike out text- Since:
- 7.00.000.037
- See Also:
-
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:
-
TYPE_NONE
public static final int TYPE_NONENote type: needed in FindByNotes to indicate typeless filtering- See Also:
-
TYPE_NORMAL
public static final int TYPE_NORMALNote type: standard yellow note- See Also:
-
TYPE_PERSONAL
public static final int TYPE_PERSONALNote type: standard green note- See Also:
-
TYPE_STAMP
public static final int TYPE_STAMPNote type: standard red note- See Also:
-
TYPE_NORMAL_ACL
public static final int TYPE_NORMAL_ACLNote type: standard ACL- Since:
- 8.00.032.004
- See Also:
-
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:
-
-
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)
-