Uses of Class
com.saperion.ngc.exception.AuthenticationException
- 
Packages that use AuthenticationException Package Description com.saperion.ngc.authorization Package for authorization component classes.com.saperion.ngc.dialogs Package for client dialog classes.com.saperion.ngc.dialogs.userprofile Contains classes concerning the user profilecom.saperion.ngc.filter Package for main filter components.com.saperion.ngc.iform Package for main iForm components.com.saperion.ngc.iform.field Package for iForm field elements.com.saperion.ngc.iform.validator Package for field validators.com.saperion.ngc.mail Package for mailing.com.saperion.ngc.model Package for model classes.com.saperion.ngc.model.authorization Package for authorization 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.navigation.intf Package for navigation model interfaces.com.saperion.ngc.model.resultset Package for resultset model classes.com.saperion.ngc.model.users Package for user management classes.com.saperion.ngc.model.workflow Package for workflow model classes.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.multiselect Package for multiselection tool.com.saperion.ngc.sapviewer Package for standalone SAP viewer.com.saperion.ngc.toolbar Package for user toolbar component classes.com.saperion.ngc.util Package for client utility classes.com.saperion.ngc.util.property Package for model property classes.com.saperion.ngc.viewer Package for viewer component classes.com.saperion.ngc.viewer.hylandviewer com.saperion.ngc.viewer.virtualviewer Package for virtual viewer component classes.
- 
- 
Uses of AuthenticationException in com.saperion.ngc.authorizationMethods in com.saperion.ngc.authorization that throw AuthenticationException Modifier and Type Method Description protected voidAuthorizationPresenter. logon(java.lang.String username, java.lang.String password, int selectedItem, java.lang.String mandant)
- 
Uses of AuthenticationException in com.saperion.ngc.dialogsMethods in com.saperion.ngc.dialogs that throw AuthenticationException Modifier and Type Method Description static RevisionHistoryDialog.RevisionListModelRevisionHistoryDialog.RevisionListModel. create(ResultSetPresenter resultPresenter, ResultSetViewImpl view, DocumentId docId, java.lang.String maskName)Factory method.voidRevisionListRenderer. downloadRevision(RevisionHistoryDialog.RevisionBean bean)static voidCommentDialog. show(ResultSetPresenter resultPresenter, com.saperion.intf.wf.TaskInfo task)Shows the comment dialog.static voidRevisionHistoryDialog. show(ResultSetPresenter resultPresenter, ResultSetViewImpl view, DocumentId docId, java.lang.String maskName)Shows the revision history.
- 
Uses of AuthenticationException in com.saperion.ngc.dialogs.userprofileMethods in com.saperion.ngc.dialogs.userprofile that throw AuthenticationException Modifier and Type Method Description voidPasswordChanger. modify()voidPresenceModifier. modify()voidSubstituteModifier. modify()voidUserSettingsModifier. modify()Implement to define action that modifies the current user.
- 
Uses of AuthenticationException in com.saperion.ngc.filterMethods in com.saperion.ngc.filter that throw AuthenticationException Modifier and Type Method Description booleanDirectUserProvider. logon(HttpSessionWrapper sessionWrapper, com.saperion.connector.SaClassicConnector connector, boolean multiMandant)booleanLogonProvider. logon(HttpSessionWrapper wrapper, com.saperion.connector.SaClassicConnector connector, boolean multiMandant)Logon user.booleanNtlmProvider. logon(HttpSessionWrapper sessionWrapper, com.saperion.connector.SaClassicConnector connector, boolean multiMandant)booleanOpenIDConnectProvider. logon(HttpSessionWrapper wrapper, com.saperion.connector.SaClassicConnector connector, boolean multiMandant)booleanPrincipalProvider. logon(HttpSessionWrapper sessionWrapper, com.saperion.connector.SaClassicConnector connector, boolean multiMandant)booleanSAML2Provider. logon(HttpSessionWrapper wrapper, com.saperion.connector.SaClassicConnector connector, boolean multiMandant)booleanSAMLProvider. logon(HttpSessionWrapper sessionWrapper, com.saperion.connector.SaClassicConnector connector, boolean multiMandant)booleanSiteminderProvider. logon(HttpSessionWrapper sessionWrapper, com.saperion.connector.SaClassicConnector connector, boolean multiMandant)
- 
Uses of AuthenticationException in com.saperion.ngc.iformMethods in com.saperion.ngc.iform that throw AuthenticationException Modifier and Type Method Description DocumentIdIntelligentFormPresenter. addDocument(java.util.List<FieldResultBean> properties, java.lang.String comment, FolderUploadInfos infos, java.lang.String ddcName)Adds a new document to the archive.booleanIntelligentFormPresenter. canEditIndex(ResultProperties props)Checks if the index of the specified document can be edited.voidIntelligentFormPresenter. createSystemView(java.util.List<com.saperion.intf.SaFieldDescription> list, SysForm.FormType type, java.lang.String ddcName)Deprecated.useIntelligentFormView.createView(Form)with system form implementation from package com.saperion.ngc.iform.system instead.voidIntelligentFormPresenter. deleteStoredConfiguration()Deletes the stored area sizes and result list layouts for this mask.java.util.Set<java.lang.String>IntelligentFormPresenter. getAclsForUpdating()Returns a comma-separated acl-string that can be used for updating a document.DocumentArchiveMetaInfoIntelligentFormPresenter. getArchiveMetaInfo(DocumentId id, boolean currentRevision)Retrieves the meta information of the document from the archive.com.saperion.intf.DDCIntelligentFormPresenter. getDdc(java.lang.String ddcName)Returns the DDC with the specified name.voidIntelligentFormPresenter. getDefinition(java.lang.String ddcName, SysForm.FormType type)Deprecated.useIntelligentFormView.createView(Form)with system form implementation from package com.saperion.ngc.iform.system instead.ResultPropertiesIntelligentFormPresenter. getDocProperties(DocumentId id)Reads the properties for the given document.java.util.List<com.saperion.intf.SaFieldDescription>IntelligentFormPresenter. getFieldDefinitions(java.lang.String ddcName)Returns the field descriptions for the specified DDC.FolderInfoIntelligentFormPresenter. getFolderInfos(FolderId folderId)Retrieves information about the specified folder.intIntelligentFormPresenter. getInboxId()com.saperion.ngc.iform.xml.FormIntelligentFormPresenter. getMaskDefinition(java.lang.String maskName)intIntelligentFormPresenter. getNextCounterValue(java.lang.String ddcName, java.lang.String fieldName, java.lang.String dbFieldName)Deprecated.Counter fields cannot be set by API any more.java.lang.StringIntelligentFormPresenter. getSetting(java.lang.String section, java.lang.String key)java.util.Map<java.lang.Integer,AreaSize>IntelligentFormPresenter. loadSizesFromConfig()Loads the sizes of the forms layout-areas from the configuration.static voidValidationErrorMessageCreator. showValidationErrorMessage(IntelligentField field, FieldValidationException.ValidationError validationError, EventChildHandler eventHandler)voidIntelligentFormPresenter. storeSizesInConfig(java.util.Map<java.lang.Integer,AreaSize> sizes)Stored the layout of the mask in the configuration.voidFieldValidator. validate()Deprecated.Validates the field.
- 
Uses of AuthenticationException in com.saperion.ngc.iform.fieldMethods in com.saperion.ngc.iform.field that throw AuthenticationException Modifier and Type Method Description static IntelligentFieldFieldFactory. 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 AuthenticationException Constructor Description LookupPopup(LookupTextField parentComp, com.saperion.ngc.iform.xml.EditFieldType fieldType)Constructor.LookupTextField()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.validatorMethods in com.saperion.ngc.iform.validator that throw AuthenticationException Modifier and Type Method Description protected voidAbstractFieldValidator. checkDateRange(java.util.Date value)Checks if the date is within the range supported by the database-system in use.abstract voidAbstractFieldValidator. validate()Validates the field.voidAdvancedLookupFieldValidator. validate()voidDateFieldValidator. validate()static voidFieldValidator. validate(IntelligentField field)Validates the field.
- 
Uses of AuthenticationException in com.saperion.ngc.mailMethods in com.saperion.ngc.mail that throw AuthenticationException Modifier and Type Method Description static java.util.List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo>MailUtil. getElementInfos(DocumentId documentId)Gets a list of information for the elements of the given document.static java.util.Map<com.saperion.connector.formats.SourceFormat,java.lang.Integer>MailUtil. getSourceFormats(DocumentId documentId)Returns a map with theSourceFormats of the elements of the document identified by the specified ID.
- 
Uses of AuthenticationException in com.saperion.ngc.modelMethods in com.saperion.ngc.model that return AuthenticationException Modifier and Type Method Description protected AuthenticationExceptionClassicConnectorService. convertAuthenticationException(com.saperion.exception.SaAuthenticationException orig)Converts an SaAuthenticationException to an AuthenticationException.Methods in com.saperion.ngc.model that throw AuthenticationException Modifier and Type Method Description booleanSettingsClassicConnectorService. deleteSetting(java.lang.String name, java.lang.String section, boolean longSetting)Deletes a setting in the backend.booleanSettingsService. deleteSetting(java.lang.String name, java.lang.String section, boolean longSetting)Deletes a setting in the backend.DocumentIdSettingsClassicConnectorService. fixRevId(DocumentId id, boolean force)Fix the revision id, if it's empty.DocumentIdSettingsService. fixRevId(DocumentId id, boolean force)Fix the revision id, if it's empty.java.util.List<java.lang.String>SettingsClassicConnectorService. getAllAcls()Gets all ACL names.java.util.List<java.lang.String>SettingsService. getAllAcls()Gets all ACL names.java.lang.StringSettingsClassicConnectorService. getDatabaseType()Deprecated.com.saperion.config.SQLTypeSettingsClassicConnectorService. getDatabaseType(java.lang.String ddcName)java.lang.StringSettingsService. getDatabaseType()Deprecated.This method is kept only for compile-compatibility and will always throw an exception useSettingsService.getDatabaseType(String)instead.com.saperion.config.SQLTypeSettingsService. getDatabaseType(java.lang.String ddcName)This method returns the type of database the given DDC is stored on.com.saperion.intf.DDCSettingsClassicConnectorService. getDDC(java.lang.String definitionName)Retrieves the specified DDC.com.saperion.intf.DDCSettingsService. getDDC(java.lang.String definitionName)Retrieves the specified DDC.java.util.Map<java.lang.String,java.lang.String>SettingsClassicConnectorService. getFastAccessItems()Retrieves the fast access items.java.util.Map<java.lang.String,java.lang.String>SettingsService. getFastAccessItems()Retrieves the fast access items.java.util.List<com.saperion.intf.SaFieldDescription>SettingsClassicConnectorService. getFieldDescriptionsList(java.lang.String definitionName)Retrieves the field descriptions for the specified definition.java.util.List<com.saperion.intf.SaFieldDescription>SettingsService. getFieldDescriptionsList(java.lang.String definitionName)Retrieves the field descriptions for the specified definition.java.util.List<java.lang.String>SettingsClassicConnectorService. getLastLaunched()Reads and sort the last launched workflow names.java.util.List<java.lang.String>SettingsService. getLastLaunched()Reads and sort the last launched workflow names.java.util.Map<java.lang.String,java.lang.String>SettingsClassicConnectorService. getProperties(java.lang.String section)Reads the properties stored in the given section in the INI configuration files of Saperion.java.util.Map<java.lang.String,java.lang.String>SettingsService. getProperties(java.lang.String section)Reads the properties stored in the given section in the INI configuration files of Saperion.com.saperion.ngc.iform.xml.ResultTypeSettingsClassicConnectorService. getResultType(java.lang.String formName, int id, int rev, java.lang.String ddc)Deprecated.use getSetting insteadcom.saperion.ngc.iform.xml.ResultTypeSettingsService. getResultType(java.lang.String formName, int id, int rev, java.lang.String ddc)Deprecated.use getSetting insteadjava.lang.StringSettingsClassicConnectorService. getSetting(java.lang.String name, java.lang.String section, boolean longSetting)Retrieves a setting from the backend.java.lang.StringSettingsService. getSetting(java.lang.String name, java.lang.String section, boolean longSetting)Retrieves a setting from the backend.java.util.Map<java.lang.String,java.lang.String>SettingsClassicConnectorService. getUtf8Properties(java.lang.String section)Reads the properties stored in the given section in the INI configuration files of Saperion.java.util.Map<java.lang.String,java.lang.String>SettingsService. getUtf8Properties(java.lang.String section)Reads the properties stored in the given section in the INI configuration files of Saperion.booleanSettingsClassicConnectorService. isAuditTable(java.lang.String ddcName)Checks, if the given ddc is an audit/protocol table.booleanSettingsService. isAuditTable(java.lang.String ddcName)Checks, if the given ddc is an audit/protocol table.booleanSettingsClassicConnectorService. isLookupTable(java.lang.String ddcName)Checks, if the given ddc is a lookup table.booleanSettingsService. isLookupTable(java.lang.String ddcName)Checks, if the given ddc is a lookup table.booleanSettingsClassicConnectorService. isReleaseActive()Checks if release feature active.booleanSettingsService. isReleaseActive()Checks if release feature active.voidSettingsClassicConnectorService. setFastAccessItems(java.util.Map<java.lang.String,java.lang.String> items)Stores the fast access items.voidSettingsService. setFastAccessItems(java.util.Map<java.lang.String,java.lang.String> items)Stores the fast access items.voidSettingsClassicConnectorService. setLastLaunched(java.lang.String lastName)Set the last lauched workflow name.voidSettingsService. setLastLaunched(java.lang.String lastName)Set the last lauched workflow name.voidSettingsClassicConnectorService. setProperties(java.util.Map<java.lang.String,java.lang.String> props, java.lang.String section)Writes the given properties to the given section.voidSettingsService. setProperties(java.util.Map<java.lang.String,java.lang.String> props, java.lang.String section)Writes the given properties to the given section.voidSettingsClassicConnectorService. setResultType(java.lang.String formName, int id, int rev, com.saperion.ngc.iform.xml.ResultType resultType, java.lang.String ddc)Deprecated.use setSetting insteadvoidSettingsService. setResultType(java.lang.String formName, int id, int rev, com.saperion.ngc.iform.xml.ResultType resultType, java.lang.String ddc)Deprecated.use setSetting insteadvoidSettingsClassicConnectorService. setSetting(java.lang.String value, java.lang.String name, java.lang.String section, boolean longSetting)Stores a setting in the backend.voidSettingsService. setSetting(java.lang.String value, java.lang.String name, java.lang.String section, boolean longSetting)Stores a setting in the backend.voidSettingsClassicConnectorService. setUtf8Properties(java.util.Map<java.lang.String,java.lang.String> props, java.lang.String section, boolean cleanSection)Writes the given properties with UTF-8 encoded values to the given section.voidSettingsService. setUtf8Properties(java.util.Map<java.lang.String,java.lang.String> props, java.lang.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.authorizationMethods in com.saperion.ngc.model.authorization that throw AuthenticationException Modifier and Type Method Description booleanAuthClassicConnectorService. autoLogon()This function tries to automatic logon with SSO or NTLM.booleanAuthClassicConnectorService. autoLogon(com.saperion.connector.authentication.SessionInfo sessionInfo)This function tries to automatic logon with SSO or NTLM, passing the web session information.booleanAuthorizationService. autoLogon()This function tries to automatic logon with SSO or NTLM.booleanAuthorizationService. autoLogon(com.saperion.connector.authentication.SessionInfo sessionInfo)This function tries to automatic logon with SSO or NTLM, passing the web session information.UserAuthClassicConnectorService. changePassword(User user, java.lang.String newPassword)UserAuthorizationService. changePassword(User user, java.lang.String newPassword)Changes the password of the given user.booleanAuthClassicConnectorService. closeSession(com.saperion.connector.authentication.Session session)Close the givenSessionbooleanAuthorizationService. closeSession(com.saperion.connector.authentication.Session session)Close the givenSessionUserAuthClassicConnectorService. getCurrentUser()UserAuthorizationService. getCurrentUser()voidAuthClassicConnectorService. logoff()Logoff from service.voidAuthorizationService. logoff()Logoff from service.UserAuthClassicConnectorService. logon(AuthenticationInformation info)Logon to service.UserAuthorizationService. logon(AuthenticationInformation auth)Logon to service.UserAuthClassicConnectorService. logonTech(java.lang.String tenant)Logon with a technical user.UserAuthClassicConnectorService. logonTech(java.lang.String tenant, javax.servlet.http.HttpSession session)Logon with a technical user.voidAuthClassicConnectorService. setCurrentUserPresent(boolean present)Sets whether the current user is present.voidAuthorizationService. setCurrentUserPresent(boolean present)Sets whether the current user is present.voidAuthClassicConnectorService. setCurrentUserSubstituteAccessEnabled(boolean accessEnabled)Sets whether the current user's substitute has access to the users workflow-inbox.voidAuthorizationService. setCurrentUserSubstituteAccessEnabled(boolean accessEnabled)Sets whether the current user's substitute has access to the users workflow-inbox.voidAuthClassicConnectorService. setLocale(java.util.Locale locale)Sets the locale for the underlying connection to the backend.voidAuthorizationService. setLocale(java.util.Locale locale)Sets the locale for the underlying connection to the backend.
- 
Uses of AuthenticationException in com.saperion.ngc.model.documentMethods in com.saperion.ngc.model.document that throw AuthenticationException Modifier and Type Method Description DocumentIdDocClassicConnectorService. addDocument(java.util.List<FieldResultBean> properties, com.saperion.rmi.SaContentStream[] content, java.lang.String comment, java.lang.String ddcName, java.lang.String acls)Adds a new document to the archive.DocumentIdDocClassicConnectorService. addDocument(java.util.List<FieldResultBean> properties, com.saperion.rmi.SaContentStream[] content, java.lang.String comment, java.lang.String ddcName, java.lang.String acls, java.util.Map<java.lang.String,DocumentVariable> variables)Adds a new document to the archive.DocumentIdDocClassicConnectorService. addDocument(java.util.Map<java.lang.String,java.lang.Object> properties, com.saperion.bean.ContentStream[] content, java.lang.String comment, java.lang.String ddcName, java.lang.String acls, java.util.Map<java.lang.String,DocumentVariable> variables)Adds a new document to the archive.DocumentIdDocClassicConnectorService. addDocument(java.util.Properties properties, com.saperion.rmi.SaContentStream[] content, java.lang.String comment, java.lang.String ddcName, java.lang.String acls)Deprecated.DocumentIdDocumentService. addDocument(java.util.List<FieldResultBean> properties, com.saperion.rmi.SaContentStream[] content, java.lang.String comment, java.lang.String ddcName, java.lang.String acls)Adds a new document to the archive.DocumentIdDocumentService. addDocument(java.util.List<FieldResultBean> properties, com.saperion.rmi.SaContentStream[] content, java.lang.String comment, java.lang.String ddcName, java.lang.String acls, java.util.Map<java.lang.String,DocumentVariable> variables)Adds a new document to the archive.DocumentIdDocumentService. addDocument(java.util.Map<java.lang.String,java.lang.Object> properties, com.saperion.bean.ContentStream[] content, java.lang.String comment, java.lang.String ddcName, java.lang.String acls, java.util.Map<java.lang.String,DocumentVariable> variables)Adds a new document to the archive.DocumentIdDocumentService. addDocument(java.util.Properties properties, com.saperion.rmi.SaContentStream[] content, java.lang.String comment, java.lang.String ddcName, java.lang.String acls)Deprecated.voidDocClassicConnectorService. checkoutDocument(DocumentId id)Checkout a document.voidDocClassicConnectorService. checkoutDocument(DocumentId id, boolean withShareBase, int[] shareBaseDocIds)Checkout a document.voidDocumentService. checkoutDocument(DocumentId id)Checkout a document.voidDocumentService. checkoutDocument(DocumentId id, boolean withShareBase, int[] shareBaseDocIds)Checkout a document.DocumentIdDocClassicConnectorService. createLookupItem(java.util.List<FieldResultBean> properties, java.lang.String ddcName)Create a new lookup entry.DocumentIdDocumentService. createLookupItem(java.util.List<FieldResultBean> properties, java.lang.String ddcName)Create a new lookup entry.booleanDocClassicConnectorService. deleteDocument(DocumentId id)Delete a document.booleanDocClassicConnectorService. deleteDocument(DocumentId id, boolean finalDelete)Delete a document.booleanDocumentService. deleteDocument(DocumentId id)Delete a document.booleanDocumentService. deleteDocument(DocumentId id, boolean finalDelete)Delete a document.voidDocClassicConnectorService. discardCheckout(DocumentId id)Discards checkout of a document.voidDocumentService. discardCheckout(DocumentId id)Discards checkout of a document.ResultAccessDataDocClassicConnectorService. getAccessData(DocumentId id)Retrieves the access data for the specified document.ResultAccessDataDocClassicConnectorService. getAccessData(java.lang.String revisionId)Retrieves the access data fot the specified document.ResultAccessDataDocumentService. getAccessData(DocumentId id)Retrieves the access data for the specified document.ResultAccessDataDocumentService. getAccessData(java.lang.String revisionId)Retrieves the access data fot the specified document.java.lang.StringDocClassicConnectorService. getAcl(DocumentId docId)Deprecated.useDocClassicConnectorService.getAclNames(DocumentId)instead.java.lang.StringDocumentService. getAcl(DocumentId id)Deprecated.useDocumentService.getAclNames(DocumentId)instead.java.util.List<java.lang.String>DocClassicConnectorService. getAclNames(DocumentId id)java.util.List<java.lang.String>DocumentService. getAclNames(DocumentId id)Retrieves the ACLs for the specified document or lookup entry.org.zkoss.image.ImageDocClassicConnectorService. getActualImage(DocumentId id)Reads the actual document image from backend.org.zkoss.image.ImageDocumentService. getActualImage(DocumentId id)Reads the actual document image from backend.java.lang.StringDocClassicConnectorService. getAnnotations(java.lang.String hDoc, int element)Deprecated.java.lang.StringDocClassicConnectorService. getAnnotations(java.lang.String hDoc, int element, boolean currentRevision)Retrieves the annotations of a document.java.lang.StringDocumentService. getAnnotations(java.lang.String hDoc, int element)Deprecated.java.lang.StringDocumentService. getAnnotations(java.lang.String hDoc, int element, boolean currentRevision)Retrieves the annotations of a document.DocumentArchiveMetaInfoDocClassicConnectorService. getArchiveMetaInfo(DocumentId documentId, boolean currentRevision)Retrieves the meta information of a document that is stored on the archive.DocumentArchiveMetaInfoDocClassicConnectorService. getArchiveMetaInfo(DocumentId documentId, boolean currentRevision, boolean previewMode)Retrieves the meta information of a document that is stored on the archive.DocumentArchiveMetaInfoDocumentService. getArchiveMetaInfo(DocumentId documentId, boolean currentRevision)Retrieves the meta information of a document that is stored on the archive.DocumentArchiveMetaInfoDocumentService. getArchiveMetaInfo(DocumentId documentId, boolean currentRevision, boolean previewMode)Retrieves the meta information of a document that is stored on the archive.ResultPropertiesDocClassicConnectorService. getDocumentInfo(DocumentId id)Reads the document properties.ResultPropertiesDocClassicConnectorService. getDocumentInfo(DocumentId id, boolean isDeleted)Reads the document properties.ResultPropertiesDocumentService. getDocumentInfo(DocumentId id)Reads the document properties.ResultPropertiesDocumentService. 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.DocumentVersionInfoDocClassicConnectorService. getDocumentVersion(java.lang.String versionId)Returns the metadata of the specified version.DocumentVersionInfoDocumentService. getDocumentVersion(java.lang.String versionId)Returns the metadata of the specified version.java.util.List<java.lang.String>DocClassicConnectorService. getDocumentVersionIds(DocumentId id)Returns a list of all version IDs for the specified document.java.util.List<java.lang.String>DocumentService. getDocumentVersionIds(DocumentId id)Returns a list of all version IDs for the specified document.java.util.List<DocumentVersionInfo>DocClassicConnectorService. getDocumentVersions(DocumentId id)Retrieves information about a document's versions.java.util.List<DocumentVersionInfo>DocClassicConnectorService. getDocumentVersions(java.lang.String ddcName, java.lang.String objectId)Retrieves information about a document's versions.java.util.List<DocumentVersionInfo>DocumentService. getDocumentVersions(DocumentId id)Retrieves information about a document's versions.java.util.List<DocumentVersionInfo>DocumentService. getDocumentVersions(java.lang.String ddcName, java.lang.String objectId)Retrieves information about a document's versions.longDocClassicConnectorService. getElementSize(java.lang.String hDoc, int element)Retrieves the size of the specified element (in bytes).longDocumentService. getElementSize(java.lang.String hDoc, int element)Retrieves the size of the specified element (in bytes).java.util.Map<java.lang.Integer,java.lang.Long>DocClassicConnectorService. getElementSizes(java.lang.String hDoc, java.util.List<java.lang.Integer> elementsWithoutSize)Retrieves a map with the sizes (in bytes) of elements for a given hDoc.java.util.Map<java.lang.Integer,java.lang.Long>DocumentService. getElementSizes(java.lang.String hDoc, java.util.List<java.lang.Integer> elementsWithoutSize)Retrieves a map with the sizes (in bytes) of elements for a given hDoc.java.util.Set<java.util.Map.Entry<java.lang.String,java.lang.String>>DocumentService. getFullTextFields(java.lang.String ddcName, java.util.List<java.lang.String> fullTextFields, java.lang.String hdoc)Fetches values of Full text columnsDocumentImageInfoDocClassicConnectorService. getImageInfo(DocumentId id)Reads the document image informations from backend.DocumentImageInfoDocumentService. getImageInfo(DocumentId id)Reads the document image informations from backend.java.lang.StringDocClassicConnectorService. getIXOSAnnotation(java.lang.String hdoc)Reads the IXOS annotation for this document.java.lang.StringDocumentService. getIXOSAnnotation(java.lang.String hdoc)Reads the IXOS annotation for this document.ResultLockDataDocClassicConnectorService. getLockData(DocumentId id)Returns the lock data for the specified document.ResultLockDataDocClassicConnectorService. getLockData(DocumentId id, boolean isDeleted)Returns the lock data for the specified document.ResultLockDataDocumentService. getLockData(DocumentId id)Returns the lock data for the specified document.ResultLockDataDocumentService. getLockData(DocumentId id, boolean isDeleted)Returns the lock data for the specified document.ResultAccessDataDocClassicConnectorService. getLookupEntryAccessData(DocumentId id)ResultAccessDataDocumentService. getLookupEntryAccessData(DocumentId id)Retrieves the access data for the specified lookup table entry.intDocClassicConnectorService. getNextCounterValue(java.lang.String ddcName, java.lang.String fieldName, java.lang.String dbFieldName)Deprecated.Counter fields cannot be set by API any more.intDocumentService. getNextCounterValue(java.lang.String ddcName, java.lang.String fieldName, java.lang.String dbFieldName)Deprecated.Counter fields cannot be set by API any more.java.lang.StringDocClassicConnectorService. getNotesContent(java.lang.String hDoc)Reads notes element.java.lang.StringDocumentService. getNotesContent(java.lang.String hDoc)Reads notes element.PageListDocClassicConnectorService. getPageList(java.lang.String hDoc, int element, boolean currentRevision)PageListDocumentService. getPageList(java.lang.String hDoc, int element, boolean currentRevision)java.io.InputStreamDocClassicConnectorService. getReleasedStream(java.lang.String hDoc, int element, boolean currentRevision)Retrieves the content of a document.java.io.InputStreamDocumentService. getReleasedStream(java.lang.String hDoc, int element, boolean currentRevision)Retrieves the content of a document.java.lang.StringDocClassicConnectorService. getReleaseHdoc(java.lang.String hDoc)Gets the last released hdoc.java.lang.StringDocumentService. getReleaseHdoc(java.lang.String hDoc)Gets the last released hdoc.java.util.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.java.util.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.ResultPropertiesDocClassicConnectorService. getRevisionInfo(DocumentId id)Reads the properties of the specified revision.ResultPropertiesDocumentService. getRevisionInfo(DocumentId id)Reads the properties of the specified revision.java.io.InputStreamDocClassicConnectorService. getStream(java.lang.String hDoc, int element)Retrieves the content of a document.java.io.InputStreamDocClassicConnectorService. getStream(java.lang.String hDoc, int element, boolean currentRevision)Retrieves the content of a document.java.io.InputStreamDocClassicConnectorService. getStream(java.lang.String hDoc, int element, boolean currentRevision, boolean withAnnotations)Retrieves the content of a document.java.io.InputStreamDocClassicConnectorService. getStream(java.lang.String hDoc, int element, boolean currentRevision, long start, long size)Retrieves the content of a document.java.io.InputStreamDocumentService. getStream(java.lang.String hDoc, int element)Retrieves the content of a document.java.io.InputStreamDocumentService. getStream(java.lang.String hDoc, int element, boolean currentRevision)Retrieves the content of a document.java.io.InputStreamDocumentService. getStream(java.lang.String hDoc, int element, boolean currentRevision, boolean withAnnotations)Retrieves the content of a document.java.io.InputStreamDocumentService. getStream(java.lang.String hDoc, int element, boolean currentRevision, long start, long size)Retrieves the content of a document.java.awt.image.BufferedImageDocClassicConnectorService. getThumbnail(DocumentId id, int height, int width, boolean color)Retrieves a thumbnail for the specified document or null if no thumbnail is available.java.awt.image.BufferedImageDocumentService. getThumbnail(DocumentId id, int height, int width, boolean color)Retrieves a thumbnail for the specified document or null if no thumbnail is available.booleanDocClassicConnectorService. hasBlackmarkers(DocumentId docId)Checks for blackmarkers.booleanDocumentService. hasBlackmarkers(DocumentId docId)Checks for blackmarkers.booleanDocClassicConnectorService. lockDocument(DocumentId id, DocumentService.AuditEvent event)Lock document.booleanDocumentService. lockDocument(DocumentId id, DocumentService.AuditEvent event)Lock document.voidDocClassicConnectorService. releaseDocument(DocumentId id, java.lang.String comment)Release a document.voidDocumentService. releaseDocument(DocumentId id, java.lang.String comment)Release a document.voidDocClassicConnectorService. removeIXOSAnno(DocumentId docId)Remove the IXOS annotation from content list.voidDocumentService. removeIXOSAnno(DocumentId docId)Remove the IXOS annotation from content list.java.lang.StringDocClassicConnectorService. resolveLatestRevision(java.lang.String oldHdoc)Resolve latest revision for the given hdoc.java.lang.StringDocumentService. resolveLatestRevision(java.lang.String oldHdoc)Resolve latest revision for the given hdoc.com.saperion.bean.SapDocInfoDocClassicConnectorService. resolveSapURL(java.lang.String url)Resolves the given SAP URL and returns the SapDocInfo.com.saperion.bean.SapDocInfoDocumentService. resolveSapURL(java.lang.String url)Resolves the given SAP URL and returns the SapDocInfo.voidDocClassicConnectorService. setAcl(DocumentId docId, java.lang.String acl, java.lang.String comment)Deprecated.voidDocumentService. setAcl(DocumentId id, java.lang.String acl, java.lang.String comment)Deprecated.voidDocClassicConnectorService. setAclNames(DocumentId id, java.util.List<java.lang.String> acls, java.lang.String comment)voidDocumentService. setAclNames(DocumentId id, java.util.List<java.lang.String> acls, java.lang.String comment)Sets the ACL for the specified document or lookup table entry.voidDocClassicConnectorService. setAnnotations(java.lang.String hDoc, int element, java.lang.String annotations)Sets the annotations of a document.voidDocumentService. setAnnotations(java.lang.String hDoc, int element, java.lang.String annotations)Sets the annotations of a document.voidDocClassicConnectorService. setDocumentRead(DocumentId id)Sets the specified document's state to 'read' without creating a new revision.voidDocumentService. setDocumentRead(DocumentId id)Sets the specified document's state to 'read' without creating a new revision.voidDocClassicConnectorService. setDocumentUnread(DocumentId id)Sets the specified document's state to 'unread' without creating a new revision.voidDocumentService. setDocumentUnread(DocumentId id)Sets the specified document's state to 'unread' without creating a new revision.voidDocClassicConnectorService. setNotesContent(java.lang.String hDoc, java.lang.String ddc, java.lang.String content)Writes the notes element.voidDocumentService. setNotesContent(java.lang.String hDoc, java.lang.String ddc, java.lang.String content)Writes the notes element.booleanDocClassicConnectorService. unlockDocument(DocumentId id)Unlock document.booleanDocumentService. unlockDocument(DocumentId id)Unlock document.DocumentIdDocClassicConnectorService. updateDocument(DocumentId docId, DataToUpdate data, UpdateSettings settings)Updates the document identfied by docId using the specified data and settings.com.saperion.intf.SaSaveInfoDocClassicConnectorService. updateDocument(java.util.List<FieldResultBean> properties, com.saperion.bean.ContentStream[] content, java.lang.String comment, DocumentId docId, boolean checkin, boolean lookup, int selectedImage)Deprecated.com.saperion.intf.SaSaveInfoDocClassicConnectorService. updateDocument(java.util.Properties properties, com.saperion.bean.ContentStream[] content, java.lang.String comment, DocumentId docId, boolean checkin, boolean lookup, int selectedImage)Deprecated.DocumentIdDocumentService. updateDocument(DocumentId docId, DataToUpdate data, UpdateSettings settings)Updates the document identfied by docId using the specified data and settings.com.saperion.intf.SaSaveInfoDocumentService. updateDocument(java.util.List<FieldResultBean> properties, com.saperion.bean.ContentStream[] content, java.lang.String comment, DocumentId docId, boolean checkin, boolean lookup, int selectedImage)Deprecated.com.saperion.intf.SaSaveInfoDocumentService. updateDocument(java.util.Properties properties, com.saperion.bean.ContentStream[] content, java.lang.String comment, DocumentId docId, boolean checkin, boolean lookup, int selectedImage)Deprecated.voidDocClassicConnectorService. updateLookupItem(java.lang.String sysRowId, java.util.List<FieldResultBean> properties, java.lang.String ddcName)Update a lookup entry.voidDocClassicConnectorService. updateLookupItem(java.lang.String sysRowId, java.util.List<FieldResultBean> properties, java.lang.String ddcName, boolean isDeleted)Update a lookup entry.voidDocumentService. updateLookupItem(java.lang.String sysRowId, java.util.List<FieldResultBean> properties, java.lang.String ddcName)Update a lookup entry.voidDocumentService. updateLookupItem(java.lang.String sysRowId, java.util.List<FieldResultBean> properties, java.lang.String ddcName, boolean isDeleted)Update a lookup entry.voidDocClassicConnectorService. writeAuditEvent(java.lang.String hdoc, DocumentService.AuditEvent event, java.lang.String remark)Write audit event.voidDocumentService. writeAuditEvent(java.lang.String hdoc, DocumentService.AuditEvent event, java.lang.String remark)Write audit event.
- 
Uses of AuthenticationException in com.saperion.ngc.model.navigationMethods in com.saperion.ngc.model.navigation that throw AuthenticationException Modifier and Type Method Description FolderIdNavigationClassicConnectorService. addFavoriteFolder(java.lang.String name, java.util.Properties props, java.lang.String content)Adds a new node to the favorite folder with the given name, properties and content.FolderIdNavigationService. addFavoriteFolder(java.lang.String name, java.util.Properties props, java.lang.String content)Adds a new node to the favorite folder with the given name, properties and content.NavigationNodeNavigationClassicConnectorService. addFolder(NavigationNode node, java.lang.String childName, com.saperion.constants.SaFolderConstants.FOLDER_TYPE nodeType, java.util.Properties properties)Adds a folder with the given name to the node and returns the result containing the new child.NavigationNodeNavigationService. addFolder(NavigationNode node, java.lang.String childName, com.saperion.constants.SaFolderConstants.FOLDER_TYPE nodeType, java.util.Properties properties)Adds a folder with the given name to the node and returns the result containing the new child.NavigationNodeNavigationClassicConnectorService. addLinkFolder(NavigationNode node, java.lang.String childName, FolderId destination)Adds a link folder with the given name to the node and returns the result containing the new child.NavigationNodeNavigationService. addLinkFolder(NavigationNode node, java.lang.String childName, FolderId destination)Adds a link folder with the given name to the node and returns the result containing the new child.voidNavigationClassicConnectorService. addToFolder(java.util.Set<FolderId> folderIds, java.util.Set<DocumentId> documentIDs)Adds documents to the specified folders.voidNavigationService. addToFolder(java.util.Set<FolderId> folderIds, java.util.Set<DocumentId> documentIDs)Adds documents to the specified folders.NavigationNodeNavigationClassicConnectorService. addWebpartFolder(NavigationNode node, java.lang.String childName, java.lang.String destination)Adds a webpart folder with the given name to the node and returns the result containing the new child.NavigationNodeNavigationService. addWebpartFolder(NavigationNode node, java.lang.String childName, java.lang.String destination)Adds a webpart folder with the given name to the node and returns the result containing the new child.NavigationNodeNavigationClassicConnectorService. copyFolder(FolderId folderId, NavigationNode destinationNode, FolderId beforeChildId, boolean withDocuments)Copies a folder to the specified location.NavigationNodeNavigationService. copyFolder(FolderId folderId, NavigationNode destinationNode, FolderId beforeChildId, boolean withDocuments)Copies a folder to the specified location.voidNavigationClassicConnectorService. deleteFolder(NavigationNode node)Deletes the given folder.voidNavigationService. deleteFolder(NavigationNode node)Deletes the given folder.voidNavigationClassicConnectorService. deleteFolderById(FolderId id)Deletes the folder identified by the specified id.voidNavigationService. deleteFolderById(FolderId id)Deletes the folder identified by the specified id.java.io.InputStreamFolderNode. getContent()Returns the content stream, it will be loaded on demand.longNavigationClassicConnectorService. getDocumentFolderCount(DocumentId id)Retrieves the count over all folders the document is contained in.longNavigationService. getDocumentFolderCount(DocumentId id)Retrieves the count over all folders the document is contained in.java.util.List<FolderId>NavigationClassicConnectorService. getDocumentFolders(DocumentId id)Retrieves the folders that contain the specified document.java.util.List<FolderId>NavigationService. getDocumentFolders(DocumentId id)Retrieves the folders that contain the specified document.java.util.List<java.lang.String>NavigationClassicConnectorService. getFolderAcl(FolderId folderId)Gets ACL for folder.java.util.List<java.lang.String>NavigationService. getFolderAcl(FolderId folderId)Gets ACL for folder.FolderNodeNavigationClassicConnectorService. getFolderById(FolderId id)Search a folder by id.FolderNodeNavigationService. getFolderById(FolderId id)Search a folder by id.FolderNodeNavigationClassicConnectorService. getFolderByPath(java.lang.String ddc, java.lang.String path)Search a folder by path.FolderNodeNavigationService. getFolderByPath(java.lang.String ddc, java.lang.String path)Search a folder by path.java.util.List<FolderInfo>NavigationClassicConnectorService. getFolderChildren(FolderId id)Retrieves the children of the folder identified by the specified id.java.util.List<FolderInfo>NavigationService. getFolderChildren(FolderId id)Retrieves the children of the folder identified by the specified id.FolderClassNavigationClassicConnectorService. getFolderClass(java.lang.String className)Returns the folder class with the specified name or null if no such class exists.FolderClassNavigationService. getFolderClass(java.lang.String className)Returns the folder class with the specified name or null if no such class exists.java.util.Set<FolderClass>NavigationClassicConnectorService. getFolderClassesForDDC(java.lang.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.java.util.Set<FolderClass>NavigationService. getFolderClassesForDDC(java.lang.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.FolderInfoNavigationClassicConnectorService. getFolderInfo(FolderId id)Retrieves information about the specified folder.FolderInfoNavigationService. getFolderInfo(FolderId id)Retrieves information about the specified folder.java.util.List<java.lang.String>NavigationClassicConnectorService. getFolderTables()Reads all folder table names.java.util.List<java.lang.String>NavigationService. getFolderTables()Reads all folder table names.NavigationTreeNavigationClassicConnectorService. getFolderTree(FolderId root, com.saperion.rmi.SaQueryInfo filter)Generates a folder tree stated at. NavigationTreeNavigationService. getFolderTree(FolderId root, com.saperion.rmi.SaQueryInfo filter)Generates a folder tree stated at. java.util.Set<com.saperion.folder.FolderUpdateInfo>NavigationClassicConnectorService. getFolderUpdateInfo(java.util.Map<java.lang.String,java.lang.Long> folderIds)Get Set of folders to refresh on client side.java.util.Set<com.saperion.folder.FolderUpdateInfo>NavigationService. getFolderUpdateInfo(java.util.Map<java.lang.String,java.lang.Long> folderIds)Get Set of folders to refresh on client side.intNavigationClassicConnectorService. getInboxId()Reads the inbox id for the current user.intNavigationService. getInboxId()Reads the inbox id for the current user.com.saperion.ngc.iform.xml.FormNavigationClassicConnectorService. getMaskDefinition(java.lang.String maskName)Retrieves the mask definition with the given name.com.saperion.ngc.iform.xml.FormNavigationClassicConnectorService. getMaskDefinition(java.lang.String maskName, boolean ignoreCompatibility)Retrieves the mask definition with the given name.com.saperion.ngc.iform.xml.FormNavigationService. getMaskDefinition(java.lang.String maskName)Retrieves the mask definition with the given name.com.saperion.ngc.iform.xml.FormNavigationService. getMaskDefinition(java.lang.String maskName, boolean ignoreCompatibility)Retrieves the mask definition with the given name.NavigationTreeNavigationClassicConnectorService. getNavigationTree(java.lang.String folderDDC, com.saperion.rmi.SaQueryInfo filter)Returns the navigation tree.NavigationTreeNavigationService. getNavigationTree(java.lang.String folderDDC, com.saperion.rmi.SaQueryInfo filter)Returns the navigation tree.NavigationNodeNavigationClassicConnectorService. getNextLevelFolders(NavigationNode node, com.saperion.rmi.SaQueryInfo filter, int allowedMaxNrOfNodesPerLevel)Returns the folders of the next level.NavigationNodeNavigationService. getNextLevelFolders(NavigationNode node, com.saperion.rmi.SaQueryInfo filter, int allowedMaxNrOfNodesPerLevel)Returns the folders of the next level.com.saperion.wf.BoxCountNavigationClassicConnectorService. getTaskCounts()Returns the number or read and unread tasks for the current user.com.saperion.wf.BoxCountNavigationService. getTaskCounts()Returns the number or read and unread tasks for the current user.NavigationNodeNavigationClassicConnectorService. getWorkflowNodes(NavigationNode navigationNode)Reads the workflow tree part.NavigationNodeNavigationService. getWorkflowNodes(NavigationNode navigationNode)Reads the workflow tree part.booleanNavigationClassicConnectorService. hasFolder(java.lang.String folderId)booleanNavigationService. hasFolder(java.lang.String folderId)voidNavigationClassicConnectorService. removeFromFolder(java.util.Set<FolderId> folderSysRowIds, DocumentId documentId)Removes the specified document from a folder.voidNavigationService. removeFromFolder(java.util.Set<FolderId> folderIds, DocumentId documentId)Removes the specified document from a folder.FolderIdNavigationClassicConnectorService. resolveLink(FolderId linkId)Resolves a link folder and returns the link destination.FolderIdNavigationService. resolveLink(FolderId linkId)Resolves a link folder and returns the link destination.voidNavigationClassicConnectorService. setFolderAcl(FolderId folderId, java.lang.String acl)Sets ACL for folder.voidNavigationService. setFolderAcl(FolderId folderId, java.lang.String acl)Sets ACL for folder.voidNavigationClassicConnectorService. updateFolder(FolderId id, java.util.Properties nameValuePairs)Updates the properties of a folder.voidNavigationService. updateFolder(FolderId id, java.util.Properties nameValuePairs)Updates the properties of a folder.Constructors in com.saperion.ngc.model.navigation that throw AuthenticationException Constructor Description FolderNode(NavigationItem parentItem, DocumentDatabaseMetaInfo info, com.saperion.rmi.SaACLRights access, FolderClass folderClass)Constructor.FolderTree(DocumentDatabaseMetaInfo rootFolderDocInfo, com.saperion.rmi.SaACLRights access, FolderClass rootFolderClass)Constructor.
- 
Uses of AuthenticationException in com.saperion.ngc.model.navigation.intfMethods in com.saperion.ngc.model.navigation.intf that throw AuthenticationException Modifier and Type Method Description java.io.InputStreamNavigationNode. getContent()Returns the content stream, it will be loaded on demand.
- 
Uses of AuthenticationException in com.saperion.ngc.model.resultsetMethods in com.saperion.ngc.model.resultset that throw AuthenticationException Modifier and Type Method Description intQueryClassicConnectorService. executeCountQuery(com.saperion.rmi.SaQueryInfo query)Executes a count query.intQueryService. executeCountQuery(com.saperion.rmi.SaQueryInfo query)Executes a count query.ModelResultQueryClassicConnectorService. executePagingQuery(ResultPaging paging)Execute query with paging.ModelResultQueryService. executePagingQuery(ResultPaging paging)Execute query with paging.ModelResultQueryClassicConnectorService. executeQuery(com.saperion.rmi.SaQueryInfo query)Execute query.ModelResultQueryService. executeQuery(com.saperion.rmi.SaQueryInfo queryInfo)Execute query.DocumentDatabaseMetaInfoQueryClassicConnectorService. getAttachmentInfo(com.saperion.intf.wf.TaskInfo info)Loads the attachment for the specifiedTaskInfo.DocumentDatabaseMetaInfoQueryService. getAttachmentInfo(com.saperion.intf.wf.TaskInfo info)Loads the attachment for the specifiedTaskInfo.intQueryClassicConnectorService. getHitCount(com.saperion.rmi.SaQueryInfo info)Returns the number of hits for the specified query.intQueryService. getHitCount(com.saperion.rmi.SaQueryInfo info)Returns the number of hits for the specified query.ResultPropertiesQueryClassicConnectorService. getInboxTaskProperties(java.lang.String taskId)ResultPropertiesQueryService. getInboxTaskProperties(java.lang.String taskId)Returns the metadata for a task with the specified ID.ModelResultQueryClassicConnectorService. searchFolderDocuments(java.lang.String folderId, java.lang.String folderDDC, com.saperion.rmi.SaQueryInfo hqlFilter)HQL search extended with additional folder informations and depth.ModelResultQueryService. searchFolderDocuments(java.lang.String folderId, java.lang.String folderDDC, com.saperion.rmi.SaQueryInfo hqlFilter)HQL search extended with additional folder informations and depth.
- 
Uses of AuthenticationException in com.saperion.ngc.model.usersMethods in com.saperion.ngc.model.users that throw AuthenticationException Modifier and Type Method Description com.saperion.jcs.modules.users.api.UserUserManagementClassicConnectorService. findUserById(int id)com.saperion.jcs.modules.users.api.UserUserManagementService. findUserById(int id)Finds a user by ID.com.saperion.jcs.modules.users.api.UserUserManagementClassicConnectorService. findUserByName(java.lang.String name)com.saperion.jcs.modules.users.api.UserUserManagementService. findUserByName(java.lang.String name)Finds a user by name.
- 
Uses of AuthenticationException in com.saperion.ngc.model.workflowMethods in com.saperion.ngc.model.workflow that throw AuthenticationException Modifier and Type Method Description com.saperion.connector.wf.WorkflowResultWorkflowConnectorService. addHistory(java.lang.String taskId, java.lang.String description)Execute set history.com.saperion.connector.wf.WorkflowResultWorkflowService. addHistory(java.lang.String taskId, java.lang.String description)Execute set history.java.util.List<com.saperion.intf.wf.CommentInfo>WorkflowConnectorService. getComments(com.saperion.intf.wf.TaskInfo taskInfo)Retrieves the comments for the specified task.java.util.List<com.saperion.intf.wf.CommentInfo>WorkflowService. getComments(com.saperion.intf.wf.TaskInfo task)Retrieves the comments for the specified task.java.util.List<java.lang.String>WorkflowConnectorService. getDefinitions()Reads the available workflow definitions.java.util.List<com.saperion.wf.ProcessDefinitionDescriptor>WorkflowConnectorService. getDefinitions(java.lang.String ddcName)Reads the available workflow definitions for the specified DDC.java.util.List<java.lang.String>WorkflowService. getDefinitions()Reads the available workflow definitions.java.util.List<com.saperion.wf.ProcessDefinitionDescriptor>WorkflowService. getDefinitions(java.lang.String ddcName)Reads the available workflow definitions for the specified DDC.com.saperion.intf.wf.BoxDefinitionWorkflowConnectorService. getInboxDefinition()Retrieves the definition of the current user's inbox.com.saperion.intf.wf.BoxDefinitionWorkflowService. getInboxDefinition()Retrieves the definition of the current user's inbox.java.lang.StringWorkflowConnectorService. getSubstitute()java.lang.StringWorkflowService. getSubstitute()Gets the fullname of the substitute for workflows of the current user.com.saperion.jcs.modules.users.api.UserWorkflowConnectorService. getSubstituteUser()com.saperion.jcs.modules.users.api.UserWorkflowService. getSubstituteUser()Gets the substitute-user for the current user.com.saperion.connector.wf.SaWFTaskWorkflowConnectorService. getTask(java.lang.String taskId)Load the task object.com.saperion.connector.wf.SaWFTaskWorkflowService. getTask(java.lang.String taskId)Load the task object.voidWorkflowConnectorService. setSubstitute(java.lang.String substituteFullname)voidWorkflowService. setSubstitute(java.lang.String substituteFullname)Sets the substitute for workflows.
- 
Uses of AuthenticationException in com.saperion.ngc.navigationMethods in com.saperion.ngc.navigation that throw AuthenticationException Modifier and Type Method Description FastAccessItemFastAccessList. addFastAccess(java.lang.String ddc, java.lang.String path, java.lang.String name, boolean temporary)Creates a new fast access entry.protected voidNaviTreeNode. copyFolder(NaviTreeNode folderToCopy, NaviTreeNode target)Copies a folder.NavigationNodeNavigationPresenter. copyNode(FolderId folderId, NavigationNode parentNode, FolderId beforeChildId, boolean withDocuments)Copies a node.NavigationNodeNavigationPresenter. createLinkNode(NavigationNode parentNode, java.lang.String name, FolderId destination)NavigationNodeNavigationPresenter. createNode(NavigationNode parentNode, java.lang.String name, com.saperion.constants.SaFolderConstants.FOLDER_TYPE nodeType, java.util.Properties properties)NavigationNodeNavigationPresenter. createWebpartNode(NavigationNode parentNode, java.lang.String name, java.lang.String destination)voidNavigationPresenter. deleteNode(NavigationNode node)voidNavigationPresenter. deleteNodeById(FolderId id)Deletes the specified folder.java.util.Set<FolderClass>NavigationPresenter. filterNonCompatibleClassesForCreate(com.saperion.constants.SaFolderConstants.CLASS_TYPE type, java.util.Set<FolderClass> folderClassesForDDC)Returns a set of folder classes that can be used in the web client to create a new file or register.FolderNodeNavigationPresenter. getFolderById(FolderId id)Returns the folder with the specified id.FolderNodeNavigationPresenter. getFolderByPath(java.lang.String ddc, java.lang.String path)Returns the folder with the specified path.FolderClassNavigationPresenter. getFolderClass(java.lang.String className)Returns the folder class for the specified name or null if no such class was found.java.util.Set<FolderClass>NavigationPresenter. getFolderClassesForDDC(java.lang.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.FormNavigationPresenter. getFolderEditForm(java.lang.String formName)Returns the mask definition needed to open the edit mask for the folder.FolderInfoNavigationPresenter. getFolderInfo(FolderId id)Returns infos about the specified folder.com.saperion.ngc.iform.xml.FormNavigationPresenter. getForm(java.lang.String name)Returns the mask definition for the specified mask name.protected booleanALFNaviTreeNode. getNextLevelFolders()Initiates lazy loading of next level folders.protected booleanNaviTreeNode. getNextLevelFolders()Initiates lazy loading of next level folders.protected booleanWorkflowFormNaviTreeNode. getNextLevelFolders()Initiates lazy loading of next level folders.java.lang.StringNavigationPresenter. getPathById(FolderId id)Returns the absolute path of the node with the specified id.com.saperion.wf.BoxCountNavigationPresenter. getTaskCounts()booleanNavigationPresenter. isLookupTable(java.lang.String ddcName)voidFastAccessList. loadSavedItems()Loads the default or the stored fast access items.voidNavigationPresenter. lockFolder(FolderId id)Locks the specified folder.protected voidNaviTreeNode. refreshCurrentNode()Refreshes the current node only.protected voidNaviTreeNode. refreshCurrentNode(boolean includeChildren)Refreshes the current node.protected voidRootNaviTreeNode. refreshCurrentNode(boolean includeChildren)protected voidWorkflowFormNaviTreeNode. refreshCurrentNode(boolean includeChildren)protected voidWorkflowRootNaviTreeNode. refreshCurrentNode(boolean includeChildren)protected voidNaviTreeNode. refreshParent()Refreshes the parent view of the current node.voidFastAccessList. removeFastAccessAndWrite(FastAccessItem item)Removes a fast access entry and saves the reduced fast access list.protected voidNaviTreeNode. renderChildNodes(java.util.List<NavigationNode> nodes)voidNavigationPresenter. unlockFolder(FolderId id)Unlocks the specified folder.voidNavigationPresenter. updateFolder(FolderId id, java.util.Properties nameValuePairs, java.util.List<com.saperion.bean.ContentStream> thumbnails, int selectedImage)Updates a folder's properties.
- 
Uses of AuthenticationException in com.saperion.ngc.resultsetMethods in com.saperion.ngc.resultset that throw AuthenticationException Modifier and Type Method Description ItemAnalyzeResultItemAnalyzer. analyzeItem(ResultProperties props)Analyze the item.ItemAnalyzeResultItemAnalyzer. analyzeItem(ResultProperties props, DocumentId docId)Analyze the item.ItemAnalyzeResultItemAnalyzer. analyzeItem(ResultProperties props, javax.servlet.http.HttpSession session)Analyze the item.ItemAnalyzeResultItemAnalyzer. analyzeItems(java.util.List<ResultProperties> items)Analyzes the items.ItemAnalyzeResultResultSetPresenter. analyzeItems(java.util.Collection<ResultListItem> items, boolean useAttachment)Analyze the items.WorkflowItemAnalyzeResultWorkflowItemAnalyzer. analyzeWorkflowItem(ResultProperties item)Analyzes the worklfow item.WorkflowItemAnalyzeResultResultSetPresenter. analyzeWorkflowItems(java.util.Collection<ResultListItem> items)Analyze the workflow items.WorkflowItemAnalyzeResultWorkflowItemAnalyzer. analyzeWorkflowItems(java.util.List<ResultProperties> items)Analyze the workflow items.java.util.List<org.zkoss.zk.ui.Component>ContextMenuItemFactory. createEmptyListItems()Creates the menu for empty lists.java.util.List<org.zkoss.zk.ui.Component>ContextMenuItemFactory. createItems()Creates all menu items that can be used with the currently selected items.voidResultsetConfiguration. deleteColumnConfiguration(java.lang.String formName)Deletes the configuration of the columns in the database.booleanResultSetPresenter. doDeleteDocument(DocumentId id)Delete document.booleanResultSetPresenter. doDeleteDocument(DocumentId id, boolean finalDelete)Delete document.voidResultSetPresenter. doUndelet(ResultProperties row, java.lang.String comment)Undeleted the document.voidResultSetPresenter. editStructure(DocumentId documentId)Shows the dialog to edit a document's structure.voidResultSetPresenter. externalStorageUpload(DocumentId documentId, com.saperion.externalstorage.client.ExternalStorageClient client, com.saperion.externalstorage.ExternalStorageType storageType)Upload a saperion document to ShareBaseDocumentIdResultSetPresenter. fixVersion(DocumentId documentId)Fill value for revision ID in document ID if not set.java.util.List<java.lang.String>ResultSetPresenter. getAclNames(DocumentId documentId)Returns the ACLs of a document.java.util.List<java.lang.String>ResultSetPresenter. getAllAcls()Returns a list of all ACL names.java.util.List<com.saperion.intf.wf.CommentInfo>ResultSetPresenter. getComments(com.saperion.intf.wf.TaskInfo taskInfo)Retrieves the comments for the specified task.com.saperion.intf.DDCResultSetPresenter. getDdc(java.lang.String ddcName)Returns the DDC with the specified name.ResultPropertiesResultSetPresenter. getDocProperties(DocumentId id)Reads the properties for the given document.ResultPropertiesResultSetPresenter. getDocProperties(DocumentId id, boolean isDeleted)Reads the properties for the given document.java.util.List<FolderId>ResultSetPresenter. getDocumentFolders(DocumentId documentId)Retrieves the folders that contain the specified document.ResultPropertiesResultSetPresenter. getDocumentInfoFromArchive(DocumentId id, boolean currentRevision)java.util.List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo>ResultSetPresenter. getDocumentPages(DocumentId id, boolean currentRevision)Returns the amount of pages for the specified document.DocumentVersionInfoResultSetPresenter. getDocumentVersion(java.lang.String versionId)Returns the version information for the specified version ID.java.util.List<java.lang.String>ResultSetPresenter. getDocumentVersionIDs(DocumentId id)Returns the version IDs for the specified document.java.util.List<DocumentVersionInfo>ResultSetPresenter. getDocumentVersions(DocumentId id)Retrieves the version information for a document.java.util.Set<java.util.Map.Entry<java.lang.String,java.lang.String>>ResultSetPresenter. getFullTextFields(java.lang.String ddcName, java.util.List<java.lang.String> fullTextFields, java.lang.String hdoc)Fetches values of Full text columnsjava.util.List<java.lang.String>ResultSetPresenter. getLastLaunched()Gets the last launched.booleanResultSetPresenter. isContainedInFolder()Checks if the document is contained in one or more folders from current user or other users.booleanResultSetPresenter. isSelectionAllowed()Checks, if the selection is allowed and not locked nor checked out.voidResultSetPresenter. prolongRetention(ResultProperties row, java.util.Date prolongDate)voidResultsetConfiguration. readResultType(java.lang.String formName)voidResultSetPresenter. reduceDisposition(ResultProperties row, java.util.Date dispositionDate)booleanContextMenuVisibility. release(boolean multiselect)voidResultSetPresenter. removeFromFolder(DocumentId documentId, java.util.Set<FolderId> folderIDs)Removes the documents from the specified folder.booleanContextMenuVisibility. revisionHistory(boolean multiselect)voidResultSetPresenter. saveLastLaunched(java.lang.String lastName)Save last launched.voidResultSetPresenter. setDocumentRead(ResultListItem item)Sets the specified document's state to 'read'.voidResultSetPresenter. setDocumentUnread(ResultListItem item)Sets the specified document's state to 'unread'.voidResultSetPresenter. setlitigationhold(DocumentId documentId, boolean activate)Sets the specified document's litigationhold to 'read'.voidResultsetConfiguration. storeColumnConfiguration(java.lang.String formName)Stores the configuration of the columns in the database.voidResultSetPresenter. updateListItem(ResultListItem item)Updated the specified listitem in the containedResultListas well as in the current result stored in theQueryService.com.saperion.externalstorage.library.DocumentResultSetPresenter. uploadDocToExternalStorage(DocumentId documentId, java.lang.String selectedFolderID, com.saperion.externalstorage.client.ExternalStorageClient externalStorageClient, com.saperion.externalstorage.ExternalStorageType storageType)voidResultSetPresenter. writeAuditEvent(java.lang.String hdoc, DocumentService.AuditEvent event, java.lang.String remark)
- 
Uses of AuthenticationException in com.saperion.ngc.resultset.contextmenuMethods in com.saperion.ngc.resultset.contextmenu that throw AuthenticationException Modifier and Type Method Description abstract java.util.List<org.zkoss.zk.ui.Component>AbstractContextMenu. getMenuItems()java.util.List<org.zkoss.zk.ui.Component>MultiDocumentContextMenu. getMenuItems()java.util.List<org.zkoss.zk.ui.Component>MultiFolderContextMenu. getMenuItems()java.util.List<org.zkoss.zk.ui.Component>MultiLookupContextMenu. getMenuItems()java.util.List<org.zkoss.zk.ui.Component>MultiWorkflowContextMenu. getMenuItems()java.util.List<org.zkoss.zk.ui.Component>SingleDocumentContextMenu. getMenuItems()java.util.List<org.zkoss.zk.ui.Component>SingleFolderContextMenu. getMenuItems()java.util.List<org.zkoss.zk.ui.Component>SingleLookupContextMenu. getMenuItems()java.util.List<org.zkoss.zk.ui.Component>SingleWorkflowContextMenu. getMenuItems()
- 
Uses of AuthenticationException in com.saperion.ngc.resultset.multiselectMethods in com.saperion.ngc.resultset.multiselect that throw AuthenticationException Modifier and Type Method Description voidConvertToPdfAction. execute(java.util.List<Content> contentList)Executes the action on the specified list of contents.voidMultiSelectAction. execute(java.util.List<Content> contentList)Executes the action on the specified list of contents.voidZkDownloadAction. execute(java.util.List<Content> contentList)Executes the action on the specified list of contents.voidContentMultiSelect. executeAction(MultiSelectAction action)Executes the specified action on the items set by forItems.
- 
Uses of AuthenticationException in com.saperion.ngc.sapviewerMethods in com.saperion.ngc.sapviewer that throw AuthenticationException Modifier and Type Method Description OpenDocumentBeanSAPViewerUrl. createControlBeanAndLogin(java.lang.String url, javax.servlet.http.HttpServletRequest servletRequest, java.lang.String viewerId)Parses the SAPViewer-URL, performs a login if required and created the viewer-control-bean.
- 
Uses of AuthenticationException in com.saperion.ngc.toolbarMethods in com.saperion.ngc.toolbar that throw AuthenticationException Modifier and Type Method Description voidSaperionToolbarPresenter. setLocale(java.util.Locale locale)Sets the locale on the underlying backend connection.
- 
Uses of AuthenticationException in com.saperion.ngc.utilMethods in com.saperion.ngc.util that return AuthenticationException Modifier and Type Method Description static AuthenticationExceptionExceptionUtil. convertAuthenticationException(com.saperion.exception.SaAuthenticationException orig)Converts an SaAuthenticationException to an AuthenticationException.static AuthenticationExceptionExceptionUtil. convertAuthenticationException(com.saperion.jcs.modules.users.connector.exception.AuthenticationException orig)Converts an SaAuthenticationException to an AuthenticationException.Methods in com.saperion.ngc.util that throw AuthenticationException Modifier and Type Method Description static java.io.FileDownloadUtil. createTmpZip(java.util.List<Content> contentToDownload)static voidDownloadUtil. download(java.util.List<Content> contentToDownload)Downloads the specified documents.static voidDownloadUtil. downloadAsZip(java.util.List<Content> contentToDownload)Downloads the specified documents.static java.lang.StringWatermarkUtil. getWatermarkFile(java.lang.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.propertyMethods in com.saperion.ngc.util.property that throw AuthenticationException Modifier and Type Method Description protected com.saperion.intf.SaFieldDescriptionPropertyType. getFieldDescription(com.saperion.intf.SaPropertyValue fieldProperty)Returns the field description of the specified property or null if it could not be found.java.lang.String[]PropertyHandler. returnStringValues()Deprecated.Converts the providedSaPropertyValueobject values to String array.java.lang.String[]PropertyToStringConverter. returnStringValues(com.saperion.intf.SaPropertyValue value)Converts the providedSaPropertyValueobject values to String array.
- 
Uses of AuthenticationException in com.saperion.ngc.viewerMethods in com.saperion.ngc.viewer that throw AuthenticationException Modifier and Type Method Description booleanDocumentViewPresenter. canEditAnnotations(OpenDocumentBean bean)Checks if the user can edit the annotations.booleanDocumentViewPresenter. canEditDocument(DocumentId id)Checks if the document can be edited.voidDocumentViewPresenter. checkConnection()Checks if the connection to the backend is still alive.voidDocumentViewPresenter. downloadAsZip(java.util.List<Content> content)Triggers a download of a ZIP containing the specified content.voidDocumentViewPresenter. downloadSingle(DocumentId docId, java.lang.String filename, int element)Triggers the download of a single document.DocumentArchiveMetaInfoDocumentViewPresenter. getArchiveMetaInfo(DocumentId documentId, boolean currentRevision, boolean previewMode)Gets the archive meta info.java.util.List<Content>DocumentViewPresenter. getContentListForLink(DocumentId id, DocumentArchiveMetaInfo linkMetaInfo)Returns a list ofContentof a linked document.ResultPropertiesDocumentViewPresenter. getDocumentInfo(DocumentId id)Returns the database meta-info of the document with the specified ID.longDocumentViewPresenter. getElementSize(DocumentId id, int element)Determines the size of the element.java.util.Map<java.lang.Integer,java.lang.Long>DocumentViewPresenter. getElementSizes(DocumentId id, java.util.List<java.lang.Integer> elementsWithoutSize)Determines the sizes of the list of elements.java.lang.StringDocumentViewPresenter. getNotes(java.lang.String hDoc)Reads the notes element for the given document id.java.io.InputStreamDocumentViewPresenter. getStream(DocumentId id, int element)Gets the document's content as stream.booleanDocumentViewPresenter. hasAclAnnotationsInEveryDocument(java.util.List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> elements, DocumentId documentId)Checks for ACL in all sub-structure elements in a documentjava.lang.StringDocumentViewPresenter. resolveLatestRevision(java.lang.String originalHdoc)Resolves the latest revision of the document with the specified HDOC.voidDocumentViewPresenter. writeAuditEvent(java.lang.String hdoc, DocumentService.AuditEvent event, java.lang.String remark)voidDocumentViewPresenter. writeNotes(DocumentId documentId, java.lang.String text)Writes the text to the notes element or creates a new one.
- 
Uses of AuthenticationException in com.saperion.ngc.viewer.hylandviewerMethods in com.saperion.ngc.viewer.hylandviewer that throw AuthenticationException Modifier and Type Method Description DocumentArchiveMetaInfoHylandViewerUtil. getDocumentArchiveMetaInfo(DocumentId docId, boolean currentRevision)Get the document archive meta information of a specific document.AnnotationDocInfoHylandViewerUtil. getIniAnnotation(java.lang.String revisionId)Get the annotation of a documentOpenDocumentBeanHylandViewerUtil. getOpenDocumentBean(DocumentId docId, boolean currentRevision, boolean editMode)Get a OpenDocumentBean for a specific document id.DocumentIdHylandViewerUtil. getUpdatedDocumentId(DocumentId docId)Get the updated document id.booleanHylandViewerUtil. isEditable(javax.servlet.http.HttpServletRequest request, ResultProperties documentInfo)Check whether a document is editable.
- 
Uses of AuthenticationException in com.saperion.ngc.viewer.virtualviewerMethods in com.saperion.ngc.viewer.virtualviewer that throw AuthenticationException Modifier and Type Method Description static DocumentIdVirtualViewerUtil. getReleasedHdoc(DocumentId documentId, OpenDocumentBean openDocumentBean, DocumentService docService)Gets the released hdoc.
 
-