Uses of Class
com.saperion.ngc.exception.AuthenticationException
-
Packages that use AuthenticationException Package Description com.saperion.ngc.authorization Package for authorization component classes.com.saperion.ngc.dialogs Package for client dialog classes.com.saperion.ngc.dialogs.userprofile Contains classes concerning the user profilecom.saperion.ngc.filter Package for main filter components.com.saperion.ngc.iform Package for main iForm components.com.saperion.ngc.iform.field Package for iForm field elements.com.saperion.ngc.iform.validator Package for field validators.com.saperion.ngc.mail Package for mailing.com.saperion.ngc.model Package for model classes.com.saperion.ngc.model.authorization Package for authorization model classes.com.saperion.ngc.model.document Package for document model classes.com.saperion.ngc.model.navigation Package for navigation model classes.com.saperion.ngc.model.navigation.intf Package for navigation model interfaces.com.saperion.ngc.model.resultset Package for resultset model classes.com.saperion.ngc.model.users Package for user management classes.com.saperion.ngc.model.workflow Package for workflow model classes.com.saperion.ngc.navigation Package for navigation component classes.com.saperion.ngc.resultset Package for resultset component classes.com.saperion.ngc.resultset.contextmenu Package for resultset context menu classes.com.saperion.ngc.resultset.multiselect Package for multiselection tool.com.saperion.ngc.sapviewer Package for standalone SAP viewer.com.saperion.ngc.toolbar Package for user toolbar component classes.com.saperion.ngc.util Package for client utility classes.com.saperion.ngc.util.property Package for model property classes.com.saperion.ngc.viewer Package for viewer component classes.com.saperion.ngc.viewer.hylandviewer com.saperion.ngc.viewer.virtualviewer Package for virtual viewer component classes. -
-
Uses of AuthenticationException in com.saperion.ngc.authorization
Methods in com.saperion.ngc.authorization that throw AuthenticationException Modifier and Type Method Description protected void
AuthorizationPresenter. logon(java.lang.String username, java.lang.String password, int selectedItem, java.lang.String mandant)
-
Uses of AuthenticationException in com.saperion.ngc.dialogs
Methods in com.saperion.ngc.dialogs that throw AuthenticationException Modifier and Type Method Description static RevisionHistoryDialog.RevisionListModel
RevisionHistoryDialog.RevisionListModel. create(ResultSetPresenter resultPresenter, ResultSetViewImpl view, DocumentId docId, java.lang.String maskName)
Factory method.void
RevisionListRenderer. downloadRevision(RevisionHistoryDialog.RevisionBean bean)
static void
CommentDialog. show(ResultSetPresenter resultPresenter, com.saperion.intf.wf.TaskInfo task)
Shows the comment dialog.static void
RevisionHistoryDialog. show(ResultSetPresenter resultPresenter, ResultSetViewImpl view, DocumentId docId, java.lang.String maskName)
Shows the revision history. -
Uses of AuthenticationException in com.saperion.ngc.dialogs.userprofile
Methods in com.saperion.ngc.dialogs.userprofile that throw AuthenticationException 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 AuthenticationException in com.saperion.ngc.filter
Methods in com.saperion.ngc.filter that throw AuthenticationException 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 AuthenticationException in com.saperion.ngc.iform
Methods in com.saperion.ngc.iform that throw AuthenticationException Modifier and Type Method Description DocumentId
IntelligentFormPresenter. addDocument(java.util.List<FieldResultBean> properties, java.lang.String comment, FolderUploadInfos infos, java.lang.String ddcName)
Adds a new document to the archive.boolean
IntelligentFormPresenter. canEditIndex(ResultProperties props)
Checks if the index of the specified document can be edited.void
IntelligentFormPresenter. createSystemView(java.util.List<com.saperion.intf.SaFieldDescription> list, SysForm.FormType type, java.lang.String ddcName)
Deprecated.useIntelligentFormView.createView(Form)
with system form implementation from package com.saperion.ngc.iform.system instead.void
IntelligentFormPresenter. deleteStoredConfiguration()
Deletes the stored area sizes and result list layouts for this mask.java.util.Set<java.lang.String>
IntelligentFormPresenter. getAclsForUpdating()
Returns a comma-separated acl-string that can be used for updating a document.DocumentArchiveMetaInfo
IntelligentFormPresenter. getArchiveMetaInfo(DocumentId id, boolean currentRevision)
Retrieves the meta information of the document from the archive.com.saperion.intf.DDC
IntelligentFormPresenter. getDdc(java.lang.String ddcName)
Returns the DDC with the specified name.void
IntelligentFormPresenter. getDefinition(java.lang.String ddcName, SysForm.FormType type)
Deprecated.useIntelligentFormView.createView(Form)
with system form implementation from package com.saperion.ngc.iform.system instead.ResultProperties
IntelligentFormPresenter. getDocProperties(DocumentId id)
Reads the properties for the given document.java.util.List<com.saperion.intf.SaFieldDescription>
IntelligentFormPresenter. getFieldDefinitions(java.lang.String ddcName)
Returns the field descriptions for the specified DDC.FolderInfo
IntelligentFormPresenter. getFolderInfos(FolderId folderId)
Retrieves information about the specified folder.int
IntelligentFormPresenter. getInboxId()
com.saperion.ngc.iform.xml.Form
IntelligentFormPresenter. getMaskDefinition(java.lang.String maskName)
int
IntelligentFormPresenter. 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
IntelligentFormPresenter. getSetting(java.lang.String section, java.lang.String key)
java.util.Map<java.lang.Integer,AreaSize>
IntelligentFormPresenter. loadSizesFromConfig()
Loads the sizes of the forms layout-areas from the configuration.static void
ValidationErrorMessageCreator. showValidationErrorMessage(IntelligentField field, FieldValidationException.ValidationError validationError, EventChildHandler eventHandler)
void
IntelligentFormPresenter. storeSizesInConfig(java.util.Map<java.lang.Integer,AreaSize> sizes)
Stored the layout of the mask in the configuration.void
FieldValidator. validate()
Deprecated.Validates the field. -
Uses of AuthenticationException in com.saperion.ngc.iform.field
Methods in com.saperion.ngc.iform.field that throw AuthenticationException 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 AuthenticationException Constructor Description LookupPopup(LookupTextField parentComp, com.saperion.ngc.iform.xml.EditFieldType fieldType)
Constructor.LookupTextField()
Constructor.LookupTextField(com.saperion.ngc.iform.xml.EditFieldType type, com.saperion.ngc.iform.xml.PosType panePos, FormMode mode, boolean isNoLocalization)
Constructor. -
Uses of AuthenticationException in com.saperion.ngc.iform.validator
Methods in com.saperion.ngc.iform.validator that throw AuthenticationException 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
AdvancedLookupFieldValidator. validate()
void
DateFieldValidator. validate()
static void
FieldValidator. validate(IntelligentField field)
Validates the field. -
Uses of AuthenticationException in com.saperion.ngc.mail
Methods in com.saperion.ngc.mail that throw AuthenticationException Modifier and Type Method Description static java.util.List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo>
MailUtil. getElementInfos(DocumentId documentId)
Gets a list of information for the elements of the given document.static java.util.Map<com.saperion.connector.formats.SourceFormat,java.lang.Integer>
MailUtil. getSourceFormats(DocumentId documentId)
Returns a map with theSourceFormat
s of the elements of the document identified by the specified ID. -
Uses of AuthenticationException in com.saperion.ngc.model
Methods in com.saperion.ngc.model that return AuthenticationException Modifier and Type Method Description protected AuthenticationException
ClassicConnectorService. convertAuthenticationException(com.saperion.exception.SaAuthenticationException orig)
Converts an SaAuthenticationException to an AuthenticationException.Methods in com.saperion.ngc.model that throw AuthenticationException Modifier and Type Method Description 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. 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 AuthenticationException in com.saperion.ngc.model.authorization
Methods in com.saperion.ngc.model.authorization that throw AuthenticationException 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()
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 AuthenticationException in com.saperion.ngc.model.document
Methods in com.saperion.ngc.model.document that throw AuthenticationException 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>>
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.PageList
DocClassicConnectorService. getPageList(java.lang.String hDoc, int element, boolean currentRevision)
PageList
DocumentService. getPageList(java.lang.String hDoc, int element, boolean currentRevision)
java.io.InputStream
DocClassicConnectorService. getReleasedStream(java.lang.String hDoc, int element, boolean currentRevision)
Retrieves the content of a document.java.io.InputStream
DocumentService. getReleasedStream(java.lang.String hDoc, int element, boolean currentRevision)
Retrieves the content of a document.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.io.InputStream
DocClassicConnectorService. getStream(java.lang.String hDoc, int element)
Retrieves the content of a document.java.io.InputStream
DocClassicConnectorService. getStream(java.lang.String hDoc, int element, boolean currentRevision)
Retrieves the content of a document.java.io.InputStream
DocClassicConnectorService. getStream(java.lang.String hDoc, int element, boolean currentRevision, boolean withAnnotations)
Retrieves the content of a document.java.io.InputStream
DocClassicConnectorService. getStream(java.lang.String hDoc, int element, boolean currentRevision, long start, long size)
Retrieves the content of a document.java.io.InputStream
DocumentService. getStream(java.lang.String hDoc, int element)
Retrieves the content of a document.java.io.InputStream
DocumentService. getStream(java.lang.String hDoc, int element, boolean currentRevision)
Retrieves the content of a document.java.io.InputStream
DocumentService. getStream(java.lang.String hDoc, int element, boolean currentRevision, boolean withAnnotations)
Retrieves the content of a document.java.io.InputStream
DocumentService. getStream(java.lang.String hDoc, int element, boolean currentRevision, long start, long size)
Retrieves the content of a document.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 AuthenticationException in com.saperion.ngc.model.navigation
Methods in com.saperion.ngc.model.navigation that throw AuthenticationException 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.java.io.InputStream
FolderNode. getContent()
Returns the content stream, it will be loaded on demand.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.FolderId
NavigationClassicConnectorService. resolveLink(FolderId linkId)
Resolves a link folder and returns the link destination.FolderId
NavigationService. resolveLink(FolderId linkId)
Resolves a link folder and returns the link destination.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 AuthenticationException Constructor Description FolderNode(NavigationItem parentItem, DocumentDatabaseMetaInfo info, com.saperion.rmi.SaACLRights access, FolderClass folderClass)
Constructor.FolderTree(DocumentDatabaseMetaInfo rootFolderDocInfo, com.saperion.rmi.SaACLRights access, FolderClass rootFolderClass)
Constructor. -
Uses of AuthenticationException in com.saperion.ngc.model.navigation.intf
Methods in com.saperion.ngc.model.navigation.intf that throw AuthenticationException Modifier and Type Method Description java.io.InputStream
NavigationNode. getContent()
Returns the content stream, it will be loaded on demand. -
Uses of AuthenticationException in com.saperion.ngc.model.resultset
Methods in com.saperion.ngc.model.resultset that throw AuthenticationException 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
.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 AuthenticationException in com.saperion.ngc.model.users
Methods in com.saperion.ngc.model.users that throw AuthenticationException Modifier and Type Method Description com.saperion.jcs.modules.users.api.User
UserManagementClassicConnectorService. findUserById(int id)
com.saperion.jcs.modules.users.api.User
UserManagementService. findUserById(int id)
Finds a user by ID.com.saperion.jcs.modules.users.api.User
UserManagementClassicConnectorService. findUserByName(java.lang.String name)
com.saperion.jcs.modules.users.api.User
UserManagementService. findUserByName(java.lang.String name)
Finds a user by name. -
Uses of AuthenticationException in com.saperion.ngc.model.workflow
Methods in com.saperion.ngc.model.workflow that throw AuthenticationException 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.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.void
WorkflowConnectorService. setSubstitute(java.lang.String substituteFullname)
void
WorkflowService. setSubstitute(java.lang.String substituteFullname)
Sets the substitute for workflows. -
Uses of AuthenticationException in com.saperion.ngc.navigation
Methods in com.saperion.ngc.navigation that throw AuthenticationException Modifier and Type Method Description FastAccessItem
FastAccessList. addFastAccess(java.lang.String ddc, java.lang.String path, java.lang.String name, boolean temporary)
Creates a new fast access entry.protected void
NaviTreeNode. copyFolder(NaviTreeNode folderToCopy, NaviTreeNode target)
Copies a folder.NavigationNode
NavigationPresenter. copyNode(FolderId folderId, NavigationNode parentNode, FolderId beforeChildId, boolean withDocuments)
Copies a node.NavigationNode
NavigationPresenter. createLinkNode(NavigationNode parentNode, java.lang.String name, FolderId destination)
NavigationNode
NavigationPresenter. createNode(NavigationNode parentNode, java.lang.String name, com.saperion.constants.SaFolderConstants.FOLDER_TYPE nodeType, java.util.Properties properties)
NavigationNode
NavigationPresenter. createWebpartNode(NavigationNode parentNode, java.lang.String name, java.lang.String destination)
void
NavigationPresenter. deleteNode(NavigationNode node)
void
NavigationPresenter. deleteNodeById(FolderId id)
Deletes the specified folder.java.util.Set<FolderClass>
NavigationPresenter. filterNonCompatibleClassesForCreate(com.saperion.constants.SaFolderConstants.CLASS_TYPE type, java.util.Set<FolderClass> folderClassesForDDC)
Returns a set of folder classes that can be used in the web client to create a new file or register.FolderNode
NavigationPresenter. getFolderById(FolderId id)
Returns the folder with the specified id.FolderNode
NavigationPresenter. getFolderByPath(java.lang.String ddc, java.lang.String path)
Returns the folder with the specified path.FolderClass
NavigationPresenter. getFolderClass(java.lang.String className)
Returns the folder class for the specified name or null if no such class was found.java.util.Set<FolderClass>
NavigationPresenter. getFolderClassesForDDC(java.lang.String ddcName, com.saperion.constants.SaFolderConstants.CLASS_TYPE classType)
Returns all folder classes of a certain type that can be used for the specified DDC.com.saperion.ngc.iform.xml.Form
NavigationPresenter. getFolderEditForm(java.lang.String formName)
Returns the mask definition needed to open the edit mask for the folder.FolderInfo
NavigationPresenter. getFolderInfo(FolderId id)
Returns infos about the specified folder.com.saperion.ngc.iform.xml.Form
NavigationPresenter. getForm(java.lang.String name)
Returns the mask definition for the specified mask name.protected boolean
ALFNaviTreeNode. getNextLevelFolders()
Initiates lazy loading of next level folders.protected boolean
NaviTreeNode. getNextLevelFolders()
Initiates lazy loading of next level folders.protected boolean
WorkflowFormNaviTreeNode. getNextLevelFolders()
Initiates lazy loading of next level folders.java.lang.String
NavigationPresenter. getPathById(FolderId id)
Returns the absolute path of the node with the specified id.com.saperion.wf.BoxCount
NavigationPresenter. getTaskCounts()
boolean
NavigationPresenter. isLookupTable(java.lang.String ddcName)
void
FastAccessList. loadSavedItems()
Loads the default or the stored fast access items.void
NavigationPresenter. lockFolder(FolderId id)
Locks the specified folder.protected void
NaviTreeNode. refreshCurrentNode()
Refreshes the current node only.protected void
NaviTreeNode. refreshCurrentNode(boolean includeChildren)
Refreshes the current node.protected void
RootNaviTreeNode. refreshCurrentNode(boolean includeChildren)
protected void
WorkflowFormNaviTreeNode. refreshCurrentNode(boolean includeChildren)
protected void
WorkflowRootNaviTreeNode. refreshCurrentNode(boolean includeChildren)
protected void
NaviTreeNode. refreshParent()
Refreshes the parent view of the current node.void
FastAccessList. removeFastAccessAndWrite(FastAccessItem item)
Removes a fast access entry and saves the reduced fast access list.protected void
NaviTreeNode. renderChildNodes(java.util.List<NavigationNode> nodes)
void
NavigationPresenter. unlockFolder(FolderId id)
Unlocks the specified folder.void
NavigationPresenter. updateFolder(FolderId id, java.util.Properties nameValuePairs, java.util.List<com.saperion.bean.ContentStream> thumbnails, int selectedImage)
Updates a folder's properties. -
Uses of AuthenticationException in com.saperion.ngc.resultset
Methods in com.saperion.ngc.resultset that throw AuthenticationException 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.ItemAnalyzeResult
ResultSetPresenter. analyzeItems(java.util.Collection<ResultListItem> items, boolean useAttachment)
Analyze the items.WorkflowItemAnalyzeResult
WorkflowItemAnalyzer. analyzeWorkflowItem(ResultProperties item)
Analyzes the worklfow item.WorkflowItemAnalyzeResult
ResultSetPresenter. analyzeWorkflowItems(java.util.Collection<ResultListItem> items)
Analyze the workflow items.WorkflowItemAnalyzeResult
WorkflowItemAnalyzer. analyzeWorkflowItems(java.util.List<ResultProperties> items)
Analyze the workflow items.java.util.List<org.zkoss.zk.ui.Component>
ContextMenuItemFactory. createEmptyListItems()
Creates the menu for empty lists.java.util.List<org.zkoss.zk.ui.Component>
ContextMenuItemFactory. createItems()
Creates all menu items that can be used with the currently selected items.void
ResultsetConfiguration. deleteColumnConfiguration(java.lang.String formName)
Deletes the configuration of the columns in the database.boolean
ResultSetPresenter. doDeleteDocument(DocumentId id)
Delete document.boolean
ResultSetPresenter. doDeleteDocument(DocumentId id, boolean finalDelete)
Delete document.void
ResultSetPresenter. doUndelet(ResultProperties row, java.lang.String comment)
Undeleted the document.void
ResultSetPresenter. editStructure(DocumentId documentId)
Shows the dialog to edit a document's structure.void
ResultSetPresenter. externalStorageUpload(DocumentId documentId, com.saperion.externalstorage.client.ExternalStorageClient client, com.saperion.externalstorage.ExternalStorageType storageType)
Upload a saperion document to ShareBaseDocumentId
ResultSetPresenter. fixVersion(DocumentId documentId)
Fill value for revision ID in document ID if not set.java.util.List<java.lang.String>
ResultSetPresenter. getAclNames(DocumentId documentId)
Returns the ACLs of a document.java.util.List<java.lang.String>
ResultSetPresenter. getAllAcls()
Returns a list of all ACL names.java.util.List<com.saperion.intf.wf.CommentInfo>
ResultSetPresenter. getComments(com.saperion.intf.wf.TaskInfo taskInfo)
Retrieves the comments for the specified task.com.saperion.intf.DDC
ResultSetPresenter. getDdc(java.lang.String ddcName)
Returns the DDC with the specified name.ResultProperties
ResultSetPresenter. getDocProperties(DocumentId id)
Reads the properties for the given document.ResultProperties
ResultSetPresenter. getDocProperties(DocumentId id, boolean isDeleted)
Reads the properties for the given document.java.util.List<FolderId>
ResultSetPresenter. getDocumentFolders(DocumentId documentId)
Retrieves the folders that contain the specified document.ResultProperties
ResultSetPresenter. getDocumentInfoFromArchive(DocumentId id, boolean currentRevision)
java.util.List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo>
ResultSetPresenter. getDocumentPages(DocumentId id, boolean currentRevision)
Returns the amount of pages for the specified document.DocumentVersionInfo
ResultSetPresenter. getDocumentVersion(java.lang.String versionId)
Returns the version information for the specified version ID.java.util.List<java.lang.String>
ResultSetPresenter. getDocumentVersionIDs(DocumentId id)
Returns the version IDs for the specified document.java.util.List<DocumentVersionInfo>
ResultSetPresenter. getDocumentVersions(DocumentId id)
Retrieves the version information for a document.java.util.Set<java.util.Map.Entry<java.lang.String,java.lang.String>>
ResultSetPresenter. getFullTextFields(java.lang.String ddcName, java.util.List<java.lang.String> fullTextFields, java.lang.String hdoc)
Fetches values of Full text columnsjava.util.List<java.lang.String>
ResultSetPresenter. getLastLaunched()
Gets the last launched.boolean
ResultSetPresenter. isContainedInFolder()
Checks if the document is contained in one or more folders from current user or other users.boolean
ResultSetPresenter. isSelectionAllowed()
Checks, if the selection is allowed and not locked nor checked out.void
ResultSetPresenter. prolongRetention(ResultProperties row, java.util.Date prolongDate)
void
ResultsetConfiguration. readResultType(java.lang.String formName)
void
ResultSetPresenter. reduceDisposition(ResultProperties row, java.util.Date dispositionDate)
boolean
ContextMenuVisibility. release(boolean multiselect)
void
ResultSetPresenter. removeFromFolder(DocumentId documentId, java.util.Set<FolderId> folderIDs)
Removes the documents from the specified folder.boolean
ContextMenuVisibility. revisionHistory(boolean multiselect)
void
ResultSetPresenter. saveLastLaunched(java.lang.String lastName)
Save last launched.void
ResultSetPresenter. setDocumentRead(ResultListItem item)
Sets the specified document's state to 'read'.void
ResultSetPresenter. setDocumentUnread(ResultListItem item)
Sets the specified document's state to 'unread'.void
ResultSetPresenter. setlitigationhold(DocumentId documentId, boolean activate)
Sets the specified document's litigationhold to 'read'.void
ResultsetConfiguration. storeColumnConfiguration(java.lang.String formName)
Stores the configuration of the columns in the database.void
ResultSetPresenter. updateListItem(ResultListItem item)
Updated the specified listitem in the containedResultList
as well as in the current result stored in theQueryService
.com.saperion.externalstorage.library.Document
ResultSetPresenter. uploadDocToExternalStorage(DocumentId documentId, java.lang.String selectedFolderID, com.saperion.externalstorage.client.ExternalStorageClient externalStorageClient, com.saperion.externalstorage.ExternalStorageType storageType)
void
ResultSetPresenter. writeAuditEvent(java.lang.String hdoc, DocumentService.AuditEvent event, java.lang.String remark)
-
Uses of AuthenticationException in com.saperion.ngc.resultset.contextmenu
Methods in com.saperion.ngc.resultset.contextmenu that throw AuthenticationException Modifier and Type Method Description abstract java.util.List<org.zkoss.zk.ui.Component>
AbstractContextMenu. getMenuItems()
java.util.List<org.zkoss.zk.ui.Component>
MultiDocumentContextMenu. getMenuItems()
java.util.List<org.zkoss.zk.ui.Component>
MultiFolderContextMenu. getMenuItems()
java.util.List<org.zkoss.zk.ui.Component>
MultiLookupContextMenu. getMenuItems()
java.util.List<org.zkoss.zk.ui.Component>
MultiWorkflowContextMenu. getMenuItems()
java.util.List<org.zkoss.zk.ui.Component>
SingleDocumentContextMenu. getMenuItems()
java.util.List<org.zkoss.zk.ui.Component>
SingleFolderContextMenu. getMenuItems()
java.util.List<org.zkoss.zk.ui.Component>
SingleLookupContextMenu. getMenuItems()
java.util.List<org.zkoss.zk.ui.Component>
SingleWorkflowContextMenu. getMenuItems()
-
Uses of AuthenticationException in com.saperion.ngc.resultset.multiselect
Methods in com.saperion.ngc.resultset.multiselect that throw AuthenticationException Modifier and Type Method Description void
ConvertToPdfAction. execute(java.util.List<Content> contentList)
Executes the action on the specified list of contents.void
MultiSelectAction. execute(java.util.List<Content> contentList)
Executes the action on the specified list of contents.void
ZkDownloadAction. execute(java.util.List<Content> contentList)
Executes the action on the specified list of contents.void
ContentMultiSelect. executeAction(MultiSelectAction action)
Executes the specified action on the items set by forItems. -
Uses of AuthenticationException in com.saperion.ngc.sapviewer
Methods in com.saperion.ngc.sapviewer that throw AuthenticationException 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 AuthenticationException in com.saperion.ngc.toolbar
Methods in com.saperion.ngc.toolbar that throw AuthenticationException Modifier and Type Method Description void
SaperionToolbarPresenter. setLocale(java.util.Locale locale)
Sets the locale on the underlying backend connection. -
Uses of AuthenticationException in com.saperion.ngc.util
Methods in com.saperion.ngc.util that return AuthenticationException Modifier and Type Method Description static AuthenticationException
ExceptionUtil. convertAuthenticationException(com.saperion.exception.SaAuthenticationException orig)
Converts an SaAuthenticationException to an AuthenticationException.static AuthenticationException
ExceptionUtil. convertAuthenticationException(com.saperion.jcs.modules.users.connector.exception.AuthenticationException orig)
Converts an SaAuthenticationException to an AuthenticationException.Methods in com.saperion.ngc.util that throw AuthenticationException Modifier and Type Method Description static java.io.File
DownloadUtil. createTmpZip(java.util.List<Content> contentToDownload)
static void
DownloadUtil. download(java.util.List<Content> contentToDownload)
Downloads the specified documents.static void
DownloadUtil. downloadAsZip(java.util.List<Content> contentToDownload)
Downloads the specified documents.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 AuthenticationException in com.saperion.ngc.util.property
Methods in com.saperion.ngc.util.property that throw AuthenticationException 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 AuthenticationException in com.saperion.ngc.viewer
Methods in com.saperion.ngc.viewer that throw AuthenticationException Modifier and Type Method Description boolean
DocumentViewPresenter. canEditAnnotations(OpenDocumentBean bean)
Checks if the user can edit the annotations.boolean
DocumentViewPresenter. canEditDocument(DocumentId id)
Checks if the document can be edited.void
DocumentViewPresenter. checkConnection()
Checks if the connection to the backend is still alive.void
DocumentViewPresenter. downloadAsZip(java.util.List<Content> content)
Triggers a download of a ZIP containing the specified content.void
DocumentViewPresenter. downloadSingle(DocumentId docId, java.lang.String filename, int element)
Triggers the download of a single document.DocumentArchiveMetaInfo
DocumentViewPresenter. getArchiveMetaInfo(DocumentId documentId, boolean currentRevision, boolean previewMode)
Gets the archive meta info.java.util.List<Content>
DocumentViewPresenter. getContentListForLink(DocumentId id, DocumentArchiveMetaInfo linkMetaInfo)
Returns a list ofContent
of a linked document.ResultProperties
DocumentViewPresenter. getDocumentInfo(DocumentId id)
Returns the database meta-info of the document with the specified ID.long
DocumentViewPresenter. getElementSize(DocumentId id, int element)
Determines the size of the element.java.util.Map<java.lang.Integer,java.lang.Long>
DocumentViewPresenter. getElementSizes(DocumentId id, java.util.List<java.lang.Integer> elementsWithoutSize)
Determines the sizes of the list of elements.java.lang.String
DocumentViewPresenter. getNotes(java.lang.String hDoc)
Reads the notes element for the given document id.java.io.InputStream
DocumentViewPresenter. getStream(DocumentId id, int element)
Gets the document's content as stream.boolean
DocumentViewPresenter. hasAclAnnotationsInEveryDocument(java.util.List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> elements, DocumentId documentId)
Checks for ACL in all sub-structure elements in a documentjava.lang.String
DocumentViewPresenter. resolveLatestRevision(java.lang.String originalHdoc)
Resolves the latest revision of the document with the specified HDOC.void
DocumentViewPresenter. writeAuditEvent(java.lang.String hdoc, DocumentService.AuditEvent event, java.lang.String remark)
void
DocumentViewPresenter. writeNotes(DocumentId documentId, java.lang.String text)
Writes the text to the notes element or creates a new one. -
Uses of AuthenticationException in com.saperion.ngc.viewer.hylandviewer
Methods in com.saperion.ngc.viewer.hylandviewer that throw AuthenticationException 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 AuthenticationException in com.saperion.ngc.viewer.virtualviewer
Methods in com.saperion.ngc.viewer.virtualviewer that throw AuthenticationException Modifier and Type Method Description static DocumentId
VirtualViewerUtil. getReleasedHdoc(DocumentId documentId, OpenDocumentBean openDocumentBean, DocumentService docService)
Gets the released hdoc.
-