Uses of Class
com.saperion.ngc.model.resultset.ResultProperties
Packages that use ResultProperties
Package
Description
Package for all ZK events.
Package for all resultset events.
Package for main iForm components.
Package for iForm field elements.
Package for advanced lookup field classes.
Package for mailing.
Package for document model classes.
Package for resultset model classes.
Package for portal classes.
Package for portal classes.
Package for resultset component classes.
Package for resultset rendering modes.
Package for multiselection tool.
Package for client utility classes.
Package for viewer component classes.
-
Uses of ResultProperties in com.saperion.ngc.events
Methods in com.saperion.ngc.events with parameters of type ResultPropertiesModifier and TypeMethodDescriptionvoidBaseWindow.postEditItemSelectedEvent(EditItemSelectedEvent.EditItemEventOrigin origin, String maskName, String ddcName, ResultProperties properties) Edit item event.voidEventChildHandler.postEditItemSelectedEvent(EditItemSelectedEvent.EditItemEventOrigin origin, String maskName, String ddcName, ResultProperties properties) Edit item event.voidEventChildHandlerImpl.postEditItemSelectedEvent(EditItemSelectedEvent.EditItemEventOrigin origin, String maskName, String ddcName, ResultProperties properties) Edit item event.voidBaseWindow.postEditSelectedEvent(EditSelectedEvent.EditEventOrigin origin, String mask, ResultProperties properties) Edit event.voidEventChildHandler.postEditSelectedEvent(EditSelectedEvent.EditEventOrigin origin, String mask, ResultProperties properties) Edit event.voidEventChildHandlerImpl.postEditSelectedEvent(EditSelectedEvent.EditEventOrigin origin, String mask, ResultProperties properties) Edit event.voidBaseWindow.postIndexResultItemEvent(ResultProperties properties, String componentId) voidEventChildHandler.postIndexResultItemEvent(ResultProperties properties, String componentId) voidEventChildHandlerImpl.postIndexResultItemEvent(ResultProperties properties, String componentId) voidBaseWindow.postProlongRetentionEvent(ResultProperties row, Date retentionDate) voidEventChildHandler.postProlongRetentionEvent(ResultProperties row, Date retentionDate) Post a prolong retention eventvoidEventChildHandlerImpl.postProlongRetentionEvent(ResultProperties row, Date retentionDate) voidBaseWindow.postReduceDispositionEvent(ResultProperties row, Date dispositionDate) voidEventChildHandler.postReduceDispositionEvent(ResultProperties row, Date dispositionDate) Post a reduce disposition eventvoidEventChildHandlerImpl.postReduceDispositionEvent(ResultProperties row, Date dispositionDate) voidBaseWindow.postSendMailResultItemEvent(MailSendType mailSendType, ResultProperties item, MailContentType mailContentType) voidEventChildHandler.postSendMailResultItemEvent(MailSendType mailSendType, ResultProperties item, MailContentType mailContentType) voidEventChildHandlerImpl.postSendMailResultItemEvent(MailSendType mailSendType, ResultProperties item, MailContentType mailContentType) Method parameters in com.saperion.ngc.events with type arguments of type ResultPropertiesModifier and TypeMethodDescriptionvoidBaseWindow.postDownloadResultItemEvent(List<ResultProperties> items) voidEventChildHandler.postDownloadResultItemEvent(List<ResultProperties> items) voidEventChildHandlerImpl.postDownloadResultItemEvent(List<ResultProperties> items) voidBaseWindow.postPrintDocumentEvent(List<ResultProperties> rows) Posts a print-document-event.voidEventChildHandler.postPrintDocumentEvent(List<ResultProperties> rows) Posts a print-document-event.voidEventChildHandlerImpl.postPrintDocumentEvent(List<ResultProperties> rows) Posts a print-document-event. -
Uses of ResultProperties in com.saperion.ngc.events.resultset
Methods in com.saperion.ngc.events.resultset that return ResultPropertiesModifier and TypeMethodDescriptionSendMailResultItemEvent.getItem()EditItemEvent.getProperties()EditItemSelectedEvent.getProperties()EditSelectedEvent.getProperties()IndexResultItemEvent.getProperties()Returns the properties of the selected item or null, if no item was selected.ProlongRetentionEvent.getRow()ReduceDispositionEvent.getRow()ItemDoubleClickEvent.getSelectedRow()Methods in com.saperion.ngc.events.resultset that return types with arguments of type ResultPropertiesModifier and TypeMethodDescriptionDownloadResultItemEvent.getItems()PrintDocumentsEvent.getRows()Constructors in com.saperion.ngc.events.resultset with parameters of type ResultPropertiesModifierConstructorDescriptionEditItemEvent(org.zkoss.zk.ui.Component target, String maskName, String ddcName, ResultProperties properties) Constructor.EditItemSelectedEvent(org.zkoss.zk.ui.Component target, EditItemSelectedEvent.EditItemEventOrigin eventOrigin, String maskName, String ddcName, ResultProperties properties) Constructor.EditSelectedEvent(org.zkoss.zk.ui.Component target, EditSelectedEvent.EditEventOrigin eventOrigin, String mask, ResultProperties properties) Constructor.IndexResultItemEvent(org.zkoss.zk.ui.Component target, ResultProperties selectedRow, String componentId) ItemDoubleClickEvent(org.zkoss.zk.ui.Component target, ResultProperties row) ProlongRetentionEvent(org.zkoss.zk.ui.Component target, ResultProperties row, Date retentionDate) Constructor.ReduceDispositionEvent(org.zkoss.zk.ui.Component target, ResultProperties row, Date dispositionDate) Constructor.SendMailResultItemEvent(org.zkoss.zk.ui.Component target, MailSendType mailSendType, ResultProperties item, MailContentType mailContentType) Constructor.Constructor parameters in com.saperion.ngc.events.resultset with type arguments of type ResultPropertiesModifierConstructorDescriptionDownloadResultItemEvent(org.zkoss.zk.ui.Component target, List<ResultProperties> itemsToDownload) Constructor.PrintDocumentsEvent(org.zkoss.zk.ui.Component target, List<ResultProperties> rows) -
Uses of ResultProperties in com.saperion.ngc.iform
Methods in com.saperion.ngc.iform that return ResultPropertiesModifier and TypeMethodDescriptionIntelligentFormPresenter.getDocProperties(DocumentId id) Reads the properties for the given document.IndexMaskDocument.getIndexProperties()Returns the document's index-properties or null, if the document was not yet archived.Methods in com.saperion.ngc.iform with parameters of type ResultPropertiesModifier and TypeMethodDescriptionbooleanIntelligentFormPresenter.canEditIndex(ResultProperties props) Checks if the index of the specified document can be edited. -
Uses of ResultProperties in com.saperion.ngc.iform.field
Methods in com.saperion.ngc.iform.field that return ResultPropertiesModifier and TypeMethodDescriptionLookupPopup.LookupSelection.getRow()LookupField.getSelectedRow()Returns the selected row in the lookup table belonging to this lookup field.LookupTextField.getSelectedRow()Constructors in com.saperion.ngc.iform.field with parameters of type ResultPropertiesModifierConstructorDescriptionLookupSelection(ResultProperties selectedRow, String selectedValue) Constructor. -
Uses of ResultProperties in com.saperion.ngc.iform.field.lookup
Methods in com.saperion.ngc.iform.field.lookup that return ResultProperties -
Uses of ResultProperties in com.saperion.ngc.mail
Methods in com.saperion.ngc.mail with parameters of type ResultPropertiesModifier and TypeMethodDescriptionstatic StringMailUtil.createDocumentLink(ResultProperties item, int element, String filename, String baseUrl, String tenant) Creates a weblink to given file of the given document.static StringMailUtil.createDocumentZipLink(ResultProperties item, String filename, String baseUrl, String tenant) Creates a weblink to all files of the given document as ZIP. -
Uses of ResultProperties in com.saperion.ngc.model.document
Methods in com.saperion.ngc.model.document that return ResultPropertiesModifier and TypeMethodDescriptionDocClassicConnectorService.getDocumentInfo(DocumentId id) Reads the document properties.DocClassicConnectorService.getDocumentInfo(DocumentId id, boolean isDeleted) Reads the document properties.DocumentService.getDocumentInfo(DocumentId id) Reads the document properties.DocumentService.getDocumentInfo(DocumentId id, boolean isDeleted) Reads the document properties.DocClassicConnectorService.getRevisionInfo(DocumentId id) Reads the properties of the specified revision.DocumentService.getRevisionInfo(DocumentId id) Reads the properties of the specified revision. -
Uses of ResultProperties in com.saperion.ngc.model.resultset
Methods in com.saperion.ngc.model.resultset that return ResultPropertiesModifier and TypeMethodDescriptionstatic ResultPropertiesResultProperties.cloneEmpty(ResultProperties origin) static ResultPropertiesResultProperties.getFromPropertyList(com.saperion.intf.SaPropertyValue[] values, String ddcName) Constructs a new ResultProperties object containing the supplied properties.static ResultPropertiesResultProperties.getFromPropertyList(com.saperion.intf.SaPropertyValue[] values, String ddcName, String objectId, String revisionId) Constructs a new ResultProperties object containing the supplied properties.QueryClassicConnectorService.getInboxTaskProperties(String taskId) QueryService.getInboxTaskProperties(String taskId) Returns the metadata for a task with the specified ID.final ResultPropertiesQueryClassicConnectorService.getResultAtIndex(int index) Returns the ResultProperties contained in the result list of the last search at the specified index.QueryService.getResultAtIndex(int index) Returns the ResultProperties contained in the result list of the last search at the specified index.QueryClassicConnectorService.getResultForId(DocumentId id) Returns the ResultProperties contained in the result list of the last search with the specified id.QueryService.getResultForId(DocumentId id) Returns the ResultProperties contained in the result list of the last search with the specified id.QueryClassicConnectorService.getResultPropertiesForRevision(DocumentId id) Returns the ResultProperties contained in the result list of the last search with the specified revisionId.QueryService.getResultPropertiesForRevision(DocumentId id) Returns the ResultProperties contained in the result list of the last search with the specified revisionId.Methods in com.saperion.ngc.model.resultset that return types with arguments of type ResultPropertiesModifier and TypeMethodDescriptionRowFilter.doFilter()ClientSideSorting.getSortedResult()Performs the sorting and returns a sorted copy of the property list.Methods in com.saperion.ngc.model.resultset with parameters of type ResultPropertiesModifier and TypeMethodDescriptionstatic ResultPropertiesResultProperties.cloneEmpty(ResultProperties origin) voidQueryClassicConnectorService.updateRow(ResultProperties documentInfo) voidQueryService.updateRow(ResultProperties documentInfo) Updates the row in the previous query-result.Constructor parameters in com.saperion.ngc.model.resultset with type arguments of type ResultPropertiesModifierConstructorDescriptionClientSideSorting(List<ResultProperties> resultToSort, Map<String, SortDirection> columns) Constructor.RowFilter(List<ResultProperties> rows, RowFilterSettings settings) Constructor. -
Uses of ResultProperties in com.saperion.ngc.portal.builder.standalone
Methods in com.saperion.ngc.portal.builder.standalone with parameters of type ResultPropertiesModifier and TypeMethodDescriptionstatic ElementBuilderStandaloneHandler.with(ResultProperties document) Creates a builder enclosed by the given document. -
Uses of ResultProperties in com.saperion.ngc.portal.builder.weblink
Methods in com.saperion.ngc.portal.builder.weblink with parameters of type ResultPropertiesModifier and TypeMethodDescriptionstatic ElementBuilderWeblinkHandler.with(ResultProperties document) Static Weblink constructor. -
Uses of ResultProperties in com.saperion.ngc.resultset
Methods in com.saperion.ngc.resultset that return ResultPropertiesModifier and TypeMethodDescriptionResultSetPresenter.getDocProperties(DocumentId id) Reads the properties for the given document.ResultSetPresenter.getDocProperties(DocumentId id, boolean isDeleted) Reads the properties for the given document.ResultSetPresenter.getDocumentInfoFromArchive(DocumentId id, boolean currentRevision) ResultSetPresenter.getSelectedRow(int index) Retrieves the row at the specific index.Methods in com.saperion.ngc.resultset that return types with arguments of type ResultPropertiesModifier and TypeMethodDescriptionCustomFieldsFilterView.doFilter()SystemFieldsFilterView.doFilter()Filters result set.protected List<ResultProperties>ResultSetView.getAllRows()Returns a list containing the properties of all rows.ResultSetViewImpl.getAllRows()Returns a list containing the properties of all rows.protected List<ResultProperties>FieldsFilter.getProperties()ModelResult.getResult()ModelResultImpl.getResult()ResultSetView.getSelectedRows()Returns a list containing the properties of the selected rows.ResultSetViewImpl.getSelectedRows()Returns a list containing the properties of the selected rows.Methods in com.saperion.ngc.resultset with parameters of type ResultPropertiesModifier and TypeMethodDescriptionItemAnalyzer.analyzeItem(ResultProperties props) Analyze the item.ItemAnalyzer.analyzeItem(ResultProperties props, DocumentId docId) Analyze the item.ItemAnalyzer.analyzeItem(ResultProperties props, jakarta.servlet.http.HttpSession session) Analyze the item.WorkflowItemAnalyzer.analyzeWorkflowItem(ResultProperties item) Analyzes the worklfow item.ResultSetMode.createListitem(ResultProperties properties) Creates a listitem.voidResultSetPresenter.doUndelet(ResultProperties row, String comment) Undeleted the document.voidResultSetPresenter.prolongRetention(ResultProperties row, Date prolongDate) voidResultSetPresenter.reduceDisposition(ResultProperties row, Date dispositionDate) voidResultList.updateRow(ResultProperties properties, boolean selected) Updates the row identified by the provided properties.voidResultListImpl.updateRow(ResultProperties properties, boolean selected) Method parameters in com.saperion.ngc.resultset with type arguments of type ResultPropertiesModifier and TypeMethodDescriptionItemAnalyzer.analyzeItems(List<ResultProperties> items) Analyzes the items.WorkflowItemAnalyzer.analyzeWorkflowItems(List<ResultProperties> items) Analyze the workflow items.voidResultList.renderQueryResult(List<ResultProperties> resultList) Renders the list of properties that represents the result of the previous query.voidResultListImpl.renderQueryResult(List<ResultProperties> resultList) protected voidFieldsFilter.setProperties(List<ResultProperties> props) voidModelResult.setResult(List<ResultProperties> resultList) Sets the result.voidModelResultImpl.setResult(List<ResultProperties> resultList) Sets the result.Constructors in com.saperion.ngc.resultset with parameters of type ResultPropertiesModifierConstructorDescriptionDraggableListItem(ResultProperties properties, ResultSetViewImpl view) Constructs a new DraggableListItem.StatusCell(ResultProperties properties, ResultSetPresenter resultPresenter, ResultSetViewImpl view) Creates a new StatusCell.Constructor parameters in com.saperion.ngc.resultset with type arguments of type ResultPropertiesModifierConstructorDescriptionConstructs theSystemFieldsFilterinstance unsing result set. -
Uses of ResultProperties in com.saperion.ngc.resultset.modes
Methods in com.saperion.ngc.resultset.modes with parameters of type ResultPropertiesModifier and TypeMethodDescriptionComplexResultSetMode.createListitem(ResultProperties properties) Creates a listitem.LookupResultSetMode.createListitem(ResultProperties properties) Creates a listitem.SimpleResultSetMode.createListitem(ResultProperties properties) Creates a listitem.Constructor parameters in com.saperion.ngc.resultset.modes with type arguments of type ResultPropertiesModifierConstructorDescriptionComplexResultSetMode(ResultSetViewImpl view, ResultSetPresenter presenter, List<ResultProperties> filteredProperties, String[] fieldsToDisplay, Map<String, com.saperion.intf.SaFieldDescription> fieldDescs) Creates a new ComplexMode.LookupResultSetMode(ResultSetViewImpl view, ResultSetPresenter presenter, List<ResultProperties> filteredProperties, String[] fieldsToDisplay, boolean isSelect, Map<String, com.saperion.intf.SaFieldDescription> fieldDescs) Creates a new ComplexMode. -
Uses of ResultProperties in com.saperion.ngc.resultset.multiselect
Method parameters in com.saperion.ngc.resultset.multiselect with type arguments of type ResultPropertiesModifier and TypeMethodDescriptionstatic ContentMultiSelectContentMultiSelect.forItems(List<ResultProperties> items) Creates a new MultiSelect for the specified items. -
Uses of ResultProperties in com.saperion.ngc.util
Methods in com.saperion.ngc.util with parameters of type ResultPropertiesModifier and TypeMethodDescriptionstatic StringZKWeblinkUtil.createURL(String baseURL, ResultProperties document, boolean published) Creates the url.static StringZKWeblinkUtil.createURL(String baseURL, ResultProperties document, boolean published, boolean currentRevision, String mandant, boolean extern, Long timeout) Creates the url. -
Uses of ResultProperties in com.saperion.ngc.viewer
Methods in com.saperion.ngc.viewer that return ResultPropertiesModifier and TypeMethodDescriptionDocumentViewPresenter.getDocumentInfo(DocumentId id) Returns the database meta-info of the document with the specified ID. -
Uses of ResultProperties in com.saperion.ngc.viewer.hylandviewer
Methods in com.saperion.ngc.viewer.hylandviewer with parameters of type ResultPropertiesModifier and TypeMethodDescriptionbooleanHylandViewerUtil.isEditable(jakarta.servlet.http.HttpServletRequest request, ResultProperties documentInfo) Check whether a document is editable.