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 TypeMethodDescriptionvoid
BaseWindow.postEditItemSelectedEvent
(EditItemSelectedEvent.EditItemEventOrigin origin, String maskName, String ddcName, ResultProperties properties) Edit item event.void
EventChildHandler.postEditItemSelectedEvent
(EditItemSelectedEvent.EditItemEventOrigin origin, String maskName, String ddcName, ResultProperties properties) Edit item event.void
EventChildHandlerImpl.postEditItemSelectedEvent
(EditItemSelectedEvent.EditItemEventOrigin origin, String maskName, String ddcName, ResultProperties properties) Edit item event.void
BaseWindow.postEditSelectedEvent
(EditSelectedEvent.EditEventOrigin origin, String mask, ResultProperties properties) Edit event.void
EventChildHandler.postEditSelectedEvent
(EditSelectedEvent.EditEventOrigin origin, String mask, ResultProperties properties) Edit event.void
EventChildHandlerImpl.postEditSelectedEvent
(EditSelectedEvent.EditEventOrigin origin, String mask, ResultProperties properties) Edit event.void
BaseWindow.postIndexResultItemEvent
(ResultProperties properties, String componentId) void
EventChildHandler.postIndexResultItemEvent
(ResultProperties properties, String componentId) void
EventChildHandlerImpl.postIndexResultItemEvent
(ResultProperties properties, String componentId) void
BaseWindow.postProlongRetentionEvent
(ResultProperties row, Date retentionDate) void
EventChildHandler.postProlongRetentionEvent
(ResultProperties row, Date retentionDate) Post a prolong retention eventvoid
EventChildHandlerImpl.postProlongRetentionEvent
(ResultProperties row, Date retentionDate) void
BaseWindow.postReduceDispositionEvent
(ResultProperties row, Date dispositionDate) void
EventChildHandler.postReduceDispositionEvent
(ResultProperties row, Date dispositionDate) Post a reduce disposition eventvoid
EventChildHandlerImpl.postReduceDispositionEvent
(ResultProperties row, Date dispositionDate) void
BaseWindow.postSendMailResultItemEvent
(MailSendType mailSendType, ResultProperties item, MailContentType mailContentType) void
EventChildHandler.postSendMailResultItemEvent
(MailSendType mailSendType, ResultProperties item, MailContentType mailContentType) void
EventChildHandlerImpl.postSendMailResultItemEvent
(MailSendType mailSendType, ResultProperties item, MailContentType mailContentType) Method parameters in com.saperion.ngc.events with type arguments of type ResultPropertiesModifier and TypeMethodDescriptionvoid
BaseWindow.postDownloadResultItemEvent
(List<ResultProperties> items) void
EventChildHandler.postDownloadResultItemEvent
(List<ResultProperties> items) void
EventChildHandlerImpl.postDownloadResultItemEvent
(List<ResultProperties> items) void
BaseWindow.postPrintDocumentEvent
(List<ResultProperties> rows) Posts a print-document-event.void
EventChildHandler.postPrintDocumentEvent
(List<ResultProperties> rows) Posts a print-document-event.void
EventChildHandlerImpl.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 TypeMethodDescriptionboolean
IntelligentFormPresenter.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 String
MailUtil.createDocumentLink
(ResultProperties item, int element, String filename, String baseUrl, String tenant) Creates a weblink to given file of the given document.static String
MailUtil.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 ResultProperties
ResultProperties.cloneEmpty
(ResultProperties origin) static ResultProperties
ResultProperties.getFromPropertyList
(com.saperion.intf.SaPropertyValue[] values, String ddcName) Constructs a new ResultProperties object containing the supplied properties.static ResultProperties
ResultProperties.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 ResultProperties
QueryClassicConnectorService.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 ResultProperties
ResultProperties.cloneEmpty
(ResultProperties origin) void
QueryClassicConnectorService.updateRow
(ResultProperties documentInfo) void
QueryService.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 ElementBuilder
StandaloneHandler.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 ElementBuilder
WeblinkHandler.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.WorkflowItemAnalyzer.analyzeWorkflowItem
(ResultProperties item) Analyzes the worklfow item.ResultSetMode.createListitem
(ResultProperties properties) Creates a listitem.void
ResultSetPresenter.doUndelet
(ResultProperties row, String comment) Undeleted the document.void
ResultSetPresenter.prolongRetention
(ResultProperties row, Date prolongDate) void
ResultSetPresenter.reduceDisposition
(ResultProperties row, Date dispositionDate) void
ResultList.updateRow
(ResultProperties properties, boolean selected) Updates the row identified by the provided properties.void
ResultListImpl.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.void
ResultList.renderQueryResult
(List<ResultProperties> resultList) Renders the list of properties that represents the result of the previous query.void
ResultListImpl.renderQueryResult
(List<ResultProperties> resultList) protected void
FieldsFilter.setProperties
(List<ResultProperties> props) void
ModelResult.setResult
(List<ResultProperties> resultList) Sets the result.void
ModelResultImpl.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 theSystemFieldsFilter
instance 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 ContentMultiSelect
ContentMultiSelect.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 String
ZKWeblinkUtil.createURL
(String baseURL, ResultProperties document, boolean published) Creates the url.static String
ZKWeblinkUtil.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.