Uses of Class
com.saperion.ngc.exception.SystemException
- 
Packages that use SystemException Package Description com.saperion.ngc.dialogs Package for client dialog classes.com.saperion.ngc.dialogs.userprofile Contains classes concerning the user profilecom.saperion.ngc.exception Package for exception classes.com.saperion.ngc.filter Package for main filter components.com.saperion.ngc.filter.onedrive 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.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.onedrive com.saperion.ngc.portal Package for portal classes.com.saperion.ngc.resultset Package for resultset component classes.com.saperion.ngc.sapviewer Package for standalone SAP viewer.com.saperion.ngc.servlet.process Package for processes used by LongRunningProcessServlet.com.saperion.ngc.servlet.process.export Package for export-processes.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 SystemException in com.saperion.ngc.dialogsMethods in com.saperion.ngc.dialogs that throw SystemException Modifier and Type Method Description voidRevisionListRenderer. downloadRevision(RevisionHistoryDialog.RevisionBean bean)
- 
Uses of SystemException in com.saperion.ngc.dialogs.userprofileMethods in com.saperion.ngc.dialogs.userprofile that throw SystemException Modifier and Type Method Description voidPasswordChanger. modify()voidPresenceModifier. modify()voidSubstituteModifier. modify()voidUserSettingsModifier. modify()Implement to define action that modifies the current user.
- 
Uses of SystemException in com.saperion.ngc.exceptionSubclasses of SystemException in com.saperion.ngc.exception Modifier and Type Class Description classTooManyHitsExceptionException thrown when a query returned more hits than set in the maxRecords property of the result list.classUniqueConstraintViolationExceptionException thrown when a document is created or updated and the value of a unique field already exists in another document.
- 
Uses of SystemException in com.saperion.ngc.filterMethods in com.saperion.ngc.filter that throw SystemException 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 SystemException in com.saperion.ngc.filter.onedriveMethods in com.saperion.ngc.filter.onedrive that throw SystemException Modifier and Type Method Description static com.saperion.onedrive.model.core.TokenOneDriveLoginUtility. getRefreshedAccessToken(com.saperion.onedrive.OneDriveClient oneDriveClient)
- 
Uses of SystemException in com.saperion.ngc.iformMethods in com.saperion.ngc.iform that throw SystemException Modifier and Type Method Description voidFieldValidator. validate()Deprecated.Validates the field.
- 
Uses of SystemException in com.saperion.ngc.iform.fieldMethods in com.saperion.ngc.iform.field that throw SystemException 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 SystemException 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 SystemException in com.saperion.ngc.iform.validatorMethods in com.saperion.ngc.iform.validator that throw SystemException 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.voidDateFieldValidator. validate()
- 
Uses of SystemException in com.saperion.ngc.mailMethods in com.saperion.ngc.mail that throw SystemException 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 SystemException in com.saperion.ngc.modelMethods in com.saperion.ngc.model that throw SystemException 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. hasLicence(com.saperion.rmi.SaFeature.FeatureKind kind)Checks, if the feature is supported.booleanSettingsService. hasLicence(com.saperion.rmi.SaFeature.FeatureKind kind)Checks, if the feature is supported.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 SystemException in com.saperion.ngc.model.authorizationMethods in com.saperion.ngc.model.authorization that throw SystemException 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()SystemTypeAuthClassicConnectorService. getSystemType()Get the system type.SystemTypeAuthorizationService. getSystemType()Get the system type.ModelConnectionStatusAuthClassicConnectorService. isConnected()Check connection status.ModelConnectionStatusAuthorizationService. isConnected()Check connection status.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 SystemException in com.saperion.ngc.model.documentMethods in com.saperion.ngc.model.document that throw SystemException 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>>DocClassicConnectorService. getFullTextFields(java.lang.String ddcName, java.util.List<java.lang.String> fullTextFields, java.lang.String 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.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.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 SystemException in com.saperion.ngc.model.navigationMethods in com.saperion.ngc.model.navigation that throw SystemException 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.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.NavigationNodeNavigationClassicConnectorService. renameFolder(NavigationNode node, java.lang.String name)Renames folder.NavigationNodeNavigationService. renameFolder(NavigationNode node, java.lang.String name)Renames folder.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 SystemException 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 SystemException in com.saperion.ngc.model.resultsetMethods in com.saperion.ngc.model.resultset that throw SystemException 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.static ResultPropertiesResultProperties. getFromPropertyList(com.saperion.intf.SaPropertyValue[] values, java.lang.String ddcName, java.lang.String objectId, java.lang.String revisionId)Constructs a new ResultProperties object containing the supplied properties.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 SystemException in com.saperion.ngc.model.usersConstructors in com.saperion.ngc.model.users that throw SystemException Constructor Description UserManagementClassicConnectorService()Default constructor to be called from within ZK-context.UserManagementClassicConnectorService(javax.servlet.http.HttpSession session)Constructor to be called from without ZK-context.
- 
Uses of SystemException in com.saperion.ngc.model.workflowMethods in com.saperion.ngc.model.workflow that throw SystemException 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.com.saperion.intf.wf.WorkflowMemberWorkflowConnectorService. getMember(com.saperion.intf.wf.WorkflowMember member, int depth, java.lang.String filter)Reads direct workflow member.com.saperion.intf.wf.WorkflowMemberWorkflowService. getMember(com.saperion.intf.wf.WorkflowMember member, int depth, java.lang.String filter)Reads direct workflow member.com.saperion.intf.wf.WorkflowMemberWorkflowConnectorService. getMembers()Reads workflow member.com.saperion.intf.wf.WorkflowMemberWorkflowService. getMembers()Reads workflow member.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.booleanWorkflowConnectorService. isWorkflowFeatureEnabled()booleanWorkflowService. isWorkflowFeatureEnabled()Checks if the workflow-feature is enabled.voidWorkflowConnectorService. setSubstitute(java.lang.String substituteFullname)voidWorkflowService. setSubstitute(java.lang.String substituteFullname)Sets the substitute for workflows.
- 
Uses of SystemException in com.saperion.ngc.onedriveMethods in com.saperion.ngc.onedrive that throw SystemException Modifier and Type Method Description static voidOneDriveSessionUtility. refreshSessionAttributes(com.saperion.onedrive.OneDriveClient externalStorageClient)
- 
Uses of SystemException in com.saperion.ngc.portalMethods in com.saperion.ngc.portal that throw SystemException Modifier and Type Method Description static voidPortalHelper. setFieldValue(java.lang.String value, IntelligentField field)Sets the value of the specified field.
- 
Uses of SystemException in com.saperion.ngc.resultsetMethods in com.saperion.ngc.resultset that throw SystemException 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.WorkflowItemAnalyzeResultWorkflowItemAnalyzer. analyzeWorkflowItem(ResultProperties item)Analyzes the worklfow item.WorkflowItemAnalyzeResultWorkflowItemAnalyzer. analyzeWorkflowItems(java.util.List<ResultProperties> items)Analyze the workflow items.DocumentIdResultSetPresenter. fixVersion(DocumentId documentId)Fill value for revision ID in document ID if not set.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 columnsvoidResultSetPresenter. writeAuditEvent(java.lang.String hdoc, DocumentService.AuditEvent event, java.lang.String remark)
- 
Uses of SystemException in com.saperion.ngc.sapviewerMethods in com.saperion.ngc.sapviewer that throw SystemException 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 SystemException in com.saperion.ngc.servlet.processMethods in com.saperion.ngc.servlet.process that throw SystemException Modifier and Type Method Description abstract voidLongRunningProcess. writeResult(javax.servlet.http.HttpServletResponse response)Writes the result of the process to the output-stream.voidPdfRenderProcess. writeResult(javax.servlet.http.HttpServletResponse response)
- 
Uses of SystemException in com.saperion.ngc.servlet.process.exportMethods in com.saperion.ngc.servlet.process.export that throw SystemException Modifier and Type Method Description voidCSVExportProcess. writeResult(javax.servlet.http.HttpServletResponse response)voidXLSXExportProcess. writeResult(javax.servlet.http.HttpServletResponse response)
- 
Uses of SystemException in com.saperion.ngc.utilMethods in com.saperion.ngc.util that throw SystemException Modifier and Type Method Description 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 SystemException in com.saperion.ngc.util.propertyMethods in com.saperion.ngc.util.property that throw SystemException 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 SystemException in com.saperion.ngc.viewerMethods in com.saperion.ngc.viewer that throw SystemException Modifier and Type Method Description voidDocumentViewPresenter. writeAuditEvent(java.lang.String hdoc, DocumentService.AuditEvent event, java.lang.String remark)
- 
Uses of SystemException in com.saperion.ngc.viewer.hylandviewerMethods in com.saperion.ngc.viewer.hylandviewer that throw SystemException 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 SystemException in com.saperion.ngc.viewer.virtualviewerMethods in com.saperion.ngc.viewer.virtualviewer that throw SystemException Modifier and Type Method Description static DocumentIdVirtualViewerUtil. getReleasedHdoc(DocumentId documentId, OpenDocumentBean openDocumentBean, DocumentService docService)Gets the released hdoc.
 
-