public interface ResultListItem extends Serializable
ResultList
of a ResultSetView
.Modifier and Type | Method and Description |
---|---|
DocumentId |
getAttachmentId()
If this is a workflow-item, this method returns the ID of the attached document.
|
ResultSetView |
getCorrespondingView()
Returns the
ResultSetView that contains this item. |
String |
getDdcName()
Returns the name of the DDC this item belongs to.
|
DocumentId |
getDocumentId()
Returns the ID that identifies the document represented by this ResultListItem.
|
int |
getIndex()
Returns the index of this item.
|
int |
getOriginalIndex()
Returns the index of this item in the list like it was returned from the query.
|
boolean |
isFolderItem()
Returns true if this item represents any kind of folder.
|
boolean |
isSelected()
Returns true if this item is selected in the list.
|
boolean |
isUnread()
Returns true if this item was not yet read.
|
boolean |
isWorkflowItem()
Returns true if this item is contained in a workflow-inbox.
|
void |
setFocus(boolean focus)
Sets or removes the focus on this item.
|
void |
setRead()
Marks this item as read.
|
void |
setSelected(boolean selected)
Selects or deselects this item.
|
void |
setUnread()
Marks this item as unread.
|
DocumentId getAttachmentId()
DocumentId getDocumentId()
int getOriginalIndex()
int getIndex()
ResultSetView getCorrespondingView()
ResultSetView
that contains this item.ResultSetView
. Never null.String getDdcName()
boolean isFolderItem()
boolean isWorkflowItem()
boolean isUnread()
void setRead()
void setUnread()
void setFocus(boolean focus)
focus
- true to focusboolean isSelected()
void setSelected(boolean selected)
selected
- true to select this itemCopyright © 2016 Lexmark Enterprise Software Deutschland GmbH. All rights reserved.