Package | Description |
---|---|
com.saperion.ngc.authorization |
Package for authorization component classes.
|
com.saperion.ngc.dialogs |
Package for client dialog classes.
|
com.saperion.ngc.iform |
Package for main iForm components.
|
com.saperion.ngc.iform.button |
Package for iForm buttons.
|
com.saperion.ngc.iform.image |
Package for iForm image elements.
|
com.saperion.ngc.iform.mashup |
Package for iForm mashup elements.
|
com.saperion.ngc.iform.tab |
Package for iForm tab components.
|
com.saperion.ngc.iform.validator |
Package for field validators.
|
com.saperion.ngc.navigation |
Package for navigation component classes.
|
com.saperion.ngc.resultset |
Package for resultset component classes.
|
com.saperion.ngc.resultset.contextmenu |
Package for resultset context menu classes.
|
com.saperion.ngc.resultset.modes |
Package for resultset rendering modes.
|
com.saperion.ngc.resultset.multiselect |
Package for multiselection tool.
|
com.saperion.ngc.toolbar |
Package for user toolbar component classes.
|
com.saperion.ngc.util |
Package for client utility classes.
|
com.saperion.ngc.viewer |
Package for viewer component classes.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AuthorizationPresenter.checkModelConnection()
Checks model connection.
|
protected void |
AuthorizationPresenter.logoff()
Logoff.
|
protected void |
AuthorizationPresenter.logon(String username,
String password,
int selectedItem,
String mandant) |
protected void |
AuthorizationPresenter.startup()
Startup.
|
Modifier and Type | Method and Description |
---|---|
static RevisionHistoryDialog.RevisionListModel |
RevisionHistoryDialog.RevisionListModel.create(ResultSetPresenter resultPresenter,
ResultSetViewImpl view,
DocumentId docId,
String maskName)
Factory method.
|
static void |
AclSelectDialog.show(List<String> selectableAcls,
List<String> setAcls,
BaseWindow parent,
org.zkoss.zk.ui.event.EventListener eventListener)
Shows the AclSelectDialog.
|
static void |
RevisionHistoryDialog.show(ResultSetPresenter resultPresenter,
ResultSetViewImpl view,
DocumentId docId,
String maskName)
Shows the revision history.
|
static void |
CommentDialog.show(ResultSetPresenter resultPresenter,
com.saperion.intf.wf.TaskInfo task)
Shows the comment dialog.
|
static void |
ExportSettingsDialog.show(Set<String> allColumns,
Collection<ResultSetColumn> visibleColumns,
BaseWindow parent,
org.zkoss.zk.ui.event.EventListener eventListener)
Shows the ColumnSelectDialog.
|
Modifier and Type | Method and Description |
---|---|
DocumentId |
IntelligentFormPresenter.addDocument(List<FieldResultBean> properties,
String comment,
FolderUploadInfos infos,
String ddcName)
Adds a new document to the archive.
|
boolean |
IntelligentFormPresenter.canEditIndex(ResultProperties props)
Checks if the index of the specified document can be edited.
|
void |
ElementCreator.createBitmaps(List<com.saperion.ngc.iform.xml.BitmapType> bitmaps,
org.zkoss.zk.ui.Component parent)
Creates bitmaps.
|
Map<Long,FormButton> |
ElementCreator.createButtons(List<com.saperion.ngc.iform.xml.ButtonType> buttons,
org.zkoss.zk.ui.Component parent,
org.zkoss.zk.ui.Component eventParent)
Creates buttons.
|
Map<Long,IntelligentFormView> |
ElementCreator.createIncludes(List<com.saperion.ngc.iform.xml.IncludeType> includes,
org.zkoss.zk.ui.Component parent,
org.zkoss.zk.ui.Component eventTarget,
boolean autoQuery)
Creates included elements.
|
Map<Long,FormMashup> |
ElementCreator.createMashup(List<com.saperion.ngc.iform.xml.MashupType> mashups,
org.zkoss.zk.ui.Component parent)
Creates Mashups.
|
void |
IntelligentFormPresenter.createSystemView(List<com.saperion.intf.SaFieldDescription> list,
SysForm.FormType type,
String ddcName)
Deprecated.
use
IntelligentFormView.createView(Form) with system form
implementation from package com.saperion.ngc.iform.system instead.
Will be removed with 8.1. |
Map<Long,FormTabbox> |
ElementCreator.createTabs(List<com.saperion.ngc.iform.xml.TabListType> tabs,
boolean stretch,
org.zkoss.zk.ui.Component parent,
boolean isQueryForm,
String formName,
String ddcName)
Creates tabs.
|
Map<Long,FormEditableImage> |
ElementCreator.createThumbnail(List<com.saperion.ngc.iform.xml.ThumbnailType> thumbnails,
org.zkoss.zk.ui.Component parent)
Creates thumbnail components.
|
void |
IntelligentFormViewImpl.createView(com.saperion.ngc.iform.xml.Form formType)
Creates the view.
|
void |
IntelligentFormView.createView(com.saperion.ngc.iform.xml.Form form)
Creates the view.
|
void |
IntelligentFormPresenter.deleteStoredConfiguration()
Deletes the stored area sizes and result list layouts for this mask.
|
Set<String> |
IntelligentFormPresenter.getAclsForUpdating()
Returns a comma-separated acl-string that can be used for updating a document.
|
DocumentArchiveMetaInfo |
IntelligentFormPresenter.getArchiveMetaInfo(DocumentId id,
boolean currentRevision)
Retrieves the meta information of the document from the archive.
|
com.saperion.intf.DDC |
IntelligentFormPresenter.getDdc(String ddcName)
Returns the DDC with the specified name.
|
void |
IntelligentFormPresenter.getDefinition(String ddcName,
SysForm.FormType type)
Deprecated.
use
IntelligentFormView.createView(Form) with system form
implementation from package com.saperion.ngc.iform.system instead.
Will be removed with 8.1. |
ResultProperties |
IntelligentFormPresenter.getDocProperties(DocumentId id)
Reads the properties for the given document.
|
List<com.saperion.intf.SaFieldDescription> |
IntelligentFormPresenter.getFieldDefinitions(String ddcName)
Returns the field descriptions for the specified DDC.
|
FolderInfo |
IntelligentFormPresenter.getFolderInfos(FolderId folderId)
Retrieves information about the specified folder.
|
int |
IntelligentFormPresenter.getInboxId() |
com.saperion.ngc.iform.xml.Form |
IntelligentFormPresenter.getMaskDefinition(String maskName) |
int |
IntelligentFormPresenter.getNextCounterValue(String ddcName,
String fieldName,
String dbFieldName)
Deprecated.
Counter fields cannot be set by API any more. This method is contained for backwards-compatibility
and will be removed in a future version.
|
String |
IntelligentFormPresenter.getSetting(String section,
String key) |
Map<Integer,AreaSize> |
IntelligentFormPresenter.loadSizesFromConfig()
Loads the sizes of the forms layout-areas from the configuration.
|
static void |
ValidationErrorMessageCreator.showValidationErrorMessage(IntelligentField field,
FieldValidationException.ValidationError validationError,
EventChildHandler eventHandler) |
void |
IntelligentFormPresenter.storeMaskDefinition(String maskName,
com.saperion.ngc.iform.xml.Form form)
Deprecated.
this method does nothing and will be removed in 8.1
|
void |
IntelligentFormPresenter.storeSizesInConfig(Map<Integer,AreaSize> sizes)
Stored the layout of the mask in the configuration.
|
static void |
ElementUtil.updateFromQBE(FormButton field,
com.saperion.ngc.iform.xml.ButtonType definition,
com.saperion.ngc.iform.xml.PosType panePos)
Setup button element.
|
static void |
ElementUtil.updateFromQBE(FormEditableImage field,
com.saperion.ngc.iform.xml.ThumbnailType definition,
com.saperion.ngc.iform.xml.PosType panePos)
Setup label element.
|
static void |
ElementUtil.updateFromQBE(FormMashup field,
com.saperion.ngc.iform.xml.MashupType definition)
Setup mashup element.
|
static void |
ElementUtil.updateFromQBE(org.zkoss.zul.Image field,
com.saperion.ngc.iform.xml.BitmapType definition,
com.saperion.ngc.iform.xml.PosType panePos)
Setup label element.
|
Constructor and Description |
---|
IntelligentFormMiniPopup(com.saperion.ngc.iform.xml.Form form)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
FormButton.setKind(com.saperion.ngc.iform.xml.ButtonKindType value) |
void |
FormButton.setSaveAction(com.saperion.ngc.iform.xml.SaveActionType value) |
void |
FormButton.setUseFields(boolean value) |
void |
FormButton.setUtf8(boolean value) |
void |
FormButton.setWorkflowAction(com.saperion.ngc.iform.xml.WorkflowActionType value) |
Constructor and Description |
---|
FormButton()
Constructor.
|
FormButton(com.saperion.ngc.iform.xml.ButtonType buttonType,
com.saperion.ngc.iform.xml.PosType panePos,
boolean isNoLocatization)
Constructor.
|
FormButton(String label)
Constructor.
|
FormButton(String label,
String image)
Constructor.
|
Constructor and Description |
---|
FormEditableImage(com.saperion.ngc.iform.xml.ThumbnailType node,
com.saperion.ngc.iform.xml.PosType panePos)
Constructor.
|
FormImage() |
FormImage(com.saperion.ngc.iform.xml.BitmapType node,
com.saperion.ngc.iform.xml.PosType panePos) |
Constructor and Description |
---|
FormMashup() |
FormMashup(com.saperion.ngc.iform.xml.MashupType type) |
Constructor and Description |
---|
FormTabbox(com.saperion.ngc.iform.xml.TabListType definition,
boolean stretch,
IntelligentFormView iForm,
boolean isQueryForm,
String maskName,
com.saperion.ngc.iform.xml.PosType panePos,
String ddc,
boolean isNoLocalization)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
static void |
FieldValidator.validate(IntelligentField field)
Validates the field.
|
Modifier and Type | Method and Description |
---|---|
FastAccessItem |
FastAccessList.addFastAccess(String ddc,
String path,
String name,
boolean temporary)
Creates a new fast access entry.
|
protected void |
NaviTreeNode.copyFolder(NaviTreeNode folderToCopy,
NaviTreeNode target)
Copies a folder.
|
NavigationNode |
NavigationPresenter.copyNode(FolderId folderId,
NavigationNode parentNode,
FolderId beforeChildId,
boolean withDocuments)
Copies a node.
|
NavigationNode |
NavigationPresenter.createLinkNode(NavigationNode parentNode,
String name,
FolderId destination) |
NavigationNode |
NavigationPresenter.createNode(NavigationNode parentNode,
String name,
com.saperion.constants.SaFolderConstants.FOLDER_TYPE nodeType,
Properties properties) |
NavigationNode |
NavigationPresenter.createWebpartNode(NavigationNode parentNode,
String name,
String destination) |
void |
NavigationPresenter.deleteNode(NavigationNode node) |
void |
NavigationPresenter.deleteNodeById(FolderId id)
Deletes the specified folder.
|
Set<FolderClass> |
NavigationPresenter.filterNonCompatibleClassesForCreate(com.saperion.constants.SaFolderConstants.CLASS_TYPE type,
Set<FolderClass> folderClassesForDDC)
Returns a set of folder classes that can be used in the web client to create
a new file or register.
|
com.saperion.wf.BoxCount |
NavigationPresenter.getBoxCount(int boxId,
WorkflowNodeInfo.Filter boxFilter)
Returns the count of workflow items of the given box.
|
Map<Integer,com.saperion.wf.BoxCount> |
NavigationPresenter.getBoxCounts(Set<Integer> boxIds)
Returns the count of workflow items of the given box.
|
FolderNode |
NavigationPresenter.getFolderById(FolderId id)
Returns the folder with the specified id.
|
FolderNode |
NavigationPresenter.getFolderByPath(String ddc,
String path)
Returns the folder with the specified path.
|
FolderClass |
NavigationPresenter.getFolderClass(String className)
Returns the folder class for the specified name or null if no such class was found.
|
Set<FolderClass> |
NavigationPresenter.getFolderClassesForDDC(String ddcName,
com.saperion.constants.SaFolderConstants.CLASS_TYPE classType)
Returns all folder classes of a certain type that can be used for the specified DDC.
|
com.saperion.ngc.iform.xml.Form |
NavigationPresenter.getFolderEditForm(String formName)
Returns the mask definition needed to open the edit mask for the folder.
|
FolderInfo |
NavigationPresenter.getFolderInfo(FolderId id)
Returns infos about the specified folder.
|
com.saperion.ngc.iform.xml.Form |
NavigationPresenter.getForm(String name)
Returns the mask definition for the specified mask name.
|
protected boolean |
NaviTreeNode.getNextLevelFolders()
Initiates lazy loading of next level folders.
|
protected boolean |
ALFNaviTreeNode.getNextLevelFolders()
Initiates lazy loading of next level folders.
|
String |
NavigationPresenter.getPathById(FolderId id)
Returns the absolute path of the node with the specified id.
|
com.saperion.wf.BoxCount |
NavigationPresenter.getTaskCounts() |
boolean |
NavigationPresenter.isLookupTable(String ddcName) |
void |
FastAccessList.loadSavedItems()
Loads the default or the stored fast access items.
|
void |
NavigationPresenter.lockFolder(FolderId id)
Locks the specified folder.
|
protected void |
NaviTreeNode.moveFolder(NaviTreeNode sourceNode)
Moves a folder to another.
|
protected void |
NaviTreeNode.refreshCurrentNode()
Refreshes the current node only.
|
protected void |
WorkflowRootNaviTreeNode.refreshCurrentNode(boolean includeChildren) |
protected void |
WorkflowFormNaviTreeNode.refreshCurrentNode(boolean includeChildren) |
protected void |
RootNaviTreeNode.refreshCurrentNode(boolean includeChildren) |
protected void |
NaviTreeNode.refreshCurrentNode(boolean includeChildren)
Refreshes the current node.
|
protected void |
NaviTreeNode.refreshParent()
Refreshes the parent view of the current node.
|
void |
FastAccessList.removeFastAccessAndWrite(FastAccessItem item)
Removes a fast access entry and saves the reduced fast access list.
|
NavigationNode |
NavigationPresenter.renameNode(NavigationNode node,
String name) |
protected void |
NaviTreeNode.renderChildNodes(List<NavigationNode> nodes) |
void |
NavigationPresenter.unlockFolder(FolderId id)
Unlocks the specified folder.
|
void |
NavigationPresenter.updateFolder(FolderId id,
Properties nameValuePairs,
List<com.saperion.bean.ContentStream> thumbnails,
int selectedImage)
Updates a folder's properties.
|
Modifier and Type | Method and Description |
---|---|
ItemAnalyzeResult |
ResultSetPresenter.analyzeItems(Collection<ResultListItem> items,
boolean useAttachment)
Analyze the items.
|
WorkflowItemAnalyzeResult |
ResultSetPresenter.analyzeWorkflowItems(Collection<ResultListItem> items)
Analyze the workflow items.
|
List<org.zkoss.zk.ui.Component> |
ContextMenuItemFactory.createEmptyListItems()
Creates the menu for empty lists.
|
List<org.zkoss.zk.ui.Component> |
ContextMenuItemFactory.createItems()
Creates all menu items that can be used with the currently selected items.
|
DraggableListItem |
ResultSetMode.createListitem(ResultProperties properties)
Creates a listitem.
|
void |
ResultsetConfiguration.deleteColumnConfiguration(String formName)
Deletes the configuration of the columns in the database.
|
boolean |
ResultSetPresenter.doDeleteDocument(DocumentId id)
Delete document.
|
boolean |
ResultSetPresenter.doDeleteDocument(DocumentId id,
boolean finalDelete)
Delete document.
|
void |
ResultSetPresenter.doUndelet(ResultProperties row,
String comment)
Undeleted the document.
|
void |
ResultSetPresenter.editStructure(DocumentId documentId)
Shows the dialog to edit a document's structure.
|
com.saperion.connector.wf.WorkflowResult |
ResultSetPresenter.executeWfCommand(WorkflowActionBean action)
Executes the given workflow action.
|
void |
ResultSetPresenter.export()
Exports the current query result.
|
void |
ResultSetPresenter.export(Map<String,String> columnsToExport,
ResultSetView.ExportFormat format,
String filename)
Exports the current query result.
|
List<String> |
ResultSetPresenter.getAclNames(DocumentId documentId)
Returns the ACLs of a document.
|
List<String> |
ResultSetPresenter.getAllAcls()
Returns a list of all ACL names.
|
List<com.saperion.intf.wf.CommentInfo> |
ResultSetPresenter.getComments(com.saperion.intf.wf.TaskInfo taskInfo)
Retrieves the comments for the specified task.
|
com.saperion.intf.DDC |
ResultSetPresenter.getDdc(String ddcName)
Returns the DDC with the specified name.
|
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.
|
List<FolderId> |
ResultSetPresenter.getDocumentFolders(DocumentId documentId)
Retrieves the folders that contain the specified document.
|
ResultProperties |
ResultSetPresenter.getDocumentInfoFromArchive(DocumentId id,
boolean currentRevision) |
List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> |
ResultSetPresenter.getDocumentPages(DocumentId id,
boolean currentRevision)
Returns the amount of pages for the specified document.
|
DocumentVersionInfo |
ResultSetPresenter.getDocumentVersion(String versionId)
Returns the version information for the specified version ID.
|
List<String> |
ResultSetPresenter.getDocumentVersionIDs(DocumentId id)
Returns the version IDs for the specified document.
|
List<DocumentVersionInfo> |
ResultSetPresenter.getDocumentVersions(DocumentId id)
Retrieves the version information for a document.
|
Map<String,com.saperion.intf.SaFieldDescription> |
ResultSetPresenter.getFieldDescriptions(String ddc)
Returns a map of
|
List<String> |
ResultSetPresenter.getLastLaunched()
Gets the last launched.
|
com.saperion.intf.wf.WorkflowMember |
ResultSetPresenter.getSelectedUserTreeRoot(List<com.saperion.intf.wf.WorkflowMember> selectedMembers)
Gets the user tree root element with selected users as children.
|
com.saperion.intf.wf.WorkflowMember |
ResultSetPresenter.getUserTreeRoot(String filter)
Gets the user tree root element and its direct children.
|
boolean |
ResultSetPresenter.isContainedInFolder()
Checks if the document is contained in one or more folders from current user or other users.
|
boolean |
ResultSetPresenter.isSelectionAllowed()
Checks, if the selection is allowed and not locked nor checked out.
|
boolean |
ContextMenuVisibility.launch(boolean multiselect) |
void |
ResultsetConfiguration.readResultType(String formName) |
boolean |
ContextMenuVisibility.release(boolean multiselect) |
void |
ResultSetPresenter.removeFromFolder(DocumentId documentId,
Set<FolderId> folderIDs)
Removes the documents from the specified folder.
|
boolean |
ContextMenuVisibility.revisionHistory(boolean multiselect) |
void |
ResultSetPresenter.saveLastLaunched(String lastName)
Save last launched.
|
void |
ResultSetPresenter.setDocumentRead(ResultListItem item)
Sets the specified document's state to 'read'.
|
void |
ResultSetPresenter.setDocumentUnread(ResultListItem item)
Sets the specified document's state to 'unread'.
|
com.saperion.connector.wf.WorkflowResult |
ResultSetPresenter.startWorkflow(LaunchWorkflowBean launchBean)
Starts a business case.
|
void |
ResultsetConfiguration.storeColumnConfiguration(String formName)
Stores the configuration of the columns in the database.
|
void |
ResultSetPresenter.updateListItem(ResultListItem item)
Updated the specified listitem in the contained
ResultList as well as in the current result
stored in the QueryService . |
boolean |
ContextMenuVisibility.workflowMenu(boolean multiselect) |
Modifier and Type | Method and Description |
---|---|
List<org.zkoss.zk.ui.Component> |
SingleWorkflowContextMenu.getMenuItems() |
List<org.zkoss.zk.ui.Component> |
SingleLookupContextMenu.getMenuItems() |
List<org.zkoss.zk.ui.Component> |
SingleFolderContextMenu.getMenuItems() |
List<org.zkoss.zk.ui.Component> |
SingleDocumentContextMenu.getMenuItems() |
List<org.zkoss.zk.ui.Component> |
MultiWorkflowContextMenu.getMenuItems() |
List<org.zkoss.zk.ui.Component> |
MultiLookupContextMenu.getMenuItems() |
List<org.zkoss.zk.ui.Component> |
MultiFolderContextMenu.getMenuItems() |
List<org.zkoss.zk.ui.Component> |
MultiDocumentContextMenu.getMenuItems() |
abstract List<org.zkoss.zk.ui.Component> |
AbstractContextMenu.getMenuItems() |
Modifier and Type | Method and Description |
---|---|
DraggableListItem |
SimpleResultSetMode.createListitem(ResultProperties properties)
Creates a listitem.
|
DraggableListItem |
LookupResultSetMode.createListitem(ResultProperties properties)
Creates a listitem.
|
Modifier and Type | Method and Description |
---|---|
void |
ZkDownloadAction.execute(List<Content> contentList)
Executes the action on the specified list of contents.
|
void |
MultiSelectAction.execute(List<Content> contentList)
Executes the action on the specified list of contents.
|
void |
ConvertToPdfAction.execute(List<Content> contentList)
Executes the action on the specified list of contents.
|
void |
ContentMultiSelect.executeAction(MultiSelectAction action)
Executes the specified action on the items set by forItems.
|
Modifier and Type | Method and Description |
---|---|
void |
SaperionToolbarPresenter.setLocale(Locale locale)
Sets the locale on the underlying backend connection.
|
Modifier and Type | Method and Description |
---|---|
static void |
SessionTempFileUtil.deleteDir()
Deletes the temporary directory for the current session.
|
static void |
SessionTempFileUtil.deleteDir(String sessionId)
Deletes the temporary directory for the current session.
|
static String |
SessionTempFileUtil.saveToFile(String s,
String fileName) |
void |
UiExceptionThrower.throwIt(Exception e)
Throw an NgcUiException containing a log-message only.
|
void |
UiExceptionThrower.throwIt(Exception e,
String localizationKey)
Throw an NgcUiException containing both a log-message and an error-message for the user.
|
void |
UiExceptionThrower.throwIt(Exception e,
String localizationKey,
Map<String,String> replacements)
Throw an NgcUiException containing both a log-message and an error-message for the user.
|
void |
UiExceptionThrower.throwIt(String localizationKey)
Throw an NgcUiException containing both an error-message for the user only.
|
void |
UiExceptionThrower.throwIt(String message,
String localizationKey)
Throw an NgcUiException containing both a log-message and an error-message for the user.
|
void |
UiExceptionThrower.throwIt(String message,
String localizationKey,
Map<String,String> replacements)
Throws a NgcUiException containing the error message and the user message with replacements.
|
Modifier and Type | Method and Description |
---|---|
boolean |
DocumentViewPresenter.canDownload(int maskRights,
DocumentId documentId)
Checks if downloading an item is allowed in this mask.
|
boolean |
DocumentViewPresenter.canEditAnnotations(OpenDocumentBean bean)
Checks if the user can edit the annotations.
|
boolean |
DocumentViewPresenter.canEditDocument(DocumentId id)
Checks if the document can be edited.
|
boolean |
DocumentViewPresenter.canView(DocumentId documentId)
Checks if the document can be opened in viewer.
|
void |
DocumentViewPresenter.checkConnection()
Checks if the connection to the backend is still alive.
|
void |
DocumentViewPresenter.downloadAsZip(List<Content> content)
Triggers a download of a ZIP containing the specified content.
|
void |
DocumentViewPresenter.downloadSingle(DocumentId docId,
String filename,
int element)
Triggers the download of a single document.
|
DocumentArchiveMetaInfo |
DocumentViewPresenter.getArchiveMetaInfo(DocumentId documentId,
boolean currentRevision,
boolean previewMode)
Gets the archive meta info.
|
List<Content> |
DocumentViewPresenter.getContentListForLink(DocumentId id,
DocumentArchiveMetaInfo linkMetaInfo)
Returns a list of
Content of a linked document. |
ResultProperties |
DocumentViewPresenter.getDocumentInfo(DocumentId id)
Returns the database meta-info of the document with the specified ID.
|
long |
DocumentViewPresenter.getElementSize(DocumentId id,
int element)
Determines the size of the element.
|
Map<Integer,Long> |
DocumentViewPresenter.getElementSizes(DocumentId id,
List<Integer> elementsWithoutSize)
Determines the sizes of the list of elements.
|
String |
DocumentViewPresenter.getNotes(String hDoc)
Reads the notes element for the given document id.
|
InputStream |
DocumentViewPresenter.getStream(DocumentId id,
int element)
Gets the document's content as stream.
|
boolean |
DocumentViewPresenter.hasAclAnnotationsInEveryDocument(List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> elements,
DocumentId documentId)
Checks for ACL in all sub-structure elements in a document
|
String |
DocumentViewPresenter.resolveLatestRevision(String originalHdoc)
Resolves the latest revision of the document with the specified HDOC.
|
void |
DocumentViewPresenter.writeNotes(DocumentId documentId,
String text)
Writes the text to the notes element or creates a new one.
|
Copyright © 2021 Hyland Software Germany GmbH. All rights reserved.