Uses of Interface
com.saperion.ngc.resultset.ResultListItem
Packages that use ResultListItem
-
Uses of ResultListItem in com.saperion.ngc.resultset
Classes in com.saperion.ngc.resultset that implement ResultListItemModifier and TypeClassDescriptionclass
Extended Listitem that supports dragging and holds additional information.Methods in com.saperion.ngc.resultset that return ResultListItemModifier and TypeMethodDescriptionResultList.getSelectedListItem()
ResultSetView.getSelectedListItem()
Returns the selected item.ResultSetViewImpl.getSelectedListItem()
Returns the selected item.Methods in com.saperion.ngc.resultset that return types with arguments of type ResultListItemModifier and TypeMethodDescriptionResultList.getAllListItems()
ResultListImpl.getAllListItems()
ResultList.getSelectedListItems()
ResultListImpl.getSelectedListItems()
ResultSetView.getSelectedListItems()
Returns all selected items.ResultSetViewImpl.getSelectedListItems()
Returns all selected items.Methods in com.saperion.ngc.resultset with parameters of type ResultListItemModifier and TypeMethodDescriptionvoid
ResultSetPresenter.setDocumentRead
(ResultListItem item) Sets the specified document's state to 'read'.void
ResultSetView.setDocumentRead
(ResultListItem item) Sets the specified item's state to 'read' without creating a new revision.void
ResultSetViewImpl.setDocumentRead
(ResultListItem item) Sets the specified item's state to 'read' without creating a new revision.void
ResultSetPresenter.setDocumentUnread
(ResultListItem item) Sets the specified document's state to 'unread'.void
ResultSetView.setDocumentUnread
(ResultListItem item) Sets the specified item's state to 'unread' without creating a new revision.void
ResultSetViewImpl.setDocumentUnread
(ResultListItem item) Sets the specified item's state to 'unread' without creating a new revision.void
ResultSetPresenter.updateListItem
(ResultListItem item) Updated the specified listitem in the containedResultList
as well as in the current result stored in theQueryService
.void
ResultSetView.updateListItem
(ResultListItem item) Updates the specified item in the list.void
ResultSetViewImpl.updateListItem
(ResultListItem item) Method parameters in com.saperion.ngc.resultset with type arguments of type ResultListItemModifier and TypeMethodDescriptionResultSetPresenter.analyzeItems
(Collection<ResultListItem> items, boolean useAttachment) Analyze the items.ResultSetPresenter.analyzeWorkflowItems
(Collection<ResultListItem> items) Analyze the workflow items.