Uses of Class
com.saperion.ngc.exception.AuthenticationException
Packages that use AuthenticationException
Package
Description
Package for authorization component classes.
Package for client dialog classes.
Contains classes concerning the user profile
Package for main filter components.
Package for main iForm components.
Package for iForm field elements.
Package for field validators.
Package for mailing.
Package for model classes.
Package for authorization model classes.
Package for document model classes.
Package for navigation model classes.
Package for navigation model interfaces.
Package for resultset model classes.
Package for user management classes.
Package for workflow model classes.
Package for navigation component classes.
Package for resultset component classes.
Package for resultset context menu classes.
Package for multiselection tool.
Package for standalone SAP viewer.
Package for user toolbar component classes.
Package for client utility classes.
Package for model property classes.
Package for viewer component classes.
Package for virtual viewer component classes.
-
Uses of AuthenticationException in com.saperion.ngc.authorization
Methods in com.saperion.ngc.authorization that throw AuthenticationException -
Uses of AuthenticationException in com.saperion.ngc.dialogs
Methods in com.saperion.ngc.dialogs that throw AuthenticationExceptionModifier and TypeMethodDescriptionRevisionHistoryDialog.RevisionListModel.create
(ResultSetPresenter resultPresenter, ResultSetViewImpl view, DocumentId docId, String maskName) Factory method.void
RevisionListRenderer.downloadRevision
(RevisionHistoryDialog.RevisionBean bean) static void
CommentDialog.show
(ResultSetPresenter resultPresenter, com.saperion.intf.wf.TaskInfo task) Shows the comment dialog.static void
RevisionHistoryDialog.show
(ResultSetPresenter resultPresenter, ResultSetViewImpl view, DocumentId docId, String maskName) Shows the revision history. -
Uses of AuthenticationException in com.saperion.ngc.dialogs.userprofile
Methods in com.saperion.ngc.dialogs.userprofile that throw AuthenticationException -
Uses of AuthenticationException in com.saperion.ngc.filter
Methods in com.saperion.ngc.filter that throw AuthenticationExceptionModifier and TypeMethodDescriptionboolean
DirectUserProvider.logon
(HttpSessionWrapper sessionWrapper, com.saperion.connector.SaClassicConnector connector, boolean multiMandant) boolean
LogonProvider.logon
(HttpSessionWrapper wrapper, com.saperion.connector.SaClassicConnector connector, boolean multiMandant) Logon user.boolean
NtlmProvider.logon
(HttpSessionWrapper sessionWrapper, com.saperion.connector.SaClassicConnector connector, boolean multiMandant) boolean
OpenIDConnectProvider.logon
(HttpSessionWrapper wrapper, com.saperion.connector.SaClassicConnector connector, boolean multiMandant) boolean
PrincipalProvider.logon
(HttpSessionWrapper sessionWrapper, com.saperion.connector.SaClassicConnector connector, boolean multiMandant) boolean
SAML2Provider.logon
(HttpSessionWrapper wrapper, com.saperion.connector.SaClassicConnector connector, boolean multiMandant) boolean
SAMLProvider.logon
(HttpSessionWrapper sessionWrapper, com.saperion.connector.SaClassicConnector connector, boolean multiMandant) boolean
SiteminderProvider.logon
(HttpSessionWrapper sessionWrapper, com.saperion.connector.SaClassicConnector connector, boolean multiMandant) -
Uses of AuthenticationException in com.saperion.ngc.iform
Methods in com.saperion.ngc.iform that throw AuthenticationExceptionModifier and TypeMethodDescriptionIntelligentFormPresenter.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
IntelligentFormPresenter.createSystemView
(List<com.saperion.intf.SaFieldDescription> list, SysForm.FormType type, String ddcName) Deprecated.void
IntelligentFormPresenter.deleteStoredConfiguration()
Deletes the stored area sizes and result list layouts for this mask.IntelligentFormPresenter.getAclsForUpdating()
Returns a comma-separated acl-string that can be used for updating a document.IntelligentFormPresenter.getArchiveMetaInfo
(DocumentId id, boolean currentRevision) Retrieves the meta information of the document from the archive.com.saperion.intf.DDC
Returns the DDC with the specified name.void
IntelligentFormPresenter.getDefinition
(String ddcName, SysForm.FormType type) Deprecated.useIntelligentFormView.createView(Form)
with system form implementation from package com.saperion.ngc.iform.system instead.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.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.IntelligentFormPresenter.getSetting
(String section, String key) 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.storeSizesInConfig
(Map<Integer, AreaSize> sizes) Stored the layout of the mask in the configuration.void
FieldValidator.validate()
Deprecated.Validates the field. -
Uses of AuthenticationException in com.saperion.ngc.iform.field
Methods in com.saperion.ngc.iform.field that throw AuthenticationExceptionModifier and TypeMethodDescriptionstatic IntelligentField
FieldFactory.getField
(com.saperion.ngc.iform.xml.EditFieldType type, boolean editable, com.saperion.ngc.iform.xml.PosType panePos, FormMode mode, boolean isNoLocalization) Constructors in com.saperion.ngc.iform.field that throw AuthenticationExceptionModifierConstructorDescriptionLookupPopup
(LookupTextField parentComp, com.saperion.ngc.iform.xml.EditFieldType fieldType) Constructor.Constructor.LookupTextField
(com.saperion.ngc.iform.xml.EditFieldType type, com.saperion.ngc.iform.xml.PosType panePos, FormMode mode, boolean isNoLocalization) Constructor. -
Uses of AuthenticationException in com.saperion.ngc.iform.validator
Methods in com.saperion.ngc.iform.validator that throw AuthenticationExceptionModifier and TypeMethodDescriptionprotected void
AbstractFieldValidator.checkDateRange
(Date value) Checks if the date is within the range supported by the database-system in use.abstract void
AbstractFieldValidator.validate()
Validates the field.void
AdvancedLookupFieldValidator.validate()
void
DateFieldValidator.validate()
static void
FieldValidator.validate
(IntelligentField field) Validates the field. -
Uses of AuthenticationException in com.saperion.ngc.mail
Methods in com.saperion.ngc.mail that throw AuthenticationExceptionModifier and TypeMethodDescriptionMailUtil.getElementInfos
(DocumentId documentId) Gets a list of information for the elements of the given document.MailUtil.getSourceFormats
(DocumentId documentId) Returns a map with theSourceFormat
s of the elements of the document identified by the specified ID. -
Uses of AuthenticationException in com.saperion.ngc.model
Methods in com.saperion.ngc.model that return AuthenticationExceptionModifier and TypeMethodDescriptionprotected final AuthenticationException
ClassicConnectorService.convertAuthenticationException
(com.saperion.exception.SaAuthenticationException orig) Converts an SaAuthenticationException to an AuthenticationException.Methods in com.saperion.ngc.model that throw AuthenticationExceptionModifier and TypeMethodDescriptionboolean
SettingsClassicConnectorService.deleteSetting
(String name, String section, boolean longSetting) Deletes a setting in the backend.boolean
SettingsService.deleteSetting
(String name, String section, boolean longSetting) Deletes a setting in the backend.SettingsClassicConnectorService.fixRevId
(DocumentId id, boolean force) Fix the revision id, if it's empty.SettingsService.fixRevId
(DocumentId id, boolean force) Fix the revision id, if it's empty.SettingsClassicConnectorService.getAllAcls()
Gets all ACL names.SettingsService.getAllAcls()
Gets all ACL names.SettingsClassicConnectorService.getDatabaseType()
Deprecated.com.saperion.config.SQLType
SettingsClassicConnectorService.getDatabaseType
(String ddcName) SettingsService.getDatabaseType()
Deprecated.This method is kept only for compile-compatibility and will always throw an exception useSettingsService.getDatabaseType(String)
instead.com.saperion.config.SQLType
SettingsService.getDatabaseType
(String ddcName) This method returns the type of database the given DDC is stored on.com.saperion.intf.DDC
Retrieves the specified DDC.com.saperion.intf.DDC
Retrieves the specified DDC.SettingsClassicConnectorService.getFastAccessItems()
Retrieves the fast access items.SettingsService.getFastAccessItems()
Retrieves the fast access items.final List<com.saperion.intf.SaFieldDescription>
SettingsClassicConnectorService.getFieldDescriptionsList
(String definitionName) Retrieves the field descriptions for the specified definition.List<com.saperion.intf.SaFieldDescription>
SettingsService.getFieldDescriptionsList
(String definitionName) Retrieves the field descriptions for the specified definition.SettingsClassicConnectorService.getLastLaunched()
Reads and sort the last launched workflow names.SettingsService.getLastLaunched()
Reads and sort the last launched workflow names.SettingsClassicConnectorService.getProperties
(String section) Reads the properties stored in the given section in the INI configuration files of Saperion.SettingsService.getProperties
(String section) Reads the properties stored in the given section in the INI configuration files of Saperion.final com.saperion.ngc.iform.xml.ResultType
SettingsClassicConnectorService.getResultType
(String formName, int id, int rev, String ddc) Deprecated.use getSetting insteadcom.saperion.ngc.iform.xml.ResultType
SettingsService.getResultType
(String formName, int id, int rev, String ddc) Deprecated.use getSetting insteadSettingsClassicConnectorService.getSetting
(String name, String section, boolean longSetting) Retrieves a setting from the backend.SettingsService.getSetting
(String name, String section, boolean longSetting) Retrieves a setting from the backend.SettingsClassicConnectorService.getUtf8Properties
(String section) Reads the properties stored in the given section in the INI configuration files of Saperion.SettingsService.getUtf8Properties
(String section) Reads the properties stored in the given section in the INI configuration files of Saperion.boolean
SettingsClassicConnectorService.isAuditTable
(String ddcName) Checks, if the given ddc is an audit/protocol table.boolean
SettingsService.isAuditTable
(String ddcName) Checks, if the given ddc is an audit/protocol table.boolean
SettingsClassicConnectorService.isLookupTable
(String ddcName) Checks, if the given ddc is a lookup table.boolean
SettingsService.isLookupTable
(String ddcName) Checks, if the given ddc is a lookup table.boolean
SettingsClassicConnectorService.isReleaseActive()
Checks if release feature active.boolean
SettingsService.isReleaseActive()
Checks if release feature active.void
SettingsClassicConnectorService.setFastAccessItems
(Map<String, String> items) Stores the fast access items.void
SettingsService.setFastAccessItems
(Map<String, String> items) Stores the fast access items.void
SettingsClassicConnectorService.setLastLaunched
(String lastName) Set the last lauched workflow name.void
SettingsService.setLastLaunched
(String lastName) Set the last lauched workflow name.void
SettingsClassicConnectorService.setProperties
(Map<String, String> props, String section) Writes the given properties to the given section.void
SettingsService.setProperties
(Map<String, String> props, String section) Writes the given properties to the given section.final void
SettingsClassicConnectorService.setResultType
(String formName, int id, int rev, com.saperion.ngc.iform.xml.ResultType resultType, String ddc) Deprecated.use setSetting insteadvoid
SettingsService.setResultType
(String formName, int id, int rev, com.saperion.ngc.iform.xml.ResultType resultType, String ddc) Deprecated.use setSetting insteadvoid
SettingsClassicConnectorService.setSetting
(String value, String name, String section, boolean longSetting) Stores a setting in the backend.void
SettingsService.setSetting
(String value, String name, String section, boolean longSetting) Stores a setting in the backend.void
SettingsClassicConnectorService.setUtf8Properties
(Map<String, String> props, String section, boolean cleanSection) Writes the given properties with UTF-8 encoded values to the given section.void
SettingsService.setUtf8Properties
(Map<String, String> props, String section, boolean cleanSection) Writes the given properties with UTF-8 encoded values to the given section. -
Uses of AuthenticationException in com.saperion.ngc.model.authorization
Methods in com.saperion.ngc.model.authorization that throw AuthenticationExceptionModifier and TypeMethodDescriptionboolean
AuthClassicConnectorService.autoLogon()
This function tries to automatic logon with SSO or NTLM.boolean
AuthClassicConnectorService.autoLogon
(com.saperion.connector.authentication.SessionInfo sessionInfo) This function tries to automatic logon with SSO or NTLM, passing the web session information.boolean
AuthorizationService.autoLogon()
This function tries to automatic logon with SSO or NTLM.boolean
AuthorizationService.autoLogon
(com.saperion.connector.authentication.SessionInfo sessionInfo) This function tries to automatic logon with SSO or NTLM, passing the web session information.AuthClassicConnectorService.changePassword
(User user, String newPassword) AuthorizationService.changePassword
(User user, String newPassword) Changes the password of the given user.boolean
AuthClassicConnectorService.closeSession
(com.saperion.connector.authentication.Session session) Close the givenSession
boolean
AuthorizationService.closeSession
(com.saperion.connector.authentication.Session session) Close the givenSession
AuthClassicConnectorService.getCurrentUser()
AuthorizationService.getCurrentUser()
final void
AuthClassicConnectorService.logoff()
Logoff from service.void
AuthorizationService.logoff()
Logoff from service.final User
AuthClassicConnectorService.logon
(AuthenticationInformation info) Logon to service.AuthorizationService.logon
(AuthenticationInformation auth) Logon to service.final User
Logon with a technical user.final User
Logon with a technical user.void
AuthClassicConnectorService.setCurrentUserPresent
(boolean present) Sets whether the current user is present.void
AuthorizationService.setCurrentUserPresent
(boolean present) Sets whether the current user is present.void
AuthClassicConnectorService.setCurrentUserSubstituteAccessEnabled
(boolean accessEnabled) Sets whether the current user's substitute has access to the users workflow-inbox.void
AuthorizationService.setCurrentUserSubstituteAccessEnabled
(boolean accessEnabled) Sets whether the current user's substitute has access to the users workflow-inbox.void
Sets the locale for the underlying connection to the backend.void
Sets the locale for the underlying connection to the backend. -
Uses of AuthenticationException in com.saperion.ngc.model.document
Methods in com.saperion.ngc.model.document that throw AuthenticationExceptionModifier and TypeMethodDescriptionfinal DocumentId
DocClassicConnectorService.addDocument
(List<FieldResultBean> properties, com.saperion.rmi.SaContentStream[] content, String comment, String ddcName, String acls) Adds a new document to the archive.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.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.final DocumentId
DocClassicConnectorService.addDocument
(Properties properties, com.saperion.rmi.SaContentStream[] content, String comment, String ddcName, String acls) Deprecated.DocumentService.addDocument
(List<FieldResultBean> properties, com.saperion.rmi.SaContentStream[] content, String comment, String ddcName, String acls) Adds a new document to the archive.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.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.DocumentService.addDocument
(Properties properties, com.saperion.rmi.SaContentStream[] content, String comment, String ddcName, String acls) Deprecated.void
DocClassicConnectorService.checkoutDocument
(DocumentId id) Checkout a document.void
DocClassicConnectorService.checkoutDocument
(DocumentId id, boolean withShareBase, int[] shareBaseDocIds) Checkout a document.void
DocumentService.checkoutDocument
(DocumentId id) Checkout a document.void
DocumentService.checkoutDocument
(DocumentId id, boolean withShareBase, int[] shareBaseDocIds) Checkout a document.final DocumentId
DocClassicConnectorService.createLookupItem
(List<FieldResultBean> properties, String ddcName) Create a new lookup entry.DocumentService.createLookupItem
(List<FieldResultBean> properties, String ddcName) Create a new lookup entry.final boolean
DocClassicConnectorService.deleteDocument
(DocumentId id) Delete a document.boolean
DocClassicConnectorService.deleteDocument
(DocumentId id, boolean finalDelete) Delete a document.boolean
DocumentService.deleteDocument
(DocumentId id) Delete a document.boolean
DocumentService.deleteDocument
(DocumentId id, boolean finalDelete) Delete a document.void
DocClassicConnectorService.discardCheckout
(DocumentId id) Discards checkout of a document.void
DocumentService.discardCheckout
(DocumentId id) Discards checkout of a document.DocClassicConnectorService.getAccessData
(DocumentId id) Retrieves the access data for the specified document.DocClassicConnectorService.getAccessData
(String revisionId) Retrieves the access data fot the specified document.DocumentService.getAccessData
(DocumentId id) Retrieves the access data for the specified document.DocumentService.getAccessData
(String revisionId) Retrieves the access data fot the specified document.DocClassicConnectorService.getAcl
(DocumentId docId) Deprecated.useDocClassicConnectorService.getAclNames(DocumentId)
instead.DocumentService.getAcl
(DocumentId id) Deprecated.useDocumentService.getAclNames(DocumentId)
instead.DocClassicConnectorService.getAclNames
(DocumentId id) DocumentService.getAclNames
(DocumentId id) Retrieves the ACLs for the specified document or lookup entry.org.zkoss.image.Image
DocClassicConnectorService.getActualImage
(DocumentId id) Reads the actual document image from backend.org.zkoss.image.Image
DocumentService.getActualImage
(DocumentId id) Reads the actual document image from backend.DocClassicConnectorService.getAllAcls()
Gets all ACL names.DocumentService.getAllAcls()
Gets all ACL names.final String
DocClassicConnectorService.getAnnotations
(String hDoc, int element) Deprecated.final String
DocClassicConnectorService.getAnnotations
(String hDoc, int element, boolean currentRevision) Retrieves the annotations of a document.DocumentService.getAnnotations
(String hDoc, int element) Deprecated.DocumentService.getAnnotations
(String hDoc, int element, boolean currentRevision) Retrieves the annotations of a document.DocClassicConnectorService.getArchiveMetaInfo
(DocumentId documentId, boolean currentRevision) Retrieves the meta information of a document that is stored on the archive.DocClassicConnectorService.getArchiveMetaInfo
(DocumentId documentId, boolean currentRevision, boolean previewMode) Retrieves the meta information of a document that is stored on the archive.DocumentService.getArchiveMetaInfo
(DocumentId documentId, boolean currentRevision) Retrieves the meta information of a document that is stored on the archive.DocumentService.getArchiveMetaInfo
(DocumentId documentId, boolean currentRevision, boolean previewMode) Retrieves the meta information of a document that is stored on the archive.DocClassicConnectorService.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.com.saperion.intf.SaPropertyValue[]
DocClassicConnectorService.getDocumentMetadataFromArchive
(DocumentId id, boolean currentRevision) Returns the metadata of the document as read from the archive.com.saperion.intf.SaPropertyValue[]
DocumentService.getDocumentMetadataFromArchive
(DocumentId id, boolean currentRevision) Returns the metadata of the document as read from the archive.DocClassicConnectorService.getDocumentVersion
(String versionId) Returns the metadata of the specified version.DocumentService.getDocumentVersion
(String versionId) Returns the metadata of the specified version.DocClassicConnectorService.getDocumentVersionIds
(DocumentId id) Returns a list of all version IDs for the specified document.DocumentService.getDocumentVersionIds
(DocumentId id) Returns a list of all version IDs for the specified document.DocClassicConnectorService.getDocumentVersions
(DocumentId id) Retrieves information about a document's versions.DocClassicConnectorService.getDocumentVersions
(String ddcName, String objectId) Retrieves information about a document's versions.DocumentService.getDocumentVersions
(DocumentId id) Retrieves information about a document's versions.DocumentService.getDocumentVersions
(String ddcName, String objectId) Retrieves information about a document's versions.long
DocClassicConnectorService.getElementSize
(String hDoc, int element) Retrieves the size of the specified element (in bytes).long
DocumentService.getElementSize
(String hDoc, int element) Retrieves the size of the specified element (in bytes).DocClassicConnectorService.getElementSizes
(String hDoc, List<Integer> elementsWithoutSize) Retrieves a map with the sizes (in bytes) of elements for a given hDoc.DocumentService.getElementSizes
(String hDoc, List<Integer> elementsWithoutSize) Retrieves a map with the sizes (in bytes) of elements for a given hDoc.DocumentService.getFullTextFields
(String ddcName, List<String> fullTextFields, String hdoc) Fetches values of Full text columnsDocClassicConnectorService.getImageInfo
(DocumentId id) Reads the document image informations from backend.DocumentService.getImageInfo
(DocumentId id) Reads the document image informations from backend.DocClassicConnectorService.getIXOSAnnotation
(String hdoc) Reads the IXOS annotation for this document.DocumentService.getIXOSAnnotation
(String hdoc) Reads the IXOS annotation for this document.DocClassicConnectorService.getLockData
(DocumentId id) Returns the lock data for the specified document.DocClassicConnectorService.getLockData
(DocumentId id, boolean isDeleted) Returns the lock data for the specified document.DocumentService.getLockData
(DocumentId id) Returns the lock data for the specified document.DocumentService.getLockData
(DocumentId id, boolean isDeleted) Returns the lock data for the specified document.DocClassicConnectorService.getLookupEntryAccessData
(DocumentId id) DocumentService.getLookupEntryAccessData
(DocumentId id) Retrieves the access data for the specified lookup table entry.int
DocClassicConnectorService.getNextCounterValue
(String ddcName, String fieldName, String dbFieldName) Deprecated.Counter fields cannot be set by API any more.int
DocumentService.getNextCounterValue
(String ddcName, String fieldName, String dbFieldName) Deprecated.Counter fields cannot be set by API any more.DocClassicConnectorService.getNotesContent
(String hDoc) Reads notes element.DocumentService.getNotesContent
(String hDoc) Reads notes element.DocClassicConnectorService.getPageList
(String hDoc, int element, boolean currentRevision) DocumentService.getPageList
(String hDoc, int element, boolean currentRevision) final InputStream
DocClassicConnectorService.getReleasedStream
(String hDoc, int element, boolean currentRevision) Retrieves the content of a document.DocumentService.getReleasedStream
(String hDoc, int element, boolean currentRevision) Retrieves the content of a document.DocClassicConnectorService.getReleaseHdoc
(String hDoc) Gets the last released hdoc.DocumentService.getReleaseHdoc
(String hDoc) Gets the last released hdoc.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.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.DocClassicConnectorService.getRevisionInfo
(DocumentId id) Reads the properties of the specified revision.DocumentService.getRevisionInfo
(DocumentId id) Reads the properties of the specified revision.final InputStream
Retrieves the content of a document.final InputStream
Retrieves the content of a document.final InputStream
DocClassicConnectorService.getStream
(String hDoc, int element, boolean currentRevision, boolean withAnnotations) Retrieves the content of a document.DocClassicConnectorService.getStream
(String hDoc, int element, boolean currentRevision, long start, long size) Retrieves the content of a document.Retrieves the content of a document.Retrieves the content of a document.DocumentService.getStream
(String hDoc, int element, boolean currentRevision, boolean withAnnotations) Retrieves the content of a document.Retrieves the content of a document.DocClassicConnectorService.getThumbnail
(DocumentId id, int height, int width, boolean color) Retrieves a thumbnail for the specified document or null if no thumbnail is available.DocumentService.getThumbnail
(DocumentId id, int height, int width, boolean color) Retrieves a thumbnail for the specified document or null if no thumbnail is available.boolean
DocClassicConnectorService.hasBlackmarkers
(DocumentId docId) Checks for blackmarkers.boolean
DocumentService.hasBlackmarkers
(DocumentId docId) Checks for blackmarkers.final boolean
DocClassicConnectorService.lockDocument
(DocumentId id, DocumentService.AuditEvent event) Lock document.boolean
DocumentService.lockDocument
(DocumentId id, DocumentService.AuditEvent event) Lock document.void
DocClassicConnectorService.releaseDocument
(DocumentId id, String comment) Release a document.void
DocumentService.releaseDocument
(DocumentId id, String comment) Release a document.final void
DocClassicConnectorService.removeIXOSAnno
(DocumentId docId) Remove the IXOS annotation from content list.void
DocumentService.removeIXOSAnno
(DocumentId docId) Remove the IXOS annotation from content list.DocClassicConnectorService.resolveLatestRevision
(String oldHdoc) Resolve latest revision for the given hdoc.DocumentService.resolveLatestRevision
(String oldHdoc) Resolve latest revision for the given hdoc.com.saperion.bean.SapDocInfo
DocClassicConnectorService.resolveSapURL
(String url) Resolves the given SAP URL and returns the SapDocInfo.com.saperion.bean.SapDocInfo
DocumentService.resolveSapURL
(String url) Resolves the given SAP URL and returns the SapDocInfo.void
DocClassicConnectorService.setAcl
(DocumentId docId, String acl, String comment) Deprecated.void
DocumentService.setAcl
(DocumentId id, String acl, String comment) Deprecated.void
DocClassicConnectorService.setAclNames
(DocumentId id, List<String> acls, String comment) void
DocumentService.setAclNames
(DocumentId id, List<String> acls, String comment) Sets the ACL for the specified document or lookup table entry.final void
DocClassicConnectorService.setAnnotations
(String hDoc, int element, String annotations) Sets the annotations of a document.void
DocumentService.setAnnotations
(String hDoc, int element, String annotations) Sets the annotations of a document.void
DocClassicConnectorService.setDocumentRead
(DocumentId id) Sets the specified document's state to 'read' without creating a new revision.void
DocumentService.setDocumentRead
(DocumentId id) Sets the specified document's state to 'read' without creating a new revision.void
DocClassicConnectorService.setDocumentUnread
(DocumentId id) Sets the specified document's state to 'unread' 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.setNotesContent
(String hDoc, String ddc, String content) Writes the notes element.void
DocumentService.setNotesContent
(String hDoc, String ddc, String content) Writes the notes element.final boolean
DocClassicConnectorService.unlockDocument
(DocumentId id) Unlock document.boolean
DocumentService.unlockDocument
(DocumentId id) Unlock document.DocClassicConnectorService.updateDocument
(DocumentId docId, DataToUpdate data, UpdateSettings settings) Updates the document identfied by docId using the specified data and settings.final 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.final com.saperion.intf.SaSaveInfo
DocClassicConnectorService.updateDocument
(Properties properties, com.saperion.bean.ContentStream[] content, String comment, DocumentId docId, boolean checkin, boolean lookup, int selectedImage) Deprecated.DocumentService.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
DocumentService.updateDocument
(Properties properties, com.saperion.bean.ContentStream[] content, String comment, DocumentId docId, boolean checkin, boolean lookup, int selectedImage) Deprecated.void
DocClassicConnectorService.updateLookupItem
(String sysRowId, List<FieldResultBean> properties, String ddcName) Update a lookup entry.void
DocClassicConnectorService.updateLookupItem
(String sysRowId, List<FieldResultBean> properties, String ddcName, boolean isDeleted) Update a lookup entry.void
DocumentService.updateLookupItem
(String sysRowId, List<FieldResultBean> properties, String ddcName) Update a lookup entry.void
DocumentService.updateLookupItem
(String sysRowId, List<FieldResultBean> properties, String ddcName, boolean isDeleted) Update a lookup entry.void
DocClassicConnectorService.writeAuditEvent
(String hdoc, DocumentService.AuditEvent event, String remark) Write audit event.void
DocumentService.writeAuditEvent
(String hdoc, DocumentService.AuditEvent event, String remark) Write audit event. -
Uses of AuthenticationException in com.saperion.ngc.model.resultset
Methods in com.saperion.ngc.model.resultset that throw AuthenticationExceptionModifier and TypeMethodDescriptionfinal int
QueryClassicConnectorService.executeCountQuery
(com.saperion.rmi.SaQueryInfo query) Executes a count query.int
QueryService.executeCountQuery
(com.saperion.rmi.SaQueryInfo query) Executes a count query.final ModelResult
QueryClassicConnectorService.executePagingQuery
(ResultPaging paging) Execute query with paging.QueryService.executePagingQuery
(ResultPaging paging) Execute query with paging.final ModelResult
QueryClassicConnectorService.executeQuery
(com.saperion.rmi.SaQueryInfo query) Execute query.QueryService.executeQuery
(com.saperion.rmi.SaQueryInfo queryInfo) Execute query.QueryClassicConnectorService.getAttachmentInfo
(com.saperion.intf.wf.TaskInfo info) Loads the attachment for the specifiedTaskInfo
.QueryService.getAttachmentInfo
(com.saperion.intf.wf.TaskInfo info) Loads the attachment for the specifiedTaskInfo
.int
QueryClassicConnectorService.getHitCount
(com.saperion.rmi.SaQueryInfo info) Returns the number of hits for the specified query.int
QueryService.getHitCount
(com.saperion.rmi.SaQueryInfo info) Returns the number of hits for the specified query.QueryClassicConnectorService.getInboxTaskProperties
(String taskId) QueryService.getInboxTaskProperties
(String taskId) Returns the metadata for a task with the specified ID.QueryClassicConnectorService.searchFolderDocuments
(String folderId, String folderDDC, com.saperion.rmi.SaQueryInfo hqlFilter) HQL search extended with additional folder informations and depth.QueryService.searchFolderDocuments
(String folderId, String folderDDC, com.saperion.rmi.SaQueryInfo hqlFilter) HQL search extended with additional folder informations and depth. -
Uses of AuthenticationException in com.saperion.ngc.model.users
Methods in com.saperion.ngc.model.users that throw AuthenticationExceptionModifier and TypeMethodDescriptioncom.saperion.jcs.modules.users.api.User
UserManagementClassicConnectorService.findUserById
(int id) com.saperion.jcs.modules.users.api.User
UserManagementService.findUserById
(int id) Finds a user by ID.com.saperion.jcs.modules.users.api.User
UserManagementClassicConnectorService.findUserByName
(String name) com.saperion.jcs.modules.users.api.User
UserManagementService.findUserByName
(String name) Finds a user by name. -
Uses of AuthenticationException in com.saperion.ngc.model.workflow
Methods in com.saperion.ngc.model.workflow that throw AuthenticationExceptionModifier and TypeMethodDescriptioncom.saperion.connector.wf.WorkflowResult
WorkflowConnectorService.addHistory
(String taskId, String description) Execute set history.com.saperion.connector.wf.WorkflowResult
WorkflowService.addHistory
(String taskId, String description) Execute set history.List<com.saperion.intf.wf.CommentInfo>
WorkflowConnectorService.getComments
(com.saperion.intf.wf.TaskInfo taskInfo) Retrieves the comments for the specified task.List<com.saperion.intf.wf.CommentInfo>
WorkflowService.getComments
(com.saperion.intf.wf.TaskInfo task) Retrieves the comments for the specified task.WorkflowConnectorService.getDefinitions()
Reads the available workflow definitions.List<com.saperion.wf.ProcessDefinitionDescriptor>
WorkflowConnectorService.getDefinitions
(String ddcName) Reads the available workflow definitions for the specified DDC.WorkflowService.getDefinitions()
Reads the available workflow definitions.List<com.saperion.wf.ProcessDefinitionDescriptor>
WorkflowService.getDefinitions
(String ddcName) Reads the available workflow definitions for the specified DDC.com.saperion.intf.wf.BoxDefinition
WorkflowConnectorService.getInboxDefinition()
Retrieves the definition of the current user's inbox.com.saperion.intf.wf.BoxDefinition
WorkflowService.getInboxDefinition()
Retrieves the definition of the current user's inbox.WorkflowConnectorService.getSubstitute()
WorkflowService.getSubstitute()
Gets the fullname of the substitute for workflows of the current user.com.saperion.jcs.modules.users.api.User
WorkflowConnectorService.getSubstituteUser()
com.saperion.jcs.modules.users.api.User
WorkflowService.getSubstituteUser()
Gets the substitute-user for the current user.com.saperion.connector.wf.SaWFTask
Load the task object.com.saperion.connector.wf.SaWFTask
Load the task object.void
WorkflowConnectorService.setSubstitute
(String substituteFullname) void
WorkflowService.setSubstitute
(String substituteFullname) Sets the substitute for workflows. -
Uses of AuthenticationException in com.saperion.ngc.resultset
Methods in com.saperion.ngc.resultset that throw AuthenticationExceptionModifier and TypeMethodDescriptionItemAnalyzer.analyzeItem
(ResultProperties props) Analyze the item.ItemAnalyzer.analyzeItem
(ResultProperties props, DocumentId docId) Analyze the item.ItemAnalyzer.analyzeItems
(List<ResultProperties> items) Analyzes the items.ResultSetPresenter.analyzeItems
(Collection<ResultListItem> items, boolean useAttachment) Analyze the items.WorkflowItemAnalyzer.analyzeWorkflowItem
(ResultProperties item) Analyzes the worklfow item.ResultSetPresenter.analyzeWorkflowItems
(Collection<ResultListItem> items) Analyze the workflow items.WorkflowItemAnalyzer.analyzeWorkflowItems
(List<ResultProperties> 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.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.void
ResultSetPresenter.externalStorageUpload
(DocumentId documentId, com.saperion.externalstorage.client.ExternalStorageClient client, com.saperion.externalstorage.ExternalStorageType storageType) Upload a saperion document to ShareBaseResultSetPresenter.fixVersion
(DocumentId documentId) Fill value for revision ID in document ID if not set.ResultSetPresenter.getAclNames
(DocumentId documentId) Returns the ACLs of a document.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
Returns the DDC with the specified name.ResultSetPresenter.getDocProperties
(DocumentId id) Reads the properties for the given document.ResultSetPresenter.getDocProperties
(DocumentId id, boolean isDeleted) Reads the properties for the given document.ResultSetPresenter.getDocumentFolders
(DocumentId documentId) Retrieves the folders that contain the specified document.ResultSetPresenter.getDocumentInfoFromArchive
(DocumentId id, boolean currentRevision) ResultSetPresenter.getDocumentPages
(DocumentId id, boolean currentRevision) Returns the amount of pages for the specified document.ResultSetPresenter.getDocumentVersion
(String versionId) Returns the version information for the specified version ID.ResultSetPresenter.getDocumentVersionIDs
(DocumentId id) Returns the version IDs for the specified document.ResultSetPresenter.getDocumentVersions
(DocumentId id) Retrieves the version information for a document.ResultSetPresenter.getFullTextFields
(String ddcName, List<String> fullTextFields, String hdoc) Fetches values of Full text columnsResultSetPresenter.getLastLaunched()
Gets the last launched.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.void
ResultSetPresenter.prolongRetention
(ResultProperties row, Date prolongDate) void
ResultsetConfiguration.readResultType
(String formName) void
ResultSetPresenter.reduceDisposition
(ResultProperties row, Date dispositionDate) 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'.void
ResultSetPresenter.setlitigationhold
(DocumentId documentId, boolean activate) Sets the specified document's litigationhold to 'read'.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 containedResultList
as well as in the current result stored in theQueryService
.com.saperion.externalstorage.library.Document
ResultSetPresenter.uploadDocToExternalStorage
(DocumentId documentId, String selectedFolderID, com.saperion.externalstorage.client.ExternalStorageClient externalStorageClient, com.saperion.externalstorage.ExternalStorageType storageType) void
ResultSetPresenter.writeAuditEvent
(String hdoc, DocumentService.AuditEvent event, String remark) -
Uses of AuthenticationException in com.saperion.ngc.resultset.multiselect
Methods in com.saperion.ngc.resultset.multiselect that throw AuthenticationExceptionModifier and TypeMethodDescriptionvoid
Executes the action on the specified list of contents.void
Executes the action on the specified list of contents.void
Executes the action on the specified list of contents.void
ContentMultiSelect.executeAction
(MultiSelectAction action) Executes the specified action on the items set by forItems. -
Uses of AuthenticationException in com.saperion.ngc.sapviewer
Methods in com.saperion.ngc.sapviewer that throw AuthenticationExceptionModifier and TypeMethodDescriptionSAPViewerUrl.createControlBeanAndLogin
(String url, jakarta.servlet.http.HttpServletRequest servletRequest, String viewerId) Parses the SAPViewer-URL, performs a login if required and created the viewer-control-bean. -
Uses of AuthenticationException in com.saperion.ngc.toolbar
Methods in com.saperion.ngc.toolbar that throw AuthenticationException -
Uses of AuthenticationException in com.saperion.ngc.util
Methods in com.saperion.ngc.util that return AuthenticationExceptionModifier and TypeMethodDescriptionstatic AuthenticationException
ExceptionUtil.convertAuthenticationException
(com.saperion.exception.SaAuthenticationException orig) Converts an SaAuthenticationException to an AuthenticationException.static AuthenticationException
ExceptionUtil.convertAuthenticationException
(com.saperion.jcs.modules.users.connector.exception.AuthenticationException orig) Converts an SaAuthenticationException to an AuthenticationException.Methods in com.saperion.ngc.util that throw AuthenticationExceptionModifier and TypeMethodDescriptionstatic File
DownloadUtil.createTmpZip
(List<Content> contentToDownload) static void
Downloads the specified documents.static void
DownloadUtil.downloadAsZip
(List<Content> contentToDownload) Downloads the specified documents.static String
WatermarkUtil.getWatermarkFile
(String hDoc, boolean currentRevision, DocumentService docService) Gets the watermark file property of a document which is set in the WATERMARKFILE field in the document's metadata. -
Uses of AuthenticationException in com.saperion.ngc.util.property
Methods in com.saperion.ngc.util.property that throw AuthenticationExceptionModifier and TypeMethodDescriptionprotected com.saperion.intf.SaFieldDescription
PropertyType.getFieldDescription
(com.saperion.intf.SaPropertyValue fieldProperty) Returns the field description of the specified property or null if it could not be found.String[]
PropertyHandler.returnStringValues()
Deprecated.Converts the providedSaPropertyValue
object values to String array.String[]
PropertyToStringConverter.returnStringValues
(com.saperion.intf.SaPropertyValue value) Converts the providedSaPropertyValue
object values to String array. -
Uses of AuthenticationException in com.saperion.ngc.viewer
Methods in com.saperion.ngc.viewer that throw AuthenticationExceptionModifier and TypeMethodDescriptionboolean
DocumentViewPresenter.canEditAnnotations
(OpenDocumentBean bean) Checks if the user can edit the annotations.boolean
DocumentViewPresenter.canEditDocument
(DocumentId id) Checks if the document can be edited.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.DocumentViewPresenter.getArchiveMetaInfo
(DocumentId documentId, boolean currentRevision, boolean previewMode) Gets the archive meta info.DocumentViewPresenter.getContentListForLink
(DocumentId id, DocumentArchiveMetaInfo linkMetaInfo) Returns a list ofContent
of a linked document.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.DocumentViewPresenter.getElementSizes
(DocumentId id, List<Integer> elementsWithoutSize) Determines the sizes of the list of elements.Reads the notes element for the given document id.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 documentDocumentViewPresenter.resolveLatestRevision
(String originalHdoc) Resolves the latest revision of the document with the specified HDOC.void
DocumentViewPresenter.writeAuditEvent
(String hdoc, DocumentService.AuditEvent event, String remark) void
DocumentViewPresenter.writeNotes
(DocumentId documentId, String text) Writes the text to the notes element or creates a new one. -
Uses of AuthenticationException in com.saperion.ngc.viewer.hylandviewer
Methods in com.saperion.ngc.viewer.hylandviewer that throw AuthenticationExceptionModifier and TypeMethodDescriptionHylandViewerUtil.getIniAnnotation
(String revisionId) Get the annotation of a document -
Uses of AuthenticationException in com.saperion.ngc.viewer.virtualviewer
Methods in com.saperion.ngc.viewer.virtualviewer that throw AuthenticationExceptionModifier and TypeMethodDescriptionstatic DocumentId
VirtualViewerUtil.getReleasedHdoc
(DocumentId documentId, OpenDocumentBean openDocumentBean, DocumentService docService) Gets the released hdoc.
IntelligentFormView.createView(Form)
with system form implementation from package com.saperion.ngc.iform.system instead.