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 profile
|
com.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.virtualviewer |
Package for virtual viewer component classes.
|
com.saperion.ngc.viewer.virtualviewer.annotation |
Package for viewer annotation .
|
Modifier and Type | Method and Description |
---|---|
protected void |
AuthorizationPresenter.logon(String username,
String password,
int selectedItem,
String mandant) |
Modifier and Type | Method and Description |
---|---|
static RevisionHistoryDialog.RevisionListModel |
RevisionHistoryDialog.RevisionListModel.create(ResultSetPresenter resultPresenter,
ResultSetViewImpl view,
DocumentId docId,
String maskName)
Factory method.
|
static void |
RevisionHistoryDialog.show(ResultSetPresenter resultPresenter,
ResultSetViewImpl view,
DocumentId docId,
String maskName)
Shows the revision history.
|
static void |
CommentDialog.show(ResultSetPresenter resultPresenter,
com.saperion.intf.wf.TaskInfo task)
Shows the comment dialog.
|
Modifier and Type | Method and Description |
---|---|
void |
UserSettingsModifier.modify()
Implement to define action that modifies the current user.
|
void |
SubstituteModifier.modify() |
void |
PresenceModifier.modify() |
void |
PasswordChanger.modify() |
Modifier and Type | Method and Description |
---|---|
boolean |
LogonProvider.logon(HttpSessionWrapper wrapper,
com.saperion.connector.SaClassicConnector connector,
boolean multiMandant)
Logon user.
|
boolean |
LogonProvider.NtlmProvider.logon(HttpSessionWrapper sessionWrapper,
com.saperion.connector.SaClassicConnector connector,
boolean multiMandant) |
boolean |
LogonProvider.DirectUserProvider.logon(HttpSessionWrapper sessionWrapper,
com.saperion.connector.SaClassicConnector connector,
boolean multiMandant) |
boolean |
LogonProvider.SiteminderProvider.logon(HttpSessionWrapper sessionWrapper,
com.saperion.connector.SaClassicConnector connector,
boolean multiMandant) |
boolean |
LogonProvider.SAMLProvider.logon(HttpSessionWrapper sessionWrapper,
com.saperion.connector.SaClassicConnector connector,
boolean multiMandant) |
boolean |
LogonProvider.PrincipalProvider.logon(HttpSessionWrapper sessionWrapper,
com.saperion.connector.SaClassicConnector connector,
boolean multiMandant) |
Modifier and Type | Method and Description |
---|---|
DocumentId |
IntelligentFormPresenter.addDocument(List<FieldResultBean> properties,
String comment,
FolderUploadInfos infos,
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(List<com.saperion.intf.SaFieldDescription> list,
SysForm.FormType type,
String ddcName)
Deprecated.
use
IntelligentFormView.createView(Form) with system form
implementation from package com.saperion.ngc.iform.system instead.
Will be removed with 8.1. |
void |
IntelligentFormPresenter.deleteStoredConfiguration()
Deletes the stored area sizes and result list layouts for this mask.
|
Set<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(String ddcName)
Returns the DDC with the specified name.
|
void |
IntelligentFormPresenter.getDefinition(String ddcName,
SysForm.FormType type)
Deprecated.
use
IntelligentFormView.createView(Form) with system form
implementation from package com.saperion.ngc.iform.system instead.
Will be removed with 8.1. |
ResultProperties |
IntelligentFormPresenter.getDocProperties(DocumentId id)
Reads the properties for the given document.
|
List<com.saperion.intf.SaFieldDescription> |
IntelligentFormPresenter.getFieldDefinitions(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(String maskName) |
int |
IntelligentFormPresenter.getNextCounterValue(String ddcName,
String fieldName,
String dbFieldName)
Returns the next possible value for a counter field.
|
String |
IntelligentFormPresenter.getSetting(String section,
String key) |
Map<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(Map<Integer,AreaSize> sizes)
Stored the layout of the mask in the configuration.
|
void |
FieldValidator.validate()
Deprecated.
Validates the field.
|
Modifier and Type | Method and 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) |
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractFieldValidator.checkDateRange(Date value)
Checks if the date is within the range supported by the database-system in use.
|
void |
DateFieldValidator.validate() |
void |
AdvancedLookupFieldValidator.validate() |
abstract void |
AbstractFieldValidator.validate()
Validates the field.
|
static void |
FieldValidator.validate(IntelligentField field)
Validates the field.
|
Modifier and Type | Method and Description |
---|---|
static List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> |
MailUtil.getElementInfos(DocumentId documentId)
Gets a list of information for the elements of the given document.
|
static Map<com.saperion.connector.formats.SourceFormat,Integer> |
MailUtil.getSourceFormats(DocumentId documentId)
Returns a map with the
SourceFormat s of the elements of the document identified
by the specified ID. |
Modifier and Type | Method and Description |
---|---|
protected AuthenticationException |
ClassicConnectorService.convertAuthenticationException(com.saperion.exception.SaAuthenticationException orig)
Converts an SaAuthenticationException to an AuthenticationException.
|
Modifier and Type | Method and Description |
---|---|
boolean |
SettingsService.deleteSetting(String name,
String section,
boolean longSetting)
Deletes a setting in the backend.
|
boolean |
SettingsClassicConnectorService.deleteSetting(String name,
String section,
boolean longSetting)
Deletes a setting in the backend.
|
DocumentId |
SettingsService.fixRevId(DocumentId id,
boolean force)
Fix the revision id, if it's empty.
|
DocumentId |
SettingsClassicConnectorService.fixRevId(DocumentId id,
boolean force)
Fix the revision id, if it's empty.
|
List<String> |
SettingsService.getAllAcls()
Gets all ACL names.
|
List<String> |
SettingsClassicConnectorService.getAllAcls()
Gets all ACL names.
|
String |
SettingsService.getDatabaseType()
Deprecated.
This method is kept only for compile-compatibility and will always throw an exception
use
SettingsService.getDatabaseType(String) instead. Will be removed in 8.1 |
String |
SettingsClassicConnectorService.getDatabaseType()
Deprecated.
|
com.saperion.config.SQLType |
SettingsService.getDatabaseType(String ddcName)
This method returns the type of database the given DDC is stored on.
|
com.saperion.config.SQLType |
SettingsClassicConnectorService.getDatabaseType(String ddcName) |
com.saperion.intf.DDC |
SettingsService.getDDC(String definitionName)
Retrieves the specified DDC.
|
com.saperion.intf.DDC |
SettingsClassicConnectorService.getDDC(String definitionName)
Retrieves the specified DDC.
|
Map<String,String> |
SettingsService.getFastAccessItems()
Retrieves the fast access items.
|
Map<String,String> |
SettingsClassicConnectorService.getFastAccessItems()
Retrieves the fast access items.
|
List<com.saperion.intf.SaFieldDescription> |
SettingsService.getFieldDescriptionsList(String definitionName)
Retrieves the field descriptions for the specified definition.
|
List<com.saperion.intf.SaFieldDescription> |
SettingsClassicConnectorService.getFieldDescriptionsList(String definitionName)
Retrieves the field descriptions for the specified definition.
|
List<String> |
SettingsService.getLastLaunched()
Reads and sort the last launched workflow names.
|
List<String> |
SettingsClassicConnectorService.getLastLaunched()
Reads and sort the last launched workflow names.
|
Map<String,String> |
SettingsService.getProperties(String section)
Reads the properties stored in the given section in the INI configuration files of Saperion.
|
Map<String,String> |
SettingsClassicConnectorService.getProperties(String section)
Reads the properties stored in the given section in the INI configuration files of Saperion.
|
com.saperion.ngc.iform.xml.ResultType |
SettingsService.getResultType(String formName,
int id,
int rev,
String ddc)
Deprecated.
use getSetting instead
|
com.saperion.ngc.iform.xml.ResultType |
SettingsClassicConnectorService.getResultType(String formName,
int id,
int rev,
String ddc)
Deprecated.
use getSetting instead
|
String |
SettingsService.getSetting(String name,
String section,
boolean longSetting)
Retrieves a setting from the backend.
|
String |
SettingsClassicConnectorService.getSetting(String name,
String section,
boolean longSetting)
Retrieves a setting from the backend.
|
Map<String,String> |
SettingsService.getUtf8Properties(String section)
Reads the properties stored in the given section in the INI configuration files of Saperion.
|
Map<String,String> |
SettingsClassicConnectorService.getUtf8Properties(String section)
Reads the properties stored in the given section in the INI configuration files of Saperion.
|
boolean |
SettingsService.isLookupTable(String ddcName)
Checks, if the given ddc is a lookup table.
|
boolean |
SettingsClassicConnectorService.isLookupTable(String ddcName)
Checks, if the given ddc is a lookup table.
|
boolean |
SettingsService.isReleaseActive()
Checks if release feature active.
|
boolean |
SettingsClassicConnectorService.isReleaseActive()
Checks if release feature active.
|
void |
SettingsService.setFastAccessItems(Map<String,String> items)
Stores the fast access items.
|
void |
SettingsClassicConnectorService.setFastAccessItems(Map<String,String> items)
Stores the fast access items.
|
void |
SettingsService.setLastLaunched(String lastName)
Set the last lauched workflow name.
|
void |
SettingsClassicConnectorService.setLastLaunched(String lastName)
Set the last lauched workflow name.
|
void |
SettingsService.setProperties(Map<String,String> props,
String section)
Writes the given properties to the given section.
|
void |
SettingsClassicConnectorService.setProperties(Map<String,String> props,
String section)
Writes the given properties to the given section.
|
void |
SettingsService.setResultType(String formName,
int id,
int rev,
com.saperion.ngc.iform.xml.ResultType resultType,
String ddc)
Deprecated.
use setSetting instead
|
void |
SettingsClassicConnectorService.setResultType(String formName,
int id,
int rev,
com.saperion.ngc.iform.xml.ResultType resultType,
String ddc)
Deprecated.
use setSetting instead
|
void |
SettingsService.setSetting(String value,
String name,
String section,
boolean longSetting)
Stores a setting in the backend.
|
void |
SettingsClassicConnectorService.setSetting(String value,
String name,
String section,
boolean longSetting)
Stores a setting in the backend.
|
void |
SettingsService.setUtf8Properties(Map<String,String> props,
String section,
boolean cleanSection)
Writes the given properties with UTF-8 encoded values to the given
section.
|
void |
SettingsClassicConnectorService.setUtf8Properties(Map<String,String> props,
String section,
boolean cleanSection)
Writes the given properties with UTF-8 encoded values to the given
section.
|
Modifier and Type | Method and Description |
---|---|
boolean |
AuthorizationService.autoLogon()
This function tries to automatic logon with SSO or NTLM.
|
boolean |
AuthClassicConnectorService.autoLogon()
This function tries to automatic logon with SSO or NTLM.
|
User |
AuthorizationService.changePassword(User user,
String newPassword)
Changes the password of the given user.
|
User |
AuthClassicConnectorService.changePassword(User user,
String newPassword) |
User |
AuthorizationService.getCurrentUser() |
User |
AuthClassicConnectorService.getCurrentUser() |
void |
AuthorizationService.logoff()
Logoff from service.
|
void |
AuthClassicConnectorService.logoff()
Logoff from service.
|
User |
AuthorizationService.logon(AuthenticationInformation auth)
Logon to service.
|
User |
AuthClassicConnectorService.logon(AuthenticationInformation info)
Logon to service.
|
User |
AuthClassicConnectorService.logonTech(String tenant)
Logon with a technical user.
|
User |
AuthClassicConnectorService.logonTech(String tenant,
javax.servlet.http.HttpSession session)
Logon with a technical user.
|
void |
AuthorizationService.setCurrentUserPresent(boolean present)
Sets whether the current user is present.
|
void |
AuthClassicConnectorService.setCurrentUserPresent(boolean present)
Sets whether the current user is present.
|
void |
AuthorizationService.setCurrentUserSubstituteAccessEnabled(boolean accessEnabled)
Sets whether the current user's substitute has access to the users workflow-inbox.
|
void |
AuthClassicConnectorService.setCurrentUserSubstituteAccessEnabled(boolean accessEnabled)
Sets whether the current user's substitute has access to the users workflow-inbox.
|
void |
AuthorizationService.setLocale(Locale locale)
Sets the locale for the underlying connection to the backend.
|
void |
AuthClassicConnectorService.setLocale(Locale locale)
Sets the locale for the underlying connection to the backend.
|
Modifier and Type | Method and Description |
---|---|
DocumentId |
DocumentService.addDocument(List<FieldResultBean> properties,
com.saperion.rmi.SaContentStream[] content,
String comment,
String ddcName,
String acls)
Adds a new document to the archive.
|
DocumentId |
DocClassicConnectorService.addDocument(List<FieldResultBean> properties,
com.saperion.rmi.SaContentStream[] content,
String comment,
String ddcName,
String acls)
Adds a new document to the archive.
|
DocumentId |
DocumentService.addDocument(List<FieldResultBean> properties,
com.saperion.rmi.SaContentStream[] content,
String comment,
String ddcName,
String acls,
Map<String,DocumentVariable> variables)
Adds a new document to the archive.
|
DocumentId |
DocClassicConnectorService.addDocument(List<FieldResultBean> properties,
com.saperion.rmi.SaContentStream[] content,
String comment,
String ddcName,
String acls,
Map<String,DocumentVariable> variables)
Adds a new document to the archive.
|
DocumentId |
DocumentService.addDocument(Map<String,Object> properties,
com.saperion.bean.ContentStream[] content,
String comment,
String ddcName,
String acls,
Map<String,DocumentVariable> variables)
Adds a new document to the archive.
|
DocumentId |
DocClassicConnectorService.addDocument(Map<String,Object> properties,
com.saperion.bean.ContentStream[] content,
String comment,
String ddcName,
String acls,
Map<String,DocumentVariable> variables)
Adds a new document to the archive.
|
DocumentId |
DocumentService.addDocument(Properties properties,
com.saperion.rmi.SaContentStream[] content,
String comment,
String ddcName,
String acls)
Deprecated.
|
DocumentId |
DocClassicConnectorService.addDocument(Properties properties,
com.saperion.rmi.SaContentStream[] content,
String comment,
String ddcName,
String acls)
Deprecated.
|
void |
DocumentService.checkoutDocument(DocumentId id)
Checkout a document.
|
void |
DocClassicConnectorService.checkoutDocument(DocumentId id)
Checkout a document.
|
DocumentId |
DocumentService.createLookupItem(List<FieldResultBean> properties,
String ddcName)
Create a new lookup entry.
|
DocumentId |
DocClassicConnectorService.createLookupItem(List<FieldResultBean> properties,
String ddcName)
Create a new lookup entry.
|
boolean |
DocumentService.deleteDocument(DocumentId id)
Delete a document.
|
boolean |
DocClassicConnectorService.deleteDocument(DocumentId id)
Delete a document.
|
boolean |
DocumentService.deleteDocument(DocumentId id,
boolean finalDelete)
Delete a document.
|
boolean |
DocClassicConnectorService.deleteDocument(DocumentId id,
boolean finalDelete)
Delete a document.
|
void |
DocumentService.discardCheckout(DocumentId id)
Discards checkout of a document.
|
void |
DocClassicConnectorService.discardCheckout(DocumentId id)
Discards checkout of a document.
|
ResultAccessData |
DocumentService.getAccessData(DocumentId id)
Retrieves the access data for the specified document.
|
ResultAccessData |
DocClassicConnectorService.getAccessData(DocumentId id)
Retrieves the access data for the specified document.
|
ResultAccessData |
DocumentService.getAccessData(String revisionId)
Retrieves the access data fot the specified document.
|
ResultAccessData |
DocClassicConnectorService.getAccessData(String revisionId)
Retrieves the access data fot the specified document.
|
String |
DocumentService.getAcl(DocumentId id)
Deprecated.
use
DocumentService.getAclNames(DocumentId) instead. Will be removed in 8.1. |
String |
DocClassicConnectorService.getAcl(DocumentId docId)
Deprecated.
use
DocClassicConnectorService.getAclNames(DocumentId) instead. Will be removed in 8.1. |
List<String> |
DocumentService.getAclNames(DocumentId id)
Retrieves the ACLs for the specified document or lookup entry.
|
List<String> |
DocClassicConnectorService.getAclNames(DocumentId id) |
org.zkoss.image.Image |
DocumentService.getActualImage(DocumentId id)
Reads the actual document image from backend.
|
org.zkoss.image.Image |
DocClassicConnectorService.getActualImage(DocumentId id)
Reads the actual document image from backend.
|
String |
DocumentService.getAnnotations(String hDoc,
int element)
Deprecated.
|
String |
DocClassicConnectorService.getAnnotations(String hDoc,
int element)
Deprecated.
|
String |
DocumentService.getAnnotations(String hDoc,
int element,
boolean currentRevision)
Retrieves the annotations of a document.
|
String |
DocClassicConnectorService.getAnnotations(String hDoc,
int element,
boolean currentRevision)
Retrieves the annotations of a document.
|
DocumentArchiveMetaInfo |
DocumentService.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)
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.
|
DocumentArchiveMetaInfo |
DocClassicConnectorService.getArchiveMetaInfo(DocumentId documentId,
boolean currentRevision,
boolean previewMode)
Retrieves the meta information of a document that is stored on the archive.
|
ResultProperties |
DocumentService.getDocumentInfo(DocumentId id)
Reads the document properties.
|
ResultProperties |
DocClassicConnectorService.getDocumentInfo(DocumentId id)
Reads the document properties.
|
com.saperion.intf.SaPropertyValue[] |
DocumentService.getDocumentMetadataFromArchive(DocumentId id,
boolean currentRevision)
Returns the metadata of the document as read from the archive.
|
com.saperion.intf.SaPropertyValue[] |
DocClassicConnectorService.getDocumentMetadataFromArchive(DocumentId id,
boolean currentRevision)
Returns the metadata of the document as read from the archive.
|
DocumentVersionInfo |
DocumentService.getDocumentVersion(String versionId)
Returns the metadata of the specified version.
|
DocumentVersionInfo |
DocClassicConnectorService.getDocumentVersion(String versionId)
Returns the metadata of the specified version.
|
List<String> |
DocumentService.getDocumentVersionIds(DocumentId id)
Returns a list of all version IDs for the specified document.
|
List<String> |
DocClassicConnectorService.getDocumentVersionIds(DocumentId id)
Returns a list of all version IDs for the specified document.
|
List<DocumentVersionInfo> |
DocumentService.getDocumentVersions(DocumentId id)
Retrieves information about a document's versions.
|
List<DocumentVersionInfo> |
DocClassicConnectorService.getDocumentVersions(DocumentId id)
Retrieves information about a document's versions.
|
List<DocumentVersionInfo> |
DocumentService.getDocumentVersions(String ddcName,
String objectId)
Retrieves information about a document's versions.
|
List<DocumentVersionInfo> |
DocClassicConnectorService.getDocumentVersions(String ddcName,
String objectId)
Retrieves information about a document's versions.
|
long |
DocumentService.getElementSize(String hDoc,
int element)
Retrieves the size of the specified element (in bytes).
|
long |
DocClassicConnectorService.getElementSize(String hDoc,
int element)
Retrieves the size of the specified element (in bytes).
|
Map<Integer,Long> |
DocumentService.getElementSizes(String hDoc,
List<Integer> elementsWithoutSize)
Retrieves a map with the sizes (in bytes) of elements for a given hDoc.
|
Map<Integer,Long> |
DocClassicConnectorService.getElementSizes(String hDoc,
List<Integer> elementsWithoutSize)
Retrieves a map with the sizes (in bytes) of elements for a given hDoc.
|
DocumentImageInfo |
DocumentService.getImageInfo(DocumentId id)
Reads the document image informations from backend.
|
DocumentImageInfo |
DocClassicConnectorService.getImageInfo(DocumentId id)
Reads the document image informations from backend.
|
String |
DocumentService.getIXOSAnnotation(String hdoc)
Reads the IXOS annotation for this document.
|
String |
DocClassicConnectorService.getIXOSAnnotation(String hdoc)
Reads the IXOS annotation for this document.
|
ResultLockData |
DocumentService.getLockData(DocumentId id)
Returns the lock data for the specified document.
|
ResultLockData |
DocClassicConnectorService.getLockData(DocumentId id)
Returns the lock data for the specified document.
|
ResultAccessData |
DocumentService.getLookupEntryAccessData(DocumentId id)
Retrieves the access data for the specified lookup table entry.
|
ResultAccessData |
DocClassicConnectorService.getLookupEntryAccessData(DocumentId id) |
int |
DocumentService.getNextCounterValue(String ddcName,
String fieldName,
String dbFieldName)
Returns the next possible value for a document counter field.
|
int |
DocClassicConnectorService.getNextCounterValue(String ddcName,
String fieldName,
String dbFieldName)
Returns the next possible value for a document counter field.
|
String |
DocumentService.getNotesContent(String hDoc)
Reads notes element.
|
String |
DocClassicConnectorService.getNotesContent(String hDoc)
Reads notes element.
|
PageList |
DocumentService.getPageList(String hDoc,
int element,
boolean currentRevision) |
PageList |
DocClassicConnectorService.getPageList(String hDoc,
int element,
boolean currentRevision) |
InputStream |
DocumentService.getReleasedStream(String hDoc,
int element,
boolean currentRevision)
Retrieves the content of a document.
|
InputStream |
DocClassicConnectorService.getReleasedStream(String hDoc,
int element,
boolean currentRevision)
Retrieves the content of a document.
|
String |
DocumentService.getReleaseHdoc(String hDoc)
Gets the last released hdoc.
|
String |
DocClassicConnectorService.getReleaseHdoc(String hDoc)
Gets the last released hdoc.
|
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.
|
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.
|
ResultProperties |
DocumentService.getRevisionInfo(DocumentId id)
Reads the properties of the specified revision.
|
ResultProperties |
DocClassicConnectorService.getRevisionInfo(DocumentId id)
Reads the properties of the specified revision.
|
InputStream |
DocumentService.getStream(String hDoc,
int element)
Retrieves the content of a document.
|
InputStream |
DocClassicConnectorService.getStream(String hDoc,
int element)
Retrieves the content of a document.
|
InputStream |
DocumentService.getStream(String hDoc,
int element,
boolean currentRevision)
Retrieves the content of a document.
|
InputStream |
DocClassicConnectorService.getStream(String hDoc,
int element,
boolean currentRevision)
Retrieves the content of a document.
|
InputStream |
DocumentService.getStream(String hDoc,
int element,
boolean currentRevision,
long start,
long size)
Retrieves the content of a document.
|
InputStream |
DocClassicConnectorService.getStream(String hDoc,
int element,
boolean currentRevision,
long start,
long size)
Retrieves the content of a document.
|
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.
|
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.
|
boolean |
DocumentService.hasBlackmarkers(DocumentId docId)
Checks for blackmarkers.
|
boolean |
DocClassicConnectorService.hasBlackmarkers(DocumentId docId)
Checks for blackmarkers.
|
boolean |
DocumentService.lockDocument(DocumentId id)
Lock document.
|
boolean |
DocClassicConnectorService.lockDocument(DocumentId id)
Lock document.
|
void |
DocumentService.releaseDocument(DocumentId id,
String comment)
Release a document.
|
void |
DocClassicConnectorService.releaseDocument(DocumentId id,
String comment)
Release a document.
|
void |
DocumentService.removeIXOSAnno(DocumentId docId)
Remove the IXOS annotation from content list.
|
void |
DocClassicConnectorService.removeIXOSAnno(DocumentId docId)
Remove the IXOS annotation from content list.
|
String |
DocumentService.resolveLatestRevision(String oldHdoc)
Resolve latest revision for the given hdoc.
|
String |
DocClassicConnectorService.resolveLatestRevision(String oldHdoc)
Resolve latest revision for the given hdoc.
|
com.saperion.bean.SapDocInfo |
DocumentService.resolveSapURL(String url)
Resolves the given SAP URL and returns the SapDocInfo.
|
com.saperion.bean.SapDocInfo |
DocClassicConnectorService.resolveSapURL(String url)
Resolves the given SAP URL and returns the SapDocInfo.
|
void |
DocumentService.setAcl(DocumentId id,
String acl,
String comment)
Deprecated.
use
DocumentService.setAclNames(DocumentId, List, String) instead. Will be removed in 8.1. |
void |
DocClassicConnectorService.setAcl(DocumentId docId,
String acl,
String comment)
Deprecated.
use
DocClassicConnectorService.setAclNames(DocumentId, List, String) instead. Will be removed in 8.1. |
void |
DocumentService.setAclNames(DocumentId id,
List<String> acls,
String comment)
Sets the ACL for the specified document or lookup table entry.
|
void |
DocClassicConnectorService.setAclNames(DocumentId id,
List<String> acls,
String comment) |
void |
DocumentService.setAnnotations(String hDoc,
int element,
String annotations)
Sets the annotations of a document.
|
void |
DocClassicConnectorService.setAnnotations(String hDoc,
int element,
String annotations)
Sets the annotations of a document.
|
void |
DocumentService.setDocumentRead(DocumentId id)
Sets the specified document's state to 'read' without creating a new revision.
|
void |
DocClassicConnectorService.setDocumentRead(DocumentId id)
Sets the specified document's state to 'read' 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.setDocumentUnread(DocumentId id)
Sets the specified document's state to 'unread' without creating a new revision.
|
void |
DocumentService.setNotesContent(String hDoc,
String ddc,
String content)
Writes the notes element.
|
void |
DocClassicConnectorService.setNotesContent(String hDoc,
String ddc,
String content)
Writes the notes element.
|
boolean |
DocumentService.unlockDocument(DocumentId id)
Unlock document.
|
boolean |
DocClassicConnectorService.unlockDocument(DocumentId id)
Unlock document.
|
DocumentId |
DocumentService.updateDocument(DocumentId docId,
DataToUpdate data,
UpdateSettings settings)
Updates the document identfied by docId using the specified data and settings.
|
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 |
DocumentService.updateDocument(List<FieldResultBean> properties,
com.saperion.bean.ContentStream[] content,
String comment,
DocumentId docId,
boolean checkin,
boolean lookup,
int selectedImage)
Deprecated.
|
com.saperion.intf.SaSaveInfo |
DocClassicConnectorService.updateDocument(List<FieldResultBean> properties,
com.saperion.bean.ContentStream[] content,
String comment,
DocumentId docId,
boolean checkin,
boolean lookup,
int selectedImage)
Deprecated.
|
com.saperion.intf.SaSaveInfo |
DocumentService.updateDocument(Properties properties,
com.saperion.bean.ContentStream[] content,
String comment,
DocumentId docId,
boolean checkin,
boolean lookup,
int selectedImage)
Deprecated.
|
com.saperion.intf.SaSaveInfo |
DocClassicConnectorService.updateDocument(Properties properties,
com.saperion.bean.ContentStream[] content,
String comment,
DocumentId docId,
boolean checkin,
boolean lookup,
int selectedImage)
Deprecated.
|
void |
DocumentService.updateLookupItem(String sysRowId,
List<FieldResultBean> properties,
String ddcName)
Update a lookup entry.
|
void |
DocClassicConnectorService.updateLookupItem(String sysRowId,
List<FieldResultBean> properties,
String ddcName)
Update a lookup entry.
|
void |
DocumentService.writeAuditEvent(String hdoc,
DocumentService.AuditEvent event,
String remark)
Write audit event.
|
void |
DocClassicConnectorService.writeAuditEvent(String hdoc,
DocumentService.AuditEvent event,
String remark)
Write audit event.
|
Modifier and Type | Method and Description |
---|---|
FolderId |
NavigationService.addFavoriteFolder(String name,
Properties props,
String content)
Adds a new node to the favorite folder with the given name, properties and content.
|
FolderId |
NavigationClassicConnectorService.addFavoriteFolder(String name,
Properties props,
String content)
Adds a new node to the favorite folder with the given name, properties and content.
|
NavigationNode |
NavigationService.addFolder(NavigationNode node,
String childName,
com.saperion.constants.SaFolderConstants.FOLDER_TYPE nodeType,
Properties properties)
Adds a folder with the given name to the node and returns the result containing the new
child.
|
NavigationNode |
NavigationClassicConnectorService.addFolder(NavigationNode node,
String childName,
com.saperion.constants.SaFolderConstants.FOLDER_TYPE nodeType,
Properties properties)
Adds a folder with the given name to the node and returns the result containing the new
child.
|
NavigationNode |
NavigationService.addLinkFolder(NavigationNode node,
String childName,
FolderId destination)
Adds a link folder with the given name to the node and returns the result containing the new
child.
|
NavigationNode |
NavigationClassicConnectorService.addLinkFolder(NavigationNode node,
String childName,
FolderId destination)
Adds a link folder with the given name to the node and returns the result containing the new
child.
|
void |
NavigationService.addToFolder(Set<FolderId> folderIds,
Set<DocumentId> documentIDs)
Adds documents to the specified folders.
|
void |
NavigationClassicConnectorService.addToFolder(Set<FolderId> folderIds,
Set<DocumentId> documentIDs)
Adds documents to the specified folders.
|
NavigationNode |
NavigationService.addWebpartFolder(NavigationNode node,
String childName,
String destination)
Adds a webpart folder with the given name to the node and returns the result containing the
new child.
|
NavigationNode |
NavigationClassicConnectorService.addWebpartFolder(NavigationNode node,
String childName,
String destination)
Adds a webpart folder with the given name to the node and returns the result containing the
new child.
|
NavigationNode |
NavigationService.copyFolder(FolderId folderId,
NavigationNode destinationNode,
FolderId beforeChildId,
boolean withDocuments)
Copies a folder to the specified location.
|
NavigationNode |
NavigationClassicConnectorService.copyFolder(FolderId folderId,
NavigationNode destinationNode,
FolderId beforeChildId,
boolean withDocuments)
Copies a folder to the specified location.
|
void |
NavigationService.deleteFolder(NavigationNode node)
Deletes the given folder.
|
void |
NavigationClassicConnectorService.deleteFolder(NavigationNode node)
Deletes the given folder.
|
void |
NavigationService.deleteFolderById(FolderId id)
Deletes the folder identified by the specified id.
|
void |
NavigationClassicConnectorService.deleteFolderById(FolderId id)
Deletes the folder identified by the specified id.
|
InputStream |
FolderNode.getContent()
Returns the content stream, it will be loaded on demand.
|
long |
NavigationService.getDocumentFolderCount(DocumentId id)
Retrieves the count over all folders the document is contained in.
|
long |
NavigationClassicConnectorService.getDocumentFolderCount(DocumentId id)
Retrieves the count over all folders the document is contained in.
|
List<FolderId> |
NavigationService.getDocumentFolders(DocumentId id)
Retrieves the folders that contain the specified document.
|
List<FolderId> |
NavigationClassicConnectorService.getDocumentFolders(DocumentId id)
Retrieves the folders that contain the specified document.
|
List<String> |
NavigationService.getFolderAcl(FolderId folderId)
Gets ACL for folder.
|
List<String> |
NavigationClassicConnectorService.getFolderAcl(FolderId folderId)
Gets ACL for folder.
|
FolderNode |
NavigationService.getFolderById(FolderId id)
Search a folder by id.
|
FolderNode |
NavigationClassicConnectorService.getFolderById(FolderId id)
Search a folder by id.
|
FolderNode |
NavigationService.getFolderByPath(String ddc,
String path)
Search a folder by path.
|
FolderNode |
NavigationClassicConnectorService.getFolderByPath(String ddc,
String path)
Search a folder by path.
|
List<FolderInfo> |
NavigationService.getFolderChildren(FolderId id)
Retrieves the children of the folder identified by the specified id.
|
List<FolderInfo> |
NavigationClassicConnectorService.getFolderChildren(FolderId id)
Retrieves the children of the folder identified by the specified id.
|
FolderClass |
NavigationService.getFolderClass(String className)
Returns the folder class with the specified name or null if no such class exists.
|
FolderClass |
NavigationClassicConnectorService.getFolderClass(String className)
Returns the folder class with the specified name or null if no such class exists.
|
Set<FolderClass> |
NavigationService.getFolderClassesForDDC(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.
|
Set<FolderClass> |
NavigationClassicConnectorService.getFolderClassesForDDC(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 |
NavigationService.getFolderInfo(FolderId id)
Retrieves information about the specified folder.
|
FolderInfo |
NavigationClassicConnectorService.getFolderInfo(FolderId id)
Retrieves information about the specified folder.
|
List<String> |
NavigationService.getFolderTables()
Reads all folder table names.
|
List<String> |
NavigationClassicConnectorService.getFolderTables()
Reads all folder table names.
|
NavigationTree |
NavigationService.getFolderTree(FolderId root,
com.saperion.rmi.SaQueryInfo filter)
Generates a folder tree stated at
|
NavigationTree |
NavigationClassicConnectorService.getFolderTree(FolderId root,
com.saperion.rmi.SaQueryInfo filter)
Generates a folder tree stated at
|
Set<com.saperion.folder.FolderUpdateInfo> |
NavigationService.getFolderUpdateInfo(Map<String,Long> folderIds)
Get Set of folders to refresh on client side.
|
Set<com.saperion.folder.FolderUpdateInfo> |
NavigationClassicConnectorService.getFolderUpdateInfo(Map<String,Long> folderIds)
Get Set of folders to refresh on client side.
|
int |
NavigationService.getInboxId()
Reads the inbox id for the current user.
|
int |
NavigationClassicConnectorService.getInboxId()
Reads the inbox id for the current user.
|
com.saperion.ngc.iform.xml.Form |
NavigationService.getMaskDefinition(String maskName)
Retrieves the mask definition with the given name.
|
com.saperion.ngc.iform.xml.Form |
NavigationClassicConnectorService.getMaskDefinition(String maskName)
Retrieves the mask definition with the given name.
|
com.saperion.ngc.iform.xml.Form |
NavigationService.getMaskDefinition(String maskName,
boolean ignoreCompatibility)
Retrieves the mask definition with the given name.
|
com.saperion.ngc.iform.xml.Form |
NavigationClassicConnectorService.getMaskDefinition(String maskName,
boolean ignoreCompatibility)
Retrieves the mask definition with the given name.
|
NavigationTree |
NavigationService.getNavigationTree(String folderDDC,
com.saperion.rmi.SaQueryInfo filter)
Returns the navigation tree.
|
NavigationTree |
NavigationClassicConnectorService.getNavigationTree(String folderDDC,
com.saperion.rmi.SaQueryInfo filter)
Returns the navigation tree.
|
NavigationNode |
NavigationService.getNextLevelFolders(NavigationNode node,
com.saperion.rmi.SaQueryInfo filter,
int allowedMaxNrOfNodesPerLevel)
Returns the folders of the next level.
|
NavigationNode |
NavigationClassicConnectorService.getNextLevelFolders(NavigationNode node,
com.saperion.rmi.SaQueryInfo filter,
int allowedMaxNrOfNodesPerLevel)
Returns the folders of the next level.
|
com.saperion.wf.BoxCount |
NavigationService.getTaskCounts()
Returns the number or read and unread tasks for the current user.
|
com.saperion.wf.BoxCount |
NavigationClassicConnectorService.getTaskCounts()
Returns the number or read and unread tasks for the current user.
|
NavigationNode |
NavigationService.getWorkflowNodes(NavigationNode navigationNode)
Reads the workflow tree part.
|
NavigationNode |
NavigationClassicConnectorService.getWorkflowNodes(NavigationNode navigationNode)
Reads the workflow tree part.
|
boolean |
NavigationService.hasFolder(String folderId) |
boolean |
NavigationClassicConnectorService.hasFolder(String folderId) |
void |
NavigationService.removeFromFolder(Set<FolderId> folderIds,
DocumentId documentId)
Removes the specified document from a folder.
|
void |
NavigationClassicConnectorService.removeFromFolder(Set<FolderId> folderSysRowIds,
DocumentId documentId)
Removes the specified document from a folder.
|
FolderId |
NavigationService.resolveLink(FolderId linkId)
Resolves a link folder and returns the link destination.
|
FolderId |
NavigationClassicConnectorService.resolveLink(FolderId linkId)
Resolves a link folder and returns the link destination.
|
void |
NavigationService.setFolderAcl(FolderId folderId,
String acl)
Sets ACL for folder.
|
void |
NavigationClassicConnectorService.setFolderAcl(FolderId folderId,
String acl)
Sets ACL for folder.
|
void |
NavigationService.updateFolder(FolderId id,
Properties nameValuePairs)
Updates the properties of a folder.
|
void |
NavigationClassicConnectorService.updateFolder(FolderId id,
Properties nameValuePairs)
Updates the properties of a folder.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
InputStream |
NavigationNode.getContent()
Returns the content stream, it will be loaded on demand.
|
Modifier and Type | Method and Description |
---|---|
int |
QueryService.executeCountQuery(com.saperion.rmi.SaQueryInfo query)
Executes a count query.
|
int |
QueryClassicConnectorService.executeCountQuery(com.saperion.rmi.SaQueryInfo query)
Executes a count query.
|
ModelResult |
QueryService.executePagingQuery(ResultPaging paging)
Execute query with paging.
|
ModelResult |
QueryClassicConnectorService.executePagingQuery(ResultPaging paging)
Execute query with paging.
|
ModelResult |
QueryService.executeQuery(com.saperion.rmi.SaQueryInfo queryInfo)
Execute query.
|
ModelResult |
QueryClassicConnectorService.executeQuery(com.saperion.rmi.SaQueryInfo query)
Execute query.
|
DocumentDatabaseMetaInfo |
QueryService.getAttachmentInfo(com.saperion.intf.wf.TaskInfo info)
Loads the attachment for the specified
TaskInfo . |
DocumentDatabaseMetaInfo |
QueryClassicConnectorService.getAttachmentInfo(com.saperion.intf.wf.TaskInfo info)
Loads the attachment for the specified
TaskInfo . |
int |
QueryService.getHitCount(com.saperion.rmi.SaQueryInfo info)
Returns the number of hits for the specified query.
|
int |
QueryClassicConnectorService.getHitCount(com.saperion.rmi.SaQueryInfo info)
Returns the number of hits for the specified query.
|
ResultProperties |
QueryService.getInboxTaskProperties(String taskId)
Returns the metadata for a task with the specified ID.
|
ResultProperties |
QueryClassicConnectorService.getInboxTaskProperties(String taskId) |
ModelResult |
QueryService.searchFolderDocuments(String folderId,
String folderDDC,
com.saperion.rmi.SaQueryInfo hqlFilter)
HQL search extended with additional folder informations and depth.
|
ModelResult |
QueryClassicConnectorService.searchFolderDocuments(String folderId,
String folderDDC,
com.saperion.rmi.SaQueryInfo hqlFilter)
HQL search extended with additional folder informations and depth.
|
Modifier and Type | Method and Description |
---|---|
com.saperion.jcs.modules.users.api.User |
UserManagementService.findUserById(int id)
Finds a user by ID.
|
com.saperion.jcs.modules.users.api.User |
UserManagementClassicConnectorService.findUserById(int id) |
com.saperion.jcs.modules.users.api.User |
UserManagementService.findUserByName(String name)
Finds a user by name.
|
com.saperion.jcs.modules.users.api.User |
UserManagementClassicConnectorService.findUserByName(String name) |
Modifier and Type | Method and Description |
---|---|
com.saperion.connector.wf.WorkflowResult |
WorkflowService.addHistory(String taskId,
String description)
Execute set history.
|
com.saperion.connector.wf.WorkflowResult |
WorkflowConnectorService.addHistory(String taskId,
String description)
Execute set history.
|
List<com.saperion.intf.wf.CommentInfo> |
WorkflowService.getComments(com.saperion.intf.wf.TaskInfo task)
Retrieves the comments for the specified task.
|
List<com.saperion.intf.wf.CommentInfo> |
WorkflowConnectorService.getComments(com.saperion.intf.wf.TaskInfo taskInfo)
Retrieves the comments for the specified task.
|
List<String> |
WorkflowService.getDefinitions()
Reads the available workflow definitions.
|
List<String> |
WorkflowConnectorService.getDefinitions()
Reads the available workflow definitions.
|
List<com.saperion.wf.ProcessDefinitionDescriptor> |
WorkflowService.getDefinitions(String ddcName)
Reads the available workflow definitions for the specified DDC.
|
List<com.saperion.wf.ProcessDefinitionDescriptor> |
WorkflowConnectorService.getDefinitions(String ddcName)
Reads the available workflow definitions for the specified DDC.
|
com.saperion.intf.wf.BoxDefinition |
WorkflowService.getInboxDefinition()
Retrieves the definition of the current user's inbox.
|
com.saperion.intf.wf.BoxDefinition |
WorkflowConnectorService.getInboxDefinition()
Retrieves the definition of the current user's inbox.
|
String |
WorkflowService.getSubstitute()
Gets the fullname of the substitute for workflows of the current user.
|
String |
WorkflowConnectorService.getSubstitute() |
com.saperion.jcs.modules.users.api.User |
WorkflowService.getSubstituteUser()
Gets the substitute-user for the current user.
|
com.saperion.jcs.modules.users.api.User |
WorkflowConnectorService.getSubstituteUser() |
com.saperion.connector.wf.SaWFTask |
WorkflowService.getTask(String taskId)
Load the task object.
|
com.saperion.connector.wf.SaWFTask |
WorkflowConnectorService.getTask(String taskId)
Load the task object.
|
void |
WorkflowService.setSubstitute(String substituteFullname)
Sets the substitute for workflows.
|
void |
WorkflowConnectorService.setSubstitute(String substituteFullname) |
Modifier and Type | Method and Description |
---|---|
FastAccessItem |
FastAccessList.addFastAccess(String ddc,
String path,
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,
String name,
FolderId destination) |
NavigationNode |
NavigationPresenter.createNode(NavigationNode parentNode,
String name,
com.saperion.constants.SaFolderConstants.FOLDER_TYPE nodeType,
Properties properties) |
NavigationNode |
NavigationPresenter.createWebpartNode(NavigationNode parentNode,
String name,
String destination) |
void |
NavigationPresenter.deleteNode(NavigationNode node) |
void |
NavigationPresenter.deleteNodeById(FolderId id)
Deletes the specified folder.
|
Set<FolderClass> |
NavigationPresenter.filterNonCompatibleClassesForCreate(com.saperion.constants.SaFolderConstants.CLASS_TYPE type,
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(String ddc,
String path)
Returns the folder with the specified path.
|
FolderClass |
NavigationPresenter.getFolderClass(String className)
Returns the folder class for the specified name or null if no such class was found.
|
Set<FolderClass> |
NavigationPresenter.getFolderClassesForDDC(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(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(String name)
Returns the mask definition for the specified mask name.
|
protected boolean |
WorkflowFormNaviTreeNode.getNextLevelFolders()
Initiates lazy loading of next level folders.
|
protected boolean |
NaviTreeNode.getNextLevelFolders()
Initiates lazy loading of next level folders.
|
protected boolean |
ALFNaviTreeNode.getNextLevelFolders()
Initiates lazy loading of next level folders.
|
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(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 |
WorkflowRootNaviTreeNode.refreshCurrentNode(boolean includeChildren) |
protected void |
WorkflowFormNaviTreeNode.refreshCurrentNode(boolean includeChildren) |
protected void |
RootNaviTreeNode.refreshCurrentNode(boolean includeChildren) |
protected void |
NaviTreeNode.refreshCurrentNode(boolean includeChildren)
Refreshes the current node.
|
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(List<NavigationNode> nodes) |
void |
NavigationPresenter.unlockFolder(FolderId id)
Unlocks the specified folder.
|
void |
NavigationPresenter.updateFolder(FolderId id,
Properties nameValuePairs,
List<com.saperion.bean.ContentStream> thumbnails,
int selectedImage)
Updates a folder's properties.
|
Modifier and Type | Method and Description |
---|---|
ItemAnalyzeResult |
ItemAnalyzer.analyzeItem(ResultProperties props)
Analyze the item.
|
ItemAnalyzeResult |
ItemAnalyzer.analyzeItem(ResultProperties props,
DocumentId docId)
Analyze the item.
|
ItemAnalyzeResult |
ResultSetPresenter.analyzeItems(Collection<ResultListItem> items,
boolean useAttachment)
Analyze the items.
|
ItemAnalyzeResult |
ItemAnalyzer.analyzeItems(List<ResultProperties> items)
Analyzes the items.
|
WorkflowItemAnalyzeResult |
WorkflowItemAnalyzer.analyzeWorkflowItem(ResultProperties item)
Analyzes the worklfow item.
|
WorkflowItemAnalyzeResult |
ResultSetPresenter.analyzeWorkflowItems(Collection<ResultListItem> items)
Analyze the workflow items.
|
WorkflowItemAnalyzeResult |
WorkflowItemAnalyzer.analyzeWorkflowItems(List<ResultProperties> items)
Analyze the workflow items.
|
List<org.zkoss.zk.ui.Component> |
ContextMenuItemFactory.createEmptyListItems()
Creates the menu for empty lists.
|
List<org.zkoss.zk.ui.Component> |
ContextMenuItemFactory.createItems()
Creates all menu items that can be used with the currently selected items.
|
void |
ResultsetConfiguration.deleteColumnConfiguration(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,
String comment)
Undeleted the document.
|
void |
ResultSetPresenter.editStructure(DocumentId documentId)
Shows the dialog to edit a document's structure.
|
DocumentId |
ResultSetPresenter.fixVersion(DocumentId documentId)
Fill value for revision ID in document ID if not set.
|
List<String> |
ResultSetPresenter.getAclNames(DocumentId documentId)
Returns the ACLs of a document.
|
List<String> |
ResultSetPresenter.getAllAcls()
Returns a list of all ACL names.
|
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(String ddcName)
Returns the DDC with the specified name.
|
ResultProperties |
ResultSetPresenter.getDocProperties(DocumentId id)
Reads the properties for the given document.
|
List<FolderId> |
ResultSetPresenter.getDocumentFolders(DocumentId documentId)
Retrieves the folders that contain the specified document.
|
ResultProperties |
ResultSetPresenter.getDocumentInfoFromArchive(DocumentId id,
boolean currentRevision) |
List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> |
ResultSetPresenter.getDocumentPages(DocumentId id,
boolean currentRevision)
Returns the amount of pages for the specified document.
|
DocumentVersionInfo |
ResultSetPresenter.getDocumentVersion(String versionId)
Returns the version information for the specified version ID.
|
List<String> |
ResultSetPresenter.getDocumentVersionIDs(DocumentId id)
Returns the version IDs for the specified document.
|
List<DocumentVersionInfo> |
ResultSetPresenter.getDocumentVersions(DocumentId id)
Retrieves the version information for a document.
|
List<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 |
ResultsetConfiguration.readResultType(String formName) |
boolean |
ContextMenuVisibility.release(boolean multiselect) |
void |
ResultSetPresenter.removeFromFolder(DocumentId documentId,
Set<FolderId> folderIDs)
Removes the documents from the specified folder.
|
boolean |
ContextMenuVisibility.revisionHistory(boolean multiselect) |
void |
ResultSetPresenter.saveLastLaunched(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 |
ResultsetConfiguration.storeColumnConfiguration(String formName)
Stores the configuration of the columns in the database.
|
void |
ResultSetPresenter.updateListItem(ResultListItem item)
Updated the specified listitem in the contained
ResultList as well as in the current result
stored in the QueryService . |
Modifier and Type | Method and Description |
---|---|
List<org.zkoss.zk.ui.Component> |
SingleWorkflowContextMenu.getMenuItems() |
List<org.zkoss.zk.ui.Component> |
SingleLookupContextMenu.getMenuItems() |
List<org.zkoss.zk.ui.Component> |
SingleFolderContextMenu.getMenuItems() |
List<org.zkoss.zk.ui.Component> |
SingleDocumentContextMenu.getMenuItems() |
List<org.zkoss.zk.ui.Component> |
MultiWorkflowContextMenu.getMenuItems() |
List<org.zkoss.zk.ui.Component> |
MultiLookupContextMenu.getMenuItems() |
List<org.zkoss.zk.ui.Component> |
MultiFolderContextMenu.getMenuItems() |
List<org.zkoss.zk.ui.Component> |
MultiDocumentContextMenu.getMenuItems() |
abstract List<org.zkoss.zk.ui.Component> |
AbstractContextMenu.getMenuItems() |
Modifier and Type | Method and Description |
---|---|
void |
ZkDownloadAction.execute(List<Content> contentList)
Executes the action on the specified list of contents.
|
void |
MultiSelectAction.execute(List<Content> contentList)
Executes the action on the specified list of contents.
|
void |
ConvertToPdfAction.execute(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.
|
Modifier and Type | Method and Description |
---|---|
OpenDocumentBean |
SAPViewerUrl.createControlBeanAndLogin(String url,
javax.servlet.http.HttpServletRequest servletRequest,
String viewerId)
Parses the SAPViewer-URL, performs a login if required and created the viewer-control-bean.
|
Modifier and Type | Method and Description |
---|---|
void |
SaperionToolbarPresenter.setLocale(Locale locale)
Sets the locale on the underlying backend connection.
|
Modifier and Type | Method and Description |
---|---|
static AuthenticationException |
ExceptionUtil.convertAuthenticationException(AuthenticationException orig)
Converts an SaAuthenticationException to an AuthenticationException.
|
static AuthenticationException |
ExceptionUtil.convertAuthenticationException(com.saperion.exception.SaAuthenticationException orig)
Converts an SaAuthenticationException to an AuthenticationException.
|
Modifier and Type | Method and Description |
---|---|
static void |
DownloadUtil.download(List<Content> contentToDownload)
Downloads the specified documents.
|
static String |
WatermarkUtil.getWatermarkFile(String hDoc,
boolean currentRevision,
DocumentService docService)
Gets the watermark file property of a document which is set in the WATERMARKFILE field
in the document's metadata.
|
Modifier and Type | Method and 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.
|
String[] |
PropertyHandler.returnStringValues()
Deprecated.
Converts the provided
SaPropertyValue object values to String array. |
String[] |
PropertyToStringConverter.returnStringValues(com.saperion.intf.SaPropertyValue value)
Converts the provided
SaPropertyValue object values to String array. |
Modifier and Type | Method and 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(List<Content> content)
Triggers a download of a ZIP containing the specified content.
|
void |
DocumentViewPresenter.downloadSingle(DocumentId docId,
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.
|
List<Content> |
DocumentViewPresenter.getContentListForLink(DocumentId id,
DocumentArchiveMetaInfo linkMetaInfo)
Returns a list of
Content 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.
|
Map<Integer,Long> |
DocumentViewPresenter.getElementSizes(DocumentId id,
List<Integer> elementsWithoutSize)
Determines the sizes of the list of elements.
|
String |
DocumentViewPresenter.getNotes(String hDoc)
Reads the notes element for the given document id.
|
InputStream |
DocumentViewPresenter.getStream(DocumentId id,
int element)
Gets the document's content as stream.
|
String |
DocumentViewPresenter.resolveLatestRevision(String originalHdoc)
Resolves the latest revision of the document with the specified HDOC.
|
void |
DocumentViewPresenter.writeNotes(DocumentId documentId,
String text)
Writes the text to the notes element or creates a new one.
|
Modifier and Type | Method and Description |
---|---|
protected com.snowbound.snapserv.servlet.ContentHandlerResult |
AbstractContentHandler.getAnnotationContentInternal(com.snowbound.snapserv.servlet.ContentHandlerInput input,
OpenDocumentBean openDocumentBean) |
protected Map<String,Object> |
AbstractContentHandler.getAnnotationPropertiesInternal(com.snowbound.snapserv.servlet.ContentHandlerInput input) |
protected String |
AbstractContentHandler.getIniAnnotation(com.snowbound.snapserv.servlet.ContentHandlerInput input) |
protected String |
AbstractContentHandler.getIXOSAnnotation(com.snowbound.snapserv.servlet.ContentHandlerInput input) |
static DocumentId |
VirtualViewerUtil.getReleasedHdoc(DocumentId documentId,
OpenDocumentBean openDocumentBean,
DocumentService docService)
Gets the released hdoc.
|
protected boolean |
AbstractContentHandler.handleIXOSFiles(com.snowbound.snapserv.servlet.ContentHandlerInput input,
OpenDocumentBean openDocumentBean,
javax.servlet.http.HttpSession session,
DocumentService docService) |
protected void |
AbstractContentHandler.saveAnnotationContentInternal(com.snowbound.snapserv.servlet.ContentHandlerInput input) |
Modifier and Type | Method and Description |
---|---|
Node |
DocDimensionsRetriever.getDocumentSize(String revisionId,
int element,
boolean currentRevision,
javax.servlet.http.HttpSession session)
Gets the document's size (in pixels).
|
Copyright © 2016 Lexmark Enterprise Software Deutschland GmbH. All rights reserved.