Uses of Interface
com.saperion.ngc.resultset.ResultListItem
-
Packages that use ResultListItem Package Description com.saperion.ngc.resultset Package for resultset component classes. -
-
Uses of ResultListItem in com.saperion.ngc.resultset
Classes in com.saperion.ngc.resultset that implement ResultListItem Modifier and Type Class Description class
DraggableListItem
Extended Listitem that supports dragging and holds additional information.Methods in com.saperion.ngc.resultset that return ResultListItem Modifier and Type Method Description ResultListItem
ResultList. getSelectedListItem()
ResultListItem
ResultSetView. getSelectedListItem()
Returns the selected item.ResultListItem
ResultSetViewImpl. getSelectedListItem()
Returns the selected item.Methods in com.saperion.ngc.resultset that return types with arguments of type ResultListItem Modifier and Type Method Description java.util.List<ResultListItem>
ResultList. getAllListItems()
java.util.List<ResultListItem>
ResultListImpl. getAllListItems()
java.util.List<ResultListItem>
ResultList. getSelectedListItems()
java.util.List<ResultListItem>
ResultListImpl. getSelectedListItems()
java.util.Set<ResultListItem>
ResultSetView. getSelectedListItems()
Returns all selected items.java.util.Set<ResultListItem>
ResultSetViewImpl. getSelectedListItems()
Returns all selected items.Methods in com.saperion.ngc.resultset with parameters of type ResultListItem Modifier and Type Method Description void
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 ResultListItem Modifier and Type Method Description ItemAnalyzeResult
ResultSetPresenter. analyzeItems(java.util.Collection<ResultListItem> items, boolean useAttachment)
Analyze the items.WorkflowItemAnalyzeResult
ResultSetPresenter. analyzeWorkflowItems(java.util.Collection<ResultListItem> items)
Analyze the workflow items.
-