Package | Description |
---|---|
com.saperion.ngc.dialogs.userprofile |
Contains classes concerning the user profile
|
com.saperion.ngc.exception |
Package for exception classes.
|
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.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.portal |
Package for portal classes.
|
com.saperion.ngc.resultset |
Package for resultset component classes.
|
com.saperion.ngc.sapviewer |
Package for standalone SAP viewer.
|
com.saperion.ngc.servlet.process |
Package for processes used by LongRunningProcessServlet.
|
com.saperion.ngc.servlet.process.export |
Package for export-processes.
|
com.saperion.ngc.util |
Package for client utility classes.
|
com.saperion.ngc.util.property |
Package for model property classes.
|
com.saperion.ngc.viewer.virtualviewer |
Package for virtual viewer component classes.
|
com.saperion.ngc.viewer.virtualviewer.annotation |
Package for viewer annotation .
|
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 | Class and Description |
---|---|
class |
TooManyHitsException
Exception thrown when a query returned more hits than set in the
maxRecords property of the result list.
|
class |
UniqueConstraintViolationException
Exception thrown when a document is created or updated and the value of a unique field already exists in
another document.
|
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 |
---|---|
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() |
abstract void |
AbstractFieldValidator.validate()
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 |
---|---|
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.hasLicence(com.saperion.rmi.SaFeature.FeatureKind kind)
Checks, if the feature is supported.
|
boolean |
SettingsClassicConnectorService.hasLicence(com.saperion.rmi.SaFeature.FeatureKind kind)
Checks, if the feature is supported.
|
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() |
SystemType |
AuthorizationService.getSystemType()
Get the system type.
|
SystemType |
AuthClassicConnectorService.getSystemType()
Get the system type.
|
ModelConnectionStatus |
AuthorizationService.isConnected()
Check connection status.
|
ModelConnectionStatus |
AuthClassicConnectorService.isConnected()
Check connection status.
|
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.
|
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.
|
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.
|
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.
|
NavigationNode |
NavigationService.renameFolder(NavigationNode node,
String name)
Renames folder.
|
NavigationNode |
NavigationClassicConnectorService.renameFolder(NavigationNode node,
String name)
Renames folder.
|
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 |
---|---|
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 . |
static ResultProperties |
ResultProperties.getFromPropertyList(com.saperion.intf.SaPropertyValue[] values,
String ddcName,
String objectId,
String revisionId)
Constructs a new ResultProperties object containing the supplied properties.
|
int |
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.
|
Constructor and Description |
---|
UserManagementClassicConnectorService()
Default constructor to be called from within ZK-context.
|
UserManagementClassicConnectorService(javax.servlet.http.HttpSession session)
Constructor to be called from without ZK-context.
|
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.
|
com.saperion.intf.wf.WorkflowMember |
WorkflowService.getMember(com.saperion.intf.wf.WorkflowMember member,
int depth,
String filter)
Reads direct workflow member.
|
com.saperion.intf.wf.WorkflowMember |
WorkflowConnectorService.getMember(com.saperion.intf.wf.WorkflowMember member,
int depth,
String filter)
Reads direct workflow member.
|
com.saperion.intf.wf.WorkflowMember |
WorkflowService.getMembers()
Reads workflow member.
|
com.saperion.intf.wf.WorkflowMember |
WorkflowConnectorService.getMembers()
Reads workflow member.
|
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.
|
boolean |
WorkflowService.isWorkflowFeatureEnabled()
Checks if the workflow-feature is enabled.
|
boolean |
WorkflowConnectorService.isWorkflowFeatureEnabled() |
void |
WorkflowService.setSubstitute(String substituteFullname)
Sets the substitute for workflows.
|
void |
WorkflowConnectorService.setSubstitute(String substituteFullname) |
Modifier and Type | Method and Description |
---|---|
static void |
PortalHelper.setFieldValue(String value,
IntelligentField field)
Sets the value of the specified field.
|
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 |
ItemAnalyzer.analyzeItems(List<ResultProperties> items)
Analyzes the items.
|
WorkflowItemAnalyzeResult |
WorkflowItemAnalyzer.analyzeWorkflowItem(ResultProperties item)
Analyzes the worklfow item.
|
WorkflowItemAnalyzeResult |
WorkflowItemAnalyzer.analyzeWorkflowItems(List<ResultProperties> items)
Analyze the workflow items.
|
DocumentId |
ResultSetPresenter.fixVersion(DocumentId documentId)
Fill value for revision ID in document ID if not set.
|
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 |
PdfRenderProcess.writeResult(javax.servlet.http.HttpServletResponse response) |
abstract void |
LongRunningProcess.writeResult(javax.servlet.http.HttpServletResponse response)
Writes the result of the process to the output-stream.
|
Modifier and Type | Method and Description |
---|---|
void |
XLSXExportProcess.writeResult(javax.servlet.http.HttpServletResponse response) |
void |
CSVExportProcess.writeResult(javax.servlet.http.HttpServletResponse response) |
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
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.