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.dialogs
Methods in com.saperion.ngc.dialogs that throw SystemException Modifier and Type Method Description void
RevisionListRenderer. downloadRevision(RevisionHistoryDialog.RevisionBean bean)
-
Uses of SystemException in com.saperion.ngc.dialogs.userprofile
Methods in com.saperion.ngc.dialogs.userprofile that throw SystemException Modifier and Type Method Description void
PasswordChanger. modify()
void
PresenceModifier. modify()
void
SubstituteModifier. modify()
void
UserSettingsModifier. modify()
Implement to define action that modifies the current user. -
Uses of SystemException in com.saperion.ngc.exception
Subclasses of SystemException in com.saperion.ngc.exception Modifier and Type Class Description class
TooManyHitsException
Exception thrown when a query returned more hits than set in the maxRecords property of the result list.class
UniqueConstraintViolationException
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 SystemException Modifier and Type Method Description boolean
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 SystemException Modifier and Type Method Description static 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 SystemException Modifier and Type Method Description void
FieldValidator. validate()
Deprecated.Validates the field. -
Uses of SystemException in com.saperion.ngc.iform.field
Methods in com.saperion.ngc.iform.field that throw SystemException Modifier and Type Method Description static 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 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.validator
Methods in com.saperion.ngc.iform.validator that throw SystemException Modifier and Type Method Description protected void
AbstractFieldValidator. checkDateRange(java.util.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 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 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 SystemException Modifier and Type Method Description boolean
SettingsClassicConnectorService. deleteSetting(java.lang.String name, java.lang.String section, boolean longSetting)
Deletes a setting in the backend.boolean
SettingsService. deleteSetting(java.lang.String name, java.lang.String section, boolean longSetting)
Deletes a setting in the backend.DocumentId
SettingsClassicConnectorService. fixRevId(DocumentId id, boolean force)
Fix the revision id, if it's empty.DocumentId
SettingsService. 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.String
SettingsClassicConnectorService. getDatabaseType()
Deprecated.com.saperion.config.SQLType
SettingsClassicConnectorService. getDatabaseType(java.lang.String ddcName)
java.lang.String
SettingsService. getDatabaseType()
Deprecated.This method is kept only for compile-compatibility and will always throw an exception useSettingsService.getDatabaseType(String)
instead.com.saperion.config.SQLType
SettingsService. getDatabaseType(java.lang.String ddcName)
This method returns the type of database the given DDC is stored on.com.saperion.intf.DDC
SettingsClassicConnectorService. getDDC(java.lang.String definitionName)
Retrieves the specified DDC.com.saperion.intf.DDC
SettingsService. 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.ResultType
SettingsClassicConnectorService. getResultType(java.lang.String formName, int id, int rev, java.lang.String ddc)
Deprecated.use getSetting insteadcom.saperion.ngc.iform.xml.ResultType
SettingsService. getResultType(java.lang.String formName, int id, int rev, java.lang.String ddc)
Deprecated.use getSetting insteadjava.lang.String
SettingsClassicConnectorService. getSetting(java.lang.String name, java.lang.String section, boolean longSetting)
Retrieves a setting from the backend.java.lang.String
SettingsService. 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.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(java.lang.String ddcName)
Checks, if the given ddc is an audit/protocol table.boolean
SettingsService. isAuditTable(java.lang.String ddcName)
Checks, if the given ddc is an audit/protocol table.boolean
SettingsClassicConnectorService. isLookupTable(java.lang.String ddcName)
Checks, if the given ddc is a lookup table.boolean
SettingsService. isLookupTable(java.lang.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(java.util.Map<java.lang.String,java.lang.String> items)
Stores the fast access items.void
SettingsService. setFastAccessItems(java.util.Map<java.lang.String,java.lang.String> items)
Stores the fast access items.void
SettingsClassicConnectorService. setLastLaunched(java.lang.String lastName)
Set the last lauched workflow name.void
SettingsService. setLastLaunched(java.lang.String lastName)
Set the last lauched workflow name.void
SettingsClassicConnectorService. setProperties(java.util.Map<java.lang.String,java.lang.String> props, java.lang.String section)
Writes the given properties to the given section.void
SettingsService. setProperties(java.util.Map<java.lang.String,java.lang.String> props, java.lang.String section)
Writes the given properties to the given section.void
SettingsClassicConnectorService. setResultType(java.lang.String formName, int id, int rev, com.saperion.ngc.iform.xml.ResultType resultType, java.lang.String ddc)
Deprecated.use setSetting insteadvoid
SettingsService. setResultType(java.lang.String formName, int id, int rev, com.saperion.ngc.iform.xml.ResultType resultType, java.lang.String ddc)
Deprecated.use setSetting insteadvoid
SettingsClassicConnectorService. setSetting(java.lang.String value, java.lang.String name, java.lang.String section, boolean longSetting)
Stores a setting in the backend.void
SettingsService. setSetting(java.lang.String value, java.lang.String name, java.lang.String section, boolean longSetting)
Stores a setting in the backend.void
SettingsClassicConnectorService. 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.void
SettingsService. 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.authorization
Methods in com.saperion.ngc.model.authorization that throw SystemException Modifier and Type Method Description boolean
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.User
AuthClassicConnectorService. changePassword(User user, java.lang.String newPassword)
User
AuthorizationService. changePassword(User user, java.lang.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
User
AuthClassicConnectorService. getCurrentUser()
User
AuthorizationService. getCurrentUser()
SystemType
AuthClassicConnectorService. getSystemType()
Get the system type.SystemType
AuthorizationService. getSystemType()
Get the system type.ModelConnectionStatus
AuthClassicConnectorService. isConnected()
Check connection status.ModelConnectionStatus
AuthorizationService. isConnected()
Check connection status.void
AuthClassicConnectorService. logoff()
Logoff from service.void
AuthorizationService. logoff()
Logoff from service.User
AuthClassicConnectorService. logon(AuthenticationInformation info)
Logon to service.User
AuthorizationService. logon(AuthenticationInformation auth)
Logon to service.User
AuthClassicConnectorService. logonTech(java.lang.String tenant)
Logon with a technical user.User
AuthClassicConnectorService. logonTech(java.lang.String tenant, javax.servlet.http.HttpSession session)
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
AuthClassicConnectorService. setLocale(java.util.Locale locale)
Sets the locale for the underlying connection to the backend.void
AuthorizationService. setLocale(java.util.Locale locale)
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 SystemException Modifier and Type Method Description DocumentId
DocClassicConnectorService. 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.DocumentId
DocClassicConnectorService. 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.DocumentId
DocClassicConnectorService. 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.DocumentId
DocClassicConnectorService. addDocument(java.util.Properties properties, com.saperion.rmi.SaContentStream[] content, java.lang.String comment, java.lang.String ddcName, java.lang.String acls)
Deprecated.DocumentId
DocumentService. 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.DocumentId
DocumentService. 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.DocumentId
DocumentService. 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.DocumentId
DocumentService. addDocument(java.util.Properties properties, com.saperion.rmi.SaContentStream[] content, java.lang.String comment, java.lang.String ddcName, java.lang.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.DocumentId
DocClassicConnectorService. createLookupItem(java.util.List<FieldResultBean> properties, java.lang.String ddcName)
Create a new lookup entry.DocumentId
DocumentService. createLookupItem(java.util.List<FieldResultBean> properties, java.lang.String ddcName)
Create a new lookup entry.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.ResultAccessData
DocClassicConnectorService. getAccessData(DocumentId id)
Retrieves the access data for the specified document.ResultAccessData
DocClassicConnectorService. getAccessData(java.lang.String revisionId)
Retrieves the access data fot the specified document.ResultAccessData
DocumentService. getAccessData(DocumentId id)
Retrieves the access data for the specified document.ResultAccessData
DocumentService. getAccessData(java.lang.String revisionId)
Retrieves the access data fot the specified document.java.lang.String
DocClassicConnectorService. getAcl(DocumentId docId)
Deprecated.useDocClassicConnectorService.getAclNames(DocumentId)
instead.java.lang.String
DocumentService. 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.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.java.lang.String
DocClassicConnectorService. getAnnotations(java.lang.String hDoc, int element)
Deprecated.java.lang.String
DocClassicConnectorService. getAnnotations(java.lang.String hDoc, int element, boolean currentRevision)
Retrieves the annotations of a document.java.lang.String
DocumentService. getAnnotations(java.lang.String hDoc, int element)
Deprecated.java.lang.String
DocumentService. getAnnotations(java.lang.String hDoc, int element, boolean currentRevision)
Retrieves the annotations of a document.DocumentArchiveMetaInfo
DocClassicConnectorService. getArchiveMetaInfo(DocumentId documentId, boolean currentRevision)
Retrieves the meta information of a document that is stored on the archive.DocumentArchiveMetaInfo
DocClassicConnectorService. getArchiveMetaInfo(DocumentId documentId, boolean currentRevision, boolean previewMode)
Retrieves the meta information of a document that is stored on the archive.DocumentArchiveMetaInfo
DocumentService. getArchiveMetaInfo(DocumentId documentId, boolean currentRevision)
Retrieves the meta information of a document that is stored on the archive.DocumentArchiveMetaInfo
DocumentService. getArchiveMetaInfo(DocumentId documentId, boolean currentRevision, boolean previewMode)
Retrieves the meta information of a document that is stored on the archive.ResultProperties
DocClassicConnectorService. getDocumentInfo(DocumentId id)
Reads the document properties.ResultProperties
DocClassicConnectorService. getDocumentInfo(DocumentId id, boolean isDeleted)
Reads the document properties.ResultProperties
DocumentService. getDocumentInfo(DocumentId id)
Reads the document properties.ResultProperties
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.DocumentVersionInfo
DocClassicConnectorService. getDocumentVersion(java.lang.String versionId)
Returns the metadata of the specified version.DocumentVersionInfo
DocumentService. 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.long
DocClassicConnectorService. getElementSize(java.lang.String hDoc, int element)
Retrieves the size of the specified element (in bytes).long
DocumentService. 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 columnsDocumentImageInfo
DocClassicConnectorService. getImageInfo(DocumentId id)
Reads the document image informations from backend.DocumentImageInfo
DocumentService. getImageInfo(DocumentId id)
Reads the document image informations from backend.java.lang.String
DocClassicConnectorService. getIXOSAnnotation(java.lang.String hdoc)
Reads the IXOS annotation for this document.java.lang.String
DocumentService. getIXOSAnnotation(java.lang.String hdoc)
Reads the IXOS annotation for this document.ResultLockData
DocClassicConnectorService. getLockData(DocumentId id)
Returns the lock data for the specified document.ResultLockData
DocClassicConnectorService. getLockData(DocumentId id, boolean isDeleted)
Returns the lock data for the specified document.ResultLockData
DocumentService. getLockData(DocumentId id)
Returns the lock data for the specified document.ResultLockData
DocumentService. getLockData(DocumentId id, boolean isDeleted)
Returns the lock data for the specified document.ResultAccessData
DocClassicConnectorService. getLookupEntryAccessData(DocumentId id)
ResultAccessData
DocumentService. getLookupEntryAccessData(DocumentId id)
Retrieves the access data for the specified lookup table entry.int
DocClassicConnectorService. getNextCounterValue(java.lang.String ddcName, java.lang.String fieldName, java.lang.String dbFieldName)
Deprecated.Counter fields cannot be set by API any more.int
DocumentService. 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.String
DocClassicConnectorService. getNotesContent(java.lang.String hDoc)
Reads notes element.java.lang.String
DocumentService. getNotesContent(java.lang.String hDoc)
Reads notes element.java.lang.String
DocClassicConnectorService. getReleaseHdoc(java.lang.String hDoc)
Gets the last released hdoc.java.lang.String
DocumentService. 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.ResultProperties
DocClassicConnectorService. getRevisionInfo(DocumentId id)
Reads the properties of the specified revision.ResultProperties
DocumentService. getRevisionInfo(DocumentId id)
Reads the properties of the specified revision.java.awt.image.BufferedImage
DocClassicConnectorService. getThumbnail(DocumentId id, int height, int width, boolean color)
Retrieves a thumbnail for the specified document or null if no thumbnail is available.java.awt.image.BufferedImage
DocumentService. getThumbnail(DocumentId id, int height, int width, boolean color)
Retrieves a thumbnail for the specified document or null if no thumbnail is available.boolean
DocClassicConnectorService. hasBlackmarkers(DocumentId docId)
Checks for blackmarkers.boolean
DocumentService. hasBlackmarkers(DocumentId docId)
Checks for blackmarkers.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, java.lang.String comment)
Release a document.void
DocumentService. releaseDocument(DocumentId id, java.lang.String comment)
Release a document.void
DocClassicConnectorService. removeIXOSAnno(DocumentId docId)
Remove the IXOS annotation from content list.void
DocumentService. removeIXOSAnno(DocumentId docId)
Remove the IXOS annotation from content list.java.lang.String
DocClassicConnectorService. resolveLatestRevision(java.lang.String oldHdoc)
Resolve latest revision for the given hdoc.java.lang.String
DocumentService. resolveLatestRevision(java.lang.String oldHdoc)
Resolve latest revision for the given hdoc.com.saperion.bean.SapDocInfo
DocClassicConnectorService. resolveSapURL(java.lang.String url)
Resolves the given SAP URL and returns the SapDocInfo.com.saperion.bean.SapDocInfo
DocumentService. resolveSapURL(java.lang.String url)
Resolves the given SAP URL and returns the SapDocInfo.void
DocClassicConnectorService. setAcl(DocumentId docId, java.lang.String acl, java.lang.String comment)
Deprecated.void
DocumentService. setAcl(DocumentId id, java.lang.String acl, java.lang.String comment)
Deprecated.void
DocClassicConnectorService. setAclNames(DocumentId id, java.util.List<java.lang.String> acls, java.lang.String comment)
void
DocumentService. 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.void
DocClassicConnectorService. setAnnotations(java.lang.String hDoc, int element, java.lang.String annotations)
Sets the annotations of a document.void
DocumentService. setAnnotations(java.lang.String hDoc, int element, java.lang.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(java.lang.String hDoc, java.lang.String ddc, java.lang.String content)
Writes the notes element.void
DocumentService. setNotesContent(java.lang.String hDoc, java.lang.String ddc, java.lang.String content)
Writes the notes element.boolean
DocClassicConnectorService. unlockDocument(DocumentId id)
Unlock document.boolean
DocumentService. unlockDocument(DocumentId id)
Unlock document.DocumentId
DocClassicConnectorService. updateDocument(DocumentId docId, DataToUpdate data, UpdateSettings settings)
Updates the document identfied by docId using the specified data and settings.com.saperion.intf.SaSaveInfo
DocClassicConnectorService. 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.SaSaveInfo
DocClassicConnectorService. updateDocument(java.util.Properties properties, com.saperion.bean.ContentStream[] content, java.lang.String comment, DocumentId docId, boolean checkin, boolean lookup, int selectedImage)
Deprecated.DocumentId
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(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.SaSaveInfo
DocumentService. updateDocument(java.util.Properties properties, com.saperion.bean.ContentStream[] content, java.lang.String comment, DocumentId docId, boolean checkin, boolean lookup, int selectedImage)
Deprecated.void
DocClassicConnectorService. updateLookupItem(java.lang.String sysRowId, java.util.List<FieldResultBean> properties, java.lang.String ddcName)
Update a lookup entry.void
DocClassicConnectorService. updateLookupItem(java.lang.String sysRowId, java.util.List<FieldResultBean> properties, java.lang.String ddcName, boolean isDeleted)
Update a lookup entry.void
DocumentService. updateLookupItem(java.lang.String sysRowId, java.util.List<FieldResultBean> properties, java.lang.String ddcName)
Update a lookup entry.void
DocumentService. updateLookupItem(java.lang.String sysRowId, java.util.List<FieldResultBean> properties, java.lang.String ddcName, boolean isDeleted)
Update a lookup entry.void
DocClassicConnectorService. writeAuditEvent(java.lang.String hdoc, DocumentService.AuditEvent event, java.lang.String remark)
Write audit event.void
DocumentService. writeAuditEvent(java.lang.String hdoc, DocumentService.AuditEvent event, java.lang.String remark)
Write audit event. -
Uses of SystemException in com.saperion.ngc.model.navigation
Methods in com.saperion.ngc.model.navigation that throw SystemException Modifier and Type Method Description FolderId
NavigationClassicConnectorService. 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.FolderId
NavigationService. 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.NavigationNode
NavigationClassicConnectorService. 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.NavigationNode
NavigationService. 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.NavigationNode
NavigationClassicConnectorService. 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.NavigationNode
NavigationService. 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.void
NavigationClassicConnectorService. addToFolder(java.util.Set<FolderId> folderIds, java.util.Set<DocumentId> documentIDs)
Adds documents to the specified folders.void
NavigationService. addToFolder(java.util.Set<FolderId> folderIds, java.util.Set<DocumentId> documentIDs)
Adds documents to the specified folders.NavigationNode
NavigationClassicConnectorService. 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.NavigationNode
NavigationService. 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.NavigationNode
NavigationClassicConnectorService. copyFolder(FolderId folderId, NavigationNode destinationNode, FolderId beforeChildId, boolean withDocuments)
Copies a folder to the specified location.NavigationNode
NavigationService. copyFolder(FolderId folderId, NavigationNode destinationNode, FolderId beforeChildId, boolean withDocuments)
Copies a folder to the specified location.void
NavigationClassicConnectorService. deleteFolder(NavigationNode node)
Deletes the given folder.void
NavigationService. deleteFolder(NavigationNode node)
Deletes the given folder.void
NavigationClassicConnectorService. deleteFolderById(FolderId id)
Deletes the folder identified by the specified id.void
NavigationService. deleteFolderById(FolderId id)
Deletes the folder identified by the specified id.long
NavigationClassicConnectorService. getDocumentFolderCount(DocumentId id)
Retrieves the count over all folders the document is contained in.long
NavigationService. 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.FolderNode
NavigationClassicConnectorService. getFolderById(FolderId id)
Search a folder by id.FolderNode
NavigationService. getFolderById(FolderId id)
Search a folder by id.FolderNode
NavigationClassicConnectorService. getFolderByPath(java.lang.String ddc, java.lang.String path)
Search a folder by path.FolderNode
NavigationService. 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.FolderClass
NavigationClassicConnectorService. getFolderClass(java.lang.String className)
Returns the folder class with the specified name or null if no such class exists.FolderClass
NavigationService. 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.FolderInfo
NavigationClassicConnectorService. getFolderInfo(FolderId id)
Retrieves information about the specified folder.FolderInfo
NavigationService. 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.NavigationTree
NavigationClassicConnectorService. getFolderTree(FolderId root, com.saperion.rmi.SaQueryInfo filter)
Generates a folder tree stated at. NavigationTree
NavigationService. 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.int
NavigationClassicConnectorService. getInboxId()
Reads the inbox id for the current user.int
NavigationService. getInboxId()
Reads the inbox id for the current user.com.saperion.ngc.iform.xml.Form
NavigationClassicConnectorService. getMaskDefinition(java.lang.String maskName)
Retrieves the mask definition with the given name.com.saperion.ngc.iform.xml.Form
NavigationClassicConnectorService. getMaskDefinition(java.lang.String maskName, boolean ignoreCompatibility)
Retrieves the mask definition with the given name.com.saperion.ngc.iform.xml.Form
NavigationService. getMaskDefinition(java.lang.String maskName)
Retrieves the mask definition with the given name.com.saperion.ngc.iform.xml.Form
NavigationService. getMaskDefinition(java.lang.String maskName, boolean ignoreCompatibility)
Retrieves the mask definition with the given name.NavigationTree
NavigationClassicConnectorService. getNavigationTree(java.lang.String folderDDC, com.saperion.rmi.SaQueryInfo filter)
Returns the navigation tree.NavigationTree
NavigationService. getNavigationTree(java.lang.String folderDDC, com.saperion.rmi.SaQueryInfo filter)
Returns the navigation tree.NavigationNode
NavigationClassicConnectorService. getNextLevelFolders(NavigationNode node, com.saperion.rmi.SaQueryInfo filter, int allowedMaxNrOfNodesPerLevel)
Returns the folders of the next level.NavigationNode
NavigationService. getNextLevelFolders(NavigationNode node, com.saperion.rmi.SaQueryInfo filter, int allowedMaxNrOfNodesPerLevel)
Returns the folders of the next level.com.saperion.wf.BoxCount
NavigationClassicConnectorService. getTaskCounts()
Returns the number or read and unread tasks for the current user.com.saperion.wf.BoxCount
NavigationService. getTaskCounts()
Returns the number or read and unread tasks for the current user.NavigationNode
NavigationClassicConnectorService. getWorkflowNodes(NavigationNode navigationNode)
Reads the workflow tree part.NavigationNode
NavigationService. getWorkflowNodes(NavigationNode navigationNode)
Reads the workflow tree part.boolean
NavigationClassicConnectorService. hasFolder(java.lang.String folderId)
boolean
NavigationService. hasFolder(java.lang.String folderId)
void
NavigationClassicConnectorService. removeFromFolder(java.util.Set<FolderId> folderSysRowIds, DocumentId documentId)
Removes the specified document from a folder.void
NavigationService. removeFromFolder(java.util.Set<FolderId> folderIds, DocumentId documentId)
Removes the specified document from a folder.NavigationNode
NavigationClassicConnectorService. renameFolder(NavigationNode node, java.lang.String name)
Renames folder.NavigationNode
NavigationService. renameFolder(NavigationNode node, java.lang.String name)
Renames folder.void
NavigationClassicConnectorService. setFolderAcl(FolderId folderId, java.lang.String acl)
Sets ACL for folder.void
NavigationService. setFolderAcl(FolderId folderId, java.lang.String acl)
Sets ACL for folder.void
NavigationClassicConnectorService. updateFolder(FolderId id, java.util.Properties nameValuePairs)
Updates the properties of a folder.void
NavigationService. 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.resultset
Methods in com.saperion.ngc.model.resultset that throw SystemException Modifier and Type Method Description int
QueryClassicConnectorService. executeCountQuery(com.saperion.rmi.SaQueryInfo query)
Executes a count query.int
QueryService. executeCountQuery(com.saperion.rmi.SaQueryInfo query)
Executes a count query.ModelResult
QueryClassicConnectorService. executePagingQuery(ResultPaging paging)
Execute query with paging.ModelResult
QueryService. executePagingQuery(ResultPaging paging)
Execute query with paging.ModelResult
QueryClassicConnectorService. executeQuery(com.saperion.rmi.SaQueryInfo query)
Execute query.ModelResult
QueryService. executeQuery(com.saperion.rmi.SaQueryInfo queryInfo)
Execute query.DocumentDatabaseMetaInfo
QueryClassicConnectorService. getAttachmentInfo(com.saperion.intf.wf.TaskInfo info)
Loads the attachment for the specifiedTaskInfo
.DocumentDatabaseMetaInfo
QueryService. getAttachmentInfo(com.saperion.intf.wf.TaskInfo info)
Loads the attachment for the specifiedTaskInfo
.static ResultProperties
ResultProperties. 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.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.ResultProperties
QueryClassicConnectorService. getInboxTaskProperties(java.lang.String taskId)
ResultProperties
QueryService. getInboxTaskProperties(java.lang.String taskId)
Returns the metadata for a task with the specified ID.ModelResult
QueryClassicConnectorService. searchFolderDocuments(java.lang.String folderId, java.lang.String folderDDC, com.saperion.rmi.SaQueryInfo hqlFilter)
HQL search extended with additional folder informations and depth.ModelResult
QueryService. 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.users
Constructors 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.workflow
Methods in com.saperion.ngc.model.workflow that throw SystemException Modifier and Type Method Description com.saperion.connector.wf.WorkflowResult
WorkflowConnectorService. addHistory(java.lang.String taskId, java.lang.String description)
Execute set history.com.saperion.connector.wf.WorkflowResult
WorkflowService. 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.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, java.lang.String filter)
Reads direct workflow member.com.saperion.intf.wf.WorkflowMember
WorkflowService. getMember(com.saperion.intf.wf.WorkflowMember member, int depth, java.lang.String filter)
Reads direct workflow member.com.saperion.intf.wf.WorkflowMember
WorkflowConnectorService. getMembers()
Reads workflow member.com.saperion.intf.wf.WorkflowMember
WorkflowService. getMembers()
Reads workflow member.java.lang.String
WorkflowConnectorService. getSubstitute()
java.lang.String
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
WorkflowConnectorService. getTask(java.lang.String taskId)
Load the task object.com.saperion.connector.wf.SaWFTask
WorkflowService. getTask(java.lang.String taskId)
Load the task object.boolean
WorkflowConnectorService. isWorkflowFeatureEnabled()
boolean
WorkflowService. isWorkflowFeatureEnabled()
Checks if the workflow-feature is enabled.void
WorkflowConnectorService. setSubstitute(java.lang.String substituteFullname)
void
WorkflowService. setSubstitute(java.lang.String substituteFullname)
Sets the substitute for workflows. -
Uses of SystemException in com.saperion.ngc.onedrive
Methods in com.saperion.ngc.onedrive that throw SystemException Modifier and Type Method Description static void
OneDriveSessionUtility. refreshSessionAttributes(com.saperion.onedrive.OneDriveClient externalStorageClient)
-
Uses of SystemException in com.saperion.ngc.portal
Methods in com.saperion.ngc.portal that throw SystemException Modifier and Type Method Description static void
PortalHelper. setFieldValue(java.lang.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 SystemException Modifier and Type Method Description ItemAnalyzeResult
ItemAnalyzer. analyzeItem(ResultProperties props)
Analyze the item.ItemAnalyzeResult
ItemAnalyzer. analyzeItem(ResultProperties props, DocumentId docId)
Analyze the item.ItemAnalyzeResult
ItemAnalyzer. analyzeItem(ResultProperties props, javax.servlet.http.HttpSession session)
Analyze the item.ItemAnalyzeResult
ItemAnalyzer. analyzeItems(java.util.List<ResultProperties> items)
Analyzes the items.WorkflowItemAnalyzeResult
WorkflowItemAnalyzer. analyzeWorkflowItem(ResultProperties item)
Analyzes the worklfow item.WorkflowItemAnalyzeResult
WorkflowItemAnalyzer. analyzeWorkflowItems(java.util.List<ResultProperties> items)
Analyze the workflow items.DocumentId
ResultSetPresenter. 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 columnsvoid
ResultSetPresenter. writeAuditEvent(java.lang.String hdoc, DocumentService.AuditEvent event, java.lang.String remark)
-
Uses of SystemException in com.saperion.ngc.sapviewer
Methods in com.saperion.ngc.sapviewer that throw SystemException Modifier and Type Method Description OpenDocumentBean
SAPViewerUrl. 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.process
Methods in com.saperion.ngc.servlet.process that throw SystemException Modifier and Type Method Description abstract void
LongRunningProcess. writeResult(javax.servlet.http.HttpServletResponse response)
Writes the result of the process to the output-stream.void
PdfRenderProcess. writeResult(javax.servlet.http.HttpServletResponse response)
-
Uses of SystemException in com.saperion.ngc.servlet.process.export
Methods in com.saperion.ngc.servlet.process.export that throw SystemException Modifier and Type Method Description void
CSVExportProcess. writeResult(javax.servlet.http.HttpServletResponse response)
void
XLSXExportProcess. writeResult(javax.servlet.http.HttpServletResponse response)
-
Uses of SystemException in com.saperion.ngc.util
Methods in com.saperion.ngc.util that throw SystemException Modifier and Type Method Description static java.lang.String
WatermarkUtil. 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.property
Methods in com.saperion.ngc.util.property that throw SystemException Modifier and Type Method Description protected 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.java.lang.String[]
PropertyHandler. returnStringValues()
Deprecated.Converts the providedSaPropertyValue
object values to String array.java.lang.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 SystemException Modifier and Type Method Description void
DocumentViewPresenter. writeAuditEvent(java.lang.String hdoc, DocumentService.AuditEvent event, java.lang.String remark)
-
Uses of SystemException in com.saperion.ngc.viewer.hylandviewer
Methods in com.saperion.ngc.viewer.hylandviewer that throw SystemException Modifier and Type Method Description DocumentArchiveMetaInfo
HylandViewerUtil. getDocumentArchiveMetaInfo(DocumentId docId, boolean currentRevision)
Get the document archive meta information of a specific document.AnnotationDocInfo
HylandViewerUtil. getIniAnnotation(java.lang.String revisionId)
Get the annotation of a documentOpenDocumentBean
HylandViewerUtil. getOpenDocumentBean(DocumentId docId, boolean currentRevision, boolean editMode)
Get a OpenDocumentBean for a specific document id.DocumentId
HylandViewerUtil. getUpdatedDocumentId(DocumentId docId)
Get the updated document id.boolean
HylandViewerUtil. isEditable(javax.servlet.http.HttpServletRequest request, ResultProperties documentInfo)
Check whether a document is editable. -
Uses of SystemException in com.saperion.ngc.viewer.virtualviewer
Methods in com.saperion.ngc.viewer.virtualviewer that throw SystemException Modifier and Type Method Description static DocumentId
VirtualViewerUtil. getReleasedHdoc(DocumentId documentId, OpenDocumentBean openDocumentBean, DocumentService docService)
Gets the released hdoc.
-