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 classDraggableListItemExtended Listitem that supports dragging and holds additional information.Methods in com.saperion.ngc.resultset that return ResultListItem Modifier and Type Method Description ResultListItemResultList. getSelectedListItem()ResultListItemResultSetView. getSelectedListItem()Returns the selected item.ResultListItemResultSetViewImpl. 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 voidResultSetPresenter. 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 ResultListItem Modifier and Type Method Description ItemAnalyzeResultResultSetPresenter. analyzeItems(java.util.Collection<ResultListItem> items, boolean useAttachment)Analyze the items.WorkflowItemAnalyzeResultResultSetPresenter. analyzeWorkflowItems(java.util.Collection<ResultListItem> items)Analyze the workflow items.
-