Package | Description |
---|---|
com.saperion.ngc.dialogs |
Package for client dialog classes.
|
com.saperion.ngc.events |
Package for all ZK events.
|
com.saperion.ngc.events.iform |
Package for iform events.
|
com.saperion.ngc.events.navigation |
Package for all navigation events.
|
com.saperion.ngc.events.resultset |
Package for all resultset events.
|
com.saperion.ngc.iform |
Package for main iForm components.
|
com.saperion.ngc.iform.image |
Package for iForm image elements.
|
com.saperion.ngc.mail |
Package for mailing.
|
com.saperion.ngc.model |
Package for model classes.
|
com.saperion.ngc.model.document |
Package for document model classes.
|
com.saperion.ngc.model.navigation |
Package for navigation model classes.
|
com.saperion.ngc.model.resultset |
Package for resultset model classes.
|
com.saperion.ngc.resultset |
Package for resultset component classes.
|
com.saperion.ngc.sapviewer |
Package for standalone SAP viewer.
|
com.saperion.ngc.scripthelper |
Package for Server-Script utility/helper classes.
|
com.saperion.ngc.scripthelper.internal |
Package for internal classes of Server-Script utility/helper classes.
|
com.saperion.ngc.servlet |
Package for streaming servlet.
|
com.saperion.ngc.util |
Package for client utility classes.
|
com.saperion.ngc.viewer |
Package for viewer component classes.
|
com.saperion.ngc.viewer.pdfjs |
Package for PDFJS-viewer component classes.
|
com.saperion.ngc.viewer.simple |
Package for simple viewer component classes.
|
com.saperion.ngc.viewer.virtualviewer |
Package for virtual viewer component classes.
|
com.saperion.ngc.viewer.virtualviewer.html5 |
Package for virtual viewer HTML5 component classes.
|
Modifier and Type | Method and Description |
---|---|
DocumentId |
RevisionHistoryDialog.RevisionBean.getDocumentId() |
DocumentId |
EditStructureDialog.getDocumentId() |
Modifier and Type | Method and Description |
---|---|
static RevisionHistoryDialog.RevisionListModel |
RevisionHistoryDialog.RevisionListModel.create(ResultSetPresenter resultPresenter,
ResultSetViewImpl view,
DocumentId docId,
String maskName)
Factory method.
|
void |
EditStructureDialog.setDocumentId(DocumentId documentId) |
static void |
EditStructureDialog.show(DocumentId documentId,
List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> documentPages,
BaseWindow parent,
org.zkoss.zk.ui.event.EventListener eventListener,
boolean commentEnabled,
String defaultComment)
Shows the EditStructureDialog.
|
static void |
RevisionHistoryDialog.show(ResultSetPresenter resultPresenter,
ResultSetViewImpl view,
DocumentId docId,
String maskName)
Shows the revision history.
|
Constructor and Description |
---|
RevisionBean(DocumentVersionInfo info,
DocumentId docId,
String aMaskName,
boolean userAllowedToView)
Creates a new RevisionBean.
|
RevisionListModel(List<String> versionIds,
ResultSetPresenter resultPresenter,
DocumentId documentId,
String maskName,
ResultSetViewImpl resultView,
boolean historyAllowed)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
DocumentId |
DisplayPopupEvent.getDocumentId() |
DocumentId |
CheckDataBean.getDocumentId() |
DocumentId |
ArchiverSuccessEvent.getDocumentId() |
Modifier and Type | Method and Description |
---|---|
List<DocumentId> |
WorkflowCommentEvent.getTaskIds() |
List<DocumentId> |
WorkflowActionEvent.getTaskIds() |
Modifier and Type | Method and Description |
---|---|
void |
EventChildHandlerImpl.postDisplayPopupEvent(DocumentId docId,
boolean withCtrl,
boolean editMode) |
void |
EventChildHandler.postDisplayPopupEvent(DocumentId docId,
boolean withCtrl,
boolean editMode) |
void |
BaseWindow.postDisplayPopupEvent(DocumentId docId,
boolean withCtrl,
boolean editMode) |
void |
EventChildHandlerImpl.postDisplayPopupEvent(DocumentId docId,
boolean currentRevision,
boolean withCtrl,
boolean editMode) |
void |
EventChildHandler.postDisplayPopupEvent(DocumentId docId,
boolean currentRevision,
boolean withCtrl,
boolean editMode) |
void |
BaseWindow.postDisplayPopupEvent(DocumentId docId,
boolean currentRevision,
boolean withCtrl,
boolean editMode) |
void |
EventChildHandlerImpl.postDisplayResultItemEvent(DocumentId selectedDocId)
Calls
EventChildHandler.postDisplayResultItemEvent(int, DocumentId) with all rights enabled. |
void |
EventChildHandler.postDisplayResultItemEvent(DocumentId selectedDocId)
Calls
EventChildHandler.postDisplayResultItemEvent(int, DocumentId) with all rights enabled. |
void |
BaseWindow.postDisplayResultItemEvent(DocumentId selectedDocId)
Calls
EventChildHandler.postDisplayResultItemEvent(int, DocumentId) with all rights enabled. |
void |
EventChildHandlerImpl.postDisplayResultItemEvent(int maskRights,
DocumentId selectedDocId) |
void |
EventChildHandler.postDisplayResultItemEvent(int maskRights,
DocumentId selectedDocId) |
void |
BaseWindow.postDisplayResultItemEvent(int maskRights,
DocumentId selectedDocId) |
void |
EventChildHandlerImpl.postDocumentCheckEvent(CheckDataBean.CheckType checkout,
DocumentId id)
Checkin / checkout selected document.
|
void |
EventChildHandler.postDocumentCheckEvent(CheckDataBean.CheckType checkout,
DocumentId id)
Checkin / checkout selected document.
|
void |
BaseWindow.postDocumentCheckEvent(CheckDataBean.CheckType checkout,
DocumentId id)
Checkin / checkout selected document.
|
void |
EventChildHandlerImpl.postDocumentReleaseEvent(DocumentId id)
Release selected document.
|
void |
EventChildHandler.postDocumentReleaseEvent(DocumentId id)
Release selected document.
|
void |
BaseWindow.postDocumentReleaseEvent(DocumentId id)
Release selected document.
|
void |
EventChildHandlerImpl.postEditContentEvent(EditContentEvent.EditContentAction action,
DocumentId documentId)
Post edit content event.
|
void |
EventChildHandler.postEditContentEvent(EditContentEvent.EditContentAction action,
DocumentId documentId)
Post edit content event.
|
void |
BaseWindow.postEditContentEvent(EditContentEvent.EditContentAction action,
DocumentId documentId)
Post edit content event.
|
void |
EventChildHandlerImpl.postEditStructureEvent(DocumentId documentId)
Posts an edit structure event.
|
void |
EventChildHandler.postEditStructureEvent(DocumentId documentId)
Posts an edit structure event.
|
void |
BaseWindow.postEditStructureEvent(DocumentId documentId)
Posts an edit structure event.
|
Modifier and Type | Method and Description |
---|---|
void |
EventChildHandlerImpl.postChangeDocumentSecurityEvent(Set<DocumentId> documentIs,
Set<String> acls)
Posts a ChangeDocumentSecurityEvent.
|
void |
EventChildHandler.postChangeDocumentSecurityEvent(Set<DocumentId> documentIds,
Set<String> acls)
Posts a ChangeDocumentSecurityEvent.
|
void |
BaseWindow.postChangeDocumentSecurityEvent(Set<DocumentId> documentIds,
Set<String> acls)
Posts a ChangeDocumentSecurityEvent.
|
void |
EventChildHandlerImpl.postDocumentFilingEvent(DocumentFilingEvent.DocumentFilingAction action,
Set<DocumentId> documentIDs,
Set<FolderId> folderSysRowIds)
Posts a DocumentFilingEvent.
|
void |
EventChildHandler.postDocumentFilingEvent(DocumentFilingEvent.DocumentFilingAction action,
Set<DocumentId> documentIDs,
Set<FolderId> folderSysRowIds)
Posts a DocumentFilingEvent.
|
void |
BaseWindow.postDocumentFilingEvent(DocumentFilingEvent.DocumentFilingAction action,
Set<DocumentId> documentIDs,
Set<FolderId> folderSysRowIds)
Posts a DocumentFilingEvent.
|
void |
EventChildHandlerImpl.postDocumentFilingEvent(DocumentFilingEvent.DocumentFilingAction action,
Set<DocumentId> documentIDs,
String folderName)
Posts a DocumentFilingEvent.
|
void |
EventChildHandler.postDocumentFilingEvent(DocumentFilingEvent.DocumentFilingAction action,
Set<DocumentId> documentIDs,
String folderName)
Posts a DocumentFilingEvent.
|
void |
BaseWindow.postDocumentFilingEvent(DocumentFilingEvent.DocumentFilingAction action,
Set<DocumentId> documentIDs,
String folderName)
Posts a DocumentFilingEvent.
|
void |
EventChildHandlerImpl.postWorkflowActionEvent(List<DocumentId> tasks,
com.saperion.intf.wf.CommandInfo info,
List<String> actors,
String commentString,
Date actionDate) |
void |
EventChildHandler.postWorkflowActionEvent(List<DocumentId> task,
com.saperion.intf.wf.CommandInfo info,
List<String> actor,
String commentString,
Date actionDate) |
void |
BaseWindow.postWorkflowActionEvent(List<DocumentId> tasks,
com.saperion.intf.wf.CommandInfo info,
List<String> actors,
String commentString,
Date actionDate) |
void |
EventChildHandlerImpl.postWorkflowCommentEvent(List<DocumentId> tasks) |
void |
EventChildHandler.postWorkflowCommentEvent(List<DocumentId> tasks) |
void |
BaseWindow.postWorkflowCommentEvent(List<DocumentId> tasks) |
Constructor and Description |
---|
ArchiverSuccessEvent(org.zkoss.zk.ui.Component target,
List<FieldResultBean> fieldValues,
DocumentId documentId) |
CheckDataBean(CheckDataBean.CheckType type,
DocumentId id)
Constructor.
|
DisplayPopupEvent(org.zkoss.zk.ui.Component target,
DocumentId id,
boolean isWithCtrl,
boolean editMode)
Constructor.
|
DisplayPopupEvent(org.zkoss.zk.ui.Component target,
DocumentId id,
boolean currentRevision,
boolean isWithCtrl,
boolean editMode)
Constructor.
|
Constructor and Description |
---|
WorkflowActionEvent(org.zkoss.zk.ui.Component target,
List<DocumentId> taskIds,
com.saperion.intf.wf.CommandInfo commandInfo,
List<String> nextUsers,
String comment,
Date date)
Constructor.
|
WorkflowCommentEvent(org.zkoss.zk.ui.Component target,
List<DocumentId> taskIds)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
DocumentId |
RevisionCreatedEvent.getDocumentId() |
DocumentId |
DocumentAddedEvent.getDocumentId()
Gets the document id.
|
Constructor and Description |
---|
DocumentAddedEvent(org.zkoss.zk.ui.Component target,
DocumentId id,
List<FieldResultBean> fields)
Constructor.
|
RevisionCreatedEvent(org.zkoss.zk.ui.Component target,
DocumentId docId,
List<FieldResultBean> fields,
boolean lookupRevision)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Set<DocumentId> |
DocumentFilingEvent.getDocumentIDs() |
Constructor and Description |
---|
DocumentFilingEvent(org.zkoss.zk.ui.Component target,
DocumentFilingEvent.DocumentFilingAction filingAction,
Set<DocumentId> documentIDs,
Set<FolderId> folderIds)
Creates a new DocumentFilingEvent for actions ADD_TO_FOLDER and REMOVE_FROM_FOLDER.
|
DocumentFilingEvent(org.zkoss.zk.ui.Component target,
DocumentFilingEvent.DocumentFilingAction filingAction,
Set<DocumentId> documentIDs,
String folderName)
Creates a new DocumentFilingEvent for ADD_TO_NEW_FOLDER action.
|
Modifier and Type | Method and Description |
---|---|
DocumentId |
EditStructureEvent.getDocumentId() |
DocumentId |
EditContentEvent.getDocumentId() |
DocumentId |
DisplayResultItemEvent.getDocumentId() |
DocumentId |
DocumentReleaseEvent.getId() |
DocumentId |
DocumentCheckEvent.getId() |
Modifier and Type | Method and Description |
---|---|
Set<DocumentId> |
ChangeDocumentSecurityEvent.getDocumentIds() |
Constructor and Description |
---|
DisplayResultItemEvent(org.zkoss.zk.ui.Component target,
DocumentId documentId)
Constructor.
|
DisplayResultItemEvent(org.zkoss.zk.ui.Component target,
DocumentId documentId,
boolean currentRevision)
Constructor.
|
DisplayResultItemEvent(org.zkoss.zk.ui.Component target,
int maskRights,
DocumentId documentId)
Constructor.
|
DisplayResultItemEvent(org.zkoss.zk.ui.Component target,
int maskRights,
DocumentId documentId,
boolean currentRevision)
Constructor.
|
DocumentCheckEvent(org.zkoss.zk.ui.Component target,
CheckDataBean.CheckType checkType,
DocumentId id)
Constructor.
|
DocumentReleaseEvent(org.zkoss.zk.ui.Component target,
DocumentId id)
Constructor.
|
EditContentEvent(org.zkoss.zk.ui.Component target,
EditContentEvent.EditContentAction editAction,
DocumentId documentId)
Constructor.
|
EditStructureEvent(org.zkoss.zk.ui.Component target,
DocumentId documentId) |
Constructor and Description |
---|
ChangeDocumentSecurityEvent(org.zkoss.zk.ui.Component target,
Set<DocumentId> documentIds,
Set<String> aclNames)
Creates a new ChangeDocumentSecurity event.
|
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.
|
DocumentId |
IndexMaskDocument.getDocumentId()
Returns the ID of the document if the document was already archived.
|
Modifier and Type | Method and Description |
---|---|
DocumentArchiveMetaInfo |
IntelligentFormPresenter.getArchiveMetaInfo(DocumentId id,
boolean currentRevision)
Retrieves the meta information of the document from the archive.
|
ResultProperties |
IntelligentFormPresenter.getDocProperties(DocumentId id)
Reads the properties for the given document.
|
Modifier and Type | Method and Description |
---|---|
void |
FormEditableImage.showImageById(DocumentId documentId)
Shows the thumbnail associated to the specified document.
|
Modifier and Type | Method and Description |
---|---|
static List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> |
MailUtil.getElementInfos(DocumentId documentId)
Gets a list of information for the elements of the given document.
|
static Map<com.saperion.connector.formats.SourceFormat,Integer> |
MailUtil.getSourceFormats(DocumentId documentId)
Returns a map with the
SourceFormat s of the elements of the document identified
by the specified ID. |
Modifier and Type | Method and Description |
---|---|
DocumentId |
SettingsService.fixRevId(DocumentId id,
boolean force)
Fix the revision id, if it's empty.
|
DocumentId |
SettingsClassicConnectorService.fixRevId(DocumentId id,
boolean force)
Fix the revision id, if it's empty.
|
Modifier and Type | Method and Description |
---|---|
DocumentId |
SettingsService.fixRevId(DocumentId id,
boolean force)
Fix the revision id, if it's empty.
|
DocumentId |
SettingsClassicConnectorService.fixRevId(DocumentId id,
boolean force)
Fix the revision id, if it's empty.
|
Modifier and Type | Method and Description |
---|---|
DocumentId |
DocumentService.addDocument(List<FieldResultBean> properties,
com.saperion.rmi.SaContentStream[] content,
String comment,
String ddcName,
String acls)
Adds a new document to the archive.
|
DocumentId |
DocClassicConnectorService.addDocument(List<FieldResultBean> properties,
com.saperion.rmi.SaContentStream[] content,
String comment,
String ddcName,
String acls)
Adds a new document to the archive.
|
DocumentId |
DocumentService.addDocument(List<FieldResultBean> properties,
com.saperion.rmi.SaContentStream[] content,
String comment,
String ddcName,
String acls,
Map<String,DocumentVariable> variables)
Adds a new document to the archive.
|
DocumentId |
DocClassicConnectorService.addDocument(List<FieldResultBean> properties,
com.saperion.rmi.SaContentStream[] content,
String comment,
String ddcName,
String acls,
Map<String,DocumentVariable> variables)
Adds a new document to the archive.
|
DocumentId |
DocumentService.addDocument(Map<String,Object> properties,
com.saperion.bean.ContentStream[] content,
String comment,
String ddcName,
String acls,
Map<String,DocumentVariable> variables)
Adds a new document to the archive.
|
DocumentId |
DocClassicConnectorService.addDocument(Map<String,Object> properties,
com.saperion.bean.ContentStream[] content,
String comment,
String ddcName,
String acls,
Map<String,DocumentVariable> variables)
Adds a new document to the archive.
|
DocumentId |
DocumentService.addDocument(Properties properties,
com.saperion.rmi.SaContentStream[] content,
String comment,
String ddcName,
String acls)
Deprecated.
|
DocumentId |
DocClassicConnectorService.addDocument(Properties properties,
com.saperion.rmi.SaContentStream[] content,
String comment,
String ddcName,
String acls)
Deprecated.
|
DocumentId |
DocumentService.createLookupItem(List<FieldResultBean> properties,
String ddcName)
Create a new lookup entry.
|
DocumentId |
DocClassicConnectorService.createLookupItem(List<FieldResultBean> properties,
String ddcName)
Create a new lookup entry.
|
static DocumentId |
DocumentId.fromString(String idAsString)
Creates a new DocumentId based on the specified string.
|
DocumentId |
DocumentService.updateDocument(DocumentId docId,
DataToUpdate data,
UpdateSettings settings)
Updates the document identfied by docId using the specified data and settings.
|
DocumentId |
DocClassicConnectorService.updateDocument(DocumentId docId,
DataToUpdate data,
UpdateSettings settings)
Updates the document identfied by docId using the specified data and settings.
|
Modifier and Type | Method and Description |
---|---|
Set<DocumentId> |
DocumentService.getSessionLocks()
Returns a set of document IDs that are locked by this session.
|
Set<DocumentId> |
DocClassicConnectorService.getSessionLocks()
Returns a set of document IDs that are locked by this session.
|
Modifier and Type | Method and Description |
---|---|
void |
DocumentService.checkoutDocument(DocumentId id)
Checkout a document.
|
void |
DocClassicConnectorService.checkoutDocument(DocumentId id)
Checkout a document.
|
boolean |
DocumentService.deleteDocument(DocumentId id)
Delete a document.
|
boolean |
DocClassicConnectorService.deleteDocument(DocumentId id)
Delete a document.
|
boolean |
DocumentService.deleteDocument(DocumentId id,
boolean finalDelete)
Delete a document.
|
boolean |
DocClassicConnectorService.deleteDocument(DocumentId id,
boolean finalDelete)
Delete a document.
|
void |
DocumentService.discardCheckout(DocumentId id)
Discards checkout of a document.
|
void |
DocClassicConnectorService.discardCheckout(DocumentId id)
Discards checkout of a document.
|
ResultAccessData |
DocumentService.getAccessData(DocumentId id)
Retrieves the access data for the specified document.
|
ResultAccessData |
DocClassicConnectorService.getAccessData(DocumentId id)
Retrieves the access data for the specified document.
|
String |
DocumentService.getAcl(DocumentId id)
Deprecated.
use
DocumentService.getAclNames(DocumentId) instead. Will be removed in 8.1. |
String |
DocClassicConnectorService.getAcl(DocumentId docId)
Deprecated.
use
DocClassicConnectorService.getAclNames(DocumentId) instead. Will be removed in 8.1. |
List<String> |
DocumentService.getAclNames(DocumentId id)
Retrieves the ACLs for the specified document or lookup entry.
|
List<String> |
DocClassicConnectorService.getAclNames(DocumentId id) |
org.zkoss.image.Image |
DocumentService.getActualImage(DocumentId id)
Reads the actual document image from backend.
|
org.zkoss.image.Image |
DocClassicConnectorService.getActualImage(DocumentId id)
Reads the actual document image from backend.
|
DocumentArchiveMetaInfo |
DocumentService.getArchiveMetaInfo(DocumentId documentId,
boolean currentRevision)
Retrieves the meta information of a document that is stored on the archive.
|
DocumentArchiveMetaInfo |
DocClassicConnectorService.getArchiveMetaInfo(DocumentId documentId,
boolean currentRevision)
Retrieves the meta information of a document that is stored on the archive.
|
DocumentArchiveMetaInfo |
DocumentService.getArchiveMetaInfo(DocumentId documentId,
boolean currentRevision,
boolean previewMode)
Retrieves the meta information of a document that is stored on the archive.
|
DocumentArchiveMetaInfo |
DocClassicConnectorService.getArchiveMetaInfo(DocumentId documentId,
boolean currentRevision,
boolean previewMode)
Retrieves the meta information of a document that is stored on the archive.
|
ResultProperties |
DocumentService.getDocumentInfo(DocumentId id)
Reads the document properties.
|
ResultProperties |
DocClassicConnectorService.getDocumentInfo(DocumentId id)
Reads the document properties.
|
com.saperion.intf.SaPropertyValue[] |
DocumentService.getDocumentMetadataFromArchive(DocumentId id,
boolean currentRevision)
Returns the metadata of the document as read from the archive.
|
com.saperion.intf.SaPropertyValue[] |
DocClassicConnectorService.getDocumentMetadataFromArchive(DocumentId id,
boolean currentRevision)
Returns the metadata of the document as read from the archive.
|
List<String> |
DocumentService.getDocumentVersionIds(DocumentId id)
Returns a list of all version IDs for the specified document.
|
List<String> |
DocClassicConnectorService.getDocumentVersionIds(DocumentId id)
Returns a list of all version IDs for the specified document.
|
List<DocumentVersionInfo> |
DocumentService.getDocumentVersions(DocumentId id)
Retrieves information about a document's versions.
|
List<DocumentVersionInfo> |
DocClassicConnectorService.getDocumentVersions(DocumentId id)
Retrieves information about a document's versions.
|
DocumentImageInfo |
DocumentService.getImageInfo(DocumentId id)
Reads the document image informations from backend.
|
DocumentImageInfo |
DocClassicConnectorService.getImageInfo(DocumentId id)
Reads the document image informations from backend.
|
ResultLockData |
DocumentService.getLockData(DocumentId id)
Returns the lock data for the specified document.
|
ResultLockData |
DocClassicConnectorService.getLockData(DocumentId id)
Returns the lock data for the specified document.
|
ResultAccessData |
DocumentService.getLookupEntryAccessData(DocumentId id)
Retrieves the access data for the specified lookup table entry.
|
ResultAccessData |
DocClassicConnectorService.getLookupEntryAccessData(DocumentId id) |
List<com.saperion.connector.renditions.Rendition> |
DocumentService.getRenderedDocument(DocumentId documentId,
com.saperion.connector.formats.TargetFormat format,
boolean currentRevision)
Renders the specified document to the target format.
|
List<com.saperion.connector.renditions.Rendition> |
DocClassicConnectorService.getRenderedDocument(DocumentId documentId,
com.saperion.connector.formats.TargetFormat format,
boolean currentRevision)
Renders the specified document to the target format.
|
ResultProperties |
DocumentService.getRevisionInfo(DocumentId id)
Reads the properties of the specified revision.
|
ResultProperties |
DocClassicConnectorService.getRevisionInfo(DocumentId id)
Reads the properties of the specified revision.
|
BufferedImage |
DocumentService.getThumbnail(DocumentId id,
int height,
int width,
boolean color)
Retrieves a thumbnail for the specified document or null if no thumbnail is available.
|
BufferedImage |
DocClassicConnectorService.getThumbnail(DocumentId id,
int height,
int width,
boolean color)
Retrieves a thumbnail for the specified document or null if no thumbnail is available.
|
boolean |
DocumentService.hasBlackmarkers(DocumentId docId)
Checks for blackmarkers.
|
boolean |
DocClassicConnectorService.hasBlackmarkers(DocumentId docId)
Checks for blackmarkers.
|
boolean |
DocumentService.lockDocument(DocumentId id)
Lock document.
|
boolean |
DocClassicConnectorService.lockDocument(DocumentId id)
Lock document.
|
void |
DocumentService.releaseDocument(DocumentId id,
String comment)
Release a document.
|
void |
DocClassicConnectorService.releaseDocument(DocumentId id,
String comment)
Release a document.
|
void |
DocumentService.removeIXOSAnno(DocumentId docId)
Remove the IXOS annotation from content list.
|
void |
DocClassicConnectorService.removeIXOSAnno(DocumentId docId)
Remove the IXOS annotation from content list.
|
void |
DocumentService.setAcl(DocumentId id,
String acl,
String comment)
Deprecated.
use
DocumentService.setAclNames(DocumentId, List, String) instead. Will be removed in 8.1. |
void |
DocClassicConnectorService.setAcl(DocumentId docId,
String acl,
String comment)
Deprecated.
use
DocClassicConnectorService.setAclNames(DocumentId, List, String) instead. Will be removed in 8.1. |
void |
DocumentService.setAclNames(DocumentId id,
List<String> acls,
String comment)
Sets the ACL for the specified document or lookup table entry.
|
void |
DocClassicConnectorService.setAclNames(DocumentId id,
List<String> acls,
String comment) |
void |
DocumentService.setDocumentRead(DocumentId id)
Sets the specified document's state to 'read' without creating a new revision.
|
void |
DocClassicConnectorService.setDocumentRead(DocumentId id)
Sets the specified document's state to 'read' without creating a new revision.
|
void |
DocumentService.setDocumentUnread(DocumentId id)
Sets the specified document's state to 'unread' without creating a new revision.
|
void |
DocClassicConnectorService.setDocumentUnread(DocumentId id)
Sets the specified document's state to 'unread' without creating a new revision.
|
boolean |
DocumentService.unlockDocument(DocumentId id)
Unlock document.
|
boolean |
DocClassicConnectorService.unlockDocument(DocumentId id)
Unlock document.
|
DocumentId |
DocumentService.updateDocument(DocumentId docId,
DataToUpdate data,
UpdateSettings settings)
Updates the document identfied by docId using the specified data and settings.
|
DocumentId |
DocClassicConnectorService.updateDocument(DocumentId docId,
DataToUpdate data,
UpdateSettings settings)
Updates the document identfied by docId using the specified data and settings.
|
com.saperion.intf.SaSaveInfo |
DocumentService.updateDocument(List<FieldResultBean> properties,
com.saperion.bean.ContentStream[] content,
String comment,
DocumentId docId,
boolean checkin,
boolean lookup,
int selectedImage)
Deprecated.
|
com.saperion.intf.SaSaveInfo |
DocClassicConnectorService.updateDocument(List<FieldResultBean> properties,
com.saperion.bean.ContentStream[] content,
String comment,
DocumentId docId,
boolean checkin,
boolean lookup,
int selectedImage)
Deprecated.
|
com.saperion.intf.SaSaveInfo |
DocumentService.updateDocument(Properties properties,
com.saperion.bean.ContentStream[] content,
String comment,
DocumentId docId,
boolean checkin,
boolean lookup,
int selectedImage)
Deprecated.
|
com.saperion.intf.SaSaveInfo |
DocClassicConnectorService.updateDocument(Properties properties,
com.saperion.bean.ContentStream[] content,
String comment,
DocumentId docId,
boolean checkin,
boolean lookup,
int selectedImage)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static List<String> |
DocumentId.convertToObjectIdList(Collection<DocumentId> list)
Converts to a list of object id's.
|
static List<String> |
DocumentId.convertToRevisionIdList(Collection<DocumentId> list)
/**Converts to a list of revision id's.
|
Modifier and Type | Method and Description |
---|---|
long |
NavigationService.getDocumentFolderCount(DocumentId id)
Retrieves the count over all folders the document is contained in.
|
long |
NavigationClassicConnectorService.getDocumentFolderCount(DocumentId id)
Retrieves the count over all folders the document is contained in.
|
List<FolderId> |
NavigationService.getDocumentFolders(DocumentId id)
Retrieves the folders that contain the specified document.
|
List<FolderId> |
NavigationClassicConnectorService.getDocumentFolders(DocumentId id)
Retrieves the folders that contain the specified document.
|
void |
NavigationService.removeFromFolder(Set<FolderId> folderIds,
DocumentId documentId)
Removes the specified document from a folder.
|
void |
NavigationClassicConnectorService.removeFromFolder(Set<FolderId> folderSysRowIds,
DocumentId documentId)
Removes the specified document from a folder.
|
Modifier and Type | Method and Description |
---|---|
void |
NavigationService.addToFolder(Set<FolderId> folderIds,
Set<DocumentId> documentIDs)
Adds documents to the specified folders.
|
void |
NavigationClassicConnectorService.addToFolder(Set<FolderId> folderIds,
Set<DocumentId> documentIDs)
Adds documents to the specified folders.
|
Modifier and Type | Method and Description |
---|---|
DocumentId |
ResultProperties.getAttachmentId()
Returns a DocumentId containing the ID of the attachment of a task represented by this
result.
|
DocumentId |
ResultProperties.getDocumentId()
Returns a new DocumentId containing the object ID of the document represented by this result.
|
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
DocumentId |
ResultSetPresenter.fixVersion(DocumentId documentId)
Fill value for revision ID in document ID if not set.
|
DocumentId |
ResultListItem.getAttachmentId()
If this is a workflow-item, this method returns the ID of the attached document.
|
DocumentId |
DraggableListItem.getAttachmentId() |
DocumentId |
ResultListItem.getDocumentId()
Returns the ID that identifies the document represented by this ResultListItem.
|
DocumentId |
DraggableListItem.getDocumentId() |
Modifier and Type | Method and Description |
---|---|
List<DocumentId> |
ResultSetViewImpl.getSelectedIds()
Returns the IDs of the selected documents.
|
List<DocumentId> |
ResultSetView.getSelectedIds()
Returns the IDs of the selected documents.
|
Modifier and Type | Method and Description |
---|---|
ItemAnalyzeResult |
ItemAnalyzer.analyzeItem(ResultProperties props,
DocumentId docId)
Analyze the item.
|
boolean |
ResultSetPresenter.doDeleteDocument(DocumentId id)
Delete document.
|
boolean |
ResultSetPresenter.doDeleteDocument(DocumentId id,
boolean finalDelete)
Delete document.
|
void |
ResultSetPresenter.editStructure(DocumentId documentId)
Shows the dialog to edit a document's structure.
|
DocumentId |
ResultSetPresenter.fixVersion(DocumentId documentId)
Fill value for revision ID in document ID if not set.
|
List<String> |
ResultSetPresenter.getAclNames(DocumentId documentId)
Returns the ACLs of a document.
|
ResultProperties |
ResultSetPresenter.getDocProperties(DocumentId id)
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.
|
List<String> |
ResultSetPresenter.getDocumentVersionIDs(DocumentId id)
Returns the version IDs for the specified document.
|
List<DocumentVersionInfo> |
ResultSetViewImpl.getDocumentVersions(DocumentId id) |
List<DocumentVersionInfo> |
ResultSetPresenter.getDocumentVersions(DocumentId id)
Retrieves the version information for a document.
|
static com.saperion.ngc.resultset.ResultSetEventListenerFactory.EditStructureEventListener |
ResultSetEventListenerFactory.getEditStructureEventListener(ResultSetView resultSetView,
ResultSetPresenter presenter,
boolean commentDialogEnabled,
String defaultComment,
DocumentId documentId,
Integer originalPageCnt) |
boolean |
ResultSetPresenter.isAllowedToViewHistory(DocumentId docId) |
boolean |
ResultSetPresenter.isLockedForEditing(DocumentId id)
Checks if the document with the specified ID is locked for editing in this result set.
|
void |
ResultSetPresenter.removeFromFolder(DocumentId documentId,
Set<FolderId> folderIDs)
Removes the documents from the specified folder.
|
Constructor and Description |
---|
SelectNextUserDialogEventListener(com.saperion.intf.wf.CommandInfo commandInfo,
String comment,
Date date,
List<DocumentId> taskIds,
boolean multi) |
Modifier and Type | Method and Description |
---|---|
static String |
SAPViewerMailUrl.getMailingURL(javax.servlet.http.HttpServletRequest request,
DocumentId docId,
List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> elements,
String text,
String subject)
Creates a mailing URL.
|
static String |
SAPViewerMailUrl.getUrlMailingURL(javax.servlet.http.HttpServletRequest request,
DocumentId docId,
String mailText,
String subject)
Creates a url mailing URL.
|
Modifier and Type | Method and Description |
---|---|
static IntelligentFormPopupWindow |
FormPopupHelper.openEditForm(String formName,
DocumentId docId)
Opens a form popup window in index mode for editing existing documents with the given form.
|
static IntelligentFormPopupWindow |
FormPopupHelper.openEditForm(String formName,
DocumentId docId,
String popupTitle)
Opens a form popup window in index mode for editing existing documents with the given form.
|
Modifier and Type | Method and Description |
---|---|
DocumentId |
FormPopupHelperContext.getDocumentId()
Gets the document id (of the document to edit).
|
Modifier and Type | Method and Description |
---|---|
void |
FormPopupHelperContext.setDocumentId(DocumentId id)
Sets the document id.
|
Modifier and Type | Method and Description |
---|---|
static String |
ServletUrl.constructTimelineUrl(DocumentId documentId,
javax.servlet.http.HttpServletRequest request)
Constructs the url to retrieve revision infos for timeline components.
|
Modifier and Type | Method and Description |
---|---|
static void |
MessageboxProvider.showDocumentCannotBeEditedMessage(ResultSetView view,
DocumentId id)
Shows the 'this document cannot be edited' message box with a choice for the user.
|
static com.lexmark.saperion.lookup.LookupEntryReferenceType |
ReferenceTypes.toLookupEntryReference(DocumentId documentId)
Creates a new reference to the lookup table entry identified by the specified ID.
|
Modifier and Type | Method and Description |
---|---|
DocumentId |
RememberDocumentBean.getDocumentId()
Gets the document id.
|
DocumentId |
OpenDocumentBean.getDocumentId()
Gets the document id.
|
DocumentId |
SapDocumentViewImpl.getLastDocId() |
Modifier and Type | Method and Description |
---|---|
void |
StructureList.addStructureItem(DocumentId documentId,
DocumentArchiveMetaInfo.ElementArchiveMetaInfo info,
boolean canDownload)
Adds the structure item.
|
protected boolean |
AbstractDocumentView.canDownload(DocumentId documentId)
Checks if the user is allowed to download the document.
|
boolean |
DocumentViewPresenter.canDownload(int maskRights,
DocumentId documentId)
Checks if downloading an item is allowed in this mask.
|
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.
|
protected boolean |
AbstractDocumentView.canView(DocumentId documentId)
Checks if the user is allowed to display the document.
|
void |
ViewerComponent.displayDocument(String documentUrl,
String annotationUrl,
DocumentArchiveMetaInfo.ElementArchiveMetaInfo pageMetaInfo,
DocumentId documentId)
Displays a document.
|
void |
DocumentViewPresenter.downloadSingle(DocumentId docId,
String filename,
int element)
Triggers the download of a single document.
|
protected void |
AbstractDocumentView.fillStructureView(List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> infos,
DocumentId documentId)
Fills the structure list with available documents to show in the viewer component.
|
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.
|
protected InputStream |
AbstractDocumentView.getPageListStream(DocumentId documentId,
List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> documentElements) |
InputStream |
DocumentViewPresenter.getStream(DocumentId id,
int element)
Gets the document's content as stream.
|
protected void |
AbstractDocumentView.makeViewerBean(DocumentId documentId,
List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> documentElements,
boolean currentRevision)
Creates a new viewer control-bean or updates the existing one.
|
void |
SapDocumentViewImpl.openDocument(DocumentId documentId,
List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> documentElements,
int element)
Opens the specified url and displays the document.
|
void |
DocumentViewImpl.openDocument(DocumentId documentId,
List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> documentElements,
int element)
Opens the specified url and displays the document.
|
void |
DocumentView.openDocument(DocumentId documentId,
List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> documentElements,
int element)
Opens the specified url and displays the document.
|
abstract void |
AbstractDocumentView.openDocument(DocumentId documentId,
List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> documentElements,
int element)
Opens the specified url and displays the document.
|
void |
SapDocumentViewImpl.openDocument(DocumentId documentId,
List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> documentElements,
int element,
boolean currentRevision)
Opens the specified url and displays the document.
|
void |
DocumentViewImpl.openDocument(DocumentId documentId,
List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> documentElements,
int element,
boolean currentRevision)
Opens the specified url and displays the document.
|
void |
DocumentView.openDocument(DocumentId documentId,
List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> documentElements,
int element,
boolean currentRevision)
Opens the specified url and displays the document.
|
void |
DocumentViewImpl.openPopup(DisplayPopupEvent orig,
DocumentId id)
openPopup Open a PopUp of Document Viewer.
|
void |
DocumentViewImpl.openPopup(DisplayPopupEvent orig,
DocumentId id,
boolean currentRevision)
openPopup Open a PopUp of Document Viewer.
|
void |
OpenDocumentBean.setDocumentId(DocumentId id)
Sets the document id.
|
void |
DocumentViewPresenter.writeNotes(DocumentId documentId,
String text)
Writes the text to the notes element or creates a new one.
|
Constructor and Description |
---|
OpenDocumentBean(DocumentId documentId,
boolean currentRevision,
boolean editMode,
List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> elementList,
InputStream pageStream)
Instantiates a new open document bean.
|
RememberDocumentBean(DocumentId docId,
int elementNr,
DocumentArchiveMetaInfo.ElementArchiveMetaInfo metaInfo,
long size,
boolean sizeIgnored)
Creates a new DocumentHelper Object that holds information about a document like its docId.
|
Modifier and Type | Method and Description |
---|---|
void |
PdfjsViewerImpl.displayDocument(String documentUrl,
String annotationsUrl,
DocumentArchiveMetaInfo.ElementArchiveMetaInfo elementinfo,
DocumentId documentId)
Displays a document.
|
Modifier and Type | Method and Description |
---|---|
void |
SimpleViewerImpl.displayDocument(String documentUrl,
String annotationsUrl,
DocumentArchiveMetaInfo.ElementArchiveMetaInfo elementinfo,
DocumentId documentId)
Displays a document.
|
void |
MediaViewerImpl.displayDocument(String documentUrl,
String annotationsUrl,
DocumentArchiveMetaInfo.ElementArchiveMetaInfo elementinfo,
DocumentId documentId)
Displays a document.
|
Modifier and Type | Method and Description |
---|---|
static DocumentId |
VirtualViewerUtil.getReleasedHdoc(DocumentId documentId,
OpenDocumentBean openDocumentBean,
DocumentService docService)
Gets the released hdoc.
|
Modifier and Type | Method and Description |
---|---|
String |
VirtualViewerIdGenerator.generateJsonId(DocumentId id)
Generates a JSON-string to be used as ID.
|
static DocumentId |
VirtualViewerUtil.getReleasedHdoc(DocumentId documentId,
OpenDocumentBean openDocumentBean,
DocumentService docService)
Gets the released hdoc.
|
Modifier and Type | Method and Description |
---|---|
void |
VirtualViewerHTML5.displayDocument(String documentUrl,
String annotationUrl,
DocumentArchiveMetaInfo.ElementArchiveMetaInfo pageMetaInfo,
DocumentId documentId) |
Copyright © 2016 Lexmark Enterprise Software Deutschland GmbH. All rights reserved.