Package | Description |
---|---|
com.saperion.ngc.events |
Package for all ZK events.
|
com.saperion.ngc.events.resultset |
Package for all resultset events.
|
com.saperion.ngc.iform |
Package for main iForm components.
|
com.saperion.ngc.iform.field |
Package for iForm field elements.
|
com.saperion.ngc.iform.field.lookup |
Package for advanced lookup field classes.
|
com.saperion.ngc.mail |
Package for mailing.
|
com.saperion.ngc.model.document |
Package for document model classes.
|
com.saperion.ngc.model.resultset |
Package for resultset model classes.
|
com.saperion.ngc.portal.builder.standalone |
Package for portal classes.
|
com.saperion.ngc.portal.builder.weblink |
Package for portal classes.
|
com.saperion.ngc.resultset |
Package for resultset component classes.
|
com.saperion.ngc.resultset.modes |
Package for resultset rendering modes.
|
com.saperion.ngc.resultset.multiselect |
Package for multiselection tool.
|
com.saperion.ngc.util |
Package for client utility classes.
|
com.saperion.ngc.viewer |
Package for viewer component classes.
|
Modifier and Type | Method and Description |
---|---|
void |
EventChildHandlerImpl.postDownloadResultItemEvent(List<ResultProperties> items) |
void |
EventChildHandler.postDownloadResultItemEvent(List<ResultProperties> items) |
void |
BaseWindow.postDownloadResultItemEvent(List<ResultProperties> items) |
void |
EventChildHandlerImpl.postPrintDocumentEvent(List<ResultProperties> rows)
Posts a print-document-event.
|
void |
EventChildHandler.postPrintDocumentEvent(List<ResultProperties> rows)
Posts a print-document-event.
|
void |
BaseWindow.postPrintDocumentEvent(List<ResultProperties> rows)
Posts a print-document-event.
|
Modifier and Type | Method and Description |
---|---|
ResultProperties |
SendMailResultItemEvent.getItem() |
ResultProperties |
IndexResultItemEvent.getProperties()
Returns the properties of the selected item or null, if no item was selected.
|
ResultProperties |
EditSelectedEvent.getProperties() |
ResultProperties |
EditItemSelectedEvent.getProperties() |
ResultProperties |
EditItemEvent.getProperties() |
ResultProperties |
ItemDoubleClickEvent.getSelectedRow() |
Modifier and Type | Method and Description |
---|---|
List<ResultProperties> |
DownloadResultItemEvent.getItems() |
List<ResultProperties> |
PrintDocumentsEvent.getRows() |
Constructor and Description |
---|
EditItemEvent(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) |
SendMailResultItemEvent(org.zkoss.zk.ui.Component target,
MailSendType mailSendType,
ResultProperties item,
MailContentType mailContentType)
Constructor.
|
Constructor and Description |
---|
DownloadResultItemEvent(org.zkoss.zk.ui.Component target,
List<ResultProperties> itemsToDownload)
Constructor.
|
PrintDocumentsEvent(org.zkoss.zk.ui.Component target,
List<ResultProperties> rows) |
Modifier and Type | Method and Description |
---|---|
ResultProperties |
IntelligentFormPresenter.getDocProperties(DocumentId id)
Reads the properties for the given document.
|
ResultProperties |
IndexMaskDocument.getIndexProperties()
Returns the document's index-properties or null, if the document was not yet archived.
|
Modifier and Type | Method and Description |
---|---|
boolean |
IntelligentFormPresenter.canEditIndex(ResultProperties props)
Checks if the index of the specified document can be edited.
|
Modifier and Type | Method and Description |
---|---|
ResultProperties |
LookupPopup.LookupSelection.getRow() |
ResultProperties |
LookupTextField.getSelectedRow() |
ResultProperties |
LookupField.getSelectedRow()
Returns the selected row in the lookup table belonging to this lookup field.
|
Constructor and Description |
---|
LookupSelection(ResultProperties selectedRow,
String selectedValue)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
ResultProperties |
AdvancedLookupField.getSelectedRow() |
Modifier and Type | Method and Description |
---|---|
static 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.
|
Modifier and Type | Method and Description |
---|---|
ResultProperties |
DocumentService.getDocumentInfo(DocumentId id)
Reads the document properties.
|
ResultProperties |
DocClassicConnectorService.getDocumentInfo(DocumentId id)
Reads the document properties.
|
ResultProperties |
DocumentService.getDocumentInfo(DocumentId id,
boolean isDeleted)
Reads the document properties.
|
ResultProperties |
DocClassicConnectorService.getDocumentInfo(DocumentId id,
boolean isDeleted)
Reads the document properties.
|
ResultProperties |
DocumentService.getRevisionInfo(DocumentId id)
Reads the properties of the specified revision.
|
ResultProperties |
DocClassicConnectorService.getRevisionInfo(DocumentId id)
Reads the properties of the specified revision.
|
Modifier and Type | Method and Description |
---|---|
static 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.
|
ResultProperties |
QueryService.getInboxTaskProperties(String taskId)
Returns the metadata for a task with the specified ID.
|
ResultProperties |
QueryClassicConnectorService.getInboxTaskProperties(String taskId) |
ResultProperties |
QueryService.getResultAtIndex(int index)
Returns the ResultProperties contained in the result list of the last search at the specified
index.
|
ResultProperties |
QueryClassicConnectorService.getResultAtIndex(int index)
Returns the ResultProperties contained in the result list of the last search at the specified
index.
|
ResultProperties |
QueryService.getResultForId(DocumentId id)
Returns the ResultProperties contained in the result list of the last search with the
specified id.
|
ResultProperties |
QueryClassicConnectorService.getResultForId(DocumentId id)
Returns the ResultProperties contained in the result list of the last search with the
specified id.
|
ResultProperties |
QueryService.getResultPropertiesForRevision(DocumentId id)
Returns the ResultProperties contained in the result list of the last search with the
specified revisionId.
|
ResultProperties |
QueryClassicConnectorService.getResultPropertiesForRevision(DocumentId id)
Returns the ResultProperties contained in the result list of the last search with the
specified revisionId.
|
Modifier and Type | Method and Description |
---|---|
List<ResultProperties> |
RowFilter.doFilter() |
List<ResultProperties> |
ClientSideSorting.getSortedResult()
Performs the sorting and returns a sorted copy of the property list.
|
Modifier and Type | Method and Description |
---|---|
static ResultProperties |
ResultProperties.cloneEmpty(ResultProperties origin) |
void |
QueryService.updateRow(ResultProperties documentInfo)
Updates the row in the previous query-result.
|
void |
QueryClassicConnectorService.updateRow(ResultProperties documentInfo) |
Constructor and Description |
---|
ClientSideSorting(List<ResultProperties> resultToSort,
Map<String,SortDirection> columns)
Constructor.
|
RowFilter(List<ResultProperties> rows,
RowFilterSettings settings)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
static ElementBuilder |
StandaloneHandler.with(ResultProperties document)
Creates a builder enclosed by the given document.
|
Modifier and Type | Method and Description |
---|---|
static ElementBuilder |
WeblinkHandler.with(ResultProperties document)
Static Weblink constructor.
|
Modifier and Type | Method and Description |
---|---|
ResultProperties |
ResultSetPresenter.getDocProperties(DocumentId id)
Reads the properties for the given document.
|
ResultProperties |
ResultSetPresenter.getDocProperties(DocumentId id,
boolean isDeleted)
Reads the properties for the given document.
|
ResultProperties |
ResultSetPresenter.getDocumentInfoFromArchive(DocumentId id,
boolean currentRevision) |
ResultProperties |
ResultSetPresenter.getSelectedRow(int index)
Retrieves the row at the specific index.
|
Modifier and Type | Method and Description |
---|---|
List<ResultProperties> |
SystemFieldsFilterView.doFilter()
Filters result set.
|
List<ResultProperties> |
CustomFieldsFilterView.doFilter() |
protected List<ResultProperties> |
FieldsFilter.filter(com.google.common.base.Predicate<String> fieldsFilter) |
List<ResultProperties> |
ResultSetViewImpl.getAllRows()
Returns a list containing the properties of all rows.
|
List<ResultProperties> |
ResultSetView.getAllRows()
Returns a list containing the properties of all rows.
|
protected List<ResultProperties> |
FieldsFilter.getProperties() |
List<ResultProperties> |
ModelResultImpl.getResult() |
List<ResultProperties> |
ModelResult.getResult() |
List<ResultProperties> |
ResultSetViewImpl.getSelectedRows()
Returns a list containing the properties of the selected rows.
|
List<ResultProperties> |
ResultSetView.getSelectedRows()
Returns a list containing the properties of the selected rows.
|
Modifier and Type | Method and Description |
---|---|
ItemAnalyzeResult |
ItemAnalyzer.analyzeItem(ResultProperties props)
Analyze the item.
|
ItemAnalyzeResult |
ItemAnalyzer.analyzeItem(ResultProperties props,
DocumentId docId)
Analyze the item.
|
WorkflowItemAnalyzeResult |
WorkflowItemAnalyzer.analyzeWorkflowItem(ResultProperties item)
Analyzes the worklfow item.
|
DraggableListItem |
ResultSetMode.createListitem(ResultProperties properties)
Creates a listitem.
|
void |
ResultSetPresenter.doUndelet(ResultProperties row,
String comment)
Undeleted the document.
|
void |
ResultListImpl.updateRow(ResultProperties properties,
boolean selected) |
void |
ResultList.updateRow(ResultProperties properties,
boolean selected)
Updates the row identified by the provided properties.
|
Modifier and Type | Method and Description |
---|---|
ItemAnalyzeResult |
ItemAnalyzer.analyzeItems(List<ResultProperties> items)
Analyzes the items.
|
WorkflowItemAnalyzeResult |
WorkflowItemAnalyzer.analyzeWorkflowItems(List<ResultProperties> items)
Analyze the workflow items.
|
void |
ResultListImpl.renderQueryResult(List<ResultProperties> resultList) |
void |
ResultList.renderQueryResult(List<ResultProperties> resultList)
Renders the list of properties that represents the result of the previous query.
|
protected void |
FieldsFilter.setProperties(List<ResultProperties> props) |
void |
ModelResultImpl.setResult(List<ResultProperties> resultList)
Sets the result.
|
void |
ModelResult.setResult(List<ResultProperties> resultList)
Sets the result.
|
Constructor and Description |
---|
DraggableListItem(ResultProperties properties,
ResultSetViewImpl view)
Constructs a new DraggableListItem.
|
StatusCell(ResultProperties properties,
ResultSetPresenter resultPresenter,
ResultSetViewImpl view)
Creates a new StatusCell.
|
Constructor and Description |
---|
CustomFieldsFilterView(List<ResultProperties> props) |
SystemFieldsFilterView(List<ResultProperties> props)
Constructs the
SystemFieldsFilter instance unsing result set. |
Modifier and Type | Method and Description |
---|---|
DraggableListItem |
SimpleResultSetMode.createListitem(ResultProperties properties)
Creates a listitem.
|
DraggableListItem |
LookupResultSetMode.createListitem(ResultProperties properties)
Creates a listitem.
|
DraggableListItem |
ComplexResultSetMode.createListitem(ResultProperties properties)
Creates a listitem.
|
Constructor and Description |
---|
ComplexResultSetMode(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.
|
Modifier and Type | Method and Description |
---|---|
static ContentMultiSelect |
ContentMultiSelect.forItems(List<ResultProperties> items)
Creates a new MultiSelect for the specified items.
|
Modifier and Type | Method and Description |
---|---|
static 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.
|
Modifier and Type | Method and Description |
---|---|
ResultProperties |
DocumentViewPresenter.getDocumentInfo(DocumentId id)
Returns the database meta-info of the document with the specified ID.
|
Copyright © 2021 Hyland Software Germany GmbH. All rights reserved.