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 TypeClassDescriptionclassExtended 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 TypeMethodDescriptionvoidResultSetPresenter.setDocumentRead(ResultListItem item) Sets the specified document's state to 'read'.voidResultSetView.setDocumentRead(ResultListItem item) Sets the specified item's state to 'read' without creating a new revision.voidResultSetViewImpl.setDocumentRead(ResultListItem item) Sets the specified item's state to 'read' without creating a new revision.voidResultSetPresenter.setDocumentUnread(ResultListItem item) Sets the specified document's state to 'unread'.voidResultSetView.setDocumentUnread(ResultListItem item) Sets the specified item's state to 'unread' without creating a new revision.voidResultSetViewImpl.setDocumentUnread(ResultListItem item) Sets the specified item's state to 'unread' without creating a new revision.voidResultSetPresenter.updateListItem(ResultListItem item) Updated the specified listitem in the containedResultListas well as in the current result stored in theQueryService.voidResultSetView.updateListItem(ResultListItem item) Updates the specified item in the list.voidResultSetViewImpl.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.