Package de.elo.ix.client
Class Note
java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.Note
- All Implemented Interfaces:
Serializable
This helper class inherits all members from NoteData
and adds a static member to
access the bit constants for the NoteData
members.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected int
Access rights for the current user.protected String
Access control list.protected AclItem[]
Access control list as item array.protected int
RGB value.protected String
ISO encoded external (user defined) date.protected boolean
True if the note is deleted, otherwise false.protected String
The Note is deleted at this date.protected String
The text for the note.protected String
The GUID for the note.protected int
The height of the note (y axis), when displayed on a document in ELO.protected int
The unique id for the note.protected int
The ID of the user that holds the lock or -1, if the note is not locked.protected String
The user name that holds the lock or an empty string if the note is not locked.protected NoteFreehand
Point information for a freehand line.protected NoteImage
Additional information for image stamps.protected NoteText
Additional information for textual stamps.protected String
Object ID of the associated Sord object or any of the ID specifiers that are valid for checkoutSord too.protected int
The ID of the user who created the note.protected String
The name of the user that has created the note.protected int
The page number to which the note is attached.protected String
Timestamp of the last change to the note.protected String
Timestamp of this object's last export by the replication.protected int
The note type.protected int
Width ( x axis) of the note when displayed on a document in ELO.protected int
The position in the x axis when the note is displayed on a document in ELO.protected int
The position in the Y axis when the note is displayed on a document in ELO.Fields inherited from class byps.BValueClass
bypsClient, changedMembers, dbHelper, FLAG_SEALED, flags
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Deprecated.int
getAcl()
AclItem[]
int
getColor()
getDesc()
getGuid()
int
int
getId()
int
getObjId()
int
int
int
getType()
int
getWidth()
int
getXPos()
int
getYPos()
int
hashCode()
Deprecated.boolean
void
setAccess
(int access) void
void
setAclItems
(AclItem[] aclItems) void
setColor
(int color) void
setCreateDateIso
(String createDateIso) void
setDeleted
(boolean deleted) void
setDeleteDateIso
(String deleteDateIso) void
void
void
setHeight
(int height) void
setId
(int id) void
setLockId
(int lockId) void
setLockName
(String lockName) void
setNoteFreehand
(NoteFreehand freehandInfo) void
setNoteImage
(NoteImage imageInfo) void
setNoteText
(NoteText textInfo) void
void
setOwnerId
(int ownerId) void
setOwnerName
(String ownerName) void
setPageNo
(int pageNo) void
void
setTStampSync
(String TStampSync) void
setType
(int type) void
setWidth
(int width) void
setXPos
(int XPos) void
setYPos
(int YPos) toString()
Methods inherited from class byps.BValueClass
getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper
-
Field Details
-
TStamp
Timestamp of the last change to the note. The format is JJJJ.MM.DD.hh.mm.ss -
XPos
protected int XPosThe position in the x axis when the note is displayed on a document in ELO. Taken from the top left corner of the document.For NoteC.TYPE_ANNOTATION_FREEHAND and NoteC.TYPE_ANNOTATION_HORIZONTAL_LINE the values XPos, YPos, Width, Height describe the enveloping rectangle of the line including the line width. This values are computed by the Indexserver if the note is stored.
-
YPos
protected int YPosThe position in the Y axis when the note is displayed on a document in ELO. Taken from the top left corner of the document.- See Also:
-
desc
The text for the note.- See Also:
-
guid
The GUID for the note. -
height
protected int heightThe height of the note (y axis), when displayed on a document in ELO.- See Also:
-
id
protected int idThe unique id for the note. -
ownerId
protected int ownerIdThe ID of the user who created the note. Administrators can set the ownerId to an arbitary user ID in checkinNotes. Set ownerName="" in this case. -
pageNo
protected int pageNoThe page number to which the note is attached. -
type
protected int typeThe note type.- See Also:
-
width
protected int widthWidth ( x axis) of the note when displayed on a document in ELO.- See Also:
-
createDateIso
ISO encoded external (user defined) date. -
deleted
protected boolean deletedTrue if the note is deleted, otherwise false. -
lockId
protected int lockIdThe ID of the user that holds the lock or -1, if the note is not locked. -
lockName
The user name that holds the lock or an empty string if the note is not locked. -
objId
Object ID of the associated Sord object or any of the ID specifiers that are valid for checkoutSord too. Functions createNote and checkoutNotes return only numerical object IDs. -
ownerName
The name of the user that has created the note. Administrators can set the ownerName to an arbitary user name in checkinNotes. Set ownerId=-1 in this case. -
acl
Access control list. Only used for notes of type TYPE_ANNOTATION_MARKER. Set member aclItems=null on check in otherwise it is ignored. -
aclItems
Access control list as item array. Only used for notes of type TYPE_ANNOTATION_MARKER. If this member is not null, member acl is ignored on check in. -
color
protected int colorRGB value. Undefined for notes of type TYPE_ANNOTATION_STAMP and TYPE_ANNOTATION_NOTE_WITHFONT.- Since:
- 6.00.087
- See Also:
-
noteText
Additional information for textual stamps. Valid only for notes of type TYPE_ANNOTATION_NOTE, TYPE_ANNOTATION_STAMP and TYPE_ANNOTATION_NOTE_WITHFONT. Either desc, noteText, noteImage or noteFreehand can be set.- Since:
- 7.00.000.023
- See Also:
-
noteImage
Additional information for image stamps. Valid only for notes of type TYPE_ANNOTATION_STAMP. Either desc, noteText, noteImage or noteFreehand can be set.- Since:
- 7.00.000.023
- See Also:
-
noteFreehand
Point information for a freehand line. Valid only for notes of type TYPE_ANNOTATION_FREEHAND and TYPE_ANNOTATION_HORIZONTAL_LINE. Either desc, noteText, noteImage or noteFreehand can be set.- Since:
- 7.00.000.023
- See Also:
-
access
protected int accessAccess rights for the current user. Read-only.- Since:
- 7.00.000.026
-
deleteDateIso
The Note is deleted at this date. ClientInfo determines the Timezone.Is undefined if isDeleted() returns false.
- Since:
- 9.00.000.000
-
TStampSync
Timestamp of this object's last export by the replication.- Since:
- 9.99.009.001
-
-
Constructor Details
-
Note
public Note() -
Note
-
-
Method Details
-
getTStamp
-
setTStamp
-
getXPos
public int getXPos() -
setXPos
public void setXPos(int XPos) -
getYPos
public int getYPos() -
setYPos
public void setYPos(int YPos) -
getDesc
-
setDesc
-
getGuid
-
setGuid
-
getHeight
public int getHeight() -
setHeight
public void setHeight(int height) -
getId
public int getId() -
setId
public void setId(int id) -
getOwnerId
public int getOwnerId() -
setOwnerId
public void setOwnerId(int ownerId) -
getPageNo
public int getPageNo() -
setPageNo
public void setPageNo(int pageNo) -
getType
public int getType() -
setType
public void setType(int type) -
getWidth
public int getWidth() -
setWidth
public void setWidth(int width) -
getCreateDateIso
-
setCreateDateIso
-
isDeleted
public boolean isDeleted() -
setDeleted
public void setDeleted(boolean deleted) -
getLockId
public int getLockId() -
setLockId
public void setLockId(int lockId) -
getLockName
-
setLockName
-
getObjId
-
setObjId
-
getOwnerName
-
setOwnerName
-
getAclItems
-
setAclItems
-
getAcl
-
setAcl
-
getColor
public int getColor() -
setColor
public void setColor(int color) -
getNoteText
-
setNoteText
-
getNoteImage
-
setNoteImage
-
getNoteFreehand
-
setNoteFreehand
-
getAccess
public int getAccess() -
setAccess
public void setAccess(int access) -
getDeleteDateIso
-
setDeleteDateIso
-
getTStampSync
-
setTStampSync
-
toString
-
equals
Deprecated. -
hashCode
Deprecated.
-