public class OKMWebservices extends Object implements BaseAuth, BaseDocument, BaseFolder, BaseMail, BaseNote, BasePropertyGroup, BaseRepository, BaseSearch, BaseProperty, BaseFilePlan, BaseRecord, BaseNode, BaseRelation, BaseWorkflow, BaseConversion, BaseReport, BasePlugin, BaseDashboard, BaseNotification, BaseTask, BaseBookmark, BaseStamp, BaseActivity, BaseImport, BaseShard, BaseAutocad, Serializable
| Constructor and Description |
|---|
OKMWebservices(String host)
OKMWebservice30
|
public AuthImpl auth
public DocumentImpl document
public FolderImpl folder
public NoteImpl note
public PropertyGroupImpl propertyGroup
public RepositoryImpl repository
public SearchImpl search
public PropertyImpl property
public FilePlanImpl filePlan
public RecordImpl record
public NodeImpl node
public MailImpl mail
public RelationImpl relation
public WorkflowImpl workflow
public ConversionImpl conversion
public ReportImpl report
public PluginImpl plugin
public DashboardImpl dashboard
public NotificationImpl notification
public TaskImpl task
public BookmarkImpl bookmark
public StampImpl stamp
public ActivityImpl activity
public ImportImpl quickImport
public ShardImpl shard
public PdfImpl pdf
public WizardImpl wizard
public AutocadImpl autocad
public UserConfigImpl userConfig
public OKMWebservices(String host)
public void setAuthorizationToken(String authorizationToken)
BaseAuthsetAuthorizationToken in interface BaseAuthauthorizationToken - the authorization tokenpublic String login(String user, String password) throws AuthenticationException, WebserviceException, UnknownException
public String login(String user, String password, int expiration, boolean restrictIp) throws AuthenticationException, WebserviceException, UnknownException
public void logout()
throws WebserviceException,
UnknownException
WebserviceExceptionUnknownExceptionpublic String getToken() throws WebserviceException, UnknownException
WebserviceExceptionUnknownException@Deprecated public String getSessionId() throws UnknownException, WebserviceException
AuthImpl.getSessionId()getSessionId in interface BaseAuthUnknownException - the unknown exceptionWebserviceException - the webservice exceptionAuthImpl.getSessionId()@Deprecated public GrantedUsersAndRolesItem getGrantedUsersAndRoles(String uuid) throws AccessDeniedException, RepositoryException, DatabaseException, PathNotFoundException, UnknownException, WebserviceException
AuthImpl.getGrantedUsersAndRoles(String)getGrantedUsersAndRoles in interface BaseAuthuuid - Node uuid.AccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionPathNotFoundException - the path not found exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionAuthImpl.getGrantedUsersAndRoles(String)@Deprecated public Map<String,Integer> getGrantedRoles(String uuid) throws AccessDeniedException, RepositoryException, DatabaseException, PathNotFoundException, WebserviceException, UnknownException
AuthImpl.getGrantedRoles(String)getGrantedRoles in interface BaseAuthuuid - Node uuid.AccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionPathNotFoundException - the path not found exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionAuthImpl.getGrantedRoles(String)@Deprecated public Map<String,Integer> getGrantedUsers(String uuid) throws AccessDeniedException, RepositoryException, DatabaseException, PathNotFoundException, WebserviceException, UnknownException
AuthImpl.getGrantedUsers(String)getGrantedUsers in interface BaseAuthuuid - Node uuid.AccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionPathNotFoundException - the path not found exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionAuthImpl.getGrantedUsers(String)@Deprecated public List<String> getRoles(boolean showAll) throws AccessDeniedException, RepositoryException, DatabaseException, PrincipalAdapterException, WebserviceException, UnknownException
AuthImpl.getRoles(boolean)getRoles in interface BaseAuthshowAll - If should only return active roles or all themAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionPrincipalAdapterException - the principal adapter exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionAuthImpl.getRoles(boolean)@Deprecated public List<String> getRolesByUser(String userId) throws AccessDeniedException, RepositoryException, DatabaseException, PrincipalAdapterException, WebserviceException, UnknownException
AuthImpl.getRolesByUser(String)getRolesByUser in interface BaseAuthuserId - A user id.AccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionPrincipalAdapterException - the principal adapter exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionAuthImpl.getRolesByUser(String)@Deprecated public List<CommonUser> getUsers(boolean showAll) throws AccessDeniedException, RepositoryException, DatabaseException, PrincipalAdapterException, UnknownException, WebserviceException
AuthImpl.getUsers(boolean)getUsers in interface BaseAuthshowAll - If should only return active users or all themAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionPrincipalAdapterException - the principal adapter exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionAuthImpl.getUsers(boolean)@Deprecated public CommonUser getUser(String userId) throws AccessDeniedException, RepositoryException, DatabaseException, PrincipalAdapterException, UnknownException, WebserviceException
AuthImpl.getUser(String)getUser in interface BaseAuthuserId - A user id.AccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionPrincipalAdapterException - the principal adapter exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionAuthImpl.getUser(String)@Deprecated public List<CommonUser> getUsersByRole(String roleId) throws AccessDeniedException, RepositoryException, DatabaseException, PrincipalAdapterException, UnknownException, WebserviceException
AuthImpl.getUsersByRole(String)getUsersByRole in interface BaseAuthroleId - A role id.AccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionPrincipalAdapterException - the principal adapter exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionAuthImpl.getUsersByRole(String)@Deprecated public void revokeRole(String uuid, String roleId, int permissions, boolean recursive) throws AccessDeniedException, RepositoryException, DatabaseException, PathNotFoundException, UnknownException, WebserviceException
AuthImpl.revokeRole(String, String, int, boolean)revokeRole in interface BaseAuthuuid - Node uuid.roleId - Role name which permissions are changed.permissions - A mask with the permissions to be removed.recursive - If the nodePath indicates a folder, the permissions can be applied recursively.AccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionPathNotFoundException - the path not found exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionAuthImpl.revokeRole(String, String, int, boolean)@Deprecated public void revokeUser(String uuid, String userId, int permissions, boolean recursive) throws AccessDeniedException, RepositoryException, DatabaseException, PathNotFoundException, UnknownException, WebserviceException
AuthImpl.revokeUser(String, String, int, boolean)revokeUser in interface BaseAuthuuid - Node uuid.userId - User name which permissions are changed.permissions - A mask with the permissions to be removed.recursive - If the nodePath indicates a folder, the permissions can be revoked recursively.AccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionPathNotFoundException - the path not found exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionAuthImpl.revokeUser(String, String, int, boolean)@Deprecated public void grantRole(String uuid, String roleId, int permissions, boolean recursive) throws AccessDeniedException, RepositoryException, DatabaseException, PathNotFoundException, UnknownException, WebserviceException
AuthImpl.grantRole(String, String, int, boolean)grantRole in interface BaseAuthuuid - Node uuid.roleId - Role name which permissions are changed.permissions - A mask with the permissions to be removed.recursive - If the nodePath indicates a folder, the permissions can be applied recursively.AccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionPathNotFoundException - the path not found exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionAuthImpl.grantRole(String, String, int, boolean)@Deprecated public void grantUser(String uuid, String userId, int permissions, boolean recursive) throws AccessDeniedException, RepositoryException, DatabaseException, PathNotFoundException, UnknownException, WebserviceException
AuthImpl.grantUser(String, String, int, boolean)grantUser in interface BaseAuthuuid - Node uuid.userId - User name which permissions are changed.permissions - A mask with the permissions to be added.recursive - If the nodePath indicated a folder, the permissions can be applied recursively.AccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionPathNotFoundException - the path not found exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionAuthImpl.grantUser(String, String, int, boolean)@Deprecated public void createUser(String userId, String password, String email, String name, boolean active) throws PrincipalAdapterException, UnknownException, WebserviceException
AuthImpl.createUser(String, String, String, String, boolean)createUser in interface BaseAuthuserId - A user id.password - the passwordemail - the emailname - the nameactive - the activePrincipalAdapterException - the principal adapter exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionAuthImpl.createUser(String, String, String, String, boolean)@Deprecated public void deleteUser(String userId) throws PrincipalAdapterException, UnknownException, WebserviceException
AuthImpl.deleteUser(String)deleteUser in interface BaseAuthuserId - A user id.PrincipalAdapterException - the principal adapter exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionAuthImpl.deleteUser(String)@Deprecated public void updateUser(String userId, String password, String email, String name, boolean active) throws PrincipalAdapterException, UnknownException, WebserviceException
AuthImpl.updateUser(String, String, String, String, boolean)updateUser in interface BaseAuthuserId - A user id.password - the passwordemail - the emailname - the nameactive - the activePrincipalAdapterException - the principal adapter exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionAuthImpl.updateUser(String, String, String, String, boolean)@Deprecated public void createRole(String roleId, boolean active) throws PrincipalAdapterException, UnknownException, WebserviceException
AuthImpl.createRole(String, boolean)createRole in interface BaseAuthroleId - A role id.active - the activePrincipalAdapterException - the principal adapter exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionAuthImpl.createRole(String, boolean)@Deprecated public void deleteRole(String roleId) throws PrincipalAdapterException, UnknownException, WebserviceException
AuthImpl.deleteRole(String)deleteRole in interface BaseAuthroleId - A role id.PrincipalAdapterException - the principal adapter exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionAuthImpl.deleteRole(String)@Deprecated public void updateRole(String roleId, boolean active) throws PrincipalAdapterException, UnknownException, WebserviceException
AuthImpl.updateRole(String, boolean)updateRole in interface BaseAuthroleId - A role idactive - the activePrincipalAdapterException - the principal adapter exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionAuthImpl.updateRole(String, boolean)@Deprecated public void assignRole(String userId, String roleId) throws PrincipalAdapterException, UnknownException, WebserviceException
AuthImpl.assignRole(String, String)assignRole in interface BaseAuthuserId - A user id.roleId - A role id.PrincipalAdapterException - the principal adapter exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionAuthImpl.assignRole(String, String)@Deprecated public void removeRole(String userId, String roleId) throws PrincipalAdapterException, UnknownException, WebserviceException
AuthImpl.removeRole(String, String)removeRole in interface BaseAuthuserId - A user id.roleId - A role id.PrincipalAdapterException - the principal adapter exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionAuthImpl.removeRole(String, String)@Deprecated public void changeSecurity(String uuid, ChangeSecurity changeSecurity) throws PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, UnknownException, WebserviceException
AuthImpl.changeSecurity(String, ChangeSecurity)changeSecurity in interface BaseAuthuuid - Node uuid.changeSecurity - the change securityPathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionAuthImpl.changeSecurity(String, ChangeSecurity)@Deprecated public List<Profile> getProfiles(boolean filterByActive) throws PrincipalAdapterException, WebserviceException, UnknownException
AuthImpl.getProfiles(boolean)getProfiles in interface BaseAuthfilterByActive - the filter by activePrincipalAdapterException - the principal adapter exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionAuthImpl.getProfiles(boolean)@Deprecated public Profile getUserProfile(String userId) throws PrincipalAdapterException, WebserviceException, UnknownException
AuthImpl.getUserProfile(String)getUserProfile in interface BaseAuthuserId - A user id.PrincipalAdapterException - the principal adapter exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionAuthImpl.getUserProfile(String)@Deprecated public void setUserProfile(String userId, long profileId) throws PrincipalAdapterException, WebserviceException, UnknownException
AuthImpl.setUserProfile(String, long)setUserProfile in interface BaseAuthuserId - The user id.profileId - The profile to be assigned.PrincipalAdapterException - the principal adapter exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionAuthImpl.setUserProfile(String, long)@Deprecated public void setUserPermissions(String uuid, String userId, int permissions, boolean recursive) throws AccessDeniedException, RepositoryException, DatabaseException, PathNotFoundException, UnknownException, WebserviceException
AuthImpl.setUserPermissions(String, String, int, boolean)setUserPermissions in interface BaseAuthuuid - Node uuid.userId - User name which permissions are set.permissions - User name which permissions are set.recursive - recursive – If the nodePath indicated a folder, the permissions can be applied recursively.AccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionPathNotFoundException - the path not found exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionAuthImpl.setUserPermissions(String, String, int, boolean)@Deprecated public void setRolePermissions(String uuid, String roleId, int permissions, boolean recursive) throws AccessDeniedException, RepositoryException, DatabaseException, PathNotFoundException, UnknownException, WebserviceException
AuthImpl.setRolePermissions(String, String, int, boolean)setRolePermissions in interface BaseAuthuuid - Node uuid.roleId - Role name which permissions are set.permissions - A mask with the permissions to be set.recursive - If the nodePath indicates a folder, the permissions can be applied recursively.AccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionPathNotFoundException - the path not found exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionAuthImpl.setRolePermissions(String, String, int, boolean)@Deprecated public List<Tenant> getUserTenants() throws AccessDeniedException, RepositoryException, DatabaseException, PathNotFoundException, UnknownException, WebserviceException
AuthImpl.getUserTenants()getUserTenants in interface BaseAuthAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionPathNotFoundException - the path not found exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionAuthImpl.getUserTenants()@Deprecated public void setUserTenant(long tenantId) throws AccessDeniedException, RepositoryException, DatabaseException, PathNotFoundException, UnknownException, WebserviceException
AuthImpl.setUserTenant(long)setUserTenant in interface BaseAuthtenantId - tenantId tenant idAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionPathNotFoundException - the path not found exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionAuthImpl.setUserTenant(long)@Deprecated public boolean isAdmin() throws PrincipalAdapterException, UnknownException, WebserviceException
AuthImpl.isAdmin()isAdmin in interface BaseAuthPrincipalAdapterException - the principal adapter exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionAuthImpl.isAdmin()@Deprecated public boolean hasSecurityRecursive() throws UnknownException, WebserviceException
AuthImpl.hasSecurityRecursive()hasSecurityRecursive in interface BaseAuthUnknownException - the unknown exceptionWebserviceException - the webservice exceptionAuthImpl.hasSecurityRecursive()@Deprecated public boolean isLoginLowercase() throws UnknownException, WebserviceException
AuthImpl.isLoginLowercase()isLoginLowercase in interface BaseAuthUnknownException - the unknown exceptionWebserviceException - the webservice exceptionAuthImpl.isLoginLowercase()@Deprecated public boolean isPasswordExpired() throws UnknownException, WebserviceException
AuthImpl.isPasswordExpired()isPasswordExpired in interface BaseAuthUnknownException - the unknown exceptionWebserviceException - the webservice exceptionAuthImpl.isPasswordExpired()public boolean isTwoFactorAuthentication()
throws UnknownException,
WebserviceException
AuthImpl.isTwoFactorAuthentication()isTwoFactorAuthentication in interface BaseAuthUnknownException - the unknown exceptionWebserviceException - the webservice exceptionAuthImpl.isTwoFactorAuthentication()public InputStream getTwoFactorQR(String secret) throws PrincipalAdapterException, UnknownException, WebserviceException
AuthImpl.getTwoFactorQR(String)getTwoFactorQR in interface BaseAuthsecret - the secretPrincipalAdapterException - the principal adapter exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionAuthImpl.getTwoFactorQR(String)public String generate2FASecret() throws PrincipalAdapterException, UnknownException, WebserviceException
AuthImpl.generate2FASecret()generate2FASecret in interface BaseAuthPrincipalAdapterException - the principal adapter exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionAuthImpl.generate2FASecret()public String validate2FAAndSaveSecret(String secret, int code) throws PrincipalAdapterException, UnknownException, WebserviceException
AuthImpl.validate2FAAndSaveSecret(String, int)validate2FAAndSaveSecret in interface BaseAuthsecret - the secretcode - the codePrincipalAdapterException - the principal adapter exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionAuthImpl.validate2FAAndSaveSecret(String, int)public String disable2FA() throws PrincipalAdapterException, UnknownException, WebserviceException
AuthImpl.disable2FA()disable2FA in interface BaseAuthPrincipalAdapterException - the principal adapter exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionAuthImpl.disable2FA()public String verify2FACode(int code) throws PrincipalAdapterException, UnknownException, WebserviceException
AuthImpl.verify2FACode(int)verify2FACode in interface BaseAuthcode - the codePrincipalAdapterException - the principal adapter exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionAuthImpl.verify2FACode(int)@Deprecated public Document createDocument(String uuid, File file) throws UnsupportedMimeTypeException, FileSizeExceededException, UserQuotaExceededException, VirusDetectedException, ItemExistsException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, ExtensionException, AutomationException, UnknownException, WebserviceException, PromotedAsRecordLockException
DocumentImpl.createDocument(String, File)createDocument in interface BaseDocumentuuid - Node uuid.file - The document content in bytes.UnsupportedMimeTypeException - the unsupported mime type exceptionFileSizeExceededException - the file size exceeded exceptionUserQuotaExceededException - the user quota exceeded exceptionVirusDetectedException - the virus detected exceptionItemExistsException - the item exists exceptionPathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionExtensionException - the extension exceptionAutomationException - the automation exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionPromotedAsRecordLockException - the promoted as record lock exceptionDocumentImpl.createDocument(String, File)@Deprecated public Document createDocument(String uuid, String name, InputStream is) throws UnsupportedMimeTypeException, FileSizeExceededException, UserQuotaExceededException, VirusDetectedException, ItemExistsException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, ExtensionException, AutomationException, UnknownException, WebserviceException, PromotedAsRecordLockException
DocumentImpl.createDocument(String, String, InputStream)createDocument in interface BaseDocumentuuid - Node uuid.name - The nane documentis - The document content in bytes.UnsupportedMimeTypeException - the unsupported mime type exceptionFileSizeExceededException - the file size exceeded exceptionUserQuotaExceededException - the user quota exceeded exceptionVirusDetectedException - the virus detected exceptionItemExistsException - the item exists exceptionPathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionExtensionException - the extension exceptionAutomationException - the automation exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionPromotedAsRecordLockException - the promoted as record lock exceptionDocumentImpl.createDocument(String, String, InputStream)@Deprecated public Document createDocument(String uuid, String name, InputStream is, long nodeClass) throws UnsupportedMimeTypeException, FileSizeExceededException, UserQuotaExceededException, VirusDetectedException, ItemExistsException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, ExtensionException, AutomationException, UnknownException, WebserviceException, PromotedAsRecordLockException
DocumentImpl.createDocument(String, String, InputStream, long)createDocument in interface BaseDocumentuuid - Node uuid.name - The name documentis - The document content in bytes.nodeClass - the node classUnsupportedMimeTypeException - the unsupported mime type exceptionFileSizeExceededException - the file size exceeded exceptionUserQuotaExceededException - the user quota exceeded exceptionVirusDetectedException - the virus detected exceptionItemExistsException - the item exists exceptionPathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionExtensionException - the extension exceptionAutomationException - the automation exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionPromotedAsRecordLockException - the promoted as record lock exceptionDocumentImpl.createDocument(String, String, InputStream, long)@Deprecated public void deleteDocument(String uuid) throws AccessDeniedException, RepositoryException, PathNotFoundException, LockException, DatabaseException, ExtensionException, UnknownException, WebserviceException, PromotedAsRecordLockException, AutomationException
DocumentImpl.deleteDocument(String)deleteDocument in interface BaseDocumentuuid - Node uuidAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionPathNotFoundException - the path not found exceptionLockException - the lock exceptionDatabaseException - the database exceptionExtensionException - the extension exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionPromotedAsRecordLockException - the promoted as record lock exceptionAutomationException - the automation exceptionDocumentImpl.deleteDocument(String)@Deprecated public Document getDocumentProperties(String uuid) throws RepositoryException, PathNotFoundException, DatabaseException, UnknownException, WebserviceException, AccessDeniedException
DocumentImpl.getDocumentProperties(String)getDocumentProperties in interface BaseDocumentuuid - Node uuidRepositoryException - the repository exceptionPathNotFoundException - the path not found exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionAccessDeniedException - the access denied exceptionDocumentImpl.getDocumentProperties(String)@Deprecated public InputStream getContent(String uuid) throws RepositoryException, PathNotFoundException, AccessDeniedException, DatabaseException, UnknownException, WebserviceException
DocumentImpl.getContent(String)getContent in interface BaseDocumentuuid - Node uuidRepositoryException - the repository exceptionPathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionDocumentImpl.getContent(String)@Deprecated public InputStream getContentByVersion(String uuid, String versionName) throws RepositoryException, PathNotFoundException, AccessDeniedException, DatabaseException, UnknownException, WebserviceException
DocumentImpl.getContentByVersion(String, String)getContentByVersion in interface BaseDocumentuuid - Node uuidversionName - The name of the version to get the content from.RepositoryException - the repository exceptionPathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionDocumentImpl.getContentByVersion(String, String)@Deprecated public List<Document> getDocumentChildren(String fldId) throws RepositoryException, PathNotFoundException, DatabaseException, UnknownException, WebserviceException, AccessDeniedException
DocumentImpl.getDocumentChildren(String)getDocumentChildren in interface BaseDocumentfldId - Node uuidRepositoryException - the repository exceptionPathNotFoundException - the path not found exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionAccessDeniedException - the access denied exceptionDocumentImpl.getDocumentChildren(String)@Deprecated public Document renameDocument(String uuid, String newName) throws AccessDeniedException, RepositoryException, PathNotFoundException, ItemExistsException, LockException, DatabaseException, ExtensionException, AutomationException, UnknownException, WebserviceException, PromotedAsRecordLockException
DocumentImpl.renameDocument(String, String)renameDocument in interface BaseDocumentuuid - Node uuidnewName - The new document name.AccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionPathNotFoundException - the path not found exceptionItemExistsException - the item exists exceptionLockException - the lock exceptionDatabaseException - the database exceptionExtensionException - the extension exceptionAutomationException - the automation exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionPromotedAsRecordLockException - the promoted as record lock exceptionDocumentImpl.renameDocument(String, String)@Deprecated public void setProperties(String uuid, String title, String description, String lang, List<String> keywords, List<String> categories) throws AccessDeniedException, RepositoryException, PathNotFoundException, VersionException, LockException, DatabaseException, UnknownException, WebserviceException, PromotedAsRecordLockException
DocumentImpl.setProperties(String, String, String, String, List, List)setProperties in interface BaseDocumentuuid - Node uuidtitle - the titledescription - the descriptionlang - the langkeywords - the keywordscategories - the categoriesAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionPathNotFoundException - the path not found exceptionVersionException - the version exceptionLockException - the lock exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionPromotedAsRecordLockException - the promoted as record lock exceptionDocumentImpl.setProperties(String, String, String, String, List, List)@Deprecated public void setLanguage(String uuid, String lang) throws VersionException, LockException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, UnknownException, WebserviceException, PromotedAsRecordLockException
DocumentImpl.setLanguage(String, String)setLanguage in interface BaseDocumentuuid - Node uuidlang - The languageVersionException - the version exceptionLockException - the lock exceptionPathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionPromotedAsRecordLockException - the promoted as record lock exceptionDocumentImpl.setLanguage(String, String)@Deprecated public void setDocumentTitle(String uuid, String title) throws VersionException, LockException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, UnknownException, WebserviceException, PromotedAsRecordLockException
DocumentImpl.setDocumentTitle(String, String)setDocumentTitle in interface BaseDocumentuuid - Node uuidtitle - The titleVersionException - the version exceptionLockException - the lock exceptionPathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionPromotedAsRecordLockException - the promoted as record lock exceptionDocumentImpl.setDocumentTitle(String, String)@Deprecated public void setDocumentNodeClass(String uuid, long ncId) throws VersionException, LockException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, UnknownException, WebserviceException, PromotedAsRecordLockException
DocumentImpl.setDocumentNodeClass(String, long)setDocumentNodeClass in interface BaseDocumentuuid - Node uuidncId - The nodeClass idVersionException - the version exceptionLockException - the lock exceptionPathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionPromotedAsRecordLockException - the promoted as record lock exceptionDocumentImpl.setDocumentNodeClass(String, long)@Deprecated public String getAnnotations(String uuid, String versionName) throws AccessDeniedException, PathNotFoundException, DatabaseException, UnknownException, WebserviceException
DocumentImpl.getAnnotations(String, String)getAnnotations in interface BaseDocumentuuid - Node uuidversionName - The name of the versionAccessDeniedException - the access denied exceptionPathNotFoundException - the path not found exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionDocumentImpl.getAnnotations(String, String)@Deprecated public InputStream getDifferences(String uuid, String versionName1, String versionName2) throws RepositoryException, AccessDeniedException, PathNotFoundException, DatabaseException, AutomationException, ConversionException, TemplateException, InterruptedException, WebserviceException, UnknownException
DocumentImpl.getDifferences(String, String, String)getDifferences in interface BaseDocumentuuid - Node uuidversionName1 - The name of the versionversionName2 - The name of the versionRepositoryException - the repository exceptionAccessDeniedException - the access denied exceptionPathNotFoundException - the path not found exceptionDatabaseException - the database exceptionAutomationException - the automation exceptionConversionException - the conversion exceptionTemplateException - the template exceptionInterruptedException - the interrupted exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionDocumentImpl.getDifferences(String, String, String)@Deprecated public List<Document> getCheckedOut() throws AccessDeniedException, PathNotFoundException, RepositoryException, DatabaseException, WebserviceException, UnknownException
DocumentImpl.getCheckedOut()getCheckedOut in interface BaseDocumentAccessDeniedException - the access denied exceptionPathNotFoundException - the path not found exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionDocumentImpl.getCheckedOut()@Deprecated public void checkout(String uuid) throws AccessDeniedException, RepositoryException, PathNotFoundException, LockException, DatabaseException, UnknownException, WebserviceException
DocumentImpl.checkout(String)checkout in interface BaseDocumentuuid - Node uuidAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionPathNotFoundException - the path not found exceptionLockException - the lock exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionDocumentImpl.checkout(String)@Deprecated public void cancelCheckout(String uuid) throws AccessDeniedException, RepositoryException, PathNotFoundException, LockException, DatabaseException, UnknownException, WebserviceException
DocumentImpl.cancelCheckout(String)cancelCheckout in interface BaseDocumentuuid - Node uuidAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionPathNotFoundException - the path not found exceptionLockException - the lock exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionDocumentImpl.cancelCheckout(String)@Deprecated public void forceCancelCheckout(String uuid) throws AccessDeniedException, RepositoryException, PathNotFoundException, LockException, DatabaseException, PrincipalAdapterException, UnknownException, WebserviceException
DocumentImpl.forceCancelCheckout(String)forceCancelCheckout in interface BaseDocumentuuid - Node uuidAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionPathNotFoundException - the path not found exceptionLockException - the lock exceptionDatabaseException - the database exceptionPrincipalAdapterException - the principal adapter exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionDocumentImpl.forceCancelCheckout(String)@Deprecated public boolean isCheckedOut(String uuid) throws PathNotFoundException, RepositoryException, DatabaseException, UnknownException, WebserviceException, AccessDeniedException
DocumentImpl.isCheckedOut(String)isCheckedOut in interface BaseDocumentuuid - Node uuidPathNotFoundException - the path not found exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionAccessDeniedException - the access denied exceptionDocumentImpl.isCheckedOut(String)@Deprecated public Version checkin(String uuid, InputStream is, String comment) throws FileSizeExceededException, UserQuotaExceededException, VirusDetectedException, LockException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, ExtensionException, AutomationException, UnknownException, WebserviceException, PromotedAsRecordLockException
DocumentImpl.checkin(String, InputStream, String)checkin in interface BaseDocumentuuid - Node uuidis - The document content in bytes.comment - A comment for this checkin.FileSizeExceededException - the file size exceeded exceptionUserQuotaExceededException - the user quota exceeded exceptionVirusDetectedException - the virus detected exceptionLockException - the lock exceptionPathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionExtensionException - the extension exceptionAutomationException - the automation exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionPromotedAsRecordLockException - the promoted as record lock exceptionDocumentImpl.checkin(String, InputStream, String)@Deprecated public Version checkin(String uuid, InputStream is, String comment, int increment) throws FileSizeExceededException, UserQuotaExceededException, VirusDetectedException, LockException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, ExtensionException, AutomationException, UnknownException, WebserviceException, PromotedAsRecordLockException
DocumentImpl.checkin(String, InputStream, String, int)checkin in interface BaseDocumentuuid - Node uuidis - The document content in bytes.comment - A comment for this checkin.increment - Which increment should be increased.FileSizeExceededException - the file size exceeded exceptionUserQuotaExceededException - the user quota exceeded exceptionVirusDetectedException - the virus detected exceptionLockException - the lock exceptionPathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionExtensionException - the extension exceptionAutomationException - the automation exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionPromotedAsRecordLockException - the promoted as record lock exceptionDocumentImpl.checkin(String, InputStream, String, int)@Deprecated public LockInfo lockDocument(String uuid) throws LockException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, UnknownException, WebserviceException
DocumentImpl.lockDocument(String)lockDocument in interface BaseDocumentuuid - Node uuidLockException - the lock exceptionPathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionDocumentImpl.lockDocument(String)@Deprecated public LockInfo forceLockDocument(String uuid) throws LockException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, UnknownException, WebserviceException
DocumentImpl.forceLockDocument(String)forceLockDocument in interface BaseDocumentuuid - Node uuidLockException - the lock exceptionPathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionDocumentImpl.forceLockDocument(String)@Deprecated public void unlockDocument(String uuid) throws LockException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, UnknownException, WebserviceException
DocumentImpl.unlockDocument(String)unlockDocument in interface BaseDocumentuuid - Node uuidLockException - the lock exceptionPathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionDocumentImpl.unlockDocument(String)@Deprecated public void forceUnlockDocument(String uuid) throws LockException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, UnknownException, WebserviceException
DocumentImpl.forceUnlockDocument(String)forceUnlockDocument in interface BaseDocumentuuid - Node uuidLockException - the lock exceptionPathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionDocumentImpl.forceUnlockDocument(String)@Deprecated public boolean isLocked(String uuid) throws RepositoryException, PathNotFoundException, DatabaseException, UnknownException, WebserviceException, AccessDeniedException
NodeImpl.isLocked(String)isLocked in interface BaseDocumentisLocked in interface BaseNodeuuid - Node uuidRepositoryException - the repository exceptionPathNotFoundException - the path not found exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionAccessDeniedException - the access denied exceptionNodeImpl.isLocked(String)@Deprecated public LockInfo getLockInfo(String uuid) throws RepositoryException, PathNotFoundException, LockException, DatabaseException, UnknownException, WebserviceException, AccessDeniedException
NodeImpl.getLockInfo(String)getLockInfo in interface BaseDocumentgetLockInfo in interface BaseNodeuuid - Node uuidRepositoryException - the repository exceptionPathNotFoundException - the path not found exceptionLockException - the lock exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionAccessDeniedException - the access denied exceptionNodeImpl.getLockInfo(String)@Deprecated public void purgeDocument(String uuid) throws LockException, AccessDeniedException, RepositoryException, PathNotFoundException, DatabaseException, ExtensionException, UnknownException, WebserviceException, PromotedAsRecordLockException
DocumentImpl.purgeDocument(String)purgeDocument in interface BaseDocumentuuid - Node uuidLockException - the lock exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionPathNotFoundException - the path not found exceptionDatabaseException - the database exceptionExtensionException - the extension exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionPromotedAsRecordLockException - the promoted as record lock exceptionDocumentImpl.purgeDocument(String)@Deprecated public void moveDocument(String uuid, String dstId) throws LockException, PathNotFoundException, ItemExistsException, AccessDeniedException, RepositoryException, DatabaseException, ExtensionException, AutomationException, UnknownException, WebserviceException, PromotedAsRecordLockException, FilePlanCatalogManagerException, VersionException
DocumentImpl.moveDocument(String, String)moveDocument in interface BaseDocumentuuid - Node uuiddstId - The destination folder path or its UUID.LockException - the lock exceptionPathNotFoundException - the path not found exceptionItemExistsException - the item exists exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionExtensionException - the extension exceptionAutomationException - the automation exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionPromotedAsRecordLockException - the promoted as record lock exceptionFilePlanCatalogManagerException - the file plan catalog manager exceptionVersionException - the version exceptionDocumentImpl.moveDocument(String, String)@Deprecated public Document copyDocument(String uuid, String dstId, String newName) throws ItemExistsException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, ExtensionException, AutomationException, UnknownException, WebserviceException, PromotedAsRecordLockException
DocumentImpl.copyDocument(String, String, String)copyDocument in interface BaseDocumentuuid - Node uuiddstId - The destination folder path or its UUID.newName - The new name to the documentItemExistsException - the item exists exceptionPathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionExtensionException - the extension exceptionAutomationException - the automation exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionPromotedAsRecordLockException - the promoted as record lock exceptionDocumentImpl.copyDocument(String, String, String)@Deprecated public long getVersionHistorySize(String uuid) throws RepositoryException, PathNotFoundException, DatabaseException, UnknownException, WebserviceException, AccessDeniedException
DocumentImpl.getVersionHistorySize(String)getVersionHistorySize in interface BaseDocumentuuid - Node uuidRepositoryException - the repository exceptionPathNotFoundException - the path not found exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionAccessDeniedException - the access denied exceptionDocumentImpl.getVersionHistorySize(String)@Deprecated public boolean isValidDocument(String uuid) throws PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, UnknownException, WebserviceException
DocumentImpl.isValidDocument(String)isValidDocument in interface BaseDocumentuuid - Node uuidPathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionDocumentImpl.isValidDocument(String)@Deprecated public String getDocumentPath(String uuid) throws AccessDeniedException, RepositoryException, DatabaseException, UnknownException, WebserviceException
DocumentImpl.getDocumentPath(String)getDocumentPath in interface BaseDocumentuuid - Node uuidAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionDocumentImpl.getDocumentPath(String)@Deprecated public List<String> getDetectedLanguages() throws RepositoryException, DatabaseException, UnknownException, WebserviceException, AccessDeniedException
DocumentImpl.getDetectedLanguages()getDetectedLanguages in interface BaseDocumentRepositoryException - the repository exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionAccessDeniedException - the access denied exceptionDocumentImpl.getDetectedLanguages()@Deprecated public Document extendedDocumentCopy(String uuid, String dstId, String name, boolean categories, boolean keywords, boolean propertyGroups, boolean notes, boolean security) throws ItemExistsException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, UserQuotaExceededException, AutomationException, PromotedAsRecordLockException, UnknownException, WebserviceException
DocumentImpl.extendedDocumentCopy(String, String, String, boolean, boolean, boolean, boolean, boolean)extendedDocumentCopy in interface BaseDocumentuuid - Node uuid.dstId - The destination folder path or its UUID.name - The new document name.categories - The categorieskeywords - The keywordspropertyGroups - The propertyGroupsnotes - The notessecurity - The securityItemExistsException - the item exists exceptionPathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionUserQuotaExceededException - the user quota exceeded exceptionAutomationException - the automation exceptionPromotedAsRecordLockException - the promoted as record lock exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionDocumentImpl.extendedDocumentCopy(String, String, String, boolean, boolean, boolean, boolean, boolean)@Deprecated public Document extendedDocumentCopy(String uuid, String dstId, String name, boolean categories, boolean keywords, boolean propertyGroups, boolean notes, boolean wiki, boolean security) throws ItemExistsException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, UserQuotaExceededException, AutomationException, PromotedAsRecordLockException, UnknownException, WebserviceException
DocumentImpl.extendedDocumentCopy(String, String, String, boolean, boolean, boolean, boolean, boolean, boolean)extendedDocumentCopy in interface BaseDocumentuuid - Node uuid.dstId - The destination folder path or its UUID.name - The new document name.categories - The categorieskeywords - The keywordspropertyGroups - The propertyGroupsnotes - The noteswiki - The wikisecurity - The securityItemExistsException - the item exists exceptionPathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionUserQuotaExceededException - the user quota exceeded exceptionAutomationException - the automation exceptionPromotedAsRecordLockException - the promoted as record lock exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionDocumentImpl.extendedDocumentCopy(String, String, String, boolean, boolean, boolean, boolean, boolean, boolean)@Deprecated public String getExtractedText(String uuid) throws RepositoryException, PathNotFoundException, DatabaseException, UnknownException, WebserviceException, AccessDeniedException
DocumentImpl.getExtractedText(String)getExtractedText in interface BaseDocumentuuid - Node uuidRepositoryException - the repository exceptionPathNotFoundException - the path not found exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionAccessDeniedException - the access denied exceptionDocumentImpl.getExtractedText(String)@Deprecated public InputStream getThumbnail(String uuid, ThumbnailType type) throws PathNotFoundException, AccessDeniedException, ConversionException, AutomationException, RepositoryException, DatabaseException, UnknownException, WebserviceException
DocumentImpl.getThumbnail(String, ThumbnailType)getThumbnail in interface BaseDocumentuuid - Node uuidtype - ThumbnailTypePathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionConversionException - the conversion exceptionAutomationException - the automation exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionDocumentImpl.getThumbnail(String, ThumbnailType)@Deprecated public Document createDocumentFromTemplate(String uuid, String dstPath, boolean categories, boolean keywords, boolean notes, Map<String,String> properties) throws PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, DocumentException, TemplateException, DocumentTemplateException, ConversionException, UnsupportedMimeTypeException, FileSizeExceededException, UserQuotaExceededException, VirusDetectedException, ItemExistsException, AutomationException, FilePlanException, PromotedAsRecordLockException, ParseException, NoSuchGroupException, NoSuchPropertyException, LockException, ValidationFormException, ClassNotFoundException, UnknownException, WebserviceException
DocumentImpl.createDocumentFromTemplate(String, String, boolean, boolean, boolean, Map)createDocumentFromTemplate in interface BaseDocumentuuid - Node uuiddstPath - The destination folder pathcategories - The categorieskeywords - The keywordsnotes - The notesproperties - The property values.PathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionDocumentException - the document exceptionTemplateException - the template exceptionDocumentTemplateException - the document template exceptionConversionException - the conversion exceptionUnsupportedMimeTypeException - the unsupported mime type exceptionFileSizeExceededException - the file size exceeded exceptionUserQuotaExceededException - the user quota exceeded exceptionVirusDetectedException - the virus detected exceptionItemExistsException - the item exists exceptionAutomationException - the automation exceptionFilePlanException - the file plan exceptionPromotedAsRecordLockException - the promoted as record lock exceptionParseException - the parse exceptionNoSuchGroupException - the no such group exceptionNoSuchPropertyException - the no such property exceptionLockException - the lock exceptionValidationFormException - the validation form exceptionClassNotFoundException - the class not found exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionDocumentImpl.createDocumentFromTemplate(String, String, boolean, boolean, boolean, Map)@Deprecated public Document createDocumentFromTemplate(String uuid, String dstPath, String language, boolean categories, boolean keywords, boolean notes, Map<String,String> properties) throws PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, DocumentException, TemplateException, DocumentTemplateException, ConversionException, UnsupportedMimeTypeException, FileSizeExceededException, UserQuotaExceededException, VirusDetectedException, ItemExistsException, AutomationException, FilePlanException, PromotedAsRecordLockException, ParseException, NoSuchGroupException, NoSuchPropertyException, LockException, ValidationFormException, ClassNotFoundException, UnknownException, WebserviceException
DocumentImpl.createDocumentFromTemplate(String, String, boolean, boolean, boolean, Map)createDocumentFromTemplate in interface BaseDocumentuuid - Node uuiddstPath - The destination folder pathlanguage - The languagecategories - The categorieskeywords - The keywordsnotes - The notesproperties - The property values.PathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionDocumentException - the document exceptionTemplateException - the template exceptionDocumentTemplateException - the document template exceptionConversionException - the conversion exceptionUnsupportedMimeTypeException - the unsupported mime type exceptionFileSizeExceededException - the file size exceeded exceptionUserQuotaExceededException - the user quota exceeded exceptionVirusDetectedException - the virus detected exceptionItemExistsException - the item exists exceptionAutomationException - the automation exceptionFilePlanException - the file plan exceptionPromotedAsRecordLockException - the promoted as record lock exceptionParseException - the parse exceptionNoSuchGroupException - the no such group exceptionNoSuchPropertyException - the no such property exceptionLockException - the lock exceptionValidationFormException - the validation form exceptionClassNotFoundException - the class not found exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionDocumentImpl.createDocumentFromTemplate(String, String, boolean, boolean, boolean, Map)@Deprecated public Document createDocumentFromTemplate(String uuid, String dstPath, String language, boolean categories, boolean keywords, boolean propertyGroups, boolean notes, boolean wiki, Map<String,String> properties) throws PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, DocumentException, TemplateException, DocumentTemplateException, ConversionException, UnsupportedMimeTypeException, FileSizeExceededException, UserQuotaExceededException, VirusDetectedException, ItemExistsException, AutomationException, FilePlanException, PromotedAsRecordLockException, ParseException, NoSuchGroupException, NoSuchPropertyException, LockException, ValidationFormException, ClassNotFoundException, UnknownException, WebserviceException
DocumentImpl.createDocumentFromTemplate(String, String, boolean, boolean, boolean, Map)createDocumentFromTemplate in interface BaseDocumentuuid - Node uuiddstPath - The destination folder pathlanguage - The languagecategories - The categorieskeywords - The keywordspropertyGroups - The property groupsnotes - The noteswiki - The wikiproperties - The property values.PathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionDocumentException - the document exceptionTemplateException - the template exceptionDocumentTemplateException - the document template exceptionConversionException - the conversion exceptionUnsupportedMimeTypeException - the unsupported mime type exceptionFileSizeExceededException - the file size exceeded exceptionUserQuotaExceededException - the user quota exceeded exceptionVirusDetectedException - the virus detected exceptionItemExistsException - the item exists exceptionAutomationException - the automation exceptionFilePlanException - the file plan exceptionPromotedAsRecordLockException - the promoted as record lock exceptionParseException - the parse exceptionNoSuchGroupException - the no such group exceptionNoSuchPropertyException - the no such property exceptionLockException - the lock exceptionValidationFormException - the validation form exceptionClassNotFoundException - the class not found exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionDocumentImpl.createDocumentFromTemplate(String, String, boolean, boolean, boolean, Map)@Deprecated public void updateDocumentFromTemplate(String uuid, String dstId, Map<String,String> properties) throws DocumentException, TemplateException, DocumentTemplateException, ConversionException, FileSizeExceededException, UserQuotaExceededException, VirusDetectedException, LockException, PathNotFoundException, ParseException, AccessDeniedException, RepositoryException, DatabaseException, AutomationException, PromotedAsRecordLockException, NoSuchGroupException, NoSuchPropertyException, ValidationFormException, ClassNotFoundException, UnknownException, WebserviceException
DocumentImpl.updateDocumentFromTemplate(String, String, Map)updateDocumentFromTemplate in interface BaseDocumentuuid - Node uuiddstId - The destination folder pathproperties - The property values.DocumentException - the document exceptionTemplateException - the template exceptionDocumentTemplateException - the document template exceptionConversionException - the conversion exceptionFileSizeExceededException - the file size exceeded exceptionUserQuotaExceededException - the user quota exceeded exceptionVirusDetectedException - the virus detected exceptionLockException - the lock exceptionPathNotFoundException - the path not found exceptionParseException - the parse exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionAutomationException - the automation exceptionPromotedAsRecordLockException - the promoted as record lock exceptionNoSuchGroupException - the no such group exceptionNoSuchPropertyException - the no such property exceptionValidationFormException - the validation form exceptionClassNotFoundException - the class not found exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionDocumentImpl.updateDocumentFromTemplate(String, String, Map)@Deprecated public void setDocumentDispositionStage(String uuid, long stage) throws PathNotFoundException, AccessDeniedException, DatabaseException, WebserviceException, UnknownException
DocumentImpl.setDocumentDispositionStage(String, long)setDocumentDispositionStage in interface BaseDocumentuuid - Node uuidstage - the stagePathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionDatabaseException - the database exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionDocumentImpl.setDocumentDispositionStage(String, long)@Deprecated public void setDocumentDescription(String uuid, String description) throws LockException, VersionException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, PromotedAsRecordLockException, WebserviceException, UnknownException
DocumentImpl.setDocumentDescription(String, String)setDocumentDescription in interface BaseDocumentuuid - Node uuiddescription - The descriptionLockException - the lock exceptionVersionException - the version exceptionPathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionPromotedAsRecordLockException - the promoted as record lock exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionDocumentImpl.setDocumentDescription(String, String)@Deprecated public WizardNode createWizardDocument(String uuid, String name, long nodeClass, InputStream is) throws UnsupportedMimeTypeException, FileSizeExceededException, UserQuotaExceededException, VirusDetectedException, ItemExistsException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, ExtensionException, AutomationException, PromotedAsRecordLockException, UnknownException, WebserviceException
DocumentImpl.createWizardDocument(String, String, long, InputStream)createWizardDocument in interface BaseDocumentuuid - Node uuidname - The document name.nodeClass - The nodeClassis - The document content in bytes.UnsupportedMimeTypeException - the unsupported mime type exceptionFileSizeExceededException - the file size exceeded exceptionUserQuotaExceededException - the user quota exceeded exceptionVirusDetectedException - the virus detected exceptionItemExistsException - the item exists exceptionPathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionExtensionException - the extension exceptionAutomationException - the automation exceptionPromotedAsRecordLockException - the promoted as record lock exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionDocumentImpl.createWizardDocument(String, String, long, InputStream)@Deprecated public boolean isOCRDataCaptureSupported(String uuid) throws UnsupportedMimeTypeException, FileSizeExceededException, UserQuotaExceededException, VirusDetectedException, ItemExistsException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, ExtensionException, AutomationException, UnknownException, WebserviceException
DocumentImpl.isOCRDataCaptureSupported(String)isOCRDataCaptureSupported in interface BaseDocumentuuid - Node uuidUnsupportedMimeTypeException - the unsupported mime type exceptionFileSizeExceededException - the file size exceeded exceptionUserQuotaExceededException - the user quota exceeded exceptionVirusDetectedException - the virus detected exceptionItemExistsException - the item exists exceptionPathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionExtensionException - the extension exceptionAutomationException - the automation exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionDocumentImpl.isOCRDataCaptureSupported(String)@Deprecated public OCRRecognise recognize(String uuid) throws UnsupportedMimeTypeException, FileSizeExceededException, UserQuotaExceededException, VirusDetectedException, ItemExistsException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, ExtensionException, AutomationException, UnknownException, WebserviceException
DocumentImpl.recognize(String)recognize in interface BaseDocumentuuid - Node uuidUnsupportedMimeTypeException - the unsupported mime type exceptionFileSizeExceededException - the file size exceeded exceptionUserQuotaExceededException - the user quota exceeded exceptionVirusDetectedException - the virus detected exceptionItemExistsException - the item exists exceptionPathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionExtensionException - the extension exceptionAutomationException - the automation exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionDocumentImpl.recognize(String)@Deprecated public void captureData(String uuid, long templateId) throws UnsupportedMimeTypeException, FileSizeExceededException, UserQuotaExceededException, VirusDetectedException, ItemExistsException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, ExtensionException, AutomationException, UnknownException, WebserviceException
DocumentImpl.captureData(String, long)captureData in interface BaseDocumentuuid - Node uuidtemplateId - The template idUnsupportedMimeTypeException - the unsupported mime type exceptionFileSizeExceededException - the file size exceeded exceptionUserQuotaExceededException - the user quota exceeded exceptionVirusDetectedException - the virus detected exceptionItemExistsException - the item exists exceptionPathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionExtensionException - the extension exceptionAutomationException - the automation exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionDocumentImpl.captureData(String, long)@Deprecated public int getNumberOfPages(String uuid) throws AccessDeniedException, RepositoryException, DatabaseException, WebserviceException, UnknownException, PrincipalAdapterException
DocumentImpl.getNumberOfPages(String)getNumberOfPages in interface BaseDocumentuuid - Node uuidAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionPrincipalAdapterException - the principal adapter exceptionDocumentImpl.getNumberOfPages(String)@Deprecated public String getPageAsImage(String uuid, int pageNumber, int maxWidth, int maxHeight) throws AccessDeniedException, RepositoryException, DatabaseException, WebserviceException, UnknownException, PrincipalAdapterException
DocumentImpl.getPageAsImage(String, int, int, int)getPageAsImage in interface BaseDocumentuuid - Node uuidpageNumber - The page numbermaxWidth - The maximum widthmaxHeight - The maximum heightAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionPrincipalAdapterException - the principal adapter exceptionDocumentImpl.getPageAsImage(String, int, int, int)@Deprecated public void mergePdf(String destinationUuid, String docName, List<String> uuids) throws AccessDeniedException, RepositoryException, DatabaseException, WebserviceException, UnknownException, PrincipalAdapterException
DocumentImpl.mergePdf(String, String, List)mergePdf in interface BaseDocumentdestinationUuid - the destination uuiddocName - The nome documentuuids - The collections uuidsAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionPrincipalAdapterException - the principal adapter exceptionDocumentImpl.mergePdf(String, String, List)@Deprecated public InputStream getDocumentPdf(String uuid) throws PathNotFoundException, AccessDeniedException, ConversionException, AutomationException, RepositoryException, DatabaseException, UnknownException, WebserviceException
DocumentImpl.getDocumentPdf(String)getDocumentPdf in interface BaseDocumentuuid - Node uuidPathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionConversionException - the conversion exceptionAutomationException - the automation exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionDocumentImpl.getDocumentPdf(String)@Deprecated public Document saveDocumentAsPdf(String uuid, String newName) throws RepositoryException, AccessDeniedException, PathNotFoundException, DatabaseException, ConversionException, UnsupportedMimeTypeException, VirusDetectedException, ItemExistsException, AutomationException, PromotedAsRecordLockException, PrincipalAdapterException, UnknownException, WebserviceException
DocumentImpl.saveDocumentAsPdf(String, String)saveDocumentAsPdf in interface BaseDocumentuuid - Node uuidnewName - The new name to the documentRepositoryException - the repository exceptionAccessDeniedException - the access denied exceptionPathNotFoundException - the path not found exceptionDatabaseException - the database exceptionConversionException - the conversion exceptionUnsupportedMimeTypeException - the unsupported mime type exceptionVirusDetectedException - the virus detected exceptionItemExistsException - the item exists exceptionAutomationException - the automation exceptionPromotedAsRecordLockException - the promoted as record lock exceptionPrincipalAdapterException - the principal adapter exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionDocumentImpl.saveDocumentAsPdf(String, String)@Deprecated public List<String> getLiveEditRestrictedMimeTypes() throws WebserviceException, UnknownException
DocumentImpl.getLiveEditRestrictedMimeTypes()getLiveEditRestrictedMimeTypes in interface BaseDocumentWebserviceException - the webservice exceptionUnknownException - the unknown exceptionDocumentImpl.getLiveEditRestrictedMimeTypes()@Deprecated public void liveEditCheckin(String uuid, String comment, int increment) throws AccessDeniedException, RepositoryException, PathNotFoundException, LockException, DatabaseException, AutomationException, PromotedAsRecordLockException, UnknownException, WebserviceException
DocumentImpl.liveEditCheckin(String, String, int)liveEditCheckin in interface BaseDocumentuuid - Node uuidcomment - A comment for this checkin.increment - Which increment should be increased.AccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionPathNotFoundException - the path not found exceptionLockException - the lock exceptionDatabaseException - the database exceptionAutomationException - the automation exceptionPromotedAsRecordLockException - the promoted as record lock exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionDocumentImpl.liveEditCheckin(String, String, int)@Deprecated public void liveEditSetContent(String uuid, InputStream is) throws AutomationException, AccessDeniedException, RepositoryException, PathNotFoundException, LockException, DatabaseException, PromotedAsRecordLockException, UnknownException, WebserviceException
DocumentImpl.liveEditSetContent(String, InputStream)liveEditSetContent in interface BaseDocumentuuid - Node uuidis - The document content in bytes.AutomationException - the automation exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionPathNotFoundException - the path not found exceptionLockException - the lock exceptionDatabaseException - the database exceptionPromotedAsRecordLockException - the promoted as record lock exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionDocumentImpl.liveEditSetContent(String, InputStream)@Deprecated public boolean isAttachment(String uuid) throws RepositoryException, PathNotFoundException, DatabaseException, UnknownException, WebserviceException, AccessDeniedException
DocumentImpl.isAttachment(String)isAttachment in interface BaseDocumentuuid - Node uuidRepositoryException - the repository exceptionPathNotFoundException - the path not found exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionAccessDeniedException - the access denied exceptionDocumentImpl.isAttachment(String)@Deprecated public boolean isConvertibleToPDF(String uuid) throws RepositoryException, PathNotFoundException, DatabaseException, UnknownException, WebserviceException, AccessDeniedException
DocumentImpl.isConvertibleToPDF(String)isConvertibleToPDF in interface BaseDocumentuuid - Node uuidRepositoryException - the repository exceptionPathNotFoundException - the path not found exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionAccessDeniedException - the access denied exceptionDocumentImpl.isConvertibleToPDF(String)@Deprecated public void webPageImport(String uuid, String url) throws ConversionException, UnknownException, WebserviceException
DocumentImpl.webPageImport(String, String)webPageImport in interface BaseDocumentuuid - the uuidurl - the urlUnknownException - the unknown exceptionWebserviceException - the webservice exceptionConversionExceptionDocumentImpl.webPageImport(String, String)@Deprecated public Folder createFolder(String uuid, String name) throws AccessDeniedException, RepositoryException, PathNotFoundException, ItemExistsException, DatabaseException, ExtensionException, AutomationException, UnknownException, WebserviceException, PromotedAsRecordLockException
FolderImpl.createFolder(String, String)createFolder in interface BaseFolderuuid - the uuidname - the nameAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionPathNotFoundException - the path not found exceptionItemExistsException - the item exists exceptionDatabaseException - the database exceptionExtensionException - the extension exceptionAutomationException - the automation exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionPromotedAsRecordLockException - the promoted as record lock exceptionFolderImpl.createFolder(String, String)@Deprecated public Folder getFolderProperties(String uuid) throws AccessDeniedException, RepositoryException, PathNotFoundException, DatabaseException, UnknownException, WebserviceException
FolderImpl.getFolderProperties(String)getFolderProperties in interface BaseFolderuuid - the uuidAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionPathNotFoundException - the path not found exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionFolderImpl.getFolderProperties(String)@Deprecated public void deleteFolder(String uuid) throws LockException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, UnknownException, WebserviceException, AutomationException
FolderImpl.deleteFolder(String)deleteFolder in interface BaseFolderuuid - the uuidLockException - the lock exceptionPathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionAutomationException - the automation exceptionFolderImpl.deleteFolder(String)@Deprecated public void renameFolder(String uuid, String newName) throws PathNotFoundException, ItemExistsException, AccessDeniedException, RepositoryException, UnknownException, WebserviceException
FolderImpl.renameFolder(String, String)renameFolder in interface BaseFolderuuid - the uuidnewName - the new namePathNotFoundException - the path not found exceptionItemExistsException - the item exists exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionFolderImpl.renameFolder(String, String)@Deprecated public void moveFolder(String uuid, String dstId) throws PathNotFoundException, ItemExistsException, AccessDeniedException, RepositoryException, DatabaseException, UnknownException, WebserviceException
FolderImpl.moveFolder(String, String)moveFolder in interface BaseFolderuuid - the uuiddstId - the dst idPathNotFoundException - the path not found exceptionItemExistsException - the item exists exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionFolderImpl.moveFolder(String, String)@Deprecated public List<Folder> getFolderChildren(String uuid) throws PathNotFoundException, RepositoryException, DatabaseException, UnknownException, WebserviceException, AccessDeniedException
FolderImpl(String)getFolderChildren in interface BaseFolderuuid - the uuidPathNotFoundException - the path not found exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionAccessDeniedException - the access denied exceptionFolderImpl(String)@Deprecated public boolean isValidFolder(String uuid) throws PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, UnknownException, WebserviceException
FolderImpl.isValidFolder(String)isValidFolder in interface BaseFolderuuid - the uuidPathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionFolderImpl.isValidFolder(String)@Deprecated public String getFolderPath(String uuid) throws AccessDeniedException, RepositoryException, DatabaseException, UnknownException, WebserviceException
FolderImpl.getFolderPath(String)getFolderPath in interface BaseFolderuuid - the uuidAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionFolderImpl.getFolderPath(String)@Deprecated public Folder copyFolder(String uuid, String dstId, String newName) throws PathNotFoundException, ItemExistsException, AccessDeniedException, RepositoryException, AutomationException, DatabaseException, UserQuotaExceededException, PromotedAsRecordLockException, UnknownException, WebserviceException
FolderImpl(String)copyFolder in interface BaseFolderuuid - the uuiddstId - the dst idnewName - the new namePathNotFoundException - the path not found exceptionItemExistsException - the item exists exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionAutomationException - the automation exceptionDatabaseException - the database exceptionUserQuotaExceededException - the user quota exceeded exceptionPromotedAsRecordLockException - the promoted as record lock exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionFolderImpl(String)@Deprecated public Folder extendedFolderCopy(String uuid, String dstId, String newName, boolean categories, boolean keywords, boolean propertyGroups, boolean notes, boolean security) throws ItemExistsException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, UserQuotaExceededException, AutomationException, PromotedAsRecordLockException, UnknownException, WebserviceException
FolderImpl.extendedFolderCopy(String, String, String, boolean, boolean, boolean, boolean, boolean)extendedFolderCopy in interface BaseFolderuuid - the uuiddstId - the dst idnewName - the new namecategories - the categorieskeywords - the keywordspropertyGroups - the property groupsnotes - the notessecurity - the securityItemExistsException - the item exists exceptionPathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionUserQuotaExceededException - the user quota exceeded exceptionAutomationException - the automation exceptionPromotedAsRecordLockException - the promoted as record lock exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionFolderImpl.extendedFolderCopy(String, String, String, boolean, boolean, boolean, boolean, boolean)@Deprecated public Folder extendedFolderCopy(String uuid, String dstId, String newName, boolean categories, boolean keywords, boolean propertyGroups, boolean notes, boolean wiki, boolean security) throws ItemExistsException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, UserQuotaExceededException, AutomationException, PromotedAsRecordLockException, UnknownException, WebserviceException
FolderImpl.extendedFolderCopy(String, String, String, boolean, boolean, boolean, boolean, boolean)extendedFolderCopy in interface BaseFolderuuid - the uuiddstId - the dst idnewName - the new namecategories - the categorieskeywords - the keywordspropertyGroups - the property groupsnotes - the noteswiki - the wikisecurity - the securityItemExistsException - the item exists exceptionPathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionUserQuotaExceededException - the user quota exceeded exceptionAutomationException - the automation exceptionPromotedAsRecordLockException - the promoted as record lock exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionFolderImpl.extendedFolderCopy(String, String, String, boolean, boolean, boolean, boolean, boolean)@Deprecated public ContentInfo getContentInfo(String uuid) throws AccessDeniedException, RepositoryException, PathNotFoundException, DatabaseException, UnknownException, WebserviceException
FolderImpl.getContentInfo(String)getContentInfo in interface BaseFolderuuid - the uuidAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionPathNotFoundException - the path not found exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionFolderImpl.getContentInfo(String)@Deprecated public void purgeFolder(String uuid) throws LockException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, PromotedAsRecordLockException, UnknownException, WebserviceException
FolderImpl.purgeFolder(String)purgeFolder in interface BaseFolderuuid - the uuidLockException - the lock exceptionPathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionPromotedAsRecordLockException - the promoted as record lock exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionFolderImpl.purgeFolder(String)@Deprecated public void setStyle(String uuid, long styleId) throws VersionException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, UnknownException, WebserviceException
FolderImpl.setStyle(String, long)setStyle in interface BaseFolderuuid - the uuidstyleId - the style idVersionException - the version exceptionPathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionFolderImpl.setStyle(String, long)@Deprecated public void createMissingFolders(String fldPath) throws RepositoryException, DatabaseException, PathNotFoundException, ItemExistsException, AccessDeniedException, AutomationException, PromotedAsRecordLockException, UnknownException, WebserviceException
FolderImpl.createMissingFolders(String)createMissingFolders in interface BaseFolderfldPath - the fld pathRepositoryException - the repository exceptionDatabaseException - the database exceptionPathNotFoundException - the path not found exceptionItemExistsException - the item exists exceptionAccessDeniedException - the access denied exceptionAutomationException - the automation exceptionPromotedAsRecordLockException - the promoted as record lock exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionFolderImpl.createMissingFolders(java.lang.String)@Deprecated public void setFolderDescription(String uuid, String description) throws AccessDeniedException, PathNotFoundException, DatabaseException, LockException, PromotedAsRecordLockException, UnknownException, WebserviceException
FolderImpl.setFolderDescription(String, String)setFolderDescription in interface BaseFolderuuid - the uuiddescription - the descriptionAccessDeniedException - the access denied exceptionPathNotFoundException - the path not found exceptionDatabaseException - the database exceptionLockException - the lock exceptionPromotedAsRecordLockException - the promoted as record lock exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionFolderImpl.setFolderDescription(String, String)@Deprecated public Folder createFolderFromTemplate(String uuid, String dstPath, boolean categories, boolean keywords, boolean notes, Map<String,String> properties) throws PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, TemplateException, DocumentTemplateException, ItemExistsException, AutomationException, FilePlanException, PromotedAsRecordLockException, ParseException, NoSuchGroupException, NoSuchPropertyException, LockException, ValidationFormException, ClassNotFoundException, UnknownException, WebserviceException
FolderImpl.createFolderFromTemplate(String, String, boolean, boolean, boolean, Map)createFolderFromTemplate in interface BaseFolderuuid - the uuiddstPath - the dst pathcategories - the categorieskeywords - the keywordsnotes - the notesproperties - the propertiesPathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionTemplateException - the template exceptionDocumentTemplateException - the document template exceptionItemExistsException - the item exists exceptionAutomationException - the automation exceptionFilePlanException - the file plan exceptionPromotedAsRecordLockException - the promoted as record lock exceptionParseException - the parse exceptionNoSuchGroupException - the no such group exceptionNoSuchPropertyException - the no such property exceptionLockException - the lock exceptionValidationFormException - the validation form exceptionClassNotFoundException - the class not found exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionFolderImpl.createFolderFromTemplate(String, String, boolean, boolean, boolean, Map)@Deprecated public Folder createFolderFromTemplate(String uuid, String dstPath, String language, boolean categories, boolean keywords, boolean propertyGroups, boolean notes, boolean wiki, Map<String,String> properties) throws PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, TemplateException, DocumentTemplateException, ItemExistsException, AutomationException, FilePlanException, PromotedAsRecordLockException, ParseException, NoSuchGroupException, NoSuchPropertyException, LockException, ValidationFormException, ClassNotFoundException, UnknownException, WebserviceException
FolderImpl.createFolderFromTemplate(String, String, boolean, boolean, boolean, Map)createFolderFromTemplate in interface BaseFolderuuid - the uuiddstPath - the dst pathlanguage - the languagecategories - the categorieskeywords - the keywordspropertyGroups - the property groupsnotes - the noteswiki - the wikiproperties - the propertiesPathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionTemplateException - the template exceptionDocumentTemplateException - the document template exceptionItemExistsException - the item exists exceptionAutomationException - the automation exceptionFilePlanException - the file plan exceptionPromotedAsRecordLockException - the promoted as record lock exceptionParseException - the parse exceptionNoSuchGroupException - the no such group exceptionNoSuchPropertyException - the no such property exceptionLockException - the lock exceptionValidationFormException - the validation form exceptionClassNotFoundException - the class not found exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionFolderImpl.createFolderFromTemplate(String, String, boolean, boolean, boolean, Map)@Deprecated public Mail getMailProperties(String uuid) throws AccessDeniedException, RepositoryException, PathNotFoundException, DatabaseException, UnknownException, WebserviceException
MailImpl.getMailProperties(String)getMailProperties in interface BaseMailuuid - the uuidAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionPathNotFoundException - the path not found exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionMailImpl.getMailProperties(String)@Deprecated public void deleteMail(String uuid) throws LockException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, PromotedAsRecordLockException, UnknownException, WebserviceException, AutomationException
MailImpl.deleteMail(String)deleteMail in interface BaseMailuuid - the uuidLockException - the lock exceptionPathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionPromotedAsRecordLockException - the promoted as record lock exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionAutomationException - the automation exceptionMailImpl.deleteMail(String)@Deprecated public void purgeMail(String uuid) throws LockException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, PromotedAsRecordLockException, UnknownException, WebserviceException
MailImpl.purgeMail(String)purgeMail in interface BaseMailuuid - the uuidLockException - the lock exceptionPathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionPromotedAsRecordLockException - the promoted as record lock exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionMailImpl.purgeMail(String)@Deprecated public void renameMail(String uuid, String newName) throws PathNotFoundException, ItemExistsException, AccessDeniedException, RepositoryException, UnknownException, WebserviceException
MailImpl.renameMail(String, String)renameMail in interface BaseMailuuid - the uuidnewName - the new namePathNotFoundException - the path not found exceptionItemExistsException - the item exists exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionMailImpl.renameMail(String, String)@Deprecated public void moveMail(String uuid, String dstId) throws PathNotFoundException, ItemExistsException, AccessDeniedException, RepositoryException, DatabaseException, PromotedAsRecordLockException, FilePlanCatalogManagerException, AutomationException, VersionException, LockException, UnknownException, WebserviceException
MailImpl.moveMail(String, String)moveMail in interface BaseMailuuid - the uuiddstId - the dst idPathNotFoundException - the path not found exceptionItemExistsException - the item exists exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionPromotedAsRecordLockException - the promoted as record lock exceptionFilePlanCatalogManagerException - the file plan catalog manager exceptionAutomationException - the automation exceptionVersionException - the version exceptionLockException - the lock exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionMailImpl.moveMail(String, String)@Deprecated public Mail copyMail(String uuid, String dstId, String newName) throws PathNotFoundException, ItemExistsException, AccessDeniedException, RepositoryException, AutomationException, DatabaseException, UserQuotaExceededException, PromotedAsRecordLockException, UnknownException, WebserviceException
MailImpl.copyMail(String, String, String)copyMail in interface BaseMailuuid - the uuiddstId - the dst idnewName - the new namePathNotFoundException - the path not found exceptionItemExistsException - the item exists exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionAutomationException - the automation exceptionDatabaseException - the database exceptionUserQuotaExceededException - the user quota exceeded exceptionPromotedAsRecordLockException - the promoted as record lock exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionMailImpl.copyMail(String, String, String)@Deprecated public Mail extendedMailCopy(String uuid, String dstId, boolean categories, boolean keywords, boolean propertyGroups, boolean notes, boolean security, String newName) throws ItemExistsException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, UserQuotaExceededException, AutomationException, PromotedAsRecordLockException, UnknownException, WebserviceException
MailImpl.extendedMailCopy(String, String, boolean, boolean, boolean, boolean, boolean, String)extendedMailCopy in interface BaseMailuuid - the uuiddstId - the dst idcategories - the categorieskeywords - the keywordspropertyGroups - the property groupsnotes - the notessecurity - the securitynewName - the new nameItemExistsException - the item exists exceptionPathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionUserQuotaExceededException - the user quota exceeded exceptionAutomationException - the automation exceptionPromotedAsRecordLockException - the promoted as record lock exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionMailImpl.extendedMailCopy(String, String, boolean, boolean, boolean, boolean, boolean, String)@Deprecated public Mail extendedMailCopy(String uuid, String dstId, boolean categories, boolean keywords, boolean propertyGroups, boolean notes, boolean wiki, boolean security, String newName) throws ItemExistsException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, UserQuotaExceededException, AutomationException, PromotedAsRecordLockException, UnknownException, WebserviceException
MailImpl.extendedMailCopy(String, String, boolean, boolean, boolean, boolean, boolean, String)extendedMailCopy in interface BaseMailuuid - the uuiddstId - the dst idcategories - the categorieskeywords - the keywordspropertyGroups - the property groupsnotes - the noteswiki - the wikisecurity - the securitynewName - the new nameItemExistsException - the item exists exceptionPathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionUserQuotaExceededException - the user quota exceeded exceptionAutomationException - the automation exceptionPromotedAsRecordLockException - the promoted as record lock exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionMailImpl.extendedMailCopy(String, String, boolean, boolean, boolean, boolean, boolean, String)@Deprecated public List<Mail> getMailChildren(String uuid) throws PathNotFoundException, RepositoryException, DatabaseException, UnknownException, WebserviceException, AccessDeniedException
MailImpl.getMailChildren(String)getMailChildren in interface BaseMailuuid - the uuidPathNotFoundException - the path not found exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionAccessDeniedException - the access denied exceptionMailImpl.getMailChildren(String)@Deprecated public boolean isValidMail(String uuid) throws PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, UnknownException, WebserviceException
MailImpl.isValidMail(String)isValidMail in interface BaseMailuuid - the uuidPathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionMailImpl.isValidMail(String)@Deprecated public String getMailPath(String uuid) throws AccessDeniedException, RepositoryException, DatabaseException, UnknownException, WebserviceException
MailImpl.getMailPath(String)getMailPath in interface BaseMailuuid - the uuidAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionMailImpl.getMailPath(String)@Deprecated public void setMailNodeClass(String uuid, long ncId) throws VersionException, LockException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, PromotedAsRecordLockException, UnknownException, WebserviceException
MailImpl.setMailNodeClass(String, long)setMailNodeClass in interface BaseMailuuid - the uuidncId - the nc idVersionException - the version exceptionLockException - the lock exceptionPathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionPromotedAsRecordLockException - the promoted as record lock exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionMailImpl.setMailNodeClass(String, long)@Deprecated public Document createAttachment(String uuid, String docName, InputStream is) throws UnsupportedMimeTypeException, FileSizeExceededException, UserQuotaExceededException, VirusDetectedException, ItemExistsException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, ExtensionException, AutomationException, PromotedAsRecordLockException, UnknownException, WebserviceException
MailImpl.createAttachment(String, String, InputStream)createAttachment in interface BaseMailuuid - the uuiddocName - the doc nameis - the isUnsupportedMimeTypeException - the unsupported mime type exceptionFileSizeExceededException - the file size exceeded exceptionUserQuotaExceededException - the user quota exceeded exceptionVirusDetectedException - the virus detected exceptionItemExistsException - the item exists exceptionPathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionExtensionException - the extension exceptionAutomationException - the automation exceptionPromotedAsRecordLockException - the promoted as record lock exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionMailImpl.createAttachment(String, String, InputStream)@Deprecated public void deleteAttachment(String uuid, String docId) throws LockException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, PromotedAsRecordLockException, UnknownException, WebserviceException
MailImpl.deleteAttachment(String, String)deleteAttachment in interface BaseMailuuid - the uuiddocId - the doc idLockException - the lock exceptionPathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionPromotedAsRecordLockException - the promoted as record lock exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionMailImpl.deleteAttachment(String, String)@Deprecated public List<Document> getAttachments(String uuid) throws RepositoryException, PathNotFoundException, DatabaseException, UnknownException, WebserviceException, AccessDeniedException
MailImpl.getAttachments(String)getAttachments in interface BaseMailuuid - the uuidRepositoryException - the repository exceptionPathNotFoundException - the path not found exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionAccessDeniedException - the access denied exceptionMailImpl.getAttachments(String)@Deprecated public Mail sendMailWithAttachments(List<String> to, List<String> cc, List<String> bcc, List<String> replyTo, String subject, String body, List<String> docsId, String uuid) throws AccessDeniedException, PathNotFoundException, ItemExistsException, AutomationException, VirusDetectedException, UserQuotaExceededException, UnsupportedMimeTypeException, FileSizeExceededException, RepositoryException, DatabaseException, UnknownException, WebserviceException, IOException
MailImpl.sendMailWithAttachments(List, List,
List, List, String, String, List, String)sendMailWithAttachments in interface BaseMailto - the tocc - the ccbcc - the bccreplyTo - the reply tosubject - the subjectbody - the bodydocsId - the docs iduuid - the uuidAccessDeniedException - the access denied exceptionPathNotFoundException - the path not found exceptionItemExistsException - the item exists exceptionAutomationException - the automation exceptionVirusDetectedException - the virus detected exceptionUserQuotaExceededException - the user quota exceeded exceptionUnsupportedMimeTypeException - the unsupported mime type exceptionFileSizeExceededException - the file size exceeded exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionIOException - the io exceptionMailImpl.sendMailWithAttachments(List, List, List, List, String, String, List, String)@Deprecated public Mail importEml(String uuid, String title, InputStream is) throws MessagingException, PathNotFoundException, ItemExistsException, VirusDetectedException, AccessDeniedException, RepositoryException, DatabaseException, UserQuotaExceededException, UnsupportedMimeTypeException, FileSizeExceededException, ExtensionException, AutomationException, UnknownException, WebserviceException, IOException
MailImpl.importEml(String, String, InputStream)importEml in interface BaseMailuuid - the uuidtitle - the titleis - the isMessagingException - the messaging exceptionPathNotFoundException - the path not found exceptionItemExistsException - the item exists exceptionVirusDetectedException - the virus detected exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionUserQuotaExceededException - the user quota exceeded exceptionUnsupportedMimeTypeException - the unsupported mime type exceptionFileSizeExceededException - the file size exceeded exceptionExtensionException - the extension exceptionAutomationException - the automation exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionIOException - the io exceptionMailImpl.importEml(String, String, InputStream)@Deprecated public Mail importMsg(String uuid, String title, InputStream is) throws MessagingException, PathNotFoundException, ItemExistsException, VirusDetectedException, AccessDeniedException, RepositoryException, DatabaseException, UserQuotaExceededException, UnsupportedMimeTypeException, FileSizeExceededException, ExtensionException, AutomationException, UnknownException, WebserviceException, IOException
MailImpl.importMsg(String, String, InputStream)importMsg in interface BaseMailuuid - the uuidtitle - the titleis - the isMessagingException - the messaging exceptionPathNotFoundException - the path not found exceptionItemExistsException - the item exists exceptionVirusDetectedException - the virus detected exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionUserQuotaExceededException - the user quota exceeded exceptionUnsupportedMimeTypeException - the unsupported mime type exceptionFileSizeExceededException - the file size exceeded exceptionExtensionException - the extension exceptionAutomationException - the automation exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionIOException - the io exceptionMailImpl.importMsg(String, String, InputStream)@Deprecated public void setMailTitle(String uuid, String title) throws VersionException, LockException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, UnknownException, WebserviceException
MailImpl.setMailTitle(String, String)setMailTitle in interface BaseMailuuid - the uuidtitle - the titleVersionException - the version exceptionLockException - the lock exceptionPathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionMailImpl.setMailTitle(String, String)@Deprecated public void sendMail(List<String> recipients, String subject, String body) throws AccessDeniedException, UnknownException, WebserviceException, IOException
MailImpl.sendMail(List, String, String)sendMail in interface BaseMailrecipients - the recipientssubject - the subjectbody - the bodyAccessDeniedException - the access denied exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionIOException - the io exceptionMailImpl.sendMail(List, String, String)@Deprecated public void setMailDispositionStage(String uuid, long stage) throws PathNotFoundException, AccessDeniedException, DatabaseException, WebserviceException, UnknownException
MailImpl.setMailDispositionStage(String, long)setMailDispositionStage in interface BaseMailuuid - the uuidstage - the stagePathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionDatabaseException - the database exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionMailImpl.setMailDispositionStage(String, long)@Deprecated public void setMailDescription(String uuid, String description) throws VersionException, LockException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, WebserviceException, UnknownException
MailImpl.setMailDescription(String, String)setMailDescription in interface BaseMailuuid - the uuiddescription - the descriptionVersionException - the version exceptionLockException - the lock exceptionPathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionMailImpl.setMailDescription(String, String)@Deprecated public InputStream getMailContent(String uuid) throws RepositoryException, PathNotFoundException, AccessDeniedException, DatabaseException, UnknownException, WebserviceException
MailImpl.getMailContent(String)getMailContent in interface BaseMailuuid - the uuidRepositoryException - the repository exceptionPathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionMailImpl.getMailContent(String)@Deprecated public WizardNode createWizardMail(String uuid, String title, InputStream is, String type) throws PathNotFoundException, ItemExistsException, VirusDetectedException, AccessDeniedException, RepositoryException, DatabaseException, UserQuotaExceededException, AutomationException, UnknownException, WebserviceException, MessagingException, UnsupportedMimeTypeException, FileSizeExceededException, ExtensionException, IOException
MailImpl.createWizardMail(String, String, InputStream, String)createWizardMail in interface BaseMailuuid - the uuidtitle - the titleis - the istype - the typePathNotFoundException - the path not found exceptionItemExistsException - the item exists exceptionVirusDetectedException - the virus detected exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionUserQuotaExceededException - the user quota exceeded exceptionAutomationException - the automation exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionMessagingException - the messaging exceptionUnsupportedMimeTypeException - the unsupported mime type exceptionFileSizeExceededException - the file size exceeded exceptionExtensionException - the extension exceptionIOException - the io exceptionMailImpl.createWizardMail(String, String, InputStream, String)@Deprecated public InputStream getMailThumbnail(String uuid, ThumbnailType type) throws PathNotFoundException, AccessDeniedException, ConversionException, AutomationException, RepositoryException, DatabaseException, UnknownException, WebserviceException
MailImpl.getMailThumbnail(String, ThumbnailType)getMailThumbnail in interface BaseMailuuid - the uuidtype - the typePathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionConversionException - the conversion exceptionAutomationException - the automation exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionMailImpl.getMailThumbnail(String, ThumbnailType)@Deprecated public NodeList getMailsPaginated(String context, int offset, int limit, MailFilterQuery filter, String orderColumn, boolean orderAsc) throws AccessDeniedException, RepositoryException, PathNotFoundException, DatabaseException, UnknownException, WebserviceException
MailImpl.getMailsPaginated(String, int, int, MailFilterQuery, String, boolean)getMailsPaginated in interface BaseMailcontext - the contextoffset - the offsetlimit - the limitfilter - the filterorderColumn - the order columnorderAsc - the order ascAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionPathNotFoundException - the path not found exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionMailImpl.getMailsPaginated(String, int, int, MailFilterQuery, String, boolean)@Deprecated public List<MailAccount> getMailAccounts() throws AccessDeniedException, RepositoryException, PathNotFoundException, DatabaseException, UnknownException, WebserviceException
MailImpl.getMailAccounts()getMailAccounts in interface BaseMailAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionPathNotFoundException - the path not found exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionMailImpl.getMailAccounts()@Deprecated public MailServerMessages getMailMessages(long accountId, long start) throws AccessDeniedException, RepositoryException, PathNotFoundException, DatabaseException, UnknownException, WebserviceException
MailImpl.getMailMessages(long, long)getMailMessages in interface BaseMailaccountId - the account idstart - the startAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionPathNotFoundException - the path not found exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionMailImpl.getMailMessages(long, long)@Deprecated public void addMailAccount(MailAccount mailAccount) throws AccessDeniedException, RepositoryException, DatabaseException, PathNotFoundException, UnknownException, WebserviceException
MailImpl.addMailAccount(MailAccount)addMailAccount in interface BaseMailmailAccount - the mail accountAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionPathNotFoundException - the path not found exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionMailImpl.addMailAccount(MailAccount)@Deprecated public void updateMailAccount(MailAccount mailAccount) throws AccessDeniedException, RepositoryException, DatabaseException, PathNotFoundException, UnknownException, WebserviceException
MailImpl.updateMailAccount(MailAccount)updateMailAccount in interface BaseMailmailAccount - the mail accountAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionPathNotFoundException - the path not found exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionMailImpl.updateMailAccount(MailAccount)@Deprecated public void testMailAccount(MailAccount mailAccount) throws AccessDeniedException, RepositoryException, DatabaseException, PathNotFoundException, UnknownException, WebserviceException
MailImpl.testMailAccount(MailAccount)testMailAccount in interface BaseMailmailAccount - the mail accountAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionPathNotFoundException - the path not found exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionMailImpl.testMailAccount(MailAccount)@Deprecated public void deleteMailAccount(long mailAccountId) throws AccessDeniedException, RepositoryException, DatabaseException, PathNotFoundException, UnknownException, WebserviceException
MailImpl.deleteMailAccount(long)deleteMailAccount in interface BaseMailmailAccountId - the mail account idAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionPathNotFoundException - the path not found exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionMailImpl.deleteMailAccount(long)@Deprecated public void importMailMessages(long mailAccountId, List<Long> messageIds) throws AccessDeniedException, RepositoryException, DatabaseException, PathNotFoundException, UnknownException, WebserviceException
MailImpl.importMailMessages(long, List)importMailMessages in interface BaseMailmailAccountId - the mail account idmessageIds - the message idsAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionPathNotFoundException - the path not found exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionMailImpl.importMailMessages(long, List)@Deprecated public void createMailFilter(long mailAccountId, MailFilter mailFilter) throws AccessDeniedException, RepositoryException, DatabaseException, PathNotFoundException, UnknownException, WebserviceException
MailImpl.createMailFilter(long, MailFilter)createMailFilter in interface BaseMailmailAccountId - the mail account idmailFilter - the mail filterAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionPathNotFoundException - the path not found exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionMailImpl.createMailFilter(long, MailFilter)@Deprecated public void updateMailFilter(MailFilter mailFilter) throws AccessDeniedException, RepositoryException, DatabaseException, PathNotFoundException, UnknownException, WebserviceException
MailImpl.updateMailFilter(MailFilter)updateMailFilter in interface BaseMailmailFilter - the mail filterAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionPathNotFoundException - the path not found exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionMailImpl.updateMailFilter(MailFilter)@Deprecated public void deleteMailFilter(long mailFilterId) throws AccessDeniedException, RepositoryException, DatabaseException, PathNotFoundException, UnknownException, WebserviceException
MailImpl.deleteMailFilter(long)deleteMailFilter in interface BaseMailmailFilterId - the mail filter idAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionPathNotFoundException - the path not found exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionMailImpl.deleteMailFilter(long)@Deprecated public void createMailRule(long filterId, MailFilterRule rule) throws AccessDeniedException, RepositoryException, DatabaseException, PathNotFoundException, UnknownException, WebserviceException
MailImpl.createMailRule(long, MailFilterRule)createMailRule in interface BaseMailfilterId - the filter idrule - the ruleAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionPathNotFoundException - the path not found exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionMailImpl.createMailRule(long, MailFilterRule)@Deprecated public void updateMailRule(MailFilterRule rule) throws AccessDeniedException, RepositoryException, DatabaseException, PathNotFoundException, UnknownException, WebserviceException
MailImpl.updateMailRule(MailFilterRule)updateMailRule in interface BaseMailrule - the ruleAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionPathNotFoundException - the path not found exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionMailImpl.updateMailRule(MailFilterRule)@Deprecated public void deleteMailRule(long ruleId) throws AccessDeniedException, RepositoryException, DatabaseException, PathNotFoundException, UnknownException, WebserviceException
MailImpl.deleteMailRule(long)deleteMailRule in interface BaseMailruleId - the rule idAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionPathNotFoundException - the path not found exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionMailImpl.deleteMailRule(long)@Deprecated public List<MailFilterRule> getMailFilterRules(long filterId) throws AccessDeniedException, RepositoryException, DatabaseException, PathNotFoundException, UnknownException, WebserviceException
MailImpl.getMailFilterRules(long)getMailFilterRules in interface BaseMailfilterId - the filter idAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionPathNotFoundException - the path not found exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionMailImpl.getMailFilterRules(long)@Deprecated public void forwardEmail(String uuid, List<String> users, List<String> roles, List<String> mails, String message) throws WebserviceException, AccessDeniedException, RepositoryException, LockException, PathNotFoundException, DatabaseException, UnknownException, VersionException, PromotedAsRecordLockException
MailImpl.forwardEmail(String, List, List, List, String)forwardEmail in interface BaseMailuuid - the uuidusers - the usersroles - the rolesmails - the mailsmessage - the messageWebserviceException - the webservice exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionLockException - the lock exceptionPathNotFoundException - the path not found exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionVersionException - the version exceptionPromotedAsRecordLockException - the promoted as record lock exceptionMailImpl.forwardEmail(String, List, List, List, String)@Deprecated public InputStream getPdf(String uuid) throws PathNotFoundException, AccessDeniedException, ConversionException, AutomationException, RepositoryException, DatabaseException, UnknownException, WebserviceException
MailImpl.getPdf(String)getPdf in interface BaseMailuuid - the uuidPathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionConversionException - the conversion exceptionAutomationException - the automation exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionMailImpl.getPdf(String)@Deprecated public Document saveMailAsPdf(String uuid, String newName) throws RepositoryException, AccessDeniedException, PathNotFoundException, DatabaseException, ConversionException, UnsupportedMimeTypeException, VirusDetectedException, ItemExistsException, AutomationException, PromotedAsRecordLockException, PrincipalAdapterException, UnknownException, WebserviceException
MailImpl.saveMailAsPdf(String, String)saveMailAsPdf in interface BaseMailuuid - the uuidnewName - the new nameRepositoryException - the repository exceptionAccessDeniedException - the access denied exceptionPathNotFoundException - the path not found exceptionDatabaseException - the database exceptionConversionException - the conversion exceptionUnsupportedMimeTypeException - the unsupported mime type exceptionVirusDetectedException - the virus detected exceptionItemExistsException - the item exists exceptionAutomationException - the automation exceptionPromotedAsRecordLockException - the promoted as record lock exceptionPrincipalAdapterException - the principal adapter exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionMailImpl.saveMailAsPdf(String, String)@Deprecated public Note addNote(String uuid, String text) throws LockException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, UnknownException, WebserviceException
NoteImpl.addNote(String, String)addNote in interface BaseNoteuuid - Node uuidtext - The message textLockException - the lock exceptionPathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionNoteImpl.addNote(String, String)@Deprecated public Note getNote(String nodeId) throws LockException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, UnknownException, WebserviceException
NoteImpl.getNote(String)getNote in interface BaseNotenodeId - Node uuidLockException - the lock exceptionPathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionNoteImpl.getNote(String)@Deprecated public void deleteNote(String noteId) throws LockException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, UnknownException, WebserviceException
NoteImpl.deleteNote(String)deleteNote in interface BaseNotenoteId - Node uuidLockException - the lock exceptionPathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionNoteImpl.deleteNote(String)@Deprecated public void setNote(String noteId, String text) throws LockException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, UnknownException, WebserviceException
NoteImpl.setNote(String, String)setNote in interface BaseNotenoteId - Node uuidtext - The message textLockException - the lock exceptionPathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionNoteImpl.setNote(String, String)@Deprecated public List<Note> listNotes(String uuid) throws PathNotFoundException, RepositoryException, DatabaseException, UnknownException, WebserviceException
NoteImpl.listNotes(String)listNotes in interface BaseNoteuuid - Node uuidPathNotFoundException - the path not found exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionNoteImpl.listNotes(String)@Deprecated public List<NoteHistory> getNotesHistory(String uuid) throws PathNotFoundException, RepositoryException, DatabaseException, UnknownException, WebserviceException
NoteImpl.getNotesHistory(String)getNotesHistory in interface BaseNoteuuid - Node uuidPathNotFoundException - the path not found exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionNoteImpl.getNotesHistory(String)@Deprecated public void addPropertyGroup(String uuid, String grpName, Map<String,String> propertiesMap) throws NoSuchGroupException, LockException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, ExtensionException, AutomationException, UnknownException, WebserviceException
PropertyGroupImpl.addPropertyGroup(String, String, Map)addPropertyGroup in interface BasePropertyGroupuuid - the uuidgrpName - the grp namepropertiesMap - the properties mapNoSuchGroupException - the no such group exceptionLockException - the lock exceptionPathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionExtensionException - the extension exceptionAutomationException - the automation exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionPropertyGroupImpl.addPropertyGroup(String, String, Map)@Deprecated public void removePropertyGroup(String uuid, String grpName) throws AccessDeniedException, NoSuchGroupException, LockException, PathNotFoundException, RepositoryException, DatabaseException, ExtensionException, AutomationException, UnknownException, WebserviceException
PropertyGroupImpl.removePropertyGroup(String, String)removePropertyGroup in interface BasePropertyGroupuuid - the uuidgrpName - the grp nameAccessDeniedException - the access denied exceptionNoSuchGroupException - the no such group exceptionLockException - the lock exceptionPathNotFoundException - the path not found exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionExtensionException - the extension exceptionAutomationException - the automation exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionPropertyGroupImpl.removePropertyGroup(String, String)@Deprecated public List<PropertyGroup> getPropertyGroups(String uuid) throws ParseException, PathNotFoundException, RepositoryException, DatabaseException, UnknownException, WebserviceException, AccessDeniedException
PropertyGroupImpl.getPropertyGroups(String)getPropertyGroups in interface BasePropertyGroupuuid - the uuidParseException - the parse exceptionPathNotFoundException - the path not found exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionAccessDeniedException - the access denied exceptionPropertyGroupImpl.getPropertyGroups(String)@Deprecated public List<PropertyGroup> getAllPropertyGroups() throws ParseException, RepositoryException, DatabaseException, UnknownException, WebserviceException, AccessDeniedException
PropertyGroupImpl.getAllPropertyGroups()getAllPropertyGroups in interface BasePropertyGroupParseException - the parse exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionAccessDeniedException - the access denied exceptionPropertyGroupImpl.getAllPropertyGroups()@Deprecated public List<FormElement> getPropertyGroupForm(String grpName) throws ParseException, NoSuchGroupException, PathNotFoundException, RepositoryException, DatabaseException, PluginNotFoundException, UnknownException, WebserviceException, AccessDeniedException
PropertyGroupImpl.getPropertyGroupForm(String)getPropertyGroupForm in interface BasePropertyGroupgrpName - the grp nameParseException - the parse exceptionNoSuchGroupException - the no such group exceptionPathNotFoundException - the path not found exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionPluginNotFoundException - the plugin not found exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionAccessDeniedException - the access denied exceptionPropertyGroupImpl.getPropertyGroupForm(String)@Deprecated public List<FormElement> getPropertyGroupForm(String uuid, String grpName) throws ParseException, NoSuchGroupException, PathNotFoundException, RepositoryException, DatabaseException, PluginNotFoundException, UnknownException, WebserviceException, AccessDeniedException
PropertyGroupImpl.getPropertyGroupForm(String, String)getPropertyGroupForm in interface BasePropertyGroupuuid - the uuidgrpName - the grp nameParseException - the parse exceptionNoSuchGroupException - the no such group exceptionPathNotFoundException - the path not found exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionPluginNotFoundException - the plugin not found exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionAccessDeniedException - the access denied exceptionPropertyGroupImpl.getPropertyGroupForm(String, String)@Deprecated public void setPropertyGroupProperties(String uuid, String grpName, Map<String,String> properties) throws ParseException, NoSuchPropertyException, NoSuchGroupException, LockException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, ExtensionException, AutomationException, ValidationFormException, PluginNotFoundException, UnknownException, WebserviceException
PropertyGroupImpl.setPropertyGroupProperties(String, String, Map)setPropertyGroupProperties in interface BasePropertyGroupuuid - the uuidgrpName - the grp nameproperties - the propertiesParseException - the parse exceptionNoSuchPropertyException - the no such property exceptionNoSuchGroupException - the no such group exceptionLockException - the lock exceptionPathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionExtensionException - the extension exceptionAutomationException - the automation exceptionValidationFormException - the validation form exceptionPluginNotFoundException - the plugin not found exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionPropertyGroupImpl.setPropertyGroupProperties(String, String, Map)@Deprecated public boolean hasPropertyGroup(String uuid, String grpName) throws ParseException, PathNotFoundException, RepositoryException, DatabaseException, UnknownException, WebserviceException, AccessDeniedException
PropertyGroupImpl.hasPropertyGroup(String, String)hasPropertyGroup in interface BasePropertyGroupuuid - the uuidgrpName - the grp nameParseException - the parse exceptionPathNotFoundException - the path not found exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionAccessDeniedException - the access denied exceptionPropertyGroupImpl.hasPropertyGroup(String, String)@Deprecated public List<PropertyGroup> getPropertyGroupsByVersion(String uuid, String versionName) throws ParseException, PathNotFoundException, RepositoryException, DatabaseException, UnknownException, WebserviceException, AccessDeniedException
PropertyGroupImpl.getPropertyGroupsByVersion(String, String)getPropertyGroupsByVersion in interface BasePropertyGroupuuid - the uuidversionName - the version nameParseException - the parse exceptionPathNotFoundException - the path not found exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionAccessDeniedException - the access denied exceptionPropertyGroupImpl.getPropertyGroupsByVersion(String, String)@Deprecated public String getRegisteredPropertyGroupDefinition() throws ParseException, DatabaseException, UnknownException, WebserviceException, AccessDeniedException
PropertyGroupImpl.getRegisteredPropertyGroupDefinition()getRegisteredPropertyGroupDefinition in interface BasePropertyGroupParseException - the parse exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionAccessDeniedException - the access denied exceptionPropertyGroupImpl.getRegisteredPropertyGroupDefinition()@Deprecated public List<String> getPropertyGroupSuggestions(String uuid, String grpName, String propName) throws PathNotFoundException, ParseException, NoSuchGroupException, SuggestionException, DatabaseException, UnknownException, WebserviceException, AccessDeniedException
PropertyGroupImpl.getPropertyGroupSuggestions(String, String, String)getPropertyGroupSuggestions in interface BasePropertyGroupuuid - the uuidgrpName - the grp namepropName - the prop namePathNotFoundException - the path not found exceptionParseException - the parse exceptionNoSuchGroupException - the no such group exceptionSuggestionException - the suggestion exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionAccessDeniedException - the access denied exceptionPropertyGroupImpl.getPropertyGroupSuggestions(String, String, String)@Deprecated public void registerPropertyGroupDefinition(InputStream is, String name) throws ParseException, DatabaseException, UnknownException, WebserviceException, AccessDeniedException
PropertyGroupImpl.registerPropertyGroupDefinition(InputStream, String)registerPropertyGroupDefinition in interface BasePropertyGroupis - the isname - the nameParseException - the parse exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionAccessDeniedException - the access denied exceptionPropertyGroupImpl.registerPropertyGroupDefinition(InputStream, String)@Deprecated public Map<String,String> getPropertyGroupProperties(String uuid, String grpName) throws ParseException, NoSuchGroupException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, PluginNotFoundException, UnknownException, WebserviceException
PropertyGroupImpl.getPropertyGroupProperties(String, String)getPropertyGroupProperties in interface BasePropertyGroupuuid - the uuidgrpName - the grp nameParseException - the parse exceptionNoSuchGroupException - the no such group exceptionPathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionPluginNotFoundException - the plugin not found exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionPropertyGroupImpl.getPropertyGroupProperties(String, String)@Deprecated public Map<String,String> getPropertyGroupPropertiesByVersion(String uuid, String grpName, String versionName) throws ParseException, NoSuchGroupException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, PluginNotFoundException, UnknownException, WebserviceException
PropertyGroupImpl.getPropertyGroupPropertiesByVersion(String, String, String)getPropertyGroupPropertiesByVersion in interface BasePropertyGroupuuid - the uuidgrpName - the grp nameversionName - the version nameParseException - the parse exceptionNoSuchGroupException - the no such group exceptionPathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionPluginNotFoundException - the plugin not found exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionPropertyGroupImpl.getPropertyGroupPropertiesByVersion(String, String, String)@Deprecated public List<FormElement> getPropertyGroupByVersionForm(String uuid, String grpName, String versionName) throws ParseException, NoSuchGroupException, PathNotFoundException, RepositoryException, DatabaseException, PluginNotFoundException, UnknownException, WebserviceException, AccessDeniedException
PropertyGroupImpl.getPropertyGroupByVersionForm(String, String, String)getPropertyGroupByVersionForm in interface BasePropertyGroupuuid - the uuidgrpName - the grp nameversionName - the version nameParseException - the parse exceptionNoSuchGroupException - the no such group exceptionPathNotFoundException - the path not found exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionPluginNotFoundException - the plugin not found exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionAccessDeniedException - the access denied exceptionPropertyGroupImpl.getPropertyGroupByVersionForm(String, String, String)@Deprecated public PropertyGroup getPropertyGroup(String grpName) throws ParseException, RepositoryException, DatabaseException, NoSuchGroupException, UnknownException, WebserviceException, AccessDeniedException
PropertyGroupImpl.getPropertyGroup(String)getPropertyGroup in interface BasePropertyGroupgrpName - the grp nameParseException - the parse exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionNoSuchGroupException - the no such group exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionAccessDeniedException - the access denied exceptionPropertyGroupImpl.getPropertyGroup(String)@Deprecated public String getSuggestBoxKeyValue(String grpName, String propertyName, String key) throws ParseException, AccessDeniedException, DatabaseException, PluginNotFoundException, UnknownException, WebserviceException
PropertyGroupImpl.getSuggestBoxKeyValue(String, String, String)getSuggestBoxKeyValue in interface BasePropertyGroupgrpName - the grp namepropertyName - the property namekey - the keyParseException - the parse exceptionAccessDeniedException - the access denied exceptionDatabaseException - the database exceptionPluginNotFoundException - the plugin not found exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionPropertyGroupImpl.getSuggestBoxKeyValue(String, String, String)@Deprecated public Map<String,String> getSuggestBoxKeyValuesFiltered(String grpName, String propertyName, String filter) throws ParseException, AccessDeniedException, DatabaseException, PluginNotFoundException, UnknownException, WebserviceException
PropertyGroupImpl.getSuggestBoxKeyValuesFiltered(String, String, String)getSuggestBoxKeyValuesFiltered in interface BasePropertyGroupgrpName - the grp namepropertyName - the property namefilter - the filterParseException - the parse exceptionAccessDeniedException - the access denied exceptionDatabaseException - the database exceptionPluginNotFoundException - the plugin not found exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionPropertyGroupImpl.getSuggestBoxKeyValuesFiltered(String, String, String)@Deprecated public Folder getRootFolder() throws PathNotFoundException, RepositoryException, DatabaseException, UnknownException, WebserviceException, AccessDeniedException
RepositoryImpl.getRootFolder()getRootFolder in interface BaseRepositoryPathNotFoundException - the path not found exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionAccessDeniedException - the access denied exceptionRepositoryImpl.getRootFolder()@Deprecated public Folder getTrashFolder() throws PathNotFoundException, RepositoryException, DatabaseException, UnknownException, WebserviceException, AccessDeniedException
RepositoryImpl.getTrashFolder()getTrashFolder in interface BaseRepositoryPathNotFoundException - the path not found exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionAccessDeniedException - the access denied exceptionRepositoryImpl.getTrashFolder()@Deprecated public Folder getTrashFolderBase() throws PathNotFoundException, RepositoryException, DatabaseException, UnknownException, WebserviceException, AccessDeniedException
RepositoryImpl.getTrashFolderBase()getTrashFolderBase in interface BaseRepositoryPathNotFoundException - the path not found exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionAccessDeniedException - the access denied exceptionRepositoryImpl.getTrashFolderBase()@Deprecated public Folder getTemplatesFolder() throws PathNotFoundException, RepositoryException, DatabaseException, UnknownException, WebserviceException, AccessDeniedException
RepositoryImpl.getTemplatesFolder()getTemplatesFolder in interface BaseRepositoryPathNotFoundException - the path not found exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionAccessDeniedException - the access denied exceptionRepositoryImpl.getTemplatesFolder()@Deprecated public Folder getPersonalFolder() throws PathNotFoundException, RepositoryException, DatabaseException, UnknownException, WebserviceException, AccessDeniedException
RepositoryImpl.getPersonalFolder()getPersonalFolder in interface BaseRepositoryPathNotFoundException - the path not found exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionAccessDeniedException - the access denied exceptionRepositoryImpl.getPersonalFolder()@Deprecated public Folder getPersonalFolderBase() throws PathNotFoundException, RepositoryException, DatabaseException, UnknownException, WebserviceException, AccessDeniedException
RepositoryImpl.getPersonalFolderBase()getPersonalFolderBase in interface BaseRepositoryPathNotFoundException - the path not found exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionAccessDeniedException - the access denied exceptionRepositoryImpl.getPersonalFolderBase()@Deprecated public Folder getMailFolder() throws PathNotFoundException, RepositoryException, DatabaseException, UnknownException, WebserviceException, AccessDeniedException
RepositoryImpl.getMailFolder()getMailFolder in interface BaseRepositoryPathNotFoundException - the path not found exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionAccessDeniedException - the access denied exceptionRepositoryImpl.getMailFolder()@Deprecated public Folder getMailFolderBase() throws PathNotFoundException, RepositoryException, DatabaseException, UnknownException, WebserviceException, AccessDeniedException
RepositoryImpl.getMailFolderBase()getMailFolderBase in interface BaseRepositoryPathNotFoundException - the path not found exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionAccessDeniedException - the access denied exceptionRepositoryImpl.getMailFolderBase()@Deprecated public Folder getThesaurusFolder() throws PathNotFoundException, RepositoryException, DatabaseException, UnknownException, WebserviceException, AccessDeniedException
RepositoryImpl.getThesaurusFolder()getThesaurusFolder in interface BaseRepositoryPathNotFoundException - the path not found exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionAccessDeniedException - the access denied exceptionRepositoryImpl.getThesaurusFolder()@Deprecated public Folder getCategoriesFolder() throws PathNotFoundException, RepositoryException, DatabaseException, UnknownException, WebserviceException, AccessDeniedException
RepositoryImpl.getCategoriesFolder()getCategoriesFolder in interface BaseRepositoryPathNotFoundException - the path not found exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionAccessDeniedException - the access denied exceptionRepositoryImpl.getCategoriesFolder()@Deprecated public void purgeTrash() throws PathNotFoundException, AccessDeniedException, LockException, RepositoryException, DatabaseException, PromotedAsRecordLockException, UnknownException, WebserviceException
RepositoryImpl.purgeTrash()purgeTrash in interface BaseRepositoryPathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionLockException - the lock exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionPromotedAsRecordLockException - the promoted as record lock exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionRepositoryImpl.purgeTrash()@Deprecated public String getUpdateMessage() throws RepositoryException, DatabaseException, UnknownException, WebserviceException, AccessDeniedException
RepositoryImpl.getUpdateMessage()getUpdateMessage in interface BaseRepositoryRepositoryException - the repository exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionAccessDeniedException - the access denied exceptionRepositoryImpl.getUpdateMessage()@Deprecated public String getRepositoryUuid() throws RepositoryException, DatabaseException, UnknownException, WebserviceException, AccessDeniedException
RepositoryImpl.getRepositoryUuid()getRepositoryUuid in interface BaseRepositoryRepositoryException - the repository exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionAccessDeniedException - the access denied exceptionRepositoryImpl.getRepositoryUuid()@Deprecated public boolean hasNode(String nodeId) throws RepositoryException, DatabaseException, UnknownException, WebserviceException, AccessDeniedException
RepositoryImpl.hasNode(String)hasNode in interface BaseRepositorynodeId - the node idRepositoryException - the repository exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionAccessDeniedException - the access denied exceptionRepositoryImpl.hasNode(String)@Deprecated public String getNodePath(String uuid) throws PathNotFoundException, RepositoryException, DatabaseException, UnknownException, WebserviceException, AccessDeniedException
RepositoryImpl.getNodePath(String)getNodePath in interface BaseRepositoryuuid - the uuidPathNotFoundException - the path not found exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionAccessDeniedException - the access denied exceptionRepositoryImpl.getNodePath(String)@Deprecated public String getNodeUuid(String nodePath) throws PathNotFoundException, RepositoryException, DatabaseException, UnknownException, WebserviceException, AccessDeniedException
RepositoryImpl.getNodeUuid(String)getNodeUuid in interface BaseRepositorynodePath - the node pathPathNotFoundException - the path not found exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionAccessDeniedException - the access denied exceptionRepositoryImpl.getNodeUuid(String)@Deprecated public AppVersion getAppVersion() throws RepositoryException, DatabaseException, UnknownException, WebserviceException, AccessDeniedException
RepositoryImpl.getAppVersion()getAppVersion in interface BaseRepositoryRepositoryException - the repository exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionAccessDeniedException - the access denied exceptionRepositoryImpl.getAppVersion()@Deprecated public void copyAttributes(String uuid, String dstId, boolean categories, boolean keywords, boolean propertyGroups, boolean notes) throws ItemExistsException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, UserQuotaExceededException, AutomationException, PromotedAsRecordLockException, UnknownException, WebserviceException
RepositoryImpl.copyAttributes(String, String, boolean, boolean, boolean, boolean)copyAttributes in interface BaseRepositoryuuid - the uuiddstId - the dst idcategories - the categorieskeywords - the keywordspropertyGroups - the property groupsnotes - the notesItemExistsException - the item exists exceptionPathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionUserQuotaExceededException - the user quota exceeded exceptionAutomationException - the automation exceptionPromotedAsRecordLockException - the promoted as record lock exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionRepositoryImpl.copyAttributes(String, String, boolean, boolean, boolean, boolean)@Deprecated public void copyAttributes(String uuid, String dstId, boolean categories, boolean keywords, boolean propertyGroups, boolean notes, boolean wiki) throws ItemExistsException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, UserQuotaExceededException, AutomationException, PromotedAsRecordLockException, UnknownException, WebserviceException
RepositoryImpl.copyAttributes(String, String, boolean, boolean, boolean, boolean)copyAttributes in interface BaseRepositoryuuid - the uuiddstId - the dst idcategories - the categorieskeywords - the keywordspropertyGroups - the property groupsnotes - the noteswiki - the wikiItemExistsException - the item exists exceptionPathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionUserQuotaExceededException - the user quota exceeded exceptionAutomationException - the automation exceptionPromotedAsRecordLockException - the promoted as record lock exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionRepositoryImpl.copyAttributes(String, String, boolean, boolean, boolean, boolean)@Deprecated public ScriptExecutionResult executeScript(InputStream is) throws UnknownException, WebserviceException, AccessDeniedException
RepositoryImpl.executeScript(InputStream)executeScript in interface BaseRepositoryis - the isUnknownException - the unknown exceptionWebserviceException - the webservice exceptionAccessDeniedException - the access denied exceptionRepositoryImpl.executeScript(InputStream)@Deprecated public ScriptExecutionResult executeScript(String script) throws AccessDeniedException, UnknownException, WebserviceException, IOException
RepositoryImpl.executeScript(String)executeScript in interface BaseRepositoryscript - the scriptAccessDeniedException - the access denied exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionIOException - the io exceptionRepositoryImpl.executeScript(String)@Deprecated public SqlQueryResults executeSqlQuery(InputStream is) throws DatabaseException, UnknownException, WebserviceException, AccessDeniedException
RepositoryImpl.executeSqlQuery(InputStream)executeSqlQuery in interface BaseRepositoryis - the isDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionAccessDeniedException - the access denied exceptionRepositoryImpl.executeSqlQuery(InputStream)@Deprecated public SqlQueryResults executeSqlQuery(String sql) throws DatabaseException, UnknownException, WebserviceException, AccessDeniedException, IOException
RepositoryImpl.executeSqlQuery(String)executeSqlQuery in interface BaseRepositorysql - the sqlDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionAccessDeniedException - the access denied exceptionIOException - the io exceptionRepositoryImpl.executeSqlQuery(String)@Deprecated public HqlQueryResults executeHqlQuery(InputStream is) throws DatabaseException, UnknownException, WebserviceException, AccessDeniedException
RepositoryImpl.executeHqlQuery(InputStream)executeHqlQuery in interface BaseRepositoryis - the isDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionAccessDeniedException - the access denied exceptionRepositoryImpl.executeHqlQuery(InputStream)@Deprecated public HqlQueryResults executeHqlQuery(String hql) throws DatabaseException, UnknownException, WebserviceException, AccessDeniedException, IOException
RepositoryImpl.executeHqlQuery(String)executeHqlQuery in interface BaseRepositoryhql - the hqlDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionAccessDeniedException - the access denied exceptionIOException - the io exceptionRepositoryImpl.executeHqlQuery(String)@Deprecated public Map<String,String> getTranslations(String lang, String module) throws DatabaseException, UnknownException, WebserviceException, AccessDeniedException
RepositoryImpl.getTranslations(String, String)getTranslations in interface BaseRepositorylang - the langmodule - the moduleDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionAccessDeniedException - the access denied exceptionRepositoryImpl.getTranslations(String, String)@Deprecated public Configuration getConfiguration(String key) throws DatabaseException, UnknownException, WebserviceException
RepositoryImpl.getConfiguration(String)getConfiguration in interface BaseRepositorykey - the keyDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionRepositoryImpl.getConfiguration(String)@Deprecated public LicenseInfo getLicenseInfo() throws WebserviceException, RepositoryException, UnknownException, AccessDeniedException
RepositoryImpl.getLicenseInfo()getLicenseInfo in interface BaseRepositoryWebserviceException - the webservice exceptionRepositoryException - the repository exceptionUnknownException - the unknown exceptionAccessDeniedException - the access denied exceptionRepositoryImpl.getLicenseInfo()@Deprecated public String getClusterUuid() throws WebserviceException, RepositoryException, UnknownException
RepositoryImpl.getClusterUuid()getClusterUuid in interface BaseRepositoryWebserviceException - the webservice exceptionRepositoryException - the repository exceptionUnknownException - the unknown exceptionRepositoryImpl.getClusterUuid()@Deprecated public boolean getIsFilePlan() throws WebserviceException, RepositoryException, UnknownException
RepositoryImpl.getIsFilePlan()getIsFilePlan in interface BaseRepositoryWebserviceException - the webservice exceptionRepositoryException - the repository exceptionUnknownException - the unknown exceptionRepositoryImpl.getIsFilePlan()@Deprecated public Object executePluginPost(String className, Map<String,String> parameters, Class<?> clazz, InputStream is) throws UnknownException, WebserviceException
PluginImpl.executePluginPost(String, Map, Class, InputStream)executePluginPost in interface BasePluginclassName - the class nameparameters - the parametersclazz - the clazzis - the isUnknownException - the unknown exceptionWebserviceException - the webservice exceptionPluginImpl.executePluginPost(String, Map, Class, InputStream)@Deprecated public InputStream executePluginPostReturnFile(String className, Map<String,String> parameters, InputStream is) throws UnknownException, WebserviceException
PluginImpl.executePluginPostReturnFile(String, Map, InputStream)executePluginPostReturnFile in interface BasePluginclassName - the class nameparameters - the parametersis - the isUnknownException - the unknown exceptionWebserviceException - the webservice exceptionPluginImpl.executePluginPostReturnFile(String, Map, InputStream)@Deprecated public Object executePluginGet(String className, Map<String,String> parameters, Class<?> clazz) throws UnknownException, WebserviceException, UnsupportedEncodingException
PluginImpl.executePluginGet(String, Map, Class)executePluginGet in interface BasePluginclassName - the class nameparameters - the parametersclazz - the clazzUnknownException - the unknown exceptionWebserviceException - the webservice exceptionUnsupportedEncodingException - the unsupported encoding exceptionPluginImpl.executePluginGet(String, Map, Class)@Deprecated public InputStream executePluginGetReturnFile(String className, Map<String,String> parameters) throws UnknownException, WebserviceException, UnsupportedEncodingException
PluginImpl.executePluginGetReturnFile(String, Map)executePluginGetReturnFile in interface BasePluginclassName - the class nameparameters - the parametersUnknownException - the unknown exceptionWebserviceException - the webservice exceptionUnsupportedEncodingException - the unsupported encoding exceptionPluginImpl.executePluginGetReturnFile(String, Map)@Deprecated public List<ChangeLogged> getChangeLog(String nodePath, Calendar modificationsFrom) throws AccessDeniedException, DatabaseException, PathNotFoundException, UnknownException, WebserviceException
RepositoryImpl.getChangeLog(String, Calendar)getChangeLog in interface BaseRepositorynodePath - the node pathmodificationsFrom - the modifications fromAccessDeniedException - the access denied exceptionDatabaseException - the database exceptionPathNotFoundException - the path not found exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionRepositoryImpl.getChangeLog(String, Calendar)@Deprecated public Map<String,String> getAvailableLocales(String locale) throws DatabaseException, UnknownException, WebserviceException, AccessDeniedException, PathNotFoundException
RepositoryImpl.getAvailableLocales(String)getAvailableLocales in interface BaseRepositorylocale - the localeDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionAccessDeniedException - the access denied exceptionPathNotFoundException - the path not found exceptionRepositoryImpl.getAvailableLocales(String)@Deprecated public String getServerTime() throws UnknownException, WebserviceException
RepositoryImpl.getServerTime()getServerTime in interface BaseRepositoryUnknownException - the unknown exceptionWebserviceException - the webservice exceptionRepositoryImpl.getServerTime()@Deprecated public List<QueryResult> find(QueryParams queryParams, String propertiesPlugin) throws ParseException, RepositoryException, DatabaseException, UnknownException, WebserviceException, AccessDeniedException
SearchImpl.find(QueryParams, String)find in interface BaseSearchqueryParams - the query paramspropertiesPlugin - the properties pluginParseException - the parse exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionAccessDeniedException - the access denied exceptionSearchImpl.find(QueryParams, String)@Deprecated public List<QueryResult> find(QueryParams queryParams, String sortField, boolean sortReverse, String propertiesPlugin) throws ParseException, RepositoryException, DatabaseException, UnknownException, WebserviceException, AccessDeniedException
SearchImpl.find(QueryParams, String, boolean, String)find in interface BaseSearchqueryParams - the query paramssortField - the sort fieldsortReverse - the sort reversepropertiesPlugin - the properties pluginParseException - the parse exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionAccessDeniedException - the access denied exceptionSearchImpl.find(QueryParams, String, boolean, String)@Deprecated public ResultSet findPaginated(QueryParams queryParams, int offset, int limit, String propertiesPlugin) throws ParseException, RepositoryException, DatabaseException, UnknownException, WebserviceException, AccessDeniedException
SearchImpl.findPaginated(QueryParams, int, int, String)findPaginated in interface BaseSearchqueryParams - the query paramsoffset - the offsetlimit - the limitpropertiesPlugin - the properties pluginParseException - the parse exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionAccessDeniedException - the access denied exceptionSearchImpl.findPaginated(QueryParams, int, int, String)@Deprecated public ResultSet findPaginated(QueryParams queryParams, String sortField, boolean sortReverse, int offset, int limit, String propertiesPlugin) throws ParseException, RepositoryException, DatabaseException, UnknownException, WebserviceException, AccessDeniedException
SearchImpl.findPaginated(QueryParams, String, boolean, int, int, String)findPaginated in interface BaseSearchqueryParams - the query paramssortField - the sort fieldsortReverse - the sort reverseoffset - the offsetlimit - the limitpropertiesPlugin - the properties pluginParseException - the parse exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionAccessDeniedException - the access denied exceptionSearchImpl.findPaginated(QueryParams, String, boolean, int, int, String)@Deprecated public SimpleNodeBaseResultSet findSimpleNodeBasePaginated(QueryParams queryParams, int offset, int limit) throws ParseException, RepositoryException, DatabaseException, UnknownException, WebserviceException, AccessDeniedException
SearchImpl.findSimpleNodeBasePaginated(QueryParams, int, int)findSimpleNodeBasePaginated in interface BaseSearchqueryParams - the query paramsoffset - the offsetlimit - the limitParseException - the parse exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionAccessDeniedException - the access denied exceptionSearchImpl.findSimpleNodeBasePaginated(QueryParams, int, int)@Deprecated public SimpleNodeBaseResultSet findSimpleNodeBasePaginated(QueryParams queryParams, String sortField, boolean sortReverse, int offset, int limit) throws ParseException, RepositoryException, DatabaseException, UnknownException, WebserviceException, AccessDeniedException
SearchImpl.findSimpleNodeBasePaginated(QueryParams, String, boolean, int, int)findSimpleNodeBasePaginated in interface BaseSearchqueryParams - the query paramssortField - the sort fieldsortReverse - the sort reverseoffset - the offsetlimit - the limitParseException - the parse exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionAccessDeniedException - the access denied exceptionSearchImpl.findSimpleNodeBasePaginated(QueryParams, String, boolean, int, int)@Deprecated public Map<String,Integer> getKeywordMap(List<String> filter) throws RepositoryException, DatabaseException, UnknownException, WebserviceException, AccessDeniedException
SearchImpl.getKeywordMap(List)getKeywordMap in interface BaseSearchfilter - the filterRepositoryException - the repository exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionAccessDeniedException - the access denied exceptionSearchImpl.getKeywordMap(List)@Deprecated public List<Document> getCategorizedDocuments(String categoryId) throws RepositoryException, DatabaseException, UnknownException, WebserviceException, AccessDeniedException
SearchImpl.getCategorizedDocuments(String)getCategorizedDocuments in interface BaseSearchcategoryId - the category idRepositoryException - the repository exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionAccessDeniedException - the access denied exceptionSearchImpl.getCategorizedDocuments(String)@Deprecated public long saveSearch(QueryParams params) throws RepositoryException, DatabaseException, UnknownException, WebserviceException
SearchImpl.saveSearch(QueryParams)saveSearch in interface BaseSearchparams - the paramsRepositoryException - the repository exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionSearchImpl.saveSearch(QueryParams)@Deprecated public void updateSearch(QueryParams params) throws RepositoryException, DatabaseException, UnknownException, WebserviceException
SearchImpl.updateSearch(QueryParams)updateSearch in interface BaseSearchparams - the paramsRepositoryException - the repository exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionSearchImpl.updateSearch(QueryParams)@Deprecated public QueryParams getSearch(int qpId) throws PathNotFoundException, RepositoryException, DatabaseException, UnknownException, WebserviceException, AccessDeniedException
SearchImpl.getSearch(int)getSearch in interface BaseSearchqpId - the qp idPathNotFoundException - the path not found exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionAccessDeniedException - the access denied exceptionSearchImpl.getSearch(int)@Deprecated public List<QueryParams> getAllSearchs() throws RepositoryException, DatabaseException, UnknownException, WebserviceException, AccessDeniedException
SearchImpl.getAllSearchs()getAllSearchs in interface BaseSearchRepositoryException - the repository exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionAccessDeniedException - the access denied exceptionSearchImpl.getAllSearchs()@Deprecated public void deleteSearch(int qpId) throws RepositoryException, DatabaseException, UnknownException, WebserviceException
SearchImpl.deleteSearch(int)deleteSearch in interface BaseSearchqpId - the qp idRepositoryException - the repository exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionSearchImpl.deleteSearch(int)@Deprecated public List<QueryParams> findAllDefaultByNodeClass(long ncId) throws RepositoryException, DatabaseException, UnknownException, WebserviceException, AccessDeniedException
SearchImpl.findAllDefaultByNodeClass(long)findAllDefaultByNodeClass in interface BaseSearchncId - the nc idRepositoryException - the repository exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionAccessDeniedException - the access denied exceptionSearchImpl.findAllDefaultByNodeClass(long)@Deprecated public List<QueryResult> findByQuery(String query, String propertiesPlugin) throws ParseException, AccessDeniedException, RepositoryException, DatabaseException, UnknownException, WebserviceException
SearchImpl.findByQuery(String, String)findByQuery in interface BaseSearchquery - the querypropertiesPlugin - the properties pluginParseException - the parse exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionSearchImpl.findByQuery(String, String)@Deprecated public List<QueryResult> findByQuery(String query, String sortField, boolean sortReverse, String propertiesPlugin) throws ParseException, AccessDeniedException, RepositoryException, DatabaseException, UnknownException, WebserviceException
SearchImpl.findByQuery(String, String, boolean, String)findByQuery in interface BaseSearchquery - the querysortField - the sort fieldsortReverse - the sort reversepropertiesPlugin - the properties pluginParseException - the parse exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionSearchImpl.findByQuery(String, String, boolean, String)@Deprecated public ResultSet findByQueryPaginated(String query, int offset, int limit, String propertiesPlugin) throws ParseException, AccessDeniedException, RepositoryException, DatabaseException, UnknownException, WebserviceException
SearchImpl.findByQueryPaginated(String, int, int, String)findByQueryPaginated in interface BaseSearchquery - the queryoffset - the offsetlimit - the limitpropertiesPlugin - the properties pluginParseException - the parse exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionSearchImpl.findByQueryPaginated(String, int, int, String)@Deprecated public ResultSet findByQueryPaginated(String query, String sortField, boolean sortReverse, int offset, int limit, String propertiesPlugin) throws ParseException, AccessDeniedException, RepositoryException, DatabaseException, UnknownException, WebserviceException
SearchImpl.findByQueryPaginated(String, String, boolean, int, int, String)findByQueryPaginated in interface BaseSearchquery - the querysortField - the sort fieldsortReverse - the sort reverseoffset - the offsetlimit - the limitpropertiesPlugin - the properties pluginParseException - the parse exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionSearchImpl.findByQueryPaginated(String, String, boolean, int, int, String)@Deprecated public SimpleNodeBaseResultSet findSimpleNodeBaseByQueryPaginated(String query, int offset, int limit) throws ParseException, AccessDeniedException, RepositoryException, DatabaseException, UnknownException, WebserviceException
SearchImpl.findSimpleNodeBaseByQueryPaginated(String, int, int)findSimpleNodeBaseByQueryPaginated in interface BaseSearchquery - the queryoffset - the offsetlimit - the limitParseException - the parse exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionSearchImpl.findSimpleNodeBaseByQueryPaginated(String, int, int)@Deprecated public SimpleNodeBaseResultSet findSimpleNodeBaseByQueryPaginated(String query, String sortField, boolean sortReverse, int offset, int limit) throws ParseException, AccessDeniedException, RepositoryException, DatabaseException, UnknownException, WebserviceException
SearchImpl.findSimpleNodeBaseByQueryPaginated(String, String, boolean, int, int)findSimpleNodeBaseByQueryPaginated in interface BaseSearchquery - the querysortField - the sort fieldsortReverse - the sort reverseoffset - the offsetlimit - the limitParseException - the parse exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionSearchImpl.findSimpleNodeBaseByQueryPaginated(String, String, boolean, int, int)@Deprecated public List<QueryResult> findWithMetadata(QueryParams queryParams, String propertiesPlugin, List<String> groups) throws ParseException, AccessDeniedException, RepositoryException, DatabaseException, UnknownException, WebserviceException
SearchImpl.findWithMetadata(QueryParams, String, List)findWithMetadata in interface BaseSearchqueryParams - the paramspropertiesPlugin - the properties plugingroups - the groupsParseException - the parse exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionSearchImpl.findWithMetadata(QueryParams, String, List)@Deprecated public List<QueryResult> findWithMetadata(QueryParams queryParams, String sortField, boolean sortReverse, String propertiesPlugin, List<String> groups) throws ParseException, AccessDeniedException, RepositoryException, DatabaseException, UnknownException, WebserviceException
SearchImpl.findWithMetadata(QueryParams, String, boolean, String, List)findWithMetadata in interface BaseSearchqueryParams - the paramssortField - the sort fieldsortReverse - the sort reversepropertiesPlugin - the properties plugingroups - the groupsParseException - the parse exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionSearchImpl.findWithMetadata(QueryParams, String, boolean, String, List)@Deprecated public ResultSet findWithMetadataPaginated(QueryParams queryParams, int offset, int limit, String propertiesPlugin, List<String> groups) throws ParseException, AccessDeniedException, RepositoryException, DatabaseException, UnknownException, WebserviceException
SearchImpl.findWithMetadataPaginated(QueryParams, int, int, String, List)findWithMetadataPaginated in interface BaseSearchqueryParams - the query paramsoffset - the offsetlimit - the limitpropertiesPlugin - the properties plugingroups - the groupsParseException - the parse exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionSearchImpl.findWithMetadataPaginated(QueryParams, int, int, String, List)@Deprecated public ResultSet findWithMetadataPaginated(QueryParams queryParams, String sortField, boolean sortReverse, int offset, int limit, String propertiesPlugin, List<String> groups) throws ParseException, AccessDeniedException, RepositoryException, DatabaseException, UnknownException, WebserviceException
SearchImpl.findWithMetadataPaginated(QueryParams, String, boolean, int, int, String, List)findWithMetadataPaginated in interface BaseSearchqueryParams - the query paramssortField - the sort fieldsortReverse - the sort reverseoffset - the offsetlimit - the limitpropertiesPlugin - the properties plugingroups - the groupsParseException - the parse exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionSearchImpl.findWithMetadataPaginated(QueryParams, String, boolean, int, int, String, List)@Deprecated public List<MimeType> getMimeTypes() throws AccessDeniedException, RepositoryException, DatabaseException, UnknownException, WebserviceException
SearchImpl.getMimeTypes()getMimeTypes in interface BaseSearchAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionSearchImpl.getMimeTypes()@Deprecated public InputStream csvExport(String lang, QueryParams queryParams, boolean compact) throws AccessDeniedException, ParseException, RepositoryException, DatabaseException, UnknownException, WebserviceException
SearchImpl.csvExport(String, QueryParams, boolean)csvExport in interface BaseSearchlang - the langqueryParams - the query paramscompact - the compactAccessDeniedException - the access denied exceptionParseException - the parse exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionSearchImpl.csvExport(String, QueryParams, boolean)@Deprecated public void addCategory(String uuid, String catId) throws VersionException, LockException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, UnknownException, WebserviceException
PropertyImpl.addCategory(String, String)addCategory in interface BasePropertyuuid - the uuidcatId - the cat idVersionException - the version exceptionLockException - the lock exceptionPathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionPropertyImpl.addCategory(String, String)@Deprecated public void removeCategory(String uuid, String catId) throws VersionException, LockException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, UnknownException, WebserviceException
PropertyImpl.removeCategory(String, String)removeCategory in interface BasePropertyuuid - the uuidcatId - the cat idVersionException - the version exceptionLockException - the lock exceptionPathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionPropertyImpl.removeCategory(String, String)@Deprecated public void addKeyword(String uuid, String keyword) throws VersionException, LockException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, UnknownException, WebserviceException
PropertyImpl.addKeyword(String, String)addKeyword in interface BasePropertyuuid - the uuidkeyword - the keywordVersionException - the version exceptionLockException - the lock exceptionPathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionPropertyImpl.addKeyword(String, String)@Deprecated public void removeKeyword(String uuid, String keyword) throws VersionException, LockException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, UnknownException, WebserviceException
PropertyImpl.removeKeyword(String, String)removeKeyword in interface BasePropertyuuid - the uuidkeyword - the keywordVersionException - the version exceptionLockException - the lock exceptionPathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionPropertyImpl.removeKeyword(String, String)@Deprecated public void setEncryption(String uuid, String cipherName) throws VersionException, LockException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, UnknownException, WebserviceException, PromotedAsRecordLockException
PropertyImpl.setEncryption(String, String)setEncryption in interface BasePropertyuuid - the uuidcipherName - the cipher nameVersionException - the version exceptionLockException - the lock exceptionPathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionPromotedAsRecordLockException - the promoted as record lock exceptionPropertyImpl.setEncryption(String, String)@Deprecated public void unsetEncryption(String uuid) throws VersionException, LockException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, UnknownException, WebserviceException, PromotedAsRecordLockException
PropertyImpl.unsetEncryption(String)unsetEncryption in interface BasePropertyuuid - the uuidVersionException - the version exceptionLockException - the lock exceptionPathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionPromotedAsRecordLockException - the promoted as record lock exceptionPropertyImpl.unsetEncryption(String)@Deprecated public void setSigned(String uuid, boolean signed) throws VersionException, LockException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, UnknownException, WebserviceException, PromotedAsRecordLockException
PropertyImpl.setSigned(String, boolean)setSigned in interface BasePropertyuuid - the uuidsigned - the signedVersionException - the version exceptionLockException - the lock exceptionPathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionPromotedAsRecordLockException - the promoted as record lock exceptionPropertyImpl.setSigned(String, boolean)@Deprecated public List<NodeClassSectionDefinition> getRootSections() throws WebserviceException, DatabaseException, UnknownException
FilePlanImpl.getRootSections()getRootSections in interface BaseFilePlanWebserviceException - the webservice exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionFilePlanImpl.getRootSections()@Deprecated public List<NodeClassSectionDefinition> getRootSectionsFilteredBySecurity(int permissions) throws WebserviceException, DatabaseException, UnknownException
FilePlanImpl.getRootSectionsFilteredBySecurity(int)getRootSectionsFilteredBySecurity in interface BaseFilePlanpermissions - the permissionsWebserviceException - the webservice exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionFilePlanImpl.getRootSectionsFilteredBySecurity(int)@Deprecated public List<NodeClassSectionDefinition> getChildrenSections(long parentId) throws WebserviceException, DatabaseException, UnknownException
FilePlanImpl.getChildrenSections(long)getChildrenSections in interface BaseFilePlanparentId - the parent idWebserviceException - the webservice exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionFilePlanImpl.getChildrenSections(long)@Deprecated public List<NodeClassSectionDefinition> getChildrenSectionsFilteredBySecurity(long parentId, int permissions) throws WebserviceException, DatabaseException, UnknownException
FilePlanImpl.getChildrenSectionsFilteredBySecurity(long, int)getChildrenSectionsFilteredBySecurity in interface BaseFilePlanparentId - the parent idpermissions - the permissionsWebserviceException - the webservice exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionFilePlanImpl.getChildrenSectionsFilteredBySecurity(long, int)@Deprecated public List<NodeClass> getChildrenClasses(long sectionId) throws WebserviceException, DatabaseException, UnknownException
FilePlanImpl.getChildrenClasses(long)getChildrenClasses in interface BaseFilePlansectionId - the section idWebserviceException - the webservice exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionFilePlanImpl.getChildrenClasses(long)@Deprecated public List<NodeClass> getChildrenClassesFilteredBySecurity(long sectionId, int permissions) throws WebserviceException, DatabaseException, UnknownException
FilePlanImpl.getChildrenClassesFilteredBySecurity(long, int)getChildrenClassesFilteredBySecurity in interface BaseFilePlansectionId - the section idpermissions - the permissionsWebserviceException - the webservice exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionFilePlanImpl.getChildrenClassesFilteredBySecurity(long, int)@Deprecated public NodeClass findNodeClassByPk(long id) throws WebserviceException, DatabaseException, UnknownException
FilePlanImpl.findNodeClassByPk(long)findNodeClassByPk in interface BaseFilePlanid - the idWebserviceException - the webservice exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionFilePlanImpl.findNodeClassByPk(long)@Deprecated public List<NodeClass> findElectronicRecordClasses() throws WebserviceException, DatabaseException, UnknownException
FilePlanImpl.findElectronicRecordClasses()findElectronicRecordClasses in interface BaseFilePlanWebserviceException - the webservice exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionFilePlanImpl.findElectronicRecordClasses()@Deprecated public List<NodeClass> findElectronicRecordClassesFilteredBySecurity(int permissions) throws WebserviceException, DatabaseException, UnknownException
FilePlanImpl.findElectronicRecordClassesFilteredBySecurity(int)findElectronicRecordClassesFilteredBySecurity in interface BaseFilePlanpermissions - the permissionsWebserviceException - the webservice exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionFilePlanImpl.findElectronicRecordClassesFilteredBySecurity(int)@Deprecated public List<NodeClass> findFilteredByCodeOrNameFilteredBySecurity(String code, String name, int permissions) throws WebserviceException, DatabaseException, UnknownException
FilePlanImpl.findFilteredByCodeOrNameFilteredBySecurity(String, String, int)findFilteredByCodeOrNameFilteredBySecurity in interface BaseFilePlancode - the codename - the namepermissions - the permissionsWebserviceException - the webservice exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionFilePlanImpl.findFilteredByCodeOrNameFilteredBySecurity(String, String, int)@Deprecated public List<NodeClassSectionDefinition> findSectionFiltered(String code, String name, int permissions) throws WebserviceException, DatabaseException, UnknownException
FilePlanImpl.findSectionFiltered(String, String, int)findSectionFiltered in interface BaseFilePlancode - the codename - the namepermissions - the permissionsWebserviceException - the webservice exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionFilePlanImpl.findSectionFiltered(String, String, int)@Deprecated public List<NodeClassSectionDefinition> getNodeClassBreadcrumb(long sectionId) throws WebserviceException, DatabaseException, UnknownException
FilePlanImpl.getNodeClassBreadcrumb(long)getNodeClassBreadcrumb in interface BaseFilePlansectionId - the section idWebserviceException - the webservice exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionFilePlanImpl.getNodeClassBreadcrumb(long)@Deprecated public List<NodeClass> findAllNodeClasses() throws WebserviceException, DatabaseException, UnknownException
FilePlanImpl.findAllNodeClasses()findAllNodeClasses in interface BaseFilePlanWebserviceException - the webservice exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionFilePlanImpl.findAllNodeClasses()@Deprecated public List<Long> getRootSectionsIdWithChildren() throws WebserviceException, DatabaseException, UnknownException
FilePlanImpl.getRootSectionsIdWithChildren()getRootSectionsIdWithChildren in interface BaseFilePlanWebserviceException - the webservice exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionFilePlanImpl.getRootSectionsIdWithChildren()@Deprecated public List<Long> getChildrenSectionsIdByTenantWithChildren(long parentId) throws WebserviceException, DatabaseException, UnknownException
FilePlanImpl.getChildrenSectionsIdByTenantWithChildren(long)getChildrenSectionsIdByTenantWithChildren in interface BaseFilePlanparentId - the parent idWebserviceException - the webservice exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionFilePlanImpl.getChildrenSectionsIdByTenantWithChildren(long)@Deprecated public Record createRecord(String uuid, String name, String title, long nodeClass) throws AccessDeniedException, RepositoryException, PathNotFoundException, ItemExistsException, DatabaseException, ExtensionException, AutomationException, UnknownException, WebserviceException, PromotedAsRecordLockException
RecordImpl.createRecord(String, String, String, long)createRecord in interface BaseRecorduuid - the uuidname - the nametitle - the titlenodeClass - the node classAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionPathNotFoundException - the path not found exceptionItemExistsException - the item exists exceptionDatabaseException - the database exceptionExtensionException - the extension exceptionAutomationException - the automation exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionPromotedAsRecordLockException - the promoted as record lock exceptionRecordImpl.createRecord(String, String, String, long)@Deprecated public Record getRecordProperties(String uuid) throws AccessDeniedException, RepositoryException, PathNotFoundException, DatabaseException, UnknownException, WebserviceException
RecordImpl.getRecordProperties(String)getRecordProperties in interface BaseRecorduuid - the uuidAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionPathNotFoundException - the path not found exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionRecordImpl.getRecordProperties(String)@Deprecated public void deleteRecord(String uuid) throws LockException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, UnknownException, WebserviceException, PromotedAsRecordLockException, AutomationException
RecordImpl.deleteRecord(String)deleteRecord in interface BaseRecorduuid - the uuidLockException - the lock exceptionPathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionPromotedAsRecordLockException - the promoted as record lock exceptionAutomationException - the automation exceptionRecordImpl.deleteRecord(String)@Deprecated public void purgeRecord(String uuid) throws LockException, AccessDeniedException, RepositoryException, PathNotFoundException, DatabaseException, ExtensionException, UnknownException, WebserviceException, PromotedAsRecordLockException
RecordImpl.purgeRecord(String)purgeRecord in interface BaseRecorduuid - the uuidLockException - the lock exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionPathNotFoundException - the path not found exceptionDatabaseException - the database exceptionExtensionException - the extension exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionPromotedAsRecordLockException - the promoted as record lock exceptionRecordImpl.purgeRecord(String)@Deprecated public Record renameRecord(String uuid, String newName) throws AccessDeniedException, RepositoryException, PathNotFoundException, ItemExistsException, UnknownException, WebserviceException, PromotedAsRecordLockException
RecordImpl.renameRecord(String, String)renameRecord in interface BaseRecorduuid - the uuidnewName - the new nameAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionPathNotFoundException - the path not found exceptionItemExistsException - the item exists exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionPromotedAsRecordLockException - the promoted as record lock exceptionRecordImpl.renameRecord(String, String)@Deprecated public void moveRecord(String uuid, String dstId) throws LockException, PathNotFoundException, ItemExistsException, AccessDeniedException, RepositoryException, DatabaseException, ExtensionException, UnknownException, WebserviceException, PromotedAsRecordLockException, FilePlanCatalogManagerException, AutomationException, VersionException
RecordImpl.moveRecord(String, String)moveRecord in interface BaseRecorduuid - the uuiddstId - the dst idLockException - the lock exceptionPathNotFoundException - the path not found exceptionItemExistsException - the item exists exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionExtensionException - the extension exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionPromotedAsRecordLockException - the promoted as record lock exceptionFilePlanCatalogManagerException - the file plan catalog manager exceptionAutomationException - the automation exceptionVersionException - the version exceptionRecordImpl.moveRecord(String, String)@Deprecated public Record copyRecord(String uuid, String dstId, String newName) throws ItemExistsException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, ExtensionException, AutomationException, PromotedAsRecordLockException, UnknownException, WebserviceException
RecordImpl.copyRecord(String, String, String)copyRecord in interface BaseRecorduuid - the uuiddstId - the dst idnewName - the new nameItemExistsException - the item exists exceptionPathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionExtensionException - the extension exceptionAutomationException - the automation exceptionPromotedAsRecordLockException - the promoted as record lock exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionRecordImpl.copyRecord(String, String, String)@Deprecated public boolean isValidRecord(String uuid) throws PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, UnknownException, WebserviceException
RecordImpl.isValidRecord(String)isValidRecord in interface BaseRecorduuid - the uuidPathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionRecordImpl.isValidRecord(String)@Deprecated public List<Record> getRecordChildren(String uuid) throws RepositoryException, PathNotFoundException, DatabaseException, UnknownException, WebserviceException, AccessDeniedException
RecordImpl.getRecordChildren(String)getRecordChildren in interface BaseRecorduuid - the uuidRepositoryException - the repository exceptionPathNotFoundException - the path not found exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionAccessDeniedException - the access denied exceptionRecordImpl.getRecordChildren(String)@Deprecated public LockInfo lockRecord(String uuid) throws LockException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, UnknownException, WebserviceException
RecordImpl.lockRecord(String)lockRecord in interface BaseRecorduuid - the uuidLockException - the lock exceptionPathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionRecordImpl.lockRecord(String)@Deprecated public LockInfo forceLockRecord(String uuid) throws LockException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, UnknownException, WebserviceException
RecordImpl.forceLockRecord(String)forceLockRecord in interface BaseRecorduuid - the uuidLockException - the lock exceptionPathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionRecordImpl.forceLockRecord(String)@Deprecated public void unlockRecord(String uuid) throws LockException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, UnknownException, WebserviceException
RecordImpl.unlockRecord(String)unlockRecord in interface BaseRecorduuid - the uuidLockException - the lock exceptionPathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionRecordImpl.unlockRecord(String)@Deprecated public void forceUnlockRecord(String uuid) throws LockException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, UnknownException, WebserviceException
RecordImpl.forceUnlockRecord(String)forceUnlockRecord in interface BaseRecorduuid - the uuidLockException - the lock exceptionPathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionRecordImpl.forceUnlockRecord(String)@Deprecated public void setRecordTitle(String uuid, String title) throws VersionException, LockException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, UnknownException, WebserviceException, PromotedAsRecordLockException
RecordImpl.setRecordTitle(String, String)setRecordTitle in interface BaseRecorduuid - the uuidtitle - the titleVersionException - the version exceptionLockException - the lock exceptionPathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionPromotedAsRecordLockException - the promoted as record lock exceptionRecordImpl.setRecordTitle(String, String)@Deprecated public void setRecordNodeClass(String uuid, long ncId) throws VersionException, LockException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, UnknownException, WebserviceException, PromotedAsRecordLockException
RecordImpl.setRecordNodeClass(String, long)setRecordNodeClass in interface BaseRecorduuid - the uuidncId - the nc idVersionException - the version exceptionLockException - the lock exceptionPathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionPromotedAsRecordLockException - the promoted as record lock exceptionRecordImpl.setRecordNodeClass(String, long)@Deprecated public String getRecordPath(String uuid) throws AccessDeniedException, RepositoryException, DatabaseException, UnknownException, WebserviceException
RecordImpl.getRecordPath(String)getRecordPath in interface BaseRecorduuid - the uuidAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionRecordImpl.getRecordPath(String)@Deprecated public void setRecordDispositionStage(String uuid, long stage) throws PathNotFoundException, AccessDeniedException, DatabaseException, WebserviceException, UnknownException
RecordImpl.setRecordDispositionStage(String, long)setRecordDispositionStage in interface BaseRecorduuid - the uuidstage - the stagePathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionDatabaseException - the database exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionRecordImpl.setRecordDispositionStage(String, long)@Deprecated public void setRecordDescription(String uuid, String description) throws VersionException, LockException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, PromotedAsRecordLockException, WebserviceException, UnknownException
RecordImpl.setRecordDescription(String, String)setRecordDescription in interface BaseRecorduuid - the uuiddescription - the descriptionVersionException - the version exceptionLockException - the lock exceptionPathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionPromotedAsRecordLockException - the promoted as record lock exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionRecordImpl.setRecordDescription(String, String)@Deprecated public WizardNode createWizardRecord(String uuid, String name, String title, long nodeClass) throws ItemExistsException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, AutomationException, PromotedAsRecordLockException, WebserviceException, ExtensionException, UnknownException
RecordImpl.createWizardRecord(String, String, String, long)createWizardRecord in interface BaseRecorduuid - the uuidname - the nametitle - the titlenodeClass - the node classItemExistsException - the item exists exceptionPathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionAutomationException - the automation exceptionPromotedAsRecordLockException - the promoted as record lock exceptionWebserviceException - the webservice exceptionExtensionException - the extension exceptionUnknownException - the unknown exceptionRecordImpl.createWizardRecord(String, String, String, long)@Deprecated public Record extendedRecordCopy(String uuid, String dstId, String newName, boolean categories, boolean keywords, boolean propertyGroups, boolean notes, boolean security) throws ItemExistsException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, UserQuotaExceededException, AutomationException, PromotedAsRecordLockException, UnknownException, WebserviceException
RecordImpl.extendedRecordCopy(String, String, String, boolean, boolean, boolean, boolean, boolean)extendedRecordCopy in interface BaseRecorduuid - the uuiddstId - the dst idnewName - the new namecategories - the categorieskeywords - the keywordspropertyGroups - the property groupsnotes - the notessecurity - the securityItemExistsException - the item exists exceptionPathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionUserQuotaExceededException - the user quota exceeded exceptionAutomationException - the automation exceptionPromotedAsRecordLockException - the promoted as record lock exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionRecordImpl.extendedRecordCopy(String, String, String, boolean, boolean, boolean, boolean, boolean)@Deprecated public Record extendedRecordCopy(String uuid, String dstId, String newName, boolean categories, boolean keywords, boolean propertyGroups, boolean notes, boolean wiki, boolean security) throws ItemExistsException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, UserQuotaExceededException, AutomationException, PromotedAsRecordLockException, UnknownException, WebserviceException
RecordImpl.extendedRecordCopy(String, String, String, boolean, boolean, boolean, boolean, boolean)extendedRecordCopy in interface BaseRecorduuid - the uuiddstId - the dst idnewName - the new namecategories - the categorieskeywords - the keywordspropertyGroups - the property groupsnotes - the noteswiki - the wikisecurity - the securityItemExistsException - the item exists exceptionPathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionUserQuotaExceededException - the user quota exceeded exceptionAutomationException - the automation exceptionPromotedAsRecordLockException - the promoted as record lock exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionRecordImpl.extendedRecordCopy(String, String, String, boolean, boolean, boolean, boolean, boolean)@Deprecated public Record createRecordFromTemplate(String uuid, String dstPath, boolean categories, boolean keywords, boolean notes, Map<String,String> properties) throws PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, TemplateException, DocumentTemplateException, ItemExistsException, AutomationException, FilePlanException, PromotedAsRecordLockException, ParseException, NoSuchGroupException, NoSuchPropertyException, LockException, ValidationFormException, ClassNotFoundException, UnknownException, WebserviceException
RecordImpl.createRecordFromTemplate(String, String, boolean, boolean, boolean, Map)createRecordFromTemplate in interface BaseRecorduuid - the uuiddstPath - the dst pathcategories - the categorieskeywords - the keywordsnotes - the notesproperties - the propertiesPathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionTemplateException - the template exceptionDocumentTemplateException - the document template exceptionItemExistsException - the item exists exceptionAutomationException - the automation exceptionFilePlanException - the file plan exceptionPromotedAsRecordLockException - the promoted as record lock exceptionParseException - the parse exceptionNoSuchGroupException - the no such group exceptionNoSuchPropertyException - the no such property exceptionLockException - the lock exceptionValidationFormException - the validation form exceptionClassNotFoundException - the class not found exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionRecordImpl.createRecordFromTemplate(String, String, boolean, boolean, boolean, Map)@Deprecated public Record createRecordFromTemplate(String uuid, String dstPath, String language, boolean categories, boolean keywords, boolean propertyGroups, boolean notes, boolean wiki, Map<String,String> properties) throws PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, TemplateException, DocumentTemplateException, ItemExistsException, AutomationException, FilePlanException, PromotedAsRecordLockException, ParseException, NoSuchGroupException, NoSuchPropertyException, LockException, ValidationFormException, ClassNotFoundException, UnknownException, WebserviceException
RecordImpl.createRecordFromTemplate(String, String, boolean, boolean, boolean, Map)createRecordFromTemplate in interface BaseRecorduuid - the uuiddstPath - the dst pathlanguage - the languagecategories - the categorieskeywords - the keywordspropertyGroups - the property groupsnotes - the noteswiki - the wikiproperties - the propertiesPathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionTemplateException - the template exceptionDocumentTemplateException - the document template exceptionItemExistsException - the item exists exceptionAutomationException - the automation exceptionFilePlanException - the file plan exceptionPromotedAsRecordLockException - the promoted as record lock exceptionParseException - the parse exceptionNoSuchGroupException - the no such group exceptionNoSuchPropertyException - the no such property exceptionLockException - the lock exceptionValidationFormException - the validation form exceptionClassNotFoundException - the class not found exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionRecordImpl.createRecordFromTemplate(String, String, boolean, boolean, boolean, Map)@Deprecated public Node getNodeByUuid(String uuid) throws AccessDeniedException, PathNotFoundException, RepositoryException, DatabaseException, UnknownException, WebserviceException
NodeImpl.getNodeByUuid(String)getNodeByUuid in interface BaseNodeuuid - the uuidAccessDeniedException - the access denied exceptionPathNotFoundException - the path not found exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionNodeImpl.getNodeByUuid(String)@Deprecated public List<Version> getVersionHistory(String uuid) throws PathNotFoundException, RepositoryException, DatabaseException, UnknownException, WebserviceException, AccessDeniedException
NodeImpl.getVersionHistory(String)getVersionHistory in interface BaseNodeuuid - the uuidPathNotFoundException - the path not found exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionAccessDeniedException - the access denied exceptionNodeImpl.getVersionHistory(String)@Deprecated public void restoreVersion(String uuid, String versionName) throws AccessDeniedException, PathNotFoundException, LockException, RepositoryException, DatabaseException, ExtensionException, AutomationException, UnknownException, WebserviceException
NodeImpl.restoreVersion(String, String)restoreVersion in interface BaseNodeuuid - the uuidversionName - the version nameAccessDeniedException - the access denied exceptionPathNotFoundException - the path not found exceptionLockException - the lock exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionExtensionException - the extension exceptionAutomationException - the automation exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionNodeImpl.restoreVersion(String, String)@Deprecated public void purgeVersionHistory(String uuid) throws AccessDeniedException, PathNotFoundException, LockException, RepositoryException, DatabaseException, ExtensionException, UnknownException, WebserviceException
NodeImpl.purgeVersionHistory(String)purgeVersionHistory in interface BaseNodeuuid - the uuidAccessDeniedException - the access denied exceptionPathNotFoundException - the path not found exceptionLockException - the lock exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionExtensionException - the extension exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionNodeImpl.purgeVersionHistory(String)@Deprecated public PromoteAsRecordEvaluation mayBePromotedAsRecord(String uuid, boolean fullEvaluation) throws PathNotFoundException, DatabaseException, FilePlanRecordManagerException, UnknownException, WebserviceException, AccessDeniedException
NodeImpl.mayBePromotedAsRecord(String, boolean)mayBePromotedAsRecord in interface BaseNodeuuid - the uuidfullEvaluation - the full evaluationPathNotFoundException - the path not found exceptionDatabaseException - the database exceptionFilePlanRecordManagerException - the file plan record manager exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionAccessDeniedException - the access denied exceptionNodeImpl.mayBePromotedAsRecord(String, boolean)@Deprecated public void promoteAsRecord(String uuid) throws PathNotFoundException, DatabaseException, FilePlanRecordManagerException, UnknownException, WebserviceException, PromoteAsRecordException
NodeImpl.promoteAsRecord(String)promoteAsRecord in interface BaseNodeuuid - the uuidPathNotFoundException - the path not found exceptionDatabaseException - the database exceptionFilePlanRecordManagerException - the file plan record manager exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionPromoteAsRecordException - the promote as record exceptionNodeImpl.promoteAsRecord(String)@Deprecated public void degradeRecord(String uuid) throws PathNotFoundException, DatabaseException, AccessDeniedException, LockException, UnknownException, WebserviceException
NodeImpl.degradeRecord(String)degradeRecord in interface BaseNodeuuid - the uuidPathNotFoundException - the path not found exceptionDatabaseException - the database exceptionAccessDeniedException - the access denied exceptionLockException - the lock exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionNodeImpl.degradeRecord(String)@Deprecated public boolean isElectronicRecordPath(String uuid) throws PathNotFoundException, DatabaseException, WebserviceException, UnknownException, AccessDeniedException
NodeImpl.isElectronicRecordPath(String)isElectronicRecordPath in interface BaseNodeuuid - the uuidPathNotFoundException - the path not found exceptionDatabaseException - the database exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionAccessDeniedException - the access denied exceptionNodeImpl.isElectronicRecordPath(String)@Deprecated public Record getElectronicRecordInPath(String uuid) throws PathNotFoundException, DatabaseException, WebserviceException, RepositoryException, UnknownException, AccessDeniedException
NodeImpl.getElectronicRecordInPath(String)getElectronicRecordInPath in interface BaseNodeuuid - the uuidPathNotFoundException - the path not found exceptionDatabaseException - the database exceptionWebserviceException - the webservice exceptionRepositoryException - the repository exceptionUnknownException - the unknown exceptionAccessDeniedException - the access denied exceptionNodeImpl.getElectronicRecordInPath(String)@Deprecated public SimpleNodeBaseList getChildrenNodesPaginated(String uuid, int offset, int limit, String filter, String orderByField, boolean orderAsc, List<Integer> filteredTypes) throws AccessDeniedException, RepositoryException, PathNotFoundException, DatabaseException, UnknownException, WebserviceException
NodeImpl.getChildrenNodesPaginated(String,
int, int, String, String, boolean, List)getChildrenNodesPaginated in interface BaseNodeuuid - the uuidoffset - the offsetlimit - the limitfilter - the filterorderByField - the order by fieldorderAsc - the order ascfilteredTypes - the filtered typesAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionPathNotFoundException - the path not found exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionNodeImpl.getChildrenNodesPaginated(String, int, int, String, String, boolean, List)@Deprecated public SimpleNodeBaseList getChildrenNodesPaginated(String uuid, int offset, int limit, String filter, String orderByField, boolean orderAsc, List<Integer> filteredTypes, String pluginName) throws AccessDeniedException, RepositoryException, PathNotFoundException, DatabaseException, UnknownException, WebserviceException
NodeImpl.getChildrenNodesPaginated(String,
int, int, String, String, boolean, List, String)getChildrenNodesPaginated in interface BaseNodeuuid - the uuidoffset - the offsetlimit - the limitfilter - the filterorderByField - the order by fieldorderAsc - the order ascfilteredTypes - the filtered typespluginName - the plugin nameAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionPathNotFoundException - the path not found exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionNodeImpl.getChildrenNodesPaginated(String, int, int, String, String, boolean, List, String)@Deprecated public List<BreadCrumbItem> getBreadcrumb(String uuid) throws PathNotFoundException, DatabaseException, AccessDeniedException, RepositoryException, WebserviceException, UnknownException
NodeImpl.getBreadcrumb(String)getBreadcrumb in interface BaseNodeuuid - the uuidPathNotFoundException - the path not found exceptionDatabaseException - the database exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionNodeImpl.getBreadcrumb(String)@Deprecated public void subscribe(String uuid) throws PathNotFoundException, DatabaseException, AccessDeniedException, WebserviceException, UnknownException, LockException
NodeImpl.subscribe(String)subscribe in interface BaseNodeuuid - the uuidPathNotFoundException - the path not found exceptionDatabaseException - the database exceptionAccessDeniedException - the access denied exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionLockException - the lock exceptionNodeImpl.subscribe(String)@Deprecated public void unsubscribe(String uuid) throws PathNotFoundException, DatabaseException, AccessDeniedException, WebserviceException, UnknownException, LockException
NodeImpl.unsubscribe(String)unsubscribe in interface BaseNodeuuid - the uuidPathNotFoundException - the path not found exceptionDatabaseException - the database exceptionAccessDeniedException - the access denied exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionLockException - the lock exceptionNodeImpl.unsubscribe(String)@Deprecated public void importZip(String uuid, InputStream is) throws UnsupportedMimeTypeException, FileSizeExceededException, UserQuotaExceededException, VirusDetectedException, ItemExistsException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, ExtensionException, AutomationException, PromotedAsRecordLockException, UnknownException, WebserviceException
NodeImpl.importZip(String, InputStream)importZip in interface BaseNodeuuid - the uuidis - the isUnsupportedMimeTypeException - the unsupported mime type exceptionFileSizeExceededException - the file size exceeded exceptionUserQuotaExceededException - the user quota exceeded exceptionVirusDetectedException - the virus detected exceptionItemExistsException - the item exists exceptionPathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionExtensionException - the extension exceptionAutomationException - the automation exceptionPromotedAsRecordLockException - the promoted as record lock exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionNodeImpl.importZip(String, InputStream)@Deprecated public void unZip(String uuid, String dstId) throws UnsupportedMimeTypeException, FileSizeExceededException, UserQuotaExceededException, VirusDetectedException, ItemExistsException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, ExtensionException, AutomationException, PromotedAsRecordLockException, UnknownException, WebserviceException
NodeImpl.unZip(String, String)unZip in interface BaseNodeuuid - the uuiddstId - the dst idUnsupportedMimeTypeException - the unsupported mime type exceptionFileSizeExceededException - the file size exceeded exceptionUserQuotaExceededException - the user quota exceeded exceptionVirusDetectedException - the virus detected exceptionItemExistsException - the item exists exceptionPathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionExtensionException - the extension exceptionAutomationException - the automation exceptionPromotedAsRecordLockException - the promoted as record lock exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionNodeImpl.unZip(String, String)@Deprecated public InputStream exportZip(List<String> uuids, boolean background) throws WebserviceException, UnknownException, ConversionException
NodeImpl.exportZip(List, boolean)exportZip in interface BaseNodeuuids - the uuidsbackground - the backgroundWebserviceException - the webservice exceptionUnknownException - the unknown exceptionConversionException - the conversion exceptionNodeImpl.exportZip(List, boolean)@Deprecated public InputStream exportZip(List<String> uuids, boolean withPath, boolean background) throws WebserviceException, UnknownException, ConversionException
NodeImpl.exportZip(List, boolean)exportZip in interface BaseNodeuuids - the uuidswithPath - the withPathbackground - the backgroundWebserviceException - the webservice exceptionUnknownException - the unknown exceptionConversionException - the conversion exceptionNodeImpl.exportZip(List, boolean)@Deprecated public SimpleNodeBaseList getChildrenNodesByCategoryPaginated(String uuid, int offset, int limit, String filter, String orderByFiled, boolean orderAsc, List<Integer> filteredTypes) throws AccessDeniedException, RepositoryException, PathNotFoundException, DatabaseException, UnknownException, WebserviceException
NodeImpl.getChildrenNodesByCategoryPaginated(String,
int, int, String, String, boolean, List)getChildrenNodesByCategoryPaginated in interface BaseNodeuuid - the uuidoffset - the offsetlimit - the limitfilter - the filterorderByFiled - the order by fieldorderAsc - the order ascfilteredTypes - the filtered typesAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionPathNotFoundException - the path not found exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionNodeImpl.getChildrenNodesByCategoryPaginated(String, int, int, String, String, boolean, List)@Deprecated public SimpleNodeBaseList getChildrenNodesByCategoryPaginated(String uuid, int offset, int limit, String filter, String orderByFiled, boolean orderAsc, List<Integer> filteredTypes, String pluginName) throws AccessDeniedException, RepositoryException, PathNotFoundException, DatabaseException, UnknownException, WebserviceException
NodeImpl.getChildrenNodesByCategoryPaginated(String,
int, int, String, String, boolean, List, String)getChildrenNodesByCategoryPaginated in interface BaseNodeuuid - the uuidoffset - the offsetlimit - the limitfilter - the filterorderByFiled - the order by fieldorderAsc - the order ascfilteredTypes - the filtered typespluginName - the plugin nameAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionPathNotFoundException - the path not found exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionNodeImpl.getChildrenNodesByCategoryPaginated(String, int, int, String, String, boolean, List, String)@Deprecated public List<Node> getNodesFiltered(List<String> uuids) throws WebserviceException, UnsupportedEncodingException, UnknownException
NodeImpl.getNodesFiltered(List)getNodesFiltered in interface BaseNodeuuids - the uuidsWebserviceException - the webservice exceptionUnsupportedEncodingException - the unsupported encoding exceptionUnknownException - the unknown exceptionNodeImpl.getNodesFiltered(List)@Deprecated public ZipDownloadEvaluationResult evaluateDownloadZip(List<String> uuids) throws WebserviceException, UnknownException
NodeImpl.evaluateDownloadZip(List)evaluateDownloadZip in interface BaseNodeuuids - the uuidsWebserviceException - the webservice exceptionUnknownException - the unknown exceptionNodeImpl.evaluateDownloadZip(List)@Deprecated public String generateDownloadToken(String uuid, boolean preview) throws PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, UnknownException, WebserviceException
NodeImpl.generateDownloadToken(String, boolean)generateDownloadToken in interface BaseNodeuuid - the uuidpreview - the previewPathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionNodeImpl.generateDownloadToken(String, boolean)@Deprecated public Node restore(String uuid) throws AccessDeniedException, PathNotFoundException, RepositoryException, DatabaseException, UnknownException, WebserviceException
NodeImpl.restore(String)restore in interface BaseNodeuuid - the uuidAccessDeniedException - the access denied exceptionPathNotFoundException - the path not found exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionNodeImpl.restore(String)@Deprecated public boolean hasNodesLockedByOtherUser(String uuid) throws WebserviceException, PathNotFoundException, DatabaseException, AccessDeniedException, UnknownException
NodeImpl.hasNodesLockedByOtherUser(String)hasNodesLockedByOtherUser in interface BaseNodeuuid - the uuidWebserviceException - the webservice exceptionPathNotFoundException - the path not found exceptionDatabaseException - the database exceptionAccessDeniedException - the access denied exceptionUnknownException - the unknown exceptionNodeImpl.hasNodesLockedByOtherUser(String)@Deprecated public LockInfo lockNode(String uuid) throws LockException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, UnknownException, WebserviceException
NodeImpl.lockNode(String)lockNode in interface BaseNodeuuid - the uuidLockException - the lock exceptionPathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionNodeImpl.lockNode(String)@Deprecated public LockInfo forceLockNode(String uuid) throws LockException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, UnknownException, WebserviceException
NodeImpl.forceLockNode(String)forceLockNode in interface BaseNodeuuid - the uuidLockException - the lock exceptionPathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionNodeImpl.forceLockNode(String)@Deprecated public void unlockNode(String uuid) throws LockException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, UnknownException, WebserviceException
NodeImpl.unlockNode(String)unlockNode in interface BaseNodeuuid - the uuidLockException - the lock exceptionPathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionNodeImpl.unlockNode(String)@Deprecated public void forceUnlockNode(String uuid) throws LockException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, UnknownException, WebserviceException
NodeImpl.forceUnlockNode(String)forceUnlockNode in interface BaseNodeuuid - the uuidLockException - the lock exceptionPathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionNodeImpl.forceUnlockNode(String)public void setComment(String uuid, String versionName, String comment) throws VersionException, DatabaseException, AccessDeniedException, WebserviceException, UnknownException, PathNotFoundException
NodeImpl.setComment(String, String, String)setComment in interface BaseNodeuuid - the uuidversionName - the version namecomment - the commentVersionException - the version exceptionDatabaseException - the database exceptionAccessDeniedException - the access denied exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionPathNotFoundException - the path not found exceptionNodeImpl.setComment(String, String, String)public PaginatorPluginList getPaginatorPlugins() throws UnknownException, WebserviceException
NodeImpl.getPaginatorPlugins()getPaginatorPlugins in interface BaseNodeUnknownException - the unknown exceptionWebserviceException - the webservice exceptionNodeImpl.getPaginatorPlugins()@Deprecated public List<RelationType> getRelationTypes(String type) throws AccessDeniedException, DatabaseException, UnknownException, WebserviceException
RelationImpl.getRelationTypes(String)getRelationTypes in interface BaseRelationtype - the typeAccessDeniedException - the access denied exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionRelationImpl.getRelationTypes(String)@Deprecated public void addRelation(String nodeAId, String nodeBId, long relTypeId) throws LockException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, UnknownException, WebserviceException
RelationImpl.addRelation(String, String, long)addRelation in interface BaseRelationnodeAId - the node a idnodeBId - the node b idrelTypeId - the rel type idLockException - the lock exceptionPathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionRelationImpl.addRelation(String, String, long)@Deprecated public void deleteRelation(long relationId) throws LockException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, UnknownException, WebserviceException
RelationImpl.deleteRelation(long)deleteRelation in interface BaseRelationrelationId - the relation idLockException - the lock exceptionPathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionRelationImpl.deleteRelation(long)@Deprecated public List<Relation> getRelations(String uuid) throws PathNotFoundException, DatabaseException, UnknownException, WebserviceException, AccessDeniedException
RelationImpl.getRelations(String)getRelations in interface BaseRelationuuid - the uuidPathNotFoundException - the path not found exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionAccessDeniedException - the access denied exceptionRelationImpl.getRelations(String)@Deprecated public List<RelationGroup> getRelationGroups(String uuid) throws AccessDeniedException, DatabaseException, UnknownException, WebserviceException, PathNotFoundException
RelationImpl.getRelationGroups(String)getRelationGroups in interface BaseRelationuuid - the uuidAccessDeniedException - the access denied exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionPathNotFoundException - the path not found exceptionRelationImpl.getRelationGroups(String)@Deprecated public List<RelationGroup> getAllRelationGroups() throws AccessDeniedException, DatabaseException, UnknownException, WebserviceException, PathNotFoundException
RelationImpl.getAllRelationGroups()getAllRelationGroups in interface BaseRelationAccessDeniedException - the access denied exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionPathNotFoundException - the path not found exceptionRelationImpl.getAllRelationGroups()@Deprecated public void addRelationGroup(String uuid, String groupName, long type) throws AccessDeniedException, PathNotFoundException, DatabaseException, UnknownException, WebserviceException
RelationImpl.addRelationGroup(String, String, long)addRelationGroup in interface BaseRelationuuid - the uuidgroupName - the group nametype - the typeAccessDeniedException - the access denied exceptionPathNotFoundException - the path not found exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionRelationImpl.addRelationGroup(String, String, long)@Deprecated public void addNodeToGroup(String uuid, long groupId) throws AccessDeniedException, PathNotFoundException, DatabaseException, RepositoryException, UnknownException, WebserviceException
RelationImpl.addNodeToGroup(String, long)addNodeToGroup in interface BaseRelationuuid - the uuidgroupId - the group idAccessDeniedException - the access denied exceptionPathNotFoundException - the path not found exceptionDatabaseException - the database exceptionRepositoryException - the repository exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionRelationImpl.addNodeToGroup(String, long)@Deprecated public void deleteRelationGroupItem(String uuid, long groupId) throws AccessDeniedException, DatabaseException, PathNotFoundException, RepositoryException, UnknownException, WebserviceException
RelationImpl.deleteRelationGroupItem(String, long)deleteRelationGroupItem in interface BaseRelationuuid - the uuidgroupId - the group idAccessDeniedException - the access denied exceptionDatabaseException - the database exceptionPathNotFoundException - the path not found exceptionRepositoryException - the repository exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionRelationImpl.deleteRelationGroupItem(String, long)@Deprecated public void deleteRelationGroup(long groupId) throws AccessDeniedException, DatabaseException, PathNotFoundException, RepositoryException, UnknownException, WebserviceException
RelationImpl.deleteRelationGroup(long)deleteRelationGroup in interface BaseRelationgroupId - the group idAccessDeniedException - the access denied exceptionDatabaseException - the database exceptionPathNotFoundException - the path not found exceptionRepositoryException - the repository exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionRelationImpl.deleteRelationGroup(long)@Deprecated public RelationGroup findRelationGroup(long groupId) throws AccessDeniedException, PathNotFoundException, DatabaseException, RepositoryException, UnknownException, WebserviceException
RelationImpl.findRelationGroup(long)findRelationGroup in interface BaseRelationgroupId - the group idAccessDeniedException - the access denied exceptionPathNotFoundException - the path not found exceptionDatabaseException - the database exceptionRepositoryException - the repository exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionRelationImpl.findRelationGroup(long)@Deprecated public void setRelationGroupName(long groupId, String groupName) throws AccessDeniedException, DatabaseException, UnknownException, WebserviceException
RelationImpl.setRelationGroupName(long, String)setRelationGroupName in interface BaseRelationgroupId - the group idgroupName - the group nameAccessDeniedException - the access denied exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionRelationImpl.setRelationGroupName(long, String)@Deprecated public void registerProcessDefinition(InputStream is) throws ParseException, RepositoryException, DatabaseException, WorkflowException, UnknownException, WebserviceException, AccessDeniedException
WorkflowImpl.registerProcessDefinition(InputStream)registerProcessDefinition in interface BaseWorkflowis - the isParseException - the parse exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionWorkflowException - the workflow exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionAccessDeniedException - the access denied exceptionWorkflowImpl.registerProcessDefinition(InputStream)@Deprecated public void deleteProcessDefinition(long pdId) throws RepositoryException, DatabaseException, WorkflowException, UnknownException, WebserviceException, AccessDeniedException
WorkflowImpl.deleteProcessDefinition(long)deleteProcessDefinition in interface BaseWorkflowpdId - the pd idRepositoryException - the repository exceptionDatabaseException - the database exceptionWorkflowException - the workflow exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionAccessDeniedException - the access denied exceptionWorkflowImpl.deleteProcessDefinition(long)@Deprecated public ProcessDefinition getProcessDefinition(long pdId) throws RepositoryException, DatabaseException, WorkflowException, UnknownException, WebserviceException, AccessDeniedException
WorkflowImpl.getProcessDefinition(long)getProcessDefinition in interface BaseWorkflowpdId - the pd idRepositoryException - the repository exceptionDatabaseException - the database exceptionWorkflowException - the workflow exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionAccessDeniedException - the access denied exceptionWorkflowImpl.getProcessDefinition(long)@Deprecated public ProcessInstance runProcessDefinition(long pdId, String uuid, Map<String,String> propertiesMap) throws WorkflowException, AccessDeniedException, RepositoryException, DatabaseException, UnknownException, WebserviceException
WorkflowImpl.runProcessDefinition(long, String, Map)runProcessDefinition in interface BaseWorkflowpdId - the pd iduuid - the uuidpropertiesMap - the properties mapWorkflowException - the workflow exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionWorkflowImpl.runProcessDefinition(long, String, Map)@Deprecated public List<ProcessInstance> findProcessInstances(long pdId) throws RepositoryException, DatabaseException, WorkflowException, UnknownException, WebserviceException, AccessDeniedException
WorkflowImpl.findProcessInstances(long)findProcessInstances in interface BaseWorkflowpdId - the pd idRepositoryException - the repository exceptionDatabaseException - the database exceptionWorkflowException - the workflow exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionAccessDeniedException - the access denied exceptionWorkflowImpl.findProcessInstances(long)@Deprecated public List<ProcessDefinition> findAllProcessDefinitions() throws RepositoryException, DatabaseException, WorkflowException, UnknownException, WebserviceException, AccessDeniedException
WorkflowImpl.findAllProcessDefinitions()findAllProcessDefinitions in interface BaseWorkflowRepositoryException - the repository exceptionDatabaseException - the database exceptionWorkflowException - the workflow exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionAccessDeniedException - the access denied exceptionWorkflowImpl.findAllProcessDefinitions()@Deprecated public List<ProcessDefinition> findLatestProcessDefinitions() throws RepositoryException, DatabaseException, WorkflowException, UnknownException, WebserviceException, AccessDeniedException
WorkflowImpl.findLatestProcessDefinitions()findLatestProcessDefinitions in interface BaseWorkflowRepositoryException - the repository exceptionDatabaseException - the database exceptionWorkflowException - the workflow exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionAccessDeniedException - the access denied exceptionWorkflowImpl.findLatestProcessDefinitions()@Deprecated public ProcessDefinition findLastProcessDefinition(String name) throws RepositoryException, DatabaseException, WorkflowException, UnknownException, WebserviceException, AccessDeniedException
WorkflowImpl.findLastProcessDefinition(String)findLastProcessDefinition in interface BaseWorkflowname - the nameRepositoryException - the repository exceptionDatabaseException - the database exceptionWorkflowException - the workflow exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionAccessDeniedException - the access denied exceptionWorkflowImpl.findLastProcessDefinition(String)@Deprecated public ProcessInstance getProcessInstance(long piId) throws RepositoryException, DatabaseException, WorkflowException, UnknownException, WebserviceException, AccessDeniedException
WorkflowImpl.getProcessInstance(long)getProcessInstance in interface BaseWorkflowpiId - the pi idRepositoryException - the repository exceptionDatabaseException - the database exceptionWorkflowException - the workflow exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionAccessDeniedException - the access denied exceptionWorkflowImpl.getProcessInstance(long)@Deprecated public TaskInstanceResultSet findUserTaskInstances() throws RepositoryException, DatabaseException, WorkflowException, UnknownException, WebserviceException, AccessDeniedException
WorkflowImpl.findUserTaskInstances()findUserTaskInstances in interface BaseWorkflowRepositoryException - the repository exceptionDatabaseException - the database exceptionWorkflowException - the workflow exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionAccessDeniedException - the access denied exceptionWorkflowImpl.findUserTaskInstances()@Deprecated public List<TaskInstance> findTaskInstances(long piId) throws RepositoryException, DatabaseException, WorkflowException, UnknownException, WebserviceException, AccessDeniedException
WorkflowImpl.findTaskInstances(long)findTaskInstances in interface BaseWorkflowpiId - the pi idRepositoryException - the repository exceptionDatabaseException - the database exceptionWorkflowException - the workflow exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionAccessDeniedException - the access denied exceptionWorkflowImpl.findTaskInstances(long)@Deprecated public void setTaskInstanceValues(long pdId, long tiId, String tiName, String transName, Map<String,String> properties) throws RepositoryException, DatabaseException, WorkflowException, UnknownException, WebserviceException, AccessDeniedException
WorkflowImpl.setTaskInstanceValues(long, long, String, String, Map)setTaskInstanceValues in interface BaseWorkflowpdId - the pd idtiId - the ti idtiName - the ti nametransName - the trans nameproperties - the propertiesRepositoryException - the repository exceptionDatabaseException - the database exceptionWorkflowException - the workflow exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionAccessDeniedException - the access denied exceptionWorkflowImpl.setTaskInstanceValues(long, long, String, String, Map)@Deprecated public TaskInstance getTaskInstance(long tiId) throws RepositoryException, DatabaseException, WorkflowException, UnknownException, WebserviceException, AccessDeniedException
WorkflowImpl.getTaskInstance(long)getTaskInstance in interface BaseWorkflowtiId - the ti idRepositoryException - the repository exceptionDatabaseException - the database exceptionWorkflowException - the workflow exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionAccessDeniedException - the access denied exceptionWorkflowImpl.getTaskInstance(long)@Deprecated public void startTaskInstance(long tiId) throws RepositoryException, DatabaseException, WorkflowException, UnknownException, WebserviceException, AccessDeniedException
WorkflowImpl.startTaskInstance(long)startTaskInstance in interface BaseWorkflowtiId - the ti idRepositoryException - the repository exceptionDatabaseException - the database exceptionWorkflowException - the workflow exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionAccessDeniedException - the access denied exceptionWorkflowImpl.startTaskInstance(long)@Deprecated public void setTaskInstanceActorId(long tiId, String actorId) throws RepositoryException, DatabaseException, WorkflowException, UnknownException, WebserviceException, AccessDeniedException
WorkflowImpl.setTaskInstanceActorId(long, String)setTaskInstanceActorId in interface BaseWorkflowtiId - the ti idactorId - the actor idRepositoryException - the repository exceptionDatabaseException - the database exceptionWorkflowException - the workflow exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionAccessDeniedException - the access denied exceptionWorkflowImpl.setTaskInstanceActorId(long, String)@Deprecated public void endTaskInstance(long tiId, String transName) throws RepositoryException, DatabaseException, WorkflowException, UnknownException, WebserviceException, AccessDeniedException
WorkflowImpl.endTaskInstance(long, String)endTaskInstance in interface BaseWorkflowtiId - the ti idtransName - the trans nameRepositoryException - the repository exceptionDatabaseException - the database exceptionWorkflowException - the workflow exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionAccessDeniedException - the access denied exceptionWorkflowImpl.endTaskInstance(long, String)@Deprecated public Map<String,List<FormElement>> getProcessDefinitionForms(long pdId) throws ParseException, AccessDeniedException, RepositoryException, DatabaseException, WorkflowException, UnknownException, WebserviceException
WorkflowImpl.getProcessDefinitionForms(long)getProcessDefinitionForms in interface BaseWorkflowpdId - the pd idParseException - the parse exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionWorkflowException - the workflow exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionWorkflowImpl.getProcessDefinitionForms(long)@Deprecated public String getProcessDefinitionImage(String pdId, String uuid) throws PathNotFoundException, AccessDeniedException, ConversionException, AutomationException, RepositoryException, DatabaseException, UnknownException, WebserviceException
WorkflowImpl.getProcessDefinitionImage(String, String)getProcessDefinitionImage in interface BaseWorkflowpdId - the pd iduuid - the uuidPathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionConversionException - the conversion exceptionAutomationException - the automation exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionWorkflowImpl.getProcessDefinitionImage(String, String)@Deprecated public TaskInstanceResultSet findPooledTaskInstances() throws AccessDeniedException, RepositoryException, DatabaseException, WorkflowException, UnknownException, WebserviceException
WorkflowImpl.findPooledTaskInstances()findPooledTaskInstances in interface BaseWorkflowAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionWorkflowException - the workflow exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionWorkflowImpl.findPooledTaskInstances()@Deprecated public InputStream doc2pdf(InputStream is, String fileName) throws ConversionException, WebserviceException, UnknownException
ConversionImpl.doc2pdf(InputStream, String)doc2pdf in interface BaseConversionis - The content of the filefileName - the file nameConversionException - the conversion exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionConversionImpl.doc2pdf(InputStream, String)@Deprecated public InputStream imageConvert(InputStream is, String fileName, String params, String dstMimeType) throws WebserviceException, UnknownException
ConversionImpl.imageConvert(InputStream, String, String, String)imageConvert in interface BaseConversionis - The content of the filefileName - the file nameparams - the paramsdstMimeType - the dst mime typeWebserviceException - the webservice exceptionUnknownException - the unknown exceptionConversionImpl.imageConvert(InputStream, String, String, String)@Deprecated public InputStream html2pdf(String url) throws ConversionException, WebserviceException, UnknownException
ConversionImpl.html2pdf(String)html2pdf in interface BaseConversionurl - the urlConversionException - the conversion exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionConversionImpl.html2pdf(String)@Deprecated public String doc2txt(InputStream is, String fileName) throws WebserviceException, UnknownException
ConversionImpl.doc2txt(InputStream, String)doc2txt in interface BaseConversionis - The content of the filefileName - the file nameWebserviceException - the webservice exceptionUnknownException - the unknown exceptionConversionImpl.doc2txt(InputStream, String)@Deprecated public String img2txt(InputStream is, String fileName) throws WebserviceException, UnknownException
ConversionImpl.img2txt(InputStream, String)img2txt in interface BaseConversionis - The content of the filefileName - The filenameWebserviceException - the webservice exceptionUnknownException - the unknown exceptionConversionImpl.img2txt(InputStream, String)@Deprecated public String barcode2txt(InputStream is, String fileName) throws WebserviceException, UnknownException
ConversionImpl.barcode2txt(InputStream, String)barcode2txt in interface BaseConversionis - The content of the filefileName - the file nameWebserviceException - the webservice exceptionUnknownException - the unknown exceptionConversionImpl.barcode2txt(InputStream, String)@Deprecated public List<Report> getReports(boolean active) throws DatabaseException, AccessDeniedException, ParseException, UnknownException, WebserviceException
ReportImpl.getReports(boolean)getReports in interface BaseReportactive - the activeDatabaseException - the database exceptionAccessDeniedException - the access denied exceptionParseException - the parse exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionReportImpl.getReports(boolean)@Deprecated public Report getReport(long rpId) throws DatabaseException, AccessDeniedException, ParseException, UnknownException, WebserviceException
ReportImpl.getReport(long)getReport in interface BaseReportrpId - the rp idDatabaseException - the database exceptionAccessDeniedException - the access denied exceptionParseException - the parse exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionReportImpl.getReport(long)@Deprecated public String generateDownloadReportToken(long rpId) throws AccessDeniedException, DatabaseException, UnknownException, WebserviceException
ReportImpl.generateDownloadReportToken(long)generateDownloadReportToken in interface BaseReportrpId - the rp idAccessDeniedException - the access denied exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionReportImpl.generateDownloadReportToken(long)@Deprecated public InputStream executeReport(long rpId, Map<String,String> params, String format) throws DatabaseException, AccessDeniedException, ParseException, JRException, EvalError, UnknownException, WebserviceException
ReportImpl.executeReport(long, Map, String, String)executeReport in interface BaseReportrpId - the rp idparams - the paramsformat - the formatDatabaseException - the database exceptionAccessDeniedException - the access denied exceptionParseException - the parse exceptionJRException - the jr exceptionEvalError - the eval errorUnknownException - the unknown exceptionWebserviceException - the webservice exceptionReportImpl.executeReport(long, Map, String, String)@Deprecated public InputStream executeReport(long rpId, Map<String,String> params, String format, String uuid) throws DatabaseException, AccessDeniedException, ParseException, JRException, EvalError, UnknownException, WebserviceException
ReportImpl.executeReport(long, Map, String, String)executeReport in interface BaseReportrpId - the rp idparams - the paramsformat - the formatuuid - the uuidDatabaseException - the database exceptionAccessDeniedException - the access denied exceptionParseException - the parse exceptionJRException - the jr exceptionEvalError - the eval errorUnknownException - the unknown exceptionWebserviceException - the webservice exceptionReportImpl.executeReport(long, Map, String, String)@Deprecated public Document saveReport(long rpId, Map<String,String> params, String format, String dstId, String docName) throws DatabaseException, AccessDeniedException, ParseException, JRException, EvalError, UnknownException, WebserviceException
ReportImpl.saveReport(long, Map, String, String, String, String)saveReport in interface BaseReportrpId - the rp idparams - the paramsformat - the formatdstId - the dst iddocName - the doc nameDatabaseException - the database exceptionAccessDeniedException - the access denied exceptionParseException - the parse exceptionJRException - the jr exceptionEvalError - the eval errorUnknownException - the unknown exceptionWebserviceException - the webservice exceptionReportImpl.saveReport(long, Map, String, String, String, String)@Deprecated public Document saveReport(long rpId, Map<String,String> params, String format, String dstId, String docName, String uuid) throws DatabaseException, AccessDeniedException, ParseException, JRException, EvalError, UnknownException, WebserviceException
ReportImpl.saveReport(long, Map, String, String, String, String)saveReport in interface BaseReportrpId - the rp idparams - the paramsformat - the formatdstId - the dst iddocName - the doc nameuuid - the uuidDatabaseException - the database exceptionAccessDeniedException - the access denied exceptionParseException - the parse exceptionJRException - the jr exceptionEvalError - the eval errorUnknownException - the unknown exceptionWebserviceException - the webservice exceptionReportImpl.saveReport(long, Map, String, String, String, String)@Deprecated public DashboardResultSet getUserCheckedOutDocuments(int offset, int limit) throws RepositoryException, PathNotFoundException, DatabaseException, AccessDeniedException, WebserviceException, UnknownException
DashboardImpl.getUserCheckedOutDocuments(int, int)getUserCheckedOutDocuments in interface BaseDashboardoffset - the offsetlimit - the limitRepositoryException - the repository exceptionPathNotFoundException - the path not found exceptionDatabaseException - the database exceptionAccessDeniedException - the access denied exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionDashboardImpl.getUserCheckedOutDocuments(int, int)@Deprecated public DashboardResultSet getUserLastModifiedDocuments(int offset, int limit) throws RepositoryException, PathNotFoundException, DatabaseException, AccessDeniedException, WebserviceException, UnknownException
DashboardImpl.getUserLastModifiedDocuments(int, int)getUserLastModifiedDocuments in interface BaseDashboardoffset - the offsetlimit - the limitRepositoryException - the repository exceptionPathNotFoundException - the path not found exceptionDatabaseException - the database exceptionAccessDeniedException - the access denied exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionDashboardImpl.getUserLastModifiedDocuments(int, int)@Deprecated public DashboardResultSet getUserLockedDocuments(int offset, int limit) throws RepositoryException, PathNotFoundException, DatabaseException, AccessDeniedException, WebserviceException, UnknownException
DashboardImpl.getUserLockedDocuments(int, int)getUserLockedDocuments in interface BaseDashboardoffset - the offsetlimit - the limitRepositoryException - the repository exceptionPathNotFoundException - the path not found exceptionDatabaseException - the database exceptionAccessDeniedException - the access denied exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionDashboardImpl.getUserLockedDocuments(int, int)@Deprecated public DashboardResultSet getUserLockedRecords(int offset, int limit) throws RepositoryException, PathNotFoundException, DatabaseException, AccessDeniedException, WebserviceException, UnknownException
DashboardImpl.getUserLockedRecords(int, int)getUserLockedRecords in interface BaseDashboardoffset - the offsetlimit - the limitRepositoryException - the repository exceptionPathNotFoundException - the path not found exceptionDatabaseException - the database exceptionAccessDeniedException - the access denied exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionDashboardImpl.getUserLockedRecords(int, int)@Deprecated public DashboardResultSet getUserLockedFolders(int offset, int limit) throws RepositoryException, PathNotFoundException, DatabaseException, AccessDeniedException, WebserviceException, UnknownException
DashboardImpl.getUserLockedFolders(int, int)getUserLockedFolders in interface BaseDashboardoffset - the offsetlimit - the limitRepositoryException - the repository exceptionPathNotFoundException - the path not found exceptionDatabaseException - the database exceptionAccessDeniedException - the access denied exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionDashboardImpl.getUserLockedFolders(int, int)@Deprecated public DashboardResultSet getUserLockedMails(int offset, int limit) throws RepositoryException, PathNotFoundException, DatabaseException, AccessDeniedException, WebserviceException, UnknownException
DashboardImpl.getUserLockedMails(int, int)getUserLockedMails in interface BaseDashboardoffset - the offsetlimit - the limitRepositoryException - the repository exceptionPathNotFoundException - the path not found exceptionDatabaseException - the database exceptionAccessDeniedException - the access denied exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionDashboardImpl.getUserLockedMails(int, int)@Deprecated public DashboardResultSet getUserSubscribedDocuments(int offset, int limit) throws RepositoryException, PathNotFoundException, DatabaseException, AccessDeniedException, WebserviceException, UnknownException
DashboardImpl.getUserSubscribedDocuments(int, int)getUserSubscribedDocuments in interface BaseDashboardoffset - the offsetlimit - the limitRepositoryException - the repository exceptionPathNotFoundException - the path not found exceptionDatabaseException - the database exceptionAccessDeniedException - the access denied exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionDashboardImpl.getUserSubscribedDocuments(int, int)@Deprecated public DashboardResultSet getUserSubscribedFolders(int offset, int limit) throws RepositoryException, PathNotFoundException, DatabaseException, AccessDeniedException, WebserviceException, UnknownException
DashboardImpl.getUserSubscribedFolders(int, int)getUserSubscribedFolders in interface BaseDashboardoffset - the offsetlimit - the limitRepositoryException - the repository exceptionPathNotFoundException - the path not found exceptionDatabaseException - the database exceptionAccessDeniedException - the access denied exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionDashboardImpl.getUserSubscribedFolders(int, int)@Deprecated public DashboardResultSet getUserSubscribedRecords(int offset, int limit) throws RepositoryException, PathNotFoundException, DatabaseException, AccessDeniedException, WebserviceException, UnknownException
DashboardImpl.getUserSubscribedRecords(int, int)getUserSubscribedRecords in interface BaseDashboardoffset - the offsetlimit - the limitRepositoryException - the repository exceptionPathNotFoundException - the path not found exceptionDatabaseException - the database exceptionAccessDeniedException - the access denied exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionDashboardImpl.getUserSubscribedRecords(int, int)@Deprecated public DashboardResultSet getUserLastCreatedDocuments(int offset, int limit) throws RepositoryException, PathNotFoundException, DatabaseException, AccessDeniedException, WebserviceException, UnknownException
DashboardImpl.getUserLastCreatedDocuments(int, int)getUserLastCreatedDocuments in interface BaseDashboardoffset - the offsetlimit - the limitRepositoryException - the repository exceptionPathNotFoundException - the path not found exceptionDatabaseException - the database exceptionAccessDeniedException - the access denied exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionDashboardImpl.getUserLastCreatedDocuments(int, int)@Deprecated public DashboardResultSet getUserLastCreatedFolders(int offset, int limit) throws RepositoryException, PathNotFoundException, DatabaseException, AccessDeniedException, WebserviceException, UnknownException
DashboardImpl.getUserLastCreatedFolders(int, int)getUserLastCreatedFolders in interface BaseDashboardoffset - the offsetlimit - the limitRepositoryException - the repository exceptionPathNotFoundException - the path not found exceptionDatabaseException - the database exceptionAccessDeniedException - the access denied exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionDashboardImpl.getUserLastCreatedFolders(int, int)@Deprecated public DashboardResultSet getUserLastCreatedRecords(int offset, int limit) throws RepositoryException, PathNotFoundException, DatabaseException, AccessDeniedException, WebserviceException, UnknownException
DashboardImpl.getUserLastCreatedRecords(int, int)getUserLastCreatedRecords in interface BaseDashboardoffset - the offsetlimit - the limitRepositoryException - the repository exceptionPathNotFoundException - the path not found exceptionDatabaseException - the database exceptionAccessDeniedException - the access denied exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionDashboardImpl.getUserLastCreatedRecords(int, int)@Deprecated public DashboardResultSet getUserLastDownloadedDocuments(int offset, int limit) throws RepositoryException, PathNotFoundException, DatabaseException, AccessDeniedException, WebserviceException, UnknownException
DashboardImpl.getUserLastDownloadedDocuments(int, int)getUserLastDownloadedDocuments in interface BaseDashboardoffset - the offsetlimit - the limitRepositoryException - the repository exceptionPathNotFoundException - the path not found exceptionDatabaseException - the database exceptionAccessDeniedException - the access denied exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionDashboardImpl.getUserLastDownloadedDocuments(int, int)@Deprecated public DashboardResultSet getUserLastImportedMails(int offset, int limit) throws RepositoryException, PathNotFoundException, DatabaseException, AccessDeniedException, WebserviceException, UnknownException
DashboardImpl.getUserLastImportedMails(int, int)getUserLastImportedMails in interface BaseDashboardoffset - the offsetlimit - the limitRepositoryException - the repository exceptionPathNotFoundException - the path not found exceptionDatabaseException - the database exceptionAccessDeniedException - the access denied exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionDashboardImpl.getUserLastImportedMails(int, int)@Deprecated public DashboardResultSet getUserLastImportedMailAttachments(int offset, int limit) throws RepositoryException, PathNotFoundException, DatabaseException, AccessDeniedException, WebserviceException, UnknownException
DashboardImpl.getUserLastImportedMailAttachments(int, int)getUserLastImportedMailAttachments in interface BaseDashboardoffset - the offsetlimit - the limitRepositoryException - the repository exceptionPathNotFoundException - the path not found exceptionDatabaseException - the database exceptionAccessDeniedException - the access denied exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionDashboardImpl.getUserLastImportedMailAttachments(int, int)@Deprecated public List<QueryParams> getUserSearches() throws DatabaseException, AccessDeniedException, WebserviceException, UnknownException
DashboardImpl.getUserSearches()getUserSearches in interface BaseDashboardDatabaseException - the database exceptionAccessDeniedException - the access denied exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionDashboardImpl.getUserSearches()@Deprecated public List<DashboardNodeResult> findUserSearches(long qpId) throws RepositoryException, DatabaseException, AccessDeniedException, ParseException, WebserviceException, UnknownException
DashboardImpl.findUserSearches(long)findUserSearches in interface BaseDashboardqpId - the nc idRepositoryException - the repository exceptionDatabaseException - the database exceptionAccessDeniedException - the access denied exceptionParseException - the parse exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionDashboardImpl.findUserSearches(long)@Deprecated public void notify(List<String> uuids, List<String> users, List<String> roles, List<String> mails, String message, boolean attachment) throws WebserviceException, AccessDeniedException, RepositoryException, LockException, PathNotFoundException, DatabaseException, UnknownException, VersionException, PromotedAsRecordLockException
NotificationImpl.notify(List, List, List, List, String, boolean)notify in interface BaseNotificationuuids - the uuidsusers - the usersroles - the rolesmails - the mailsmessage - the messageattachment - the attachmentWebserviceException - the webservice exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionLockException - the lock exceptionPathNotFoundException - the path not found exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionVersionException - the version exceptionPromotedAsRecordLockException - the promoted as record lock exceptionNotificationImpl.notify(List, List, List, List, String, boolean)@Deprecated public TaskList getAssignedTasks(long projectId, long typeId, long statusId, String orderColumn, boolean orderAsc, int offset, int limit, String subject) throws RepositoryException, PathNotFoundException, DatabaseException, AccessDeniedException, WebserviceException, UnknownException
TaskImpl.getAssignedTasks(long, long, long, String, boolean, int, int, String)getAssignedTasks in interface BaseTaskprojectId - the project idtypeId - the type idstatusId - the status idorderColumn - the order columnorderAsc - the order ascoffset - the offsetlimit - the limitsubject - the subjectRepositoryException - the repository exceptionPathNotFoundException - the path not found exceptionDatabaseException - the database exceptionAccessDeniedException - the access denied exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionTaskImpl.getAssignedTasks(long, long, long, String, boolean, int, int, String)@Deprecated public TaskList getActiveTasks(long projectId, long typeId, long statusId, String orderColumn, boolean orderAsc, int offset, int limit, String subject) throws RepositoryException, PathNotFoundException, DatabaseException, AccessDeniedException, WebserviceException, UnknownException
TaskImpl.getActiveTasks(long, long, long, String, boolean, int, int, String)getActiveTasks in interface BaseTaskprojectId - the project idtypeId - the type idstatusId - the status idorderColumn - the order columnorderAsc - the order ascoffset - the offsetlimit - the limitsubject - the subjectRepositoryException - the repository exceptionPathNotFoundException - the path not found exceptionDatabaseException - the database exceptionAccessDeniedException - the access denied exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionTaskImpl.getActiveTasks(long, long, long, String, boolean, int, int, String)@Deprecated public TaskList getFinishedTasks(long projectId, long typeId, long statusId, String orderColumn, boolean orderAsc, int offset, int limit, String subject) throws RepositoryException, PathNotFoundException, DatabaseException, AccessDeniedException, WebserviceException, UnknownException
TaskImpl.getFinishedTasks(long, long, long, String, boolean, int, int, String)getFinishedTasks in interface BaseTaskprojectId - the project idtypeId - the type idstatusId - the status idorderColumn - the order columnorderAsc - the order ascoffset - the offsetlimit - the limitsubject - the subjectRepositoryException - the repository exceptionPathNotFoundException - the path not found exceptionDatabaseException - the database exceptionAccessDeniedException - the access denied exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionTaskImpl.getFinishedTasks(long, long, long, String, boolean, int, int, String)@Deprecated public TaskList getNotifiedTasks(long projectId, long typeId, long statusId, String orderColumn, boolean orderAsc, int offset, int limit, String subject) throws RepositoryException, PathNotFoundException, DatabaseException, AccessDeniedException, WebserviceException, UnknownException
TaskImpl.getNotifiedTasks(long, long, long, String, boolean, int, int, String)getNotifiedTasks in interface BaseTaskprojectId - the project idtypeId - the type idstatusId - the status idorderColumn - the order columnorderAsc - the order ascoffset - the offsetlimit - the limitsubject - the subjectRepositoryException - the repository exceptionPathNotFoundException - the path not found exceptionDatabaseException - the database exceptionAccessDeniedException - the access denied exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionTaskImpl.getNotifiedTasks(long, long, long, String, boolean, int, int, String)@Deprecated public List<TaskStatus> getTaskStatus() throws WebserviceException, RepositoryException, PathNotFoundException, DatabaseException, AccessDeniedException, UnknownException
TaskImpl.getTaskStatus()getTaskStatus in interface BaseTaskWebserviceException - the webservice exceptionRepositoryException - the repository exceptionPathNotFoundException - the path not found exceptionDatabaseException - the database exceptionAccessDeniedException - the access denied exceptionUnknownException - the unknown exceptionTaskImpl.getTaskStatus()@Deprecated public List<TaskProject> getTaskProjects(boolean filterActive) throws WebserviceException, RepositoryException, PathNotFoundException, DatabaseException, AccessDeniedException, UnknownException
TaskImpl.getTaskProjects(boolean)getTaskProjects in interface BaseTaskfilterActive - the filter activeWebserviceException - the webservice exceptionRepositoryException - the repository exceptionPathNotFoundException - the path not found exceptionDatabaseException - the database exceptionAccessDeniedException - the access denied exceptionUnknownException - the unknown exceptionTaskImpl.getTaskProjects(boolean)@Deprecated public List<TaskType> getTaskTypes(boolean filterActive) throws WebserviceException, RepositoryException, PathNotFoundException, DatabaseException, AccessDeniedException, UnknownException
TaskImpl.getTaskTypes(boolean)getTaskTypes in interface BaseTaskfilterActive - the filter activeWebserviceException - the webservice exceptionRepositoryException - the repository exceptionPathNotFoundException - the path not found exceptionDatabaseException - the database exceptionAccessDeniedException - the access denied exceptionUnknownException - the unknown exceptionTaskImpl.getTaskTypes(boolean)@Deprecated public long getAssignedTasksCount(long statusId, long projectId, long typeId) throws RepositoryException, PathNotFoundException, DatabaseException, AccessDeniedException, WebserviceException, UnknownException
TaskImpl.getAssignedTasksCount(long, long, long)getAssignedTasksCount in interface BaseTaskstatusId - the status idprojectId - the project idtypeId - the type idRepositoryException - the repository exceptionPathNotFoundException - the path not found exceptionDatabaseException - the database exceptionAccessDeniedException - the access denied exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionTaskImpl.getAssignedTasksCount(long, long, long)@Deprecated public long getActiveTasksCount(long statusId, long projectId, long typeId) throws RepositoryException, PathNotFoundException, DatabaseException, AccessDeniedException, WebserviceException, UnknownException
TaskImpl.getActiveTasksCount(long, long, long)getActiveTasksCount in interface BaseTaskstatusId - the status idprojectId - the project idtypeId - the type idRepositoryException - the repository exceptionPathNotFoundException - the path not found exceptionDatabaseException - the database exceptionAccessDeniedException - the access denied exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionTaskImpl.getActiveTasksCount(long, long, long)@Deprecated public long getFinishedTasksCount(long statusId, long projectId, long typeId) throws RepositoryException, PathNotFoundException, DatabaseException, AccessDeniedException, WebserviceException, UnknownException
TaskImpl.getFinishedTasksCount(long, long, long)getFinishedTasksCount in interface BaseTaskstatusId - the status idprojectId - the project idtypeId - the type idRepositoryException - the repository exceptionPathNotFoundException - the path not found exceptionDatabaseException - the database exceptionAccessDeniedException - the access denied exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionTaskImpl.getFinishedTasksCount(long, long, long)@Deprecated public long getNotifiedTasksCount(long statusId, long projectId, long typeId) throws RepositoryException, PathNotFoundException, DatabaseException, AccessDeniedException, WebserviceException, UnknownException
TaskImpl.getNotifiedTasksCount(long, long, long)getNotifiedTasksCount in interface BaseTaskstatusId - the status idprojectId - the project idtypeId - the type idRepositoryException - the repository exceptionPathNotFoundException - the path not found exceptionDatabaseException - the database exceptionAccessDeniedException - the access denied exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionTaskImpl.getNotifiedTasksCount(long, long, long)@Deprecated public Task createTask(String subject, String start, String end, String description, long statusId, long projectId, long typeId, String user, List<String> notificationUsers, List<String> externalUsers, List<String> relatedDocuments, List<String> relatedFolders, List<String> relatedRecords, List<String> relatedMails, String repeatExpression, String repeatUntil, String formatDate, int repeatTimes, String reminderStartUnit, int reminderStartValue, String reminderEndUnit, int reminderEndValue) throws LockException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, WebserviceException, UnknownException, TaskNotFoundException
TaskImpl.createTask(String, String, String, String, long, long, long, String, List, List, List, List, List, List, String, String, String, int, String, int, String, int)createTask in interface BaseTasksubject - the subjectstart - the startend - the enddescription - the descriptionstatusId - the status idprojectId - the project idtypeId - the type iduser - the usernotificationUsers - the notification usersexternalUsers - the external usersrelatedDocuments - the related documentsrelatedFolders - the related foldersrelatedRecords - the related recordsrelatedMails - the related mailsrepeatExpression - the repeat expressionrepeatUntil - the repeat untilformatDate - the format daterepeatTimes - the repeat timesreminderStartUnit - the reminder start unitreminderStartValue - the reminder start valuereminderEndUnit - the reminder end unitreminderEndValue - the reminder end valueLockException - the lock exceptionPathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionTaskNotFoundException - the task not found exceptionTaskImpl.createTask(String, String, String, String, long, long, long, String, List, List, List, List, List, List, String, String, String, int, String, int, String, int)@Deprecated public Task updateTask(long taskId, String subject, String start, String end, String description, long statusId, long projectId, long typeId, String user, List<String> notificationUsers, List<String> externalUsers, List<String> relatedDocuments, List<String> relatedFolders, List<String> relatedRecords, List<String> relatedMails, String owner, String repeatExpression, String repeatUntil, String formatDate, int repeatTimes, int progress, String reminderStartUnit, int reminderStartValue, String reminderEndUnit, int reminderEndValue) throws LockException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, WebserviceException, UnknownException, TaskNotFoundException
TaskImpl.updateTask(long, String, String, String, String, long, long, long, String, List, List, List, List, List, List, String, String, String, String, int, int, String, int, String, int)updateTask in interface BaseTasktaskId - the task idsubject - the subjectstart - the startend - the enddescription - the descriptionstatusId - the status idprojectId - the project idtypeId - the type iduser - the usernotificationUsers - the notification usersexternalUsers - the external usersrelatedDocuments - the related documentsrelatedFolders - the related foldersrelatedRecords - the related recordsrelatedMails - the related mailsowner - the ownerrepeatExpression - the repeat expressionrepeatUntil - the repeat untilformatDate - the format daterepeatTimes - the repeat timesprogress - the progressreminderStartUnit - the reminder start unitreminderStartValue - the reminder start valuereminderEndUnit - the reminder end unitreminderEndValue - the reminder end valueLockException - the lock exceptionPathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionTaskNotFoundException - the task not found exceptionTaskImpl.updateTask(long, String, String, String, String, long, long, long, String, List, List, List, List, List, List, String, String, String, String, int, int, String, int, String, int)@Deprecated public void deleteTask(long taskId) throws LockException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, WebserviceException, UnknownException
TaskImpl.deleteTask(long)deleteTask in interface BaseTasktaskId - the task idLockException - the lock exceptionPathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionTaskImpl.deleteTask(long)@Deprecated public TaskProject createTaskProject(String name, boolean active, String description) throws LockException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, WebserviceException, UnknownException, ItemExistsException
TaskImpl.createTaskProject(String, boolean, String)createTaskProject in interface BaseTaskname - the nameactive - the activedescription - the descriptionLockException - the lock exceptionPathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionItemExistsException - the item exists exceptionTaskImpl.createTaskProject(String, boolean, String)@Deprecated public TaskProject updateTaskProject(long projectId, boolean active, String name, String description) throws LockException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, WebserviceException, UnknownException, ItemExistsException
TaskImpl.updateTaskProject(long, boolean, String, String)updateTaskProject in interface BaseTaskprojectId - the project idactive - the activename - the namedescription - the descriptionLockException - the lock exceptionPathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionItemExistsException - the item exists exceptionTaskImpl.updateTaskProject(long, boolean, String, String)@Deprecated public void deleteTaskProject(long projectId) throws AutomationException, AccessDeniedException, RepositoryException, PathNotFoundException, LockException, DatabaseException, ExtensionException, PromotedAsRecordLockException, UnknownException, WebserviceException
TaskImpl.deleteTaskProject(long)deleteTaskProject in interface BaseTaskprojectId - the project idAutomationException - the automation exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionPathNotFoundException - the path not found exceptionLockException - the lock exceptionDatabaseException - the database exceptionExtensionException - the extension exceptionPromotedAsRecordLockException - the promoted as record lock exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionTaskImpl.deleteTaskProject(long)@Deprecated public TaskProject getTaskProject(long projectId) throws WebserviceException, RepositoryException, PathNotFoundException, DatabaseException, AccessDeniedException, UnknownException
TaskImpl.getTaskProject(long)getTaskProject in interface BaseTaskprojectId - the project idWebserviceException - the webservice exceptionRepositoryException - the repository exceptionPathNotFoundException - the path not found exceptionDatabaseException - the database exceptionAccessDeniedException - the access denied exceptionUnknownException - the unknown exceptionTaskImpl.getTaskProject(long)@Deprecated public TaskType createTaskType(String name, boolean active, String description) throws LockException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, WebserviceException, UnknownException, ItemExistsException
TaskImpl.createTaskType(String, boolean, String)createTaskType in interface BaseTaskname - the nameactive - the activedescription - the descriptionLockException - the lock exceptionPathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionItemExistsException - the item exists exceptionTaskImpl.createTaskType(String, boolean, String)@Deprecated public TaskType updateTaskType(long typeId, boolean active, String name, String description) throws LockException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, WebserviceException, UnknownException, ItemExistsException
TaskImpl.updateTaskType(long, boolean, String, String)updateTaskType in interface BaseTasktypeId - the type idactive - the activename - the namedescription - the descriptionLockException - the lock exceptionPathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionItemExistsException - the item exists exceptionTaskImpl.updateTaskType(long, boolean, String, String)@Deprecated public void deleteTaskType(long typeId) throws AutomationException, AccessDeniedException, RepositoryException, PathNotFoundException, LockException, DatabaseException, ExtensionException, PromotedAsRecordLockException, UnknownException, WebserviceException
TaskImpl.deleteTaskType(long)deleteTaskType in interface BaseTasktypeId - the type idAutomationException - the automation exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionPathNotFoundException - the path not found exceptionLockException - the lock exceptionDatabaseException - the database exceptionExtensionException - the extension exceptionPromotedAsRecordLockException - the promoted as record lock exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionTaskImpl.deleteTaskType(long)@Deprecated public TaskType getTaskType(long typeId) throws WebserviceException, RepositoryException, PathNotFoundException, DatabaseException, AccessDeniedException, UnknownException
TaskImpl.getTaskType(long)getTaskType in interface BaseTasktypeId - the type idWebserviceException - the webservice exceptionRepositoryException - the repository exceptionPathNotFoundException - the path not found exceptionDatabaseException - the database exceptionAccessDeniedException - the access denied exceptionUnknownException - the unknown exceptionTaskImpl.getTaskType(long)@Deprecated public TaskStatus createTaskStatus(String name, boolean finish) throws LockException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, WebserviceException, UnknownException, ItemExistsException
TaskImpl.createTaskStatus(String, boolean)createTaskStatus in interface BaseTaskname - the namefinish - the finishLockException - the lock exceptionPathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionItemExistsException - the item exists exceptionTaskImpl.createTaskStatus(String, boolean)@Deprecated public TaskStatus updateTaskStatus(long statusId, String name, boolean finish) throws LockException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, WebserviceException, UnknownException, ItemExistsException
TaskImpl.updateTaskStatus(long, String, boolean)updateTaskStatus in interface BaseTaskstatusId - the status idname - the namefinish - the finishLockException - the lock exceptionPathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionItemExistsException - the item exists exceptionTaskImpl.updateTaskStatus(long, String, boolean)@Deprecated public void deleteTaskStatus(long statusId) throws AutomationException, AccessDeniedException, RepositoryException, PathNotFoundException, LockException, DatabaseException, ExtensionException, PromotedAsRecordLockException, UnknownException, WebserviceException
TaskImpl.deleteTaskStatus(long)deleteTaskStatus in interface BaseTaskstatusId - the status idAutomationException - the automation exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionPathNotFoundException - the path not found exceptionLockException - the lock exceptionDatabaseException - the database exceptionExtensionException - the extension exceptionPromotedAsRecordLockException - the promoted as record lock exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionTaskImpl.deleteTaskStatus(long)@Deprecated public TaskStatus getTaskStatus(long statusId) throws WebserviceException, RepositoryException, PathNotFoundException, DatabaseException, AccessDeniedException, UnknownException
TaskImpl.getTaskStatus(long)getTaskStatus in interface BaseTaskstatusId - the status idWebserviceException - the webservice exceptionRepositoryException - the repository exceptionPathNotFoundException - the path not found exceptionDatabaseException - the database exceptionAccessDeniedException - the access denied exceptionUnknownException - the unknown exceptionTaskImpl.getTaskStatus(long)@Deprecated public List<TaskNote> getTaskNotes(long taskId) throws LockException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, WebserviceException, UnknownException
TaskImpl.getTaskNotes(long)getTaskNotes in interface BaseTasktaskId - the task idLockException - the lock exceptionPathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionTaskImpl.getTaskNotes(long)@Deprecated public TaskNote createTaskNote(long taskId, String text) throws LockException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, WebserviceException, UnknownException, TaskNotFoundException
TaskImpl.createTaskNote(long, String)createTaskNote in interface BaseTasktaskId - the task idtext - the textLockException - the lock exceptionPathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionTaskNotFoundException - the task not found exceptionTaskImpl.createTaskNote(long, String)@Deprecated public TaskNote updateTaskNote(long noteId, String text) throws LockException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, WebserviceException, UnknownException
TaskImpl.updateTaskNote(long, String)updateTaskNote in interface BaseTasknoteId - the note idtext - the textLockException - the lock exceptionPathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionTaskImpl.updateTaskNote(long, String)@Deprecated public void deleteTaskNote(long noteId) throws LockException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, WebserviceException, UnknownException
TaskImpl.deleteTaskNote(long)deleteTaskNote in interface BaseTasknoteId - the note idLockException - the lock exceptionPathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionTaskImpl.deleteTaskNote(long)@Deprecated public Task getTask(long taskId) throws PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, WebserviceException, UnknownException, TaskNotFoundException
TaskImpl.getTask(long)getTask in interface BaseTasktaskId - the task idPathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionTaskNotFoundException - the task not found exceptionTaskImpl.getTask(long)@Deprecated public List<Bookmark> getUserBookmarks() throws AccessDeniedException, RepositoryException, DatabaseException, WebserviceException, UnknownException, PrincipalAdapterException
BookmarkImpl.getUserBookmarks()getUserBookmarks in interface BaseBookmarkAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionPrincipalAdapterException - the principal adapter exceptionBookmarkImpl.getUserBookmarks()@Deprecated public void renameBookmark(int bookmarkId, String name) throws AccessDeniedException, RepositoryException, DatabaseException, WebserviceException, UnknownException, PrincipalAdapterException
BookmarkImpl.renameBookmark(int, String)renameBookmark in interface BaseBookmarkbookmarkId - The actual bookmark id.name - The new bookmark name.AccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionPrincipalAdapterException - the principal adapter exceptionBookmarkImpl.renameBookmark(int, String)@Deprecated public void deleteBookmark(int bookmarkId) throws AccessDeniedException, RepositoryException, DatabaseException, WebserviceException, UnknownException, PrincipalAdapterException
BookmarkImpl.deleteBookmark(int)deleteBookmark in interface BaseBookmarkbookmarkId - The bookmark id to be deleted.AccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionPrincipalAdapterException - the principal adapter exceptionBookmarkImpl.deleteBookmark(int)@Deprecated public void createBookmark(String uuid, String name) throws LockException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, WebserviceException, UnknownException, ItemExistsException
BookmarkImpl.createBookmark(String, String)createBookmark in interface BaseBookmarkuuid - Node uuidname - The name of the bookmark.LockException - the lock exceptionPathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionItemExistsException - the item exists exceptionBookmarkImpl.createBookmark(String, String)@Deprecated public List<StampItem> getAllStamps() throws AccessDeniedException, RepositoryException, DatabaseException, WebserviceException, UnknownException, PrincipalAdapterException
StampImpl.getAllStamps()getAllStamps in interface BaseStampAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionPrincipalAdapterException - the principal adapter exceptionStampImpl.getAllStamps()@Deprecated public StampText getStampTextByPk(long id, String uuid) throws AccessDeniedException, RepositoryException, DatabaseException, WebserviceException, UnknownException, PrincipalAdapterException
StampImpl.getStampTextByPk(long, String)getStampTextByPk in interface BaseStampid - the iduuid - the uuidAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionPrincipalAdapterException - the principal adapter exceptionStampImpl.getStampTextByPk(long, String)@Deprecated public StampImage getStampImageByPk(long id, String uuid) throws AccessDeniedException, RepositoryException, DatabaseException, WebserviceException, UnknownException, PrincipalAdapterException
StampImpl.getStampImageByPk(long, String)getStampImageByPk in interface BaseStampid - the iduuid - the uuidAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionPrincipalAdapterException - the principal adapter exceptionStampImpl.getStampImageByPk(long, String)@Deprecated public StampBarcode getStampBarcodeByPk(long id, String uuid) throws AccessDeniedException, RepositoryException, DatabaseException, WebserviceException, UnknownException, PrincipalAdapterException
StampImpl.getStampBarcodeByPk(long, String)getStampBarcodeByPk in interface BaseStampid - the iduuid - the uuidAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionPrincipalAdapterException - the principal adapter exceptionStampImpl.getStampBarcodeByPk(long, String)@Deprecated public StampCoordinates calculateStampCoordinates(long imgToStampWidth, long imgToStampHeight, long floatingDivWidth, long floatingDivHeight, String exprX, String exprY, String stampType, String stampAlign) throws AccessDeniedException, RepositoryException, DatabaseException, WebserviceException, UnknownException, PrincipalAdapterException
StampImpl.calculateStampCoordinates(long, long,
long, long, String, String, String, String)calculateStampCoordinates in interface BaseStampimgToStampWidth - the img to stamp widthimgToStampHeight - the img to stamp heightfloatingDivWidth - the floating div widthfloatingDivHeight - the floating div heightexprX - the expr xexprY - the expr ystampType - the stamp typestampAlign - the stamp alignAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionPrincipalAdapterException - the principal adapter exceptionStampImpl.calculateStampCoordinates(long, long, long, long, String, String, String, String)@Deprecated public StampExpressions calculateStampExpressions(long imgToStampWidth, long imgToStampHeight, long posX, long posY) throws AccessDeniedException, RepositoryException, DatabaseException, WebserviceException, UnknownException, PrincipalAdapterException
StampImpl.calculateStampExpressions(long, long, long, long)calculateStampExpressions in interface BaseStampimgToStampWidth - the img to stamp widthimgToStampHeight - the img to stamp heightposX - the pos xposY - the pos yAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionPrincipalAdapterException - the principal adapter exceptionStampImpl.calculateStampExpressions(long, long, long, long)@Deprecated public void stampText(String uuid, long id) throws AccessDeniedException, RepositoryException, DatabaseException, PathNotFoundException, WebserviceException, UnknownException, PrincipalAdapterException, ItemExistsException
StampImpl.stampText(String, long)stampText in interface BaseStampuuid - the uuidid - the idAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionPathNotFoundException - the path not found exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionPrincipalAdapterException - the principal adapter exceptionItemExistsException - the item exists exceptionStampImpl.stampText(String, long)@Deprecated public void stampImage(String uuid, long id) throws AccessDeniedException, RepositoryException, DatabaseException, PathNotFoundException, WebserviceException, UnknownException, PrincipalAdapterException, ItemExistsException
StampImpl.stampImage(String, long)stampImage in interface BaseStampuuid - the uuidid - the idAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionPathNotFoundException - the path not found exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionPrincipalAdapterException - the principal adapter exceptionItemExistsException - the item exists exceptionStampImpl.stampImage(String, long)@Deprecated public void stampBarcode(String uuid, long id) throws AccessDeniedException, RepositoryException, DatabaseException, PathNotFoundException, WebserviceException, UnknownException, PrincipalAdapterException, ItemExistsException
StampImpl.stampBarcode(String, long)stampBarcode in interface BaseStampuuid - the uuidid - the idAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionPathNotFoundException - the path not found exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionPrincipalAdapterException - the principal adapter exceptionItemExistsException - the item exists exceptionStampImpl.stampBarcode(String, long)@Deprecated public void stampImageManually(String uuid, long id, String exprX, String exprY, String range, String personalStampUuid) throws AccessDeniedException, RepositoryException, DatabaseException, WebserviceException, UnknownException, PrincipalAdapterException, ItemExistsException
StampImpl.stampImageManually(String, long, String, String, String, String)stampImageManually in interface BaseStampuuid - the uuidid - the idexprX - the expr xexprY - the expr yrange - the rangepersonalStampUuid - the personal stamp uuidAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionPrincipalAdapterException - the principal adapter exceptionItemExistsException - the item exists exceptionStampImpl.stampImageManually(String, long, String, String, String, String)@Deprecated public void stampImageCustom(String uuid, long id, String exprX, String exprY, String range, double ratio, InputStream is) throws AccessDeniedException, RepositoryException, DatabaseException, WebserviceException, UnknownException, PrincipalAdapterException, ItemExistsException
StampImpl.stampImageCustom(String, long, String, String, String, double, InputStream)stampImageCustom in interface BaseStampuuid - the uuidid - the stamp image idexprX - the expr xexprY - the expr yrange - the rangeratio - the ratiois - the isAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionPrincipalAdapterException - the principal adapter exceptionItemExistsException - the item exists exceptionStampImpl.stampImageCustom(String, long, String, String, String, double, InputStream)@Deprecated public StampImageSize calculateFlyImageDimensions(String uuid, long imgToStampWidth, long imgToStampHeight, long floatingImageWidth, long floatingImageHeight, int pageNumber) throws AccessDeniedException, RepositoryException, DatabaseException, WebserviceException, UnknownException, PrincipalAdapterException
StampImpl.calculateFlyImageDimensions(String, long, long, long, long, int)calculateFlyImageDimensions in interface BaseStampuuid - the uuidimgToStampWidth - the img to stamp widthimgToStampHeight - the img to stamp heightfloatingImageWidth - the floating image widthfloatingImageHeight - the floating image heightpageNumber - the page numberAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionPrincipalAdapterException - the principal adapter exceptionStampImpl.calculateFlyImageDimensions(String, long, long, long, long, int)@Deprecated public List<Document> getPersonalStamps() throws AccessDeniedException, RepositoryException, DatabaseException, WebserviceException, UnknownException, PrincipalAdapterException
StampImpl.getPersonalStamps()getPersonalStamps in interface BaseStampAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionPrincipalAdapterException - the principal adapter exceptionStampImpl.getPersonalStamps()@Deprecated public StampPersonalImage getPersonalStampImage(String uuid, String imgUuid, long id) throws AccessDeniedException, RepositoryException, DatabaseException, WebserviceException, UnknownException, PrincipalAdapterException
StampImpl.getPersonalStampImage(String, String, long)getPersonalStampImage in interface BaseStampuuid - the uuidimgUuid - the image uuidid - the idAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionPrincipalAdapterException - the principal adapter exceptionStampImpl.getPersonalStampImage(String, String, long)@Deprecated public ActivityList findActivityLog(int page, int length, Calendar beginDate, Calendar endDate, String user, String action, String item) throws PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, WebserviceException, UnknownException
ActivityImpl.findActivityLog(int, int, Calendar, Calendar, String, String, String)findActivityLog in interface BaseActivitypage - the pagelength - the lengthbeginDate - the begin dateendDate - the end dateuser - the useraction - the actionitem - Node uuidPathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionActivityImpl.findActivityLog(int, int, Calendar, Calendar, String, String, String)@Deprecated public List<String> getActivityActions() throws PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, WebserviceException, UnknownException
ActivityImpl.getActivityActions()getActivityActions in interface BaseActivityPathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionActivityImpl.getActivityActions()@Deprecated public String importDocument(String uuid, File file) throws UnknownException, WebserviceException
ImportImpl.importDocument(String, File)importDocument in interface BaseImportuuid - the uuidfile - the fileUnknownException - the unknown exceptionWebserviceException - the webservice exceptionImportImpl.importDocument(String, File)@Deprecated public String importFolder(String uuid, String name) throws UnknownException, WebserviceException
ImportImpl.importFolder(String, String)importFolder in interface BaseImportuuid - the uuidname - the nameUnknownException - the unknown exceptionWebserviceException - the webservice exceptionImportImpl.importFolder(String, String)@Deprecated public List<Shard> getShards() throws WebserviceException, RepositoryException, DatabaseException, AccessDeniedException, UnknownException
ShardImpl.getShards()getShards in interface BaseShardWebserviceException - the webservice exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionAccessDeniedException - the access denied exceptionUnknownException - the unknown exceptionShardImpl.getShards()@Deprecated public void setCurrentShard(long shardId) throws WebserviceException, RepositoryException, DatabaseException, AccessDeniedException, UnknownException
ShardImpl.setCurrentShard(long)setCurrentShard in interface BaseShardshardId - the shard idWebserviceException - the webservice exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionAccessDeniedException - the access denied exceptionUnknownException - the unknown exceptionShardImpl.setCurrentShard(long)@Deprecated public void changeShard(String uuid, long shardId) throws WebserviceException, RepositoryException, DatabaseException, AccessDeniedException, UnknownException
ShardImpl.changeShard(String, long)changeShard in interface BaseSharduuid - the uuidshardId - the shard idWebserviceException - the webservice exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionAccessDeniedException - the access denied exceptionUnknownException - the unknown exceptionShardImpl.changeShard(String, long)@Deprecated public List<XRef> getXrefs(String uuid) throws RepositoryException, AccessDeniedException, PathNotFoundException, DatabaseException, UnknownException, WebserviceException
AutocadImpl.getXrefs(String)getXrefs in interface BaseAutocaduuid - Node uuidRepositoryException - the repository exceptionAccessDeniedException - the access denied exceptionPathNotFoundException - the path not found exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionAutocadImpl.getXrefs(String)@Deprecated public void refresh(String uuid) throws DatabaseException, PathNotFoundException, AccessDeniedException, RepositoryException, ParseException, UnknownException, WebserviceException
AutocadImpl.refresh(String)refresh in interface BaseAutocaduuid - Node uuidDatabaseException - the database exceptionPathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionParseException - the parse exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionAutocadImpl.refresh(String)Copyright © 2021 Open Knowledge Management System S.L.. All Rights Reserved.