Uses of Class
com.saperion.ngc.exception.SystemException
Packages that use SystemException
Package
Description
Package for client dialog classes.
Contains classes concerning the user profile
Package for exception classes.
Package for main filter components.
Package for main iForm components.
Package for iForm field elements.
Package for field validators.
Package for mailing.
Package for model classes.
Package for authorization model classes.
Package for document model classes.
Package for navigation model classes.
Package for resultset model classes.
Package for user management classes.
Package for workflow model classes.
Package for portal classes.
Package for resultset component classes.
Package for standalone SAP viewer.
Package for processes used by LongRunningProcessServlet.
Package for export-processes.
Package for client utility classes.
Package for model property classes.
Package for viewer component classes.
Package for virtual viewer component classes.
-
Uses of SystemException in com.saperion.ngc.dialogs
Methods in com.saperion.ngc.dialogs that throw SystemExceptionModifier and TypeMethodDescriptionvoid
RevisionListRenderer.downloadRevision
(RevisionHistoryDialog.RevisionBean bean) -
Uses of SystemException in com.saperion.ngc.dialogs.userprofile
Methods in com.saperion.ngc.dialogs.userprofile that throw SystemException -
Uses of SystemException in com.saperion.ngc.exception
Subclasses of SystemException in com.saperion.ngc.exceptionModifier and TypeClassDescriptionclass
Exception thrown when a query returned more hits than set in the maxRecords property of the result list.class
Exception 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.filter
Methods in com.saperion.ngc.filter that throw SystemExceptionModifier and TypeMethodDescriptionboolean
DirectUserProvider.logon
(HttpSessionWrapper sessionWrapper, com.saperion.connector.SaClassicConnector connector, boolean multiMandant) boolean
LogonProvider.logon
(HttpSessionWrapper wrapper, com.saperion.connector.SaClassicConnector connector, boolean multiMandant) Logon user.boolean
NtlmProvider.logon
(HttpSessionWrapper sessionWrapper, com.saperion.connector.SaClassicConnector connector, boolean multiMandant) boolean
OpenIDConnectProvider.logon
(HttpSessionWrapper wrapper, com.saperion.connector.SaClassicConnector connector, boolean multiMandant) boolean
PrincipalProvider.logon
(HttpSessionWrapper sessionWrapper, com.saperion.connector.SaClassicConnector connector, boolean multiMandant) boolean
SAML2Provider.logon
(HttpSessionWrapper wrapper, com.saperion.connector.SaClassicConnector connector, boolean multiMandant) boolean
SAMLProvider.logon
(HttpSessionWrapper sessionWrapper, com.saperion.connector.SaClassicConnector connector, boolean multiMandant) boolean
SiteminderProvider.logon
(HttpSessionWrapper sessionWrapper, com.saperion.connector.SaClassicConnector connector, boolean multiMandant) -
Uses of SystemException in com.saperion.ngc.filter.onedrive
Methods in com.saperion.ngc.filter.onedrive that throw SystemExceptionModifier and TypeMethodDescriptionstatic com.saperion.onedrive.model.core.Token
OneDriveLoginUtility.getRefreshedAccessToken
(com.saperion.onedrive.OneDriveClient oneDriveClient) -
Uses of SystemException in com.saperion.ngc.iform
Methods in com.saperion.ngc.iform that throw SystemExceptionModifier and TypeMethodDescriptionvoid
FieldValidator.validate()
Deprecated.Validates the field. -
Uses of SystemException in com.saperion.ngc.iform.field
Methods in com.saperion.ngc.iform.field that throw SystemExceptionModifier and TypeMethodDescriptionstatic IntelligentField
FieldFactory.getField
(com.saperion.ngc.iform.xml.EditFieldType type, boolean editable, com.saperion.ngc.iform.xml.PosType panePos, FormMode mode, boolean isNoLocalization) Constructors in com.saperion.ngc.iform.field that throw SystemExceptionModifierConstructorDescriptionLookupPopup
(LookupTextField parentComp, com.saperion.ngc.iform.xml.EditFieldType fieldType) Constructor.Constructor.LookupTextField
(com.saperion.ngc.iform.xml.EditFieldType type, com.saperion.ngc.iform.xml.PosType panePos, FormMode mode, boolean isNoLocalization) Constructor. -
Uses of SystemException in com.saperion.ngc.iform.validator
Methods in com.saperion.ngc.iform.validator that throw SystemExceptionModifier and TypeMethodDescriptionprotected void
AbstractFieldValidator.checkDateRange
(Date value) Checks if the date is within the range supported by the database-system in use.abstract void
AbstractFieldValidator.validate()
Validates the field.void
DateFieldValidator.validate()
-
Uses of SystemException in com.saperion.ngc.mail
Methods in com.saperion.ngc.mail that throw SystemExceptionModifier and TypeMethodDescriptionMailUtil.getElementInfos
(DocumentId documentId) Gets a list of information for the elements of the given document.MailUtil.getSourceFormats
(DocumentId documentId) Returns a map with theSourceFormat
s of the elements of the document identified by the specified ID. -
Uses of SystemException in com.saperion.ngc.model
Methods in com.saperion.ngc.model that throw SystemExceptionModifier and TypeMethodDescriptionboolean
SettingsClassicConnectorService.deleteSetting
(String name, String section, boolean longSetting) Deletes a setting in the backend.boolean
SettingsService.deleteSetting
(String name, String section, boolean longSetting) Deletes a setting in the backend.SettingsClassicConnectorService.fixRevId
(DocumentId id, boolean force) Fix the revision id, if it's empty.SettingsService.fixRevId
(DocumentId id, boolean force) Fix the revision id, if it's empty.SettingsClassicConnectorService.getAllAcls()
Gets all ACL names.SettingsService.getAllAcls()
Gets all ACL names.SettingsClassicConnectorService.getDatabaseType()
Deprecated.com.saperion.config.SQLType
SettingsClassicConnectorService.getDatabaseType
(String ddcName) SettingsService.getDatabaseType()
Deprecated.com.saperion.config.SQLType
SettingsService.getDatabaseType
(String ddcName) This method returns the type of database the given DDC is stored on.com.saperion.intf.DDC
Retrieves the specified DDC.com.saperion.intf.DDC
Retrieves the specified DDC.SettingsClassicConnectorService.getFastAccessItems()
Retrieves the fast access items.SettingsService.getFastAccessItems()
Retrieves the fast access items.final List<com.saperion.intf.SaFieldDescription>
SettingsClassicConnectorService.getFieldDescriptionsList
(String definitionName) Retrieves the field descriptions for the specified definition.List<com.saperion.intf.SaFieldDescription>
SettingsService.getFieldDescriptionsList
(String definitionName) Retrieves the field descriptions for the specified definition.SettingsClassicConnectorService.getLastLaunched()
Reads and sort the last launched workflow names.SettingsService.getLastLaunched()
Reads and sort the last launched workflow names.SettingsClassicConnectorService.getProperties
(String section) Reads the properties stored in the given section in the INI configuration files of Saperion.SettingsService.getProperties
(String section) Reads the properties stored in the given section in the INI configuration files of Saperion.final com.saperion.ngc.iform.xml.ResultType
SettingsClassicConnectorService.getResultType
(String formName, int id, int rev, String ddc) Deprecated.use getSetting insteadcom.saperion.ngc.iform.xml.ResultType
SettingsService.getResultType
(String formName, int id, int rev, String ddc) Deprecated.use getSetting insteadSettingsClassicConnectorService.getSetting
(String name, String section, boolean longSetting) Retrieves a setting from the backend.SettingsService.getSetting
(String name, String section, boolean longSetting) Retrieves a setting from the backend.SettingsClassicConnectorService.getUtf8Properties
(String section) Reads the properties stored in the given section in the INI configuration files of Saperion.SettingsService.getUtf8Properties
(String section) Reads the properties stored in the given section in the INI configuration files of Saperion.boolean
SettingsClassicConnectorService.hasLicence
(com.saperion.rmi.SaFeature.FeatureKind kind) Checks, if the feature is supported.boolean
SettingsService.hasLicence
(com.saperion.rmi.SaFeature.FeatureKind kind) Checks, if the feature is supported.boolean
SettingsClassicConnectorService.isAuditTable
(String ddcName) Checks, if the given ddc is an audit/protocol table.boolean
SettingsService.isAuditTable
(String ddcName) Checks, if the given ddc is an audit/protocol table.boolean
SettingsClassicConnectorService.isLookupTable
(String ddcName) Checks, if the given ddc is a lookup table.boolean
SettingsService.isLookupTable
(String ddcName) Checks, if the given ddc is a lookup table.boolean
SettingsClassicConnectorService.isReleaseActive()
Checks if release feature active.boolean
SettingsService.isReleaseActive()
Checks if release feature active.void
SettingsClassicConnectorService.setFastAccessItems
(Map<String, String> items) Stores the fast access items.void
SettingsService.setFastAccessItems
(Map<String, String> items) Stores the fast access items.void
SettingsClassicConnectorService.setLastLaunched
(String lastName) Set the last lauched workflow name.void
SettingsService.setLastLaunched
(String lastName) Set the last lauched workflow name.void
SettingsClassicConnectorService.setProperties
(Map<String, String> props, String section) Writes the given properties to the given section.void
SettingsService.setProperties
(Map<String, String> props, String section) Writes the given properties to the given section.final void
SettingsClassicConnectorService.setResultType
(String formName, int id, int rev, com.saperion.ngc.iform.xml.ResultType resultType, String ddc) Deprecated.use setSetting insteadvoid
SettingsService.setResultType
(String formName, int id, int rev, com.saperion.ngc.iform.xml.ResultType resultType, String ddc) Deprecated.use setSetting insteadvoid
SettingsClassicConnectorService.setSetting
(String value, String name, String section, boolean longSetting) Stores a setting in the backend.void
SettingsService.setSetting
(String value, String name, String section, boolean longSetting) Stores a setting in the backend.void
SettingsClassicConnectorService.setUtf8Properties
(Map<String, String> props, String section, boolean cleanSection) Writes the given properties with UTF-8 encoded values to the given section.void
SettingsService.setUtf8Properties
(Map<String, String> props, String section, boolean cleanSection) Writes the given properties with UTF-8 encoded values to the given section. -
Uses of SystemException in com.saperion.ngc.model.authorization
Methods in com.saperion.ngc.model.authorization that throw SystemExceptionModifier and TypeMethodDescriptionboolean
AuthClassicConnectorService.autoLogon()
This function tries to automatic logon with SSO or NTLM.boolean
AuthClassicConnectorService.autoLogon
(com.saperion.connector.authentication.SessionInfo sessionInfo) This function tries to automatic logon with SSO or NTLM, passing the web session information.boolean
AuthorizationService.autoLogon()
This function tries to automatic logon with SSO or NTLM.boolean
AuthorizationService.autoLogon
(com.saperion.connector.authentication.SessionInfo sessionInfo) This function tries to automatic logon with SSO or NTLM, passing the web session information.AuthClassicConnectorService.changePassword
(User user, String newPassword) AuthorizationService.changePassword
(User user, String newPassword) Changes the password of the given user.boolean
AuthClassicConnectorService.closeSession
(com.saperion.connector.authentication.Session session) Close the givenSession
boolean
AuthorizationService.closeSession
(com.saperion.connector.authentication.Session session) Close the givenSession
AuthClassicConnectorService.getCurrentUser()
AuthorizationService.getCurrentUser()
final SystemType
AuthClassicConnectorService.getSystemType()
Get the system type.AuthorizationService.getSystemType()
Get the system type.final ModelConnectionStatus
AuthClassicConnectorService.isConnected()
Check connection status.AuthorizationService.isConnected()
Check connection status.final void
AuthClassicConnectorService.logoff()
Logoff from service.void
AuthorizationService.logoff()
Logoff from service.final User
AuthClassicConnectorService.logon
(AuthenticationInformation info) Logon to service.AuthorizationService.logon
(AuthenticationInformation auth) Logon to service.final User
Logon with a technical user.final User
Logon with a technical user.void
AuthClassicConnectorService.setCurrentUserPresent
(boolean present) Sets whether the current user is present.void
AuthorizationService.setCurrentUserPresent
(boolean present) Sets whether the current user is present.void
AuthClassicConnectorService.setCurrentUserSubstituteAccessEnabled
(boolean accessEnabled) Sets whether the current user's substitute has access to the users workflow-inbox.void
AuthorizationService.setCurrentUserSubstituteAccessEnabled
(boolean accessEnabled) Sets whether the current user's substitute has access to the users workflow-inbox.void
Sets the locale for the underlying connection to the backend.void
Sets the locale for the underlying connection to the backend. -
Uses of SystemException in com.saperion.ngc.model.document
Methods in com.saperion.ngc.model.document that throw SystemExceptionModifier and TypeMethodDescriptionfinal DocumentId
DocClassicConnectorService.addDocument
(List<FieldResultBean> properties, com.saperion.rmi.SaContentStream[] content, String comment, String ddcName, String acls) Adds a new document to the archive.DocClassicConnectorService.addDocument
(List<FieldResultBean> properties, com.saperion.rmi.SaContentStream[] content, String comment, String ddcName, String acls, Map<String, DocumentVariable> variables) Adds a new document to the archive.DocClassicConnectorService.addDocument
(Map<String, Object> properties, com.saperion.bean.ContentStream[] content, String comment, String ddcName, String acls, Map<String, DocumentVariable> variables) Adds a new document to the archive.final DocumentId
DocClassicConnectorService.addDocument
(Properties properties, com.saperion.rmi.SaContentStream[] content, String comment, String ddcName, String acls) Deprecated.DocumentService.addDocument
(List<FieldResultBean> properties, com.saperion.rmi.SaContentStream[] content, String comment, String ddcName, String acls) Adds a new document to the archive.DocumentService.addDocument
(List<FieldResultBean> properties, com.saperion.rmi.SaContentStream[] content, String comment, String ddcName, String acls, Map<String, DocumentVariable> variables) Adds a new document to the archive.DocumentService.addDocument
(Map<String, Object> properties, com.saperion.bean.ContentStream[] content, String comment, String ddcName, String acls, Map<String, DocumentVariable> variables) Adds a new document to the archive.DocumentService.addDocument
(Properties properties, com.saperion.rmi.SaContentStream[] content, String comment, String ddcName, String acls) Deprecated.void
DocClassicConnectorService.checkoutDocument
(DocumentId id) Checkout a document.void
DocClassicConnectorService.checkoutDocument
(DocumentId id, boolean withShareBase, int[] shareBaseDocIds) Checkout a document.void
DocumentService.checkoutDocument
(DocumentId id) Checkout a document.void
DocumentService.checkoutDocument
(DocumentId id, boolean withShareBase, int[] shareBaseDocIds) Checkout a document.final DocumentId
DocClassicConnectorService.createLookupItem
(List<FieldResultBean> properties, String ddcName) Create a new lookup entry.DocumentService.createLookupItem
(List<FieldResultBean> properties, String ddcName) Create a new lookup entry.final boolean
DocClassicConnectorService.deleteDocument
(DocumentId id) Delete a document.boolean
DocClassicConnectorService.deleteDocument
(DocumentId id, boolean finalDelete) Delete a document.boolean
DocumentService.deleteDocument
(DocumentId id) Delete a document.boolean
DocumentService.deleteDocument
(DocumentId id, boolean finalDelete) Delete a document.void
DocClassicConnectorService.discardCheckout
(DocumentId id) Discards checkout of a document.void
DocumentService.discardCheckout
(DocumentId id) Discards checkout of a document.DocClassicConnectorService.getAccessData
(DocumentId id) Retrieves the access data for the specified document.DocClassicConnectorService.getAccessData
(String revisionId) Retrieves the access data fot the specified document.DocumentService.getAccessData
(DocumentId id) Retrieves the access data for the specified document.DocumentService.getAccessData
(String revisionId) Retrieves the access data fot the specified document.DocClassicConnectorService.getAcl
(DocumentId docId) Deprecated.useDocClassicConnectorService.getAclNames(DocumentId)
instead.DocumentService.getAcl
(DocumentId id) Deprecated.useDocumentService.getAclNames(DocumentId)
instead.DocClassicConnectorService.getAclNames
(DocumentId id) DocumentService.getAclNames
(DocumentId id) Retrieves the ACLs for the specified document or lookup entry.org.zkoss.image.Image
DocClassicConnectorService.getActualImage
(DocumentId id) Reads the actual document image from backend.org.zkoss.image.Image
DocumentService.getActualImage
(DocumentId id) Reads the actual document image from backend.DocClassicConnectorService.getAllAcls()
Gets all ACL names.DocumentService.getAllAcls()
Gets all ACL names.final String
DocClassicConnectorService.getAnnotations
(String hDoc, int element) Deprecated.final String
DocClassicConnectorService.getAnnotations
(String hDoc, int element, boolean currentRevision) Retrieves the annotations of a document.DocumentService.getAnnotations
(String hDoc, int element) Deprecated.DocumentService.getAnnotations
(String hDoc, int element, boolean currentRevision) Retrieves the annotations of a document.DocClassicConnectorService.getArchiveMetaInfo
(DocumentId documentId, boolean currentRevision) Retrieves the meta information of a document that is stored on the archive.DocClassicConnectorService.getArchiveMetaInfo
(DocumentId documentId, boolean currentRevision, boolean previewMode) Retrieves the meta information of a document that is stored on the archive.DocumentService.getArchiveMetaInfo
(DocumentId documentId, boolean currentRevision) Retrieves the meta information of a document that is stored on the archive.DocumentService.getArchiveMetaInfo
(DocumentId documentId, boolean currentRevision, boolean previewMode) Retrieves the meta information of a document that is stored on the archive.DocClassicConnectorService.getDocumentInfo
(DocumentId id) Reads the document properties.DocClassicConnectorService.getDocumentInfo
(DocumentId id, boolean isDeleted) Reads the document properties.DocumentService.getDocumentInfo
(DocumentId id) Reads the document properties.DocumentService.getDocumentInfo
(DocumentId id, boolean isDeleted) Reads the document properties.com.saperion.intf.SaPropertyValue[]
DocClassicConnectorService.getDocumentMetadataFromArchive
(DocumentId id, boolean currentRevision) Returns the metadata of the document as read from the archive.com.saperion.intf.SaPropertyValue[]
DocumentService.getDocumentMetadataFromArchive
(DocumentId id, boolean currentRevision) Returns the metadata of the document as read from the archive.DocClassicConnectorService.getDocumentVersion
(String versionId) Returns the metadata of the specified version.DocumentService.getDocumentVersion
(String versionId) Returns the metadata of the specified version.DocClassicConnectorService.getDocumentVersionIds
(DocumentId id) Returns a list of all version IDs for the specified document.DocumentService.getDocumentVersionIds
(DocumentId id) Returns a list of all version IDs for the specified document.DocClassicConnectorService.getDocumentVersions
(DocumentId id) Retrieves information about a document's versions.DocClassicConnectorService.getDocumentVersions
(String ddcName, String objectId) Retrieves information about a document's versions.DocumentService.getDocumentVersions
(DocumentId id) Retrieves information about a document's versions.DocumentService.getDocumentVersions
(String ddcName, String objectId) Retrieves information about a document's versions.long
DocClassicConnectorService.getElementSize
(String hDoc, int element) Retrieves the size of the specified element (in bytes).long
DocumentService.getElementSize
(String hDoc, int element) Retrieves the size of the specified element (in bytes).DocClassicConnectorService.getElementSizes
(String hDoc, List<Integer> elementsWithoutSize) Retrieves a map with the sizes (in bytes) of elements for a given hDoc.DocumentService.getElementSizes
(String hDoc, List<Integer> elementsWithoutSize) Retrieves a map with the sizes (in bytes) of elements for a given hDoc.DocClassicConnectorService.getFullTextFields
(String ddcName, List<String> fullTextFields, String hdoc) DocumentService.getFullTextFields
(String ddcName, List<String> fullTextFields, String hdoc) Fetches values of Full text columnsDocClassicConnectorService.getImageInfo
(DocumentId id) Reads the document image informations from backend.DocumentService.getImageInfo
(DocumentId id) Reads the document image informations from backend.DocClassicConnectorService.getIXOSAnnotation
(String hdoc) Reads the IXOS annotation for this document.DocumentService.getIXOSAnnotation
(String hdoc) Reads the IXOS annotation for this document.DocClassicConnectorService.getLockData
(DocumentId id) Returns the lock data for the specified document.DocClassicConnectorService.getLockData
(DocumentId id, boolean isDeleted) Returns the lock data for the specified document.DocumentService.getLockData
(DocumentId id) Returns the lock data for the specified document.DocumentService.getLockData
(DocumentId id, boolean isDeleted) Returns the lock data for the specified document.DocClassicConnectorService.getLookupEntryAccessData
(DocumentId id) DocumentService.getLookupEntryAccessData
(DocumentId id) Retrieves the access data for the specified lookup table entry.int
DocClassicConnectorService.getNextCounterValue
(String ddcName, String fieldName, String dbFieldName) Deprecated.Counter fields cannot be set by API any more.int
DocumentService.getNextCounterValue
(String ddcName, String fieldName, String dbFieldName) Deprecated.Counter fields cannot be set by API any more.DocClassicConnectorService.getNotesContent
(String hDoc) Reads notes element.DocumentService.getNotesContent
(String hDoc) Reads notes element.DocClassicConnectorService.getReleaseHdoc
(String hDoc) Gets the last released hdoc.DocumentService.getReleaseHdoc
(String hDoc) Gets the last released hdoc.List<com.saperion.connector.renditions.Rendition>
DocClassicConnectorService.getRenderedDocument
(DocumentId documentId, com.saperion.connector.formats.TargetFormat format, boolean currentRevision) Renders the specified document to the target format.List<com.saperion.connector.renditions.Rendition>
DocumentService.getRenderedDocument
(DocumentId documentId, com.saperion.connector.formats.TargetFormat format, boolean currentRevision) Renders the specified document to the target format.DocClassicConnectorService.getRevisionInfo
(DocumentId id) Reads the properties of the specified revision.DocumentService.getRevisionInfo
(DocumentId id) Reads the properties of the specified revision.DocClassicConnectorService.getThumbnail
(DocumentId id, int height, int width, boolean color) Retrieves a thumbnail for the specified document or null if no thumbnail is available.DocumentService.getThumbnail
(DocumentId id, int height, int width, boolean color) Retrieves a thumbnail for the specified document or null if no thumbnail is available.boolean
DocClassicConnectorService.hasBlackmarkers
(DocumentId docId) Checks for blackmarkers.boolean
DocumentService.hasBlackmarkers
(DocumentId docId) Checks for blackmarkers.final boolean
DocClassicConnectorService.lockDocument
(DocumentId id, DocumentService.AuditEvent event) Lock document.boolean
DocumentService.lockDocument
(DocumentId id, DocumentService.AuditEvent event) Lock document.void
DocClassicConnectorService.releaseDocument
(DocumentId id, String comment) Release a document.void
DocumentService.releaseDocument
(DocumentId id, String comment) Release a document.final void
DocClassicConnectorService.removeIXOSAnno
(DocumentId docId) Remove the IXOS annotation from content list.void
DocumentService.removeIXOSAnno
(DocumentId docId) Remove the IXOS annotation from content list.DocClassicConnectorService.resolveLatestRevision
(String oldHdoc) Resolve latest revision for the given hdoc.DocumentService.resolveLatestRevision
(String oldHdoc) Resolve latest revision for the given hdoc.com.saperion.bean.SapDocInfo
DocClassicConnectorService.resolveSapURL
(String url) Resolves the given SAP URL and returns the SapDocInfo.com.saperion.bean.SapDocInfo
DocumentService.resolveSapURL
(String url) Resolves the given SAP URL and returns the SapDocInfo.void
DocClassicConnectorService.setAcl
(DocumentId docId, String acl, String comment) Deprecated.void
DocumentService.setAcl
(DocumentId id, String acl, String comment) Deprecated.void
DocClassicConnectorService.setAclNames
(DocumentId id, List<String> acls, String comment) void
DocumentService.setAclNames
(DocumentId id, List<String> acls, String comment) Sets the ACL for the specified document or lookup table entry.final void
DocClassicConnectorService.setAnnotations
(String hDoc, int element, String annotations) Sets the annotations of a document.void
DocumentService.setAnnotations
(String hDoc, int element, String annotations) Sets the annotations of a document.void
DocClassicConnectorService.setDocumentRead
(DocumentId id) Sets the specified document's state to 'read' without creating a new revision.void
DocumentService.setDocumentRead
(DocumentId id) Sets the specified document's state to 'read' without creating a new revision.void
DocClassicConnectorService.setDocumentUnread
(DocumentId id) Sets the specified document's state to 'unread' without creating a new revision.void
DocumentService.setDocumentUnread
(DocumentId id) Sets the specified document's state to 'unread' without creating a new revision.void
DocClassicConnectorService.setNotesContent
(String hDoc, String ddc, String content) Writes the notes element.void
DocumentService.setNotesContent
(String hDoc, String ddc, String content) Writes the notes element.final boolean
DocClassicConnectorService.unlockDocument
(DocumentId id) Unlock document.boolean
DocumentService.unlockDocument
(DocumentId id) Unlock document.DocClassicConnectorService.updateDocument
(DocumentId docId, DataToUpdate data, UpdateSettings settings) Updates the document identfied by docId using the specified data and settings.final com.saperion.intf.SaSaveInfo
DocClassicConnectorService.updateDocument
(List<FieldResultBean> properties, com.saperion.bean.ContentStream[] content, String comment, DocumentId docId, boolean checkin, boolean lookup, int selectedImage) Deprecated.final com.saperion.intf.SaSaveInfo
DocClassicConnectorService.updateDocument
(Properties properties, com.saperion.bean.ContentStream[] content, String comment, DocumentId docId, boolean checkin, boolean lookup, int selectedImage) Deprecated.DocumentService.updateDocument
(DocumentId docId, DataToUpdate data, UpdateSettings settings) Updates the document identfied by docId using the specified data and settings.com.saperion.intf.SaSaveInfo
DocumentService.updateDocument
(List<FieldResultBean> properties, com.saperion.bean.ContentStream[] content, String comment, DocumentId docId, boolean checkin, boolean lookup, int selectedImage) Deprecated.com.saperion.intf.SaSaveInfo
DocumentService.updateDocument
(Properties properties, com.saperion.bean.ContentStream[] content, String comment, DocumentId docId, boolean checkin, boolean lookup, int selectedImage) Deprecated.void
DocClassicConnectorService.updateLookupItem
(String sysRowId, List<FieldResultBean> properties, String ddcName) Update a lookup entry.void
DocClassicConnectorService.updateLookupItem
(String sysRowId, List<FieldResultBean> properties, String ddcName, boolean isDeleted) Update a lookup entry.void
DocumentService.updateLookupItem
(String sysRowId, List<FieldResultBean> properties, String ddcName) Update a lookup entry.void
DocumentService.updateLookupItem
(String sysRowId, List<FieldResultBean> properties, String ddcName, boolean isDeleted) Update a lookup entry.void
DocClassicConnectorService.writeAuditEvent
(String hdoc, DocumentService.AuditEvent event, String remark) Write audit event.void
DocumentService.writeAuditEvent
(String hdoc, DocumentService.AuditEvent event, String remark) Write audit event. -
Uses of SystemException in com.saperion.ngc.model.resultset
Methods in com.saperion.ngc.model.resultset that throw SystemExceptionModifier and TypeMethodDescriptionfinal int
QueryClassicConnectorService.executeCountQuery
(com.saperion.rmi.SaQueryInfo query) Executes a count query.int
QueryService.executeCountQuery
(com.saperion.rmi.SaQueryInfo query) Executes a count query.final ModelResult
QueryClassicConnectorService.executePagingQuery
(ResultPaging paging) Execute query with paging.QueryService.executePagingQuery
(ResultPaging paging) Execute query with paging.final ModelResult
QueryClassicConnectorService.executeQuery
(com.saperion.rmi.SaQueryInfo query) Execute query.QueryService.executeQuery
(com.saperion.rmi.SaQueryInfo queryInfo) Execute query.QueryClassicConnectorService.getAttachmentInfo
(com.saperion.intf.wf.TaskInfo info) Loads the attachment for the specifiedTaskInfo
.QueryService.getAttachmentInfo
(com.saperion.intf.wf.TaskInfo info) Loads the attachment for the specifiedTaskInfo
.static ResultProperties
ResultProperties.getFromPropertyList
(com.saperion.intf.SaPropertyValue[] values, String ddcName, String objectId, String revisionId) Constructs a new ResultProperties object containing the supplied properties.int
QueryClassicConnectorService.getHitCount
(com.saperion.rmi.SaQueryInfo info) Returns the number of hits for the specified query.int
QueryService.getHitCount
(com.saperion.rmi.SaQueryInfo info) Returns the number of hits for the specified query.QueryClassicConnectorService.getInboxTaskProperties
(String taskId) QueryService.getInboxTaskProperties
(String taskId) Returns the metadata for a task with the specified ID.QueryClassicConnectorService.searchFolderDocuments
(String folderId, String folderDDC, com.saperion.rmi.SaQueryInfo hqlFilter) HQL search extended with additional folder informations and depth.QueryService.searchFolderDocuments
(String folderId, String folderDDC, com.saperion.rmi.SaQueryInfo hqlFilter) HQL search extended with additional folder informations and depth. -
Uses of SystemException in com.saperion.ngc.model.users
Constructors in com.saperion.ngc.model.users that throw SystemExceptionModifierConstructorDescriptionDefault constructor to be called from within ZK-context.UserManagementClassicConnectorService
(jakarta.servlet.http.HttpSession session) Constructor to be called from without ZK-context. -
Uses of SystemException in com.saperion.ngc.model.workflow
Methods in com.saperion.ngc.model.workflow that throw SystemExceptionModifier and TypeMethodDescriptioncom.saperion.connector.wf.WorkflowResult
WorkflowConnectorService.addHistory
(String taskId, String description) Execute set history.com.saperion.connector.wf.WorkflowResult
WorkflowService.addHistory
(String taskId, String description) Execute set history.List<com.saperion.intf.wf.CommentInfo>
WorkflowConnectorService.getComments
(com.saperion.intf.wf.TaskInfo taskInfo) Retrieves the comments for the specified task.List<com.saperion.intf.wf.CommentInfo>
WorkflowService.getComments
(com.saperion.intf.wf.TaskInfo task) Retrieves the comments for the specified task.WorkflowConnectorService.getDefinitions()
Reads the available workflow definitions.List<com.saperion.wf.ProcessDefinitionDescriptor>
WorkflowConnectorService.getDefinitions
(String ddcName) Reads the available workflow definitions for the specified DDC.WorkflowService.getDefinitions()
Reads the available workflow definitions.List<com.saperion.wf.ProcessDefinitionDescriptor>
WorkflowService.getDefinitions
(String ddcName) Reads the available workflow definitions for the specified DDC.com.saperion.intf.wf.BoxDefinition
WorkflowConnectorService.getInboxDefinition()
Retrieves the definition of the current user's inbox.com.saperion.intf.wf.BoxDefinition
WorkflowService.getInboxDefinition()
Retrieves the definition of the current user's inbox.com.saperion.intf.wf.WorkflowMember
WorkflowConnectorService.getMember
(com.saperion.intf.wf.WorkflowMember member, int depth, String filter) Reads direct workflow member.com.saperion.intf.wf.WorkflowMember
Reads direct workflow member.com.saperion.intf.wf.WorkflowMember
WorkflowConnectorService.getMembers()
Reads workflow member.com.saperion.intf.wf.WorkflowMember
WorkflowService.getMembers()
Reads workflow member.WorkflowConnectorService.getSubstitute()
WorkflowService.getSubstitute()
Gets the fullname of the substitute for workflows of the current user.com.saperion.jcs.modules.users.api.User
WorkflowConnectorService.getSubstituteUser()
com.saperion.jcs.modules.users.api.User
WorkflowService.getSubstituteUser()
Gets the substitute-user for the current user.com.saperion.connector.wf.SaWFTask
Load the task object.com.saperion.connector.wf.SaWFTask
Load the task object.boolean
WorkflowConnectorService.isWorkflowFeatureEnabled()
boolean
WorkflowService.isWorkflowFeatureEnabled()
Checks if the workflow-feature is enabled.void
WorkflowConnectorService.setSubstitute
(String substituteFullname) void
WorkflowService.setSubstitute
(String substituteFullname) Sets the substitute for workflows. -
Uses of SystemException in com.saperion.ngc.onedrive
Methods in com.saperion.ngc.onedrive that throw SystemExceptionModifier and TypeMethodDescriptionstatic void
OneDriveSessionUtility.refreshSessionAttributes
(com.saperion.onedrive.OneDriveClient externalStorageClient) -
Uses of SystemException in com.saperion.ngc.portal
Methods in com.saperion.ngc.portal that throw SystemExceptionModifier and TypeMethodDescriptionstatic void
PortalHelper.setFieldValue
(String value, IntelligentField field) Sets the value of the specified field. -
Uses of SystemException in com.saperion.ngc.resultset
Methods in com.saperion.ngc.resultset that throw SystemExceptionModifier and TypeMethodDescriptionItemAnalyzer.analyzeItem
(ResultProperties props) Analyze the item.ItemAnalyzer.analyzeItem
(ResultProperties props, DocumentId docId) Analyze the item.ItemAnalyzer.analyzeItems
(List<ResultProperties> items) Analyzes the items.WorkflowItemAnalyzer.analyzeWorkflowItem
(ResultProperties item) Analyzes the worklfow item.WorkflowItemAnalyzer.analyzeWorkflowItems
(List<ResultProperties> items) Analyze the workflow items.ResultSetPresenter.fixVersion
(DocumentId documentId) Fill value for revision ID in document ID if not set.ResultSetPresenter.getFullTextFields
(String ddcName, List<String> fullTextFields, String hdoc) Fetches values of Full text columnsvoid
ResultSetPresenter.writeAuditEvent
(String hdoc, DocumentService.AuditEvent event, String remark) -
Uses of SystemException in com.saperion.ngc.sapviewer
Methods in com.saperion.ngc.sapviewer that throw SystemExceptionModifier and TypeMethodDescriptionSAPViewerUrl.createControlBeanAndLogin
(String url, jakarta.servlet.http.HttpServletRequest servletRequest, String viewerId) Parses the SAPViewer-URL, performs a login if required and created the viewer-control-bean. -
Uses of SystemException in com.saperion.ngc.servlet.process
Methods in com.saperion.ngc.servlet.process that throw SystemExceptionModifier and TypeMethodDescriptionabstract void
LongRunningProcess.writeResult
(jakarta.servlet.http.HttpServletResponse response) Writes the result of the process to the output-stream.void
PdfRenderProcess.writeResult
(jakarta.servlet.http.HttpServletResponse response) -
Uses of SystemException in com.saperion.ngc.servlet.process.export
Methods in com.saperion.ngc.servlet.process.export that throw SystemExceptionModifier and TypeMethodDescriptionvoid
CSVExportProcess.writeResult
(jakarta.servlet.http.HttpServletResponse response) void
XLSXExportProcess.writeResult
(jakarta.servlet.http.HttpServletResponse response) -
Uses of SystemException in com.saperion.ngc.util
Methods in com.saperion.ngc.util that throw SystemExceptionModifier and TypeMethodDescriptionstatic String
WatermarkUtil.getWatermarkFile
(String hDoc, boolean currentRevision, DocumentService docService) Gets the watermark file property of a document which is set in the WATERMARKFILE field in the document's metadata. -
Uses of SystemException in com.saperion.ngc.util.property
Methods in com.saperion.ngc.util.property that throw SystemExceptionModifier and TypeMethodDescriptionprotected com.saperion.intf.SaFieldDescription
PropertyType.getFieldDescription
(com.saperion.intf.SaPropertyValue fieldProperty) Returns the field description of the specified property or null if it could not be found.String[]
PropertyHandler.returnStringValues()
Deprecated.Converts the providedSaPropertyValue
object values to String array.String[]
PropertyToStringConverter.returnStringValues
(com.saperion.intf.SaPropertyValue value) Converts the providedSaPropertyValue
object values to String array. -
Uses of SystemException in com.saperion.ngc.viewer
Methods in com.saperion.ngc.viewer that throw SystemExceptionModifier and TypeMethodDescriptionvoid
DocumentViewPresenter.writeAuditEvent
(String hdoc, DocumentService.AuditEvent event, String remark) -
Uses of SystemException in com.saperion.ngc.viewer.hylandviewer
Methods in com.saperion.ngc.viewer.hylandviewer that throw SystemExceptionModifier and TypeMethodDescriptionHylandViewerUtil.getIniAnnotation
(String revisionId) Get the annotation of a document -
Uses of SystemException in com.saperion.ngc.viewer.virtualviewer
Methods in com.saperion.ngc.viewer.virtualviewer that throw SystemExceptionModifier and TypeMethodDescriptionstatic DocumentId
VirtualViewerUtil.getReleasedHdoc
(DocumentId documentId, OpenDocumentBean openDocumentBean, DocumentService docService) Gets the released hdoc.
SettingsService.getDatabaseType(String)
instead.