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, 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 OKMWebservices(String host)
public void setAuthorizationToken(String authorizationToken)
setAuthorizationToken in interface BaseAuthpublic 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
WebserviceExceptionUnknownException@Deprecated public String getSessionId() throws UnknownException, WebserviceException
AuthImpl.getSessionId()getSessionId in interface BaseAuthUnknownExceptionWebserviceExceptionAuthImpl.getSessionId()@Deprecated public GrantedUsersAndRolesItem getGrantedUsersAndRoles(String uuid) throws AccessDeniedException, RepositoryException, DatabaseException, PathNotFoundException, UnknownException, WebserviceException
AuthImpl.getGrantedUsersAndRoles(String)getGrantedUsersAndRoles in interface BaseAuthAccessDeniedExceptionRepositoryExceptionDatabaseExceptionPathNotFoundExceptionUnknownExceptionWebserviceExceptionAuthImpl.getGrantedUsersAndRoles(String)@Deprecated public Map<String,Integer> getGrantedRoles(String uuid) throws AccessDeniedException, RepositoryException, DatabaseException, PathNotFoundException, WebserviceException, UnknownException
AuthImpl.getGrantedRoles(String)getGrantedRoles in interface BaseAuthAccessDeniedExceptionRepositoryExceptionDatabaseExceptionPathNotFoundExceptionWebserviceExceptionUnknownExceptionAuthImpl.getGrantedRoles(String)@Deprecated public Map<String,Integer> getGrantedUsers(String uuid) throws AccessDeniedException, RepositoryException, DatabaseException, PathNotFoundException, WebserviceException, UnknownException
AuthImpl.getGrantedUsers(String)getGrantedUsers in interface BaseAuthAccessDeniedExceptionRepositoryExceptionDatabaseExceptionPathNotFoundExceptionWebserviceExceptionUnknownExceptionAuthImpl.getGrantedUsers(String)@Deprecated public List<String> getRoles(boolean showAll) throws AccessDeniedException, RepositoryException, DatabaseException, PrincipalAdapterException, WebserviceException, UnknownException
AuthImpl.getRoles(boolean)getRoles in interface BaseAuthAccessDeniedExceptionRepositoryExceptionDatabaseExceptionPrincipalAdapterExceptionWebserviceExceptionUnknownExceptionAuthImpl.getRoles(boolean)@Deprecated public List<String> getRolesByUser(String userId) throws AccessDeniedException, RepositoryException, DatabaseException, PrincipalAdapterException, WebserviceException, UnknownException
AuthImpl.getRolesByUser(String)getRolesByUser in interface BaseAuthAccessDeniedExceptionRepositoryExceptionDatabaseExceptionPrincipalAdapterExceptionWebserviceExceptionUnknownExceptionAuthImpl.getRolesByUser(String)@Deprecated public List<CommonUser> getUsers(boolean showAll) throws AccessDeniedException, RepositoryException, DatabaseException, PrincipalAdapterException, UnknownException, WebserviceException
AuthImpl.getUsers(boolean)getUsers in interface BaseAuthAccessDeniedExceptionRepositoryExceptionDatabaseExceptionPrincipalAdapterExceptionUnknownExceptionWebserviceExceptionAuthImpl.getUsers(boolean)@Deprecated public CommonUser getUser(String userId) throws AccessDeniedException, RepositoryException, DatabaseException, PrincipalAdapterException, UnknownException, WebserviceException
AuthImpl.getUser(String)getUser in interface BaseAuthAccessDeniedExceptionRepositoryExceptionDatabaseExceptionPrincipalAdapterExceptionUnknownExceptionWebserviceExceptionAuthImpl.getUser(String)@Deprecated public List<CommonUser> getUsersByRole(String roleId) throws AccessDeniedException, RepositoryException, DatabaseException, PrincipalAdapterException, UnknownException, WebserviceException
AuthImpl.getUsersByRole(String)getUsersByRole in interface BaseAuthAccessDeniedExceptionRepositoryExceptionDatabaseExceptionPrincipalAdapterExceptionUnknownExceptionWebserviceExceptionAuthImpl.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 BaseAuthAccessDeniedExceptionRepositoryExceptionDatabaseExceptionPathNotFoundExceptionUnknownExceptionWebserviceExceptionAuthImpl.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 BaseAuthAccessDeniedExceptionRepositoryExceptionDatabaseExceptionPathNotFoundExceptionUnknownExceptionWebserviceExceptionAuthImpl.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 BaseAuthAccessDeniedExceptionRepositoryExceptionDatabaseExceptionPathNotFoundExceptionUnknownExceptionWebserviceExceptionAuthImpl.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 BaseAuthAccessDeniedExceptionRepositoryExceptionDatabaseExceptionPathNotFoundExceptionUnknownExceptionWebserviceExceptionAuthImpl.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 BaseAuthPrincipalAdapterExceptionUnknownExceptionWebserviceExceptionAuthImpl.createUser(String, String, String, String, boolean)@Deprecated public void deleteUser(String userId) throws PrincipalAdapterException, UnknownException, WebserviceException
AuthImpl.deleteUser(String)deleteUser in interface BaseAuthPrincipalAdapterExceptionUnknownExceptionWebserviceExceptionAuthImpl.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 BaseAuthPrincipalAdapterExceptionUnknownExceptionWebserviceExceptionAuthImpl.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 BaseAuthPrincipalAdapterExceptionUnknownExceptionWebserviceExceptionAuthImpl.createRole(String, boolean)@Deprecated public void deleteRole(String roleId) throws PrincipalAdapterException, UnknownException, WebserviceException
AuthImpl.deleteRole(String)deleteRole in interface BaseAuthPrincipalAdapterExceptionUnknownExceptionWebserviceExceptionAuthImpl.deleteRole(String)@Deprecated public void updateRole(String roleId, boolean active) throws PrincipalAdapterException, UnknownException, WebserviceException
AuthImpl.updateRole(String, boolean)updateRole in interface BaseAuthPrincipalAdapterExceptionUnknownExceptionWebserviceExceptionAuthImpl.updateRole(String, boolean)@Deprecated public void assignRole(String userId, String roleId) throws PrincipalAdapterException, UnknownException, WebserviceException
AuthImpl.assignRole(String, String)assignRole in interface BaseAuthPrincipalAdapterExceptionUnknownExceptionWebserviceExceptionAuthImpl.assignRole(String, String)@Deprecated public void removeRole(String userId, String roleId) throws PrincipalAdapterException, UnknownException, WebserviceException
AuthImpl.removeRole(String, String)removeRole in interface BaseAuthPrincipalAdapterExceptionUnknownExceptionWebserviceExceptionAuthImpl.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 BaseAuthPathNotFoundExceptionAccessDeniedExceptionRepositoryExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionAuthImpl.changeSecurity(String, ChangeSecurity)@Deprecated public List<Profile> getProfiles(boolean filterByActive) throws PrincipalAdapterException, WebserviceException, UnknownException
AuthImpl.getProfiles(boolean)getProfiles in interface BaseAuthPrincipalAdapterExceptionWebserviceExceptionUnknownExceptionAuthImpl.getProfiles(boolean)@Deprecated public Profile getUserProfile(String userId) throws PrincipalAdapterException, WebserviceException, UnknownException
AuthImpl.getUserProfile(String)getUserProfile in interface BaseAuthPrincipalAdapterExceptionWebserviceExceptionUnknownExceptionAuthImpl.getUserProfile(String)@Deprecated public void setUserProfile(String userId, long profileId) throws PrincipalAdapterException, WebserviceException, UnknownException
AuthImpl.setUserProfile(String, long)setUserProfile in interface BaseAuthPrincipalAdapterExceptionWebserviceExceptionUnknownExceptionAuthImpl.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 BaseAuthAccessDeniedExceptionRepositoryExceptionDatabaseExceptionPathNotFoundExceptionUnknownExceptionWebserviceExceptionAuthImpl.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 BaseAuthAccessDeniedExceptionRepositoryExceptionDatabaseExceptionPathNotFoundExceptionUnknownExceptionWebserviceExceptionAuthImpl.setRolePermissions(String, String, int, boolean)@Deprecated public List<Tenant> getUserTenants() throws AccessDeniedException, RepositoryException, DatabaseException, PathNotFoundException, UnknownException, WebserviceException
AuthImpl.getUserTenants()getUserTenants in interface BaseAuthAccessDeniedExceptionRepositoryExceptionDatabaseExceptionPathNotFoundExceptionUnknownExceptionWebserviceExceptionAuthImpl.getUserTenants()@Deprecated public void setUserTenant(long tenantId) throws AccessDeniedException, RepositoryException, DatabaseException, PathNotFoundException, UnknownException, WebserviceException
AuthImpl.setUserTenant(long)setUserTenant in interface BaseAuthAccessDeniedExceptionRepositoryExceptionDatabaseExceptionPathNotFoundExceptionUnknownExceptionWebserviceExceptionAuthImpl.setUserTenant(long)@Deprecated public boolean isAdmin() throws PrincipalAdapterException, UnknownException, WebserviceException
AuthImpl.isAdmin()isAdmin in interface BaseAuthPrincipalAdapterExceptionUnknownExceptionWebserviceExceptionAuthImpl.isAdmin()@Deprecated public boolean hasSecurityRecursive() throws UnknownException, WebserviceException
AuthImpl.hasSecurityRecursive()hasSecurityRecursive in interface BaseAuthUnknownExceptionWebserviceExceptionAuthImpl.hasSecurityRecursive()@Deprecated public boolean isLoginLowercase() throws UnknownException, WebserviceException
AuthImpl.isLoginLowercase()isLoginLowercase in interface BaseAuthUnknownExceptionWebserviceExceptionAuthImpl.isLoginLowercase()@Deprecated public boolean isPasswordExpired() throws UnknownException, WebserviceException
AuthImpl.isPasswordExpired()isPasswordExpired in interface BaseAuthUnknownExceptionWebserviceExceptionAuthImpl.isPasswordExpired()@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 BaseDocumentUnsupportedMimeTypeExceptionFileSizeExceededExceptionUserQuotaExceededExceptionVirusDetectedExceptionItemExistsExceptionPathNotFoundExceptionAccessDeniedExceptionRepositoryExceptionDatabaseExceptionExtensionExceptionAutomationExceptionUnknownExceptionWebserviceExceptionPromotedAsRecordLockExceptionDocumentImpl.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 BaseDocumentUnsupportedMimeTypeExceptionFileSizeExceededExceptionUserQuotaExceededExceptionVirusDetectedExceptionItemExistsExceptionPathNotFoundExceptionAccessDeniedExceptionRepositoryExceptionDatabaseExceptionExtensionExceptionAutomationExceptionUnknownExceptionWebserviceExceptionPromotedAsRecordLockExceptionDocumentImpl.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 BaseDocumentUnsupportedMimeTypeExceptionFileSizeExceededExceptionUserQuotaExceededExceptionVirusDetectedExceptionItemExistsExceptionPathNotFoundExceptionAccessDeniedExceptionRepositoryExceptionDatabaseExceptionExtensionExceptionAutomationExceptionUnknownExceptionWebserviceExceptionPromotedAsRecordLockExceptionDocumentImpl.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 BaseDocumentAccessDeniedExceptionRepositoryExceptionPathNotFoundExceptionLockExceptionDatabaseExceptionExtensionExceptionUnknownExceptionWebserviceExceptionPromotedAsRecordLockExceptionAutomationExceptionDocumentImpl.deleteDocument(String)@Deprecated public Document getDocumentProperties(String uuid) throws RepositoryException, PathNotFoundException, DatabaseException, UnknownException, WebserviceException, AccessDeniedException
DocumentImpl.getDocumentProperties(String)getDocumentProperties in interface BaseDocumentRepositoryExceptionPathNotFoundExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionAccessDeniedExceptionDocumentImpl.getDocumentProperties(String)@Deprecated public InputStream getContent(String uuid) throws RepositoryException, PathNotFoundException, AccessDeniedException, DatabaseException, UnknownException, WebserviceException
DocumentImpl.getContent(String)getContent in interface BaseDocumentRepositoryExceptionPathNotFoundExceptionAccessDeniedExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionDocumentImpl.getContent(String)@Deprecated public InputStream getContentByVersion(String uuid, String versionName) throws RepositoryException, PathNotFoundException, AccessDeniedException, DatabaseException, UnknownException, WebserviceException
DocumentImpl.getContentByVersion(String, String)getContentByVersion in interface BaseDocumentRepositoryExceptionPathNotFoundExceptionAccessDeniedExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionDocumentImpl.getContentByVersion(String, String)@Deprecated public List<Document> getDocumentChildren(String fldId) throws RepositoryException, PathNotFoundException, DatabaseException, UnknownException, WebserviceException, AccessDeniedException
DocumentImpl.getDocumentChildren(String)getDocumentChildren in interface BaseDocumentRepositoryExceptionPathNotFoundExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionAccessDeniedExceptionDocumentImpl.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 BaseDocumentAccessDeniedExceptionRepositoryExceptionPathNotFoundExceptionItemExistsExceptionLockExceptionDatabaseExceptionExtensionExceptionAutomationExceptionUnknownExceptionWebserviceExceptionPromotedAsRecordLockExceptionDocumentImpl.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 BaseDocumentAccessDeniedExceptionRepositoryExceptionPathNotFoundExceptionVersionExceptionLockExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionPromotedAsRecordLockExceptionDocumentImpl.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)@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 BaseDocumentVersionExceptionLockExceptionPathNotFoundExceptionAccessDeniedExceptionRepositoryExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionPromotedAsRecordLockExceptionDocumentImpl.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 BaseDocumentVersionExceptionLockExceptionPathNotFoundExceptionAccessDeniedExceptionRepositoryExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionPromotedAsRecordLockExceptionDocumentImpl.setDocumentNodeClass(String, long)@Deprecated public String getAnnotations(String uuid, String versionName) throws AccessDeniedException, PathNotFoundException, DatabaseException, UnknownException, WebserviceException
DocumentImpl.getAnnotations(String, String)getAnnotations in interface BaseDocumentAccessDeniedExceptionPathNotFoundExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionDocumentImpl.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 BaseDocumentRepositoryExceptionAccessDeniedExceptionPathNotFoundExceptionDatabaseExceptionAutomationExceptionConversionExceptionTemplateExceptionInterruptedExceptionWebserviceExceptionUnknownExceptionDocumentImpl.getDifferences(String, String, String)@Deprecated public List<Document> getCheckedOut() throws AccessDeniedException, PathNotFoundException, RepositoryException, DatabaseException, WebserviceException, UnknownException
DocumentImpl.getCheckedOut()getCheckedOut in interface BaseDocumentAccessDeniedExceptionPathNotFoundExceptionRepositoryExceptionDatabaseExceptionWebserviceExceptionUnknownExceptionDocumentImpl.getCheckedOut()@Deprecated public void checkout(String uuid) throws AccessDeniedException, RepositoryException, PathNotFoundException, LockException, DatabaseException, UnknownException, WebserviceException
DocumentImpl.checkout(String)checkout in interface BaseDocumentAccessDeniedExceptionRepositoryExceptionPathNotFoundExceptionLockExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionDocumentImpl.checkout(String)@Deprecated public void cancelCheckout(String uuid) throws AccessDeniedException, RepositoryException, PathNotFoundException, LockException, DatabaseException, UnknownException, WebserviceException
DocumentImpl.cancelCheckout(String)cancelCheckout in interface BaseDocumentAccessDeniedExceptionRepositoryExceptionPathNotFoundExceptionLockExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionDocumentImpl.cancelCheckout(String)@Deprecated public void forceCancelCheckout(String uuid) throws AccessDeniedException, RepositoryException, PathNotFoundException, LockException, DatabaseException, PrincipalAdapterException, UnknownException, WebserviceException
DocumentImpl.forceCancelCheckout(String)@Deprecated public boolean isCheckedOut(String uuid) throws PathNotFoundException, RepositoryException, DatabaseException, UnknownException, WebserviceException, AccessDeniedException
DocumentImpl.isCheckedOut(String)isCheckedOut in interface BaseDocumentPathNotFoundExceptionRepositoryExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionAccessDeniedExceptionDocumentImpl.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 BaseDocumentFileSizeExceededExceptionUserQuotaExceededExceptionVirusDetectedExceptionLockExceptionPathNotFoundExceptionAccessDeniedExceptionRepositoryExceptionDatabaseExceptionExtensionExceptionAutomationExceptionUnknownExceptionWebserviceExceptionPromotedAsRecordLockExceptionDocumentImpl.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 BaseDocumentFileSizeExceededExceptionUserQuotaExceededExceptionVirusDetectedExceptionLockExceptionPathNotFoundExceptionAccessDeniedExceptionRepositoryExceptionDatabaseExceptionExtensionExceptionAutomationExceptionUnknownExceptionWebserviceExceptionPromotedAsRecordLockExceptionDocumentImpl.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 BaseDocumentLockExceptionPathNotFoundExceptionAccessDeniedExceptionRepositoryExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionDocumentImpl.lockDocument(String)@Deprecated public LockInfo forceLockDocument(String uuid) throws LockException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, UnknownException, WebserviceException
DocumentImpl.forceLockDocument(String)forceLockDocument in interface BaseDocumentLockExceptionPathNotFoundExceptionAccessDeniedExceptionRepositoryExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionDocumentImpl.forceLockDocument(String)@Deprecated public void unlockDocument(String uuid) throws LockException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, UnknownException, WebserviceException
DocumentImpl.unlockDocument(String)unlockDocument in interface BaseDocumentLockExceptionPathNotFoundExceptionAccessDeniedExceptionRepositoryExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionDocumentImpl.unlockDocument(String)@Deprecated public void forceUnlockDocument(String uuid) throws LockException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, UnknownException, WebserviceException
DocumentImpl.forceUnlockDocument(String)forceUnlockDocument in interface BaseDocumentLockExceptionPathNotFoundExceptionAccessDeniedExceptionRepositoryExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionDocumentImpl.forceUnlockDocument(String)@Deprecated public boolean isLocked(String uuid) throws RepositoryException, PathNotFoundException, DatabaseException, UnknownException, WebserviceException, AccessDeniedException
NodeImpl.isLocked(String)isLocked in interface BaseDocumentisLocked in interface BaseNodeRepositoryExceptionPathNotFoundExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionAccessDeniedExceptionNodeImpl.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 BaseNodeRepositoryExceptionPathNotFoundExceptionLockExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionAccessDeniedExceptionNodeImpl.getLockInfo(String)@Deprecated public void purgeDocument(String uuid) throws LockException, AccessDeniedException, RepositoryException, PathNotFoundException, DatabaseException, ExtensionException, UnknownException, WebserviceException, PromotedAsRecordLockException
DocumentImpl.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 BaseDocumentLockExceptionPathNotFoundExceptionItemExistsExceptionAccessDeniedExceptionRepositoryExceptionDatabaseExceptionExtensionExceptionAutomationExceptionUnknownExceptionWebserviceExceptionPromotedAsRecordLockExceptionFilePlanCatalogManagerExceptionVersionExceptionDocumentImpl.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 BaseDocumentItemExistsExceptionPathNotFoundExceptionAccessDeniedExceptionRepositoryExceptionDatabaseExceptionExtensionExceptionAutomationExceptionUnknownExceptionWebserviceExceptionPromotedAsRecordLockExceptionDocumentImpl.copyDocument(String, String, String)@Deprecated public long getVersionHistorySize(String uuid) throws RepositoryException, PathNotFoundException, DatabaseException, UnknownException, WebserviceException, AccessDeniedException
DocumentImpl.getVersionHistorySize(String)getVersionHistorySize in interface BaseDocumentRepositoryExceptionPathNotFoundExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionAccessDeniedExceptionDocumentImpl.getVersionHistorySize(String)@Deprecated public boolean isValidDocument(String uuid) throws PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, UnknownException, WebserviceException
DocumentImpl.isValidDocument(String)isValidDocument in interface BaseDocumentPathNotFoundExceptionAccessDeniedExceptionRepositoryExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionDocumentImpl.isValidDocument(String)@Deprecated public String getDocumentPath(String uuid) throws AccessDeniedException, RepositoryException, DatabaseException, UnknownException, WebserviceException
DocumentImpl.getDocumentPath(String)getDocumentPath in interface BaseDocumentAccessDeniedExceptionRepositoryExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionDocumentImpl.getDocumentPath(String)@Deprecated public List<String> getDetectedLanguages() throws RepositoryException, DatabaseException, UnknownException, WebserviceException, AccessDeniedException
DocumentImpl.getDetectedLanguages()getDetectedLanguages in interface BaseDocumentRepositoryExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionAccessDeniedExceptionDocumentImpl.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 BaseDocumentItemExistsExceptionPathNotFoundExceptionAccessDeniedExceptionRepositoryExceptionDatabaseExceptionUserQuotaExceededExceptionAutomationExceptionPromotedAsRecordLockExceptionUnknownExceptionWebserviceExceptionDocumentImpl.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 BaseDocumentItemExistsExceptionPathNotFoundExceptionAccessDeniedExceptionRepositoryExceptionDatabaseExceptionUserQuotaExceededExceptionAutomationExceptionPromotedAsRecordLockExceptionUnknownExceptionWebserviceExceptionDocumentImpl.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 BaseDocumentRepositoryExceptionPathNotFoundExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionAccessDeniedExceptionDocumentImpl.getExtractedText(String)@Deprecated public InputStream getThumbnail(String uuid, ThumbnailType type) throws PathNotFoundException, AccessDeniedException, ConversionException, AutomationException, RepositoryException, DatabaseException, UnknownException, WebserviceException
DocumentImpl.getThumbnail(String, ThumbnailType)@Deprecated public Document createDocumentFromTemplate(String uuid, String dstPath, String language, boolean categories, boolean keywords, boolean propertyGroups, 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, String, boolean, boolean, boolean, boolean, Map)createDocumentFromTemplate in interface BaseDocumentPathNotFoundExceptionAccessDeniedExceptionRepositoryExceptionDatabaseExceptionDocumentExceptionTemplateExceptionDocumentTemplateExceptionConversionExceptionUnsupportedMimeTypeExceptionFileSizeExceededExceptionUserQuotaExceededExceptionVirusDetectedExceptionItemExistsExceptionAutomationExceptionFilePlanExceptionPromotedAsRecordLockExceptionParseExceptionNoSuchGroupExceptionNoSuchPropertyExceptionLockExceptionValidationFormExceptionClassNotFoundExceptionUnknownExceptionWebserviceExceptionDocumentImpl.createDocumentFromTemplate(String, String, String, boolean, 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, String, boolean, boolean, boolean, boolean, Map)createDocumentFromTemplate in interface BaseDocumentPathNotFoundExceptionAccessDeniedExceptionRepositoryExceptionDatabaseExceptionDocumentExceptionTemplateExceptionDocumentTemplateExceptionConversionExceptionUnsupportedMimeTypeExceptionFileSizeExceededExceptionUserQuotaExceededExceptionVirusDetectedExceptionItemExistsExceptionAutomationExceptionFilePlanExceptionPromotedAsRecordLockExceptionParseExceptionNoSuchGroupExceptionNoSuchPropertyExceptionLockExceptionValidationFormExceptionClassNotFoundExceptionUnknownExceptionWebserviceExceptionDocumentImpl.createDocumentFromTemplate(String, String, String, boolean, 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 BaseDocumentDocumentExceptionTemplateExceptionDocumentTemplateExceptionConversionExceptionFileSizeExceededExceptionUserQuotaExceededExceptionVirusDetectedExceptionLockExceptionPathNotFoundExceptionParseExceptionAccessDeniedExceptionRepositoryExceptionDatabaseExceptionAutomationExceptionPromotedAsRecordLockExceptionNoSuchGroupExceptionNoSuchPropertyExceptionValidationFormExceptionClassNotFoundExceptionUnknownExceptionWebserviceExceptionDocumentImpl.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 BaseDocumentPathNotFoundExceptionAccessDeniedExceptionDatabaseExceptionWebserviceExceptionUnknownExceptionDocumentImpl.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 BaseDocumentLockExceptionVersionExceptionPathNotFoundExceptionAccessDeniedExceptionRepositoryExceptionDatabaseExceptionPromotedAsRecordLockExceptionWebserviceExceptionUnknownExceptionDocumentImpl.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 BaseDocumentUnsupportedMimeTypeExceptionFileSizeExceededExceptionUserQuotaExceededExceptionVirusDetectedExceptionItemExistsExceptionPathNotFoundExceptionAccessDeniedExceptionRepositoryExceptionDatabaseExceptionExtensionExceptionAutomationExceptionPromotedAsRecordLockExceptionUnknownExceptionWebserviceExceptionDocumentImpl.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 BaseDocumentUnsupportedMimeTypeExceptionFileSizeExceededExceptionUserQuotaExceededExceptionVirusDetectedExceptionItemExistsExceptionPathNotFoundExceptionAccessDeniedExceptionRepositoryExceptionDatabaseExceptionExtensionExceptionAutomationExceptionUnknownExceptionWebserviceExceptionDocumentImpl.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 BaseDocumentUnsupportedMimeTypeExceptionFileSizeExceededExceptionUserQuotaExceededExceptionVirusDetectedExceptionItemExistsExceptionPathNotFoundExceptionAccessDeniedExceptionRepositoryExceptionDatabaseExceptionExtensionExceptionAutomationExceptionUnknownExceptionWebserviceExceptionDocumentImpl.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 BaseDocumentUnsupportedMimeTypeExceptionFileSizeExceededExceptionUserQuotaExceededExceptionVirusDetectedExceptionItemExistsExceptionPathNotFoundExceptionAccessDeniedExceptionRepositoryExceptionDatabaseExceptionExtensionExceptionAutomationExceptionUnknownExceptionWebserviceExceptionDocumentImpl.captureData(String, long)@Deprecated public int getNumberOfPages(String uuid) throws AccessDeniedException, RepositoryException, DatabaseException, WebserviceException, UnknownException, PrincipalAdapterException
DocumentImpl.getNumberOfPages(String)getNumberOfPages in interface BaseDocumentAccessDeniedExceptionRepositoryExceptionDatabaseExceptionWebserviceExceptionUnknownExceptionPrincipalAdapterExceptionDocumentImpl.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 BaseDocumentAccessDeniedExceptionRepositoryExceptionDatabaseExceptionWebserviceExceptionUnknownExceptionPrincipalAdapterExceptionDocumentImpl.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 BaseDocumentAccessDeniedExceptionRepositoryExceptionDatabaseExceptionWebserviceExceptionUnknownExceptionPrincipalAdapterExceptionDocumentImpl.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 BaseDocumentPathNotFoundExceptionAccessDeniedExceptionConversionExceptionAutomationExceptionRepositoryExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionDocumentImpl.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 BaseDocumentRepositoryExceptionAccessDeniedExceptionPathNotFoundExceptionDatabaseExceptionConversionExceptionUnsupportedMimeTypeExceptionVirusDetectedExceptionItemExistsExceptionAutomationExceptionPromotedAsRecordLockExceptionPrincipalAdapterExceptionUnknownExceptionWebserviceExceptionDocumentImpl.saveDocumentAsPdf(String, String)@Deprecated public List<String> getLiveEditRestrictedMimeTypes() throws WebserviceException, UnknownException
DocumentImpl.getLiveEditRestrictedMimeTypes()getLiveEditRestrictedMimeTypes in interface BaseDocumentWebserviceExceptionUnknownExceptionDocumentImpl.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 BaseDocumentAccessDeniedExceptionRepositoryExceptionPathNotFoundExceptionLockExceptionDatabaseExceptionAutomationExceptionPromotedAsRecordLockExceptionUnknownExceptionWebserviceExceptionDocumentImpl.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 BaseDocumentAutomationExceptionAccessDeniedExceptionRepositoryExceptionPathNotFoundExceptionLockExceptionDatabaseExceptionPromotedAsRecordLockExceptionUnknownExceptionWebserviceExceptionDocumentImpl.liveEditSetContent(String, InputStream)@Deprecated public boolean isAttachment(String uuid) throws RepositoryException, PathNotFoundException, DatabaseException, UnknownException, WebserviceException, AccessDeniedException
DocumentImpl.isAttachment(String)isAttachment in interface BaseDocumentRepositoryExceptionPathNotFoundExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionAccessDeniedExceptionDocumentImpl.isAttachment(String)@Deprecated public boolean isConvertibleToPDF(String uuid) throws RepositoryException, PathNotFoundException, DatabaseException, UnknownException, WebserviceException, AccessDeniedException
DocumentImpl.isConvertibleToPDF(String)isConvertibleToPDF in interface BaseDocumentRepositoryExceptionPathNotFoundExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionAccessDeniedExceptionDocumentImpl.isConvertibleToPDF(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 BaseFolderAccessDeniedExceptionRepositoryExceptionPathNotFoundExceptionItemExistsExceptionDatabaseExceptionExtensionExceptionAutomationExceptionUnknownExceptionWebserviceExceptionPromotedAsRecordLockExceptionFolderImpl.createFolder(String, String)@Deprecated public Folder getFolderProperties(String uuid) throws AccessDeniedException, RepositoryException, PathNotFoundException, DatabaseException, UnknownException, WebserviceException
FolderImpl.getFolderProperties(String)getFolderProperties in interface BaseFolderAccessDeniedExceptionRepositoryExceptionPathNotFoundExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionFolderImpl.getFolderProperties(String)@Deprecated public void deleteFolder(String uuid) throws LockException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, UnknownException, WebserviceException, AutomationException
FolderImpl.deleteFolder(String)deleteFolder in interface BaseFolderLockExceptionPathNotFoundExceptionAccessDeniedExceptionRepositoryExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionAutomationExceptionFolderImpl.deleteFolder(String)@Deprecated public void renameFolder(String uuid, String newName) throws PathNotFoundException, ItemExistsException, AccessDeniedException, RepositoryException, UnknownException, WebserviceException
FolderImpl.renameFolder(String, String)renameFolder in interface BaseFolderPathNotFoundExceptionItemExistsExceptionAccessDeniedExceptionRepositoryExceptionUnknownExceptionWebserviceExceptionFolderImpl.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 BaseFolderPathNotFoundExceptionItemExistsExceptionAccessDeniedExceptionRepositoryExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionFolderImpl.moveFolder(String, String)@Deprecated public List<Folder> getFolderChildren(String uuid) throws PathNotFoundException, RepositoryException, DatabaseException, UnknownException, WebserviceException, AccessDeniedException
FolderImpl(String)getFolderChildren in interface BaseFolderPathNotFoundExceptionRepositoryExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionAccessDeniedExceptionFolderImpl(String)@Deprecated public boolean isValidFolder(String uuid) throws PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, UnknownException, WebserviceException
FolderImpl.isValidFolder(String)isValidFolder in interface BaseFolderPathNotFoundExceptionAccessDeniedExceptionRepositoryExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionFolderImpl.isValidFolder(String)@Deprecated public String getFolderPath(String uuid) throws AccessDeniedException, RepositoryException, DatabaseException, UnknownException, WebserviceException
FolderImpl.getFolderPath(String)getFolderPath in interface BaseFolderAccessDeniedExceptionRepositoryExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionFolderImpl.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 BaseFolderPathNotFoundExceptionItemExistsExceptionAccessDeniedExceptionRepositoryExceptionAutomationExceptionDatabaseExceptionUserQuotaExceededExceptionPromotedAsRecordLockExceptionUnknownExceptionWebserviceExceptionFolderImpl(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 BaseFolderItemExistsExceptionPathNotFoundExceptionAccessDeniedExceptionRepositoryExceptionDatabaseExceptionUserQuotaExceededExceptionAutomationExceptionPromotedAsRecordLockExceptionUnknownExceptionWebserviceExceptionFolderImpl.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 BaseFolderItemExistsExceptionPathNotFoundExceptionAccessDeniedExceptionRepositoryExceptionDatabaseExceptionUserQuotaExceededExceptionAutomationExceptionPromotedAsRecordLockExceptionUnknownExceptionWebserviceExceptionFolderImpl.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 BaseFolderAccessDeniedExceptionRepositoryExceptionPathNotFoundExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionFolderImpl.getContentInfo(String)@Deprecated public void purgeFolder(String uuid) throws LockException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, PromotedAsRecordLockException, UnknownException, WebserviceException
FolderImpl.purgeFolder(String)purgeFolder in interface BaseFolderLockExceptionPathNotFoundExceptionAccessDeniedExceptionRepositoryExceptionDatabaseExceptionPromotedAsRecordLockExceptionUnknownExceptionWebserviceExceptionFolderImpl.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 BaseFolderVersionExceptionPathNotFoundExceptionAccessDeniedExceptionRepositoryExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionFolderImpl.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 BaseFolderRepositoryExceptionDatabaseExceptionPathNotFoundExceptionItemExistsExceptionAccessDeniedExceptionAutomationExceptionPromotedAsRecordLockExceptionUnknownExceptionWebserviceExceptionFolderImpl.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 BaseFolderAccessDeniedExceptionPathNotFoundExceptionDatabaseExceptionLockExceptionPromotedAsRecordLockExceptionUnknownExceptionWebserviceExceptionFolderImpl.setFolderDescription(String, String)@Deprecated public Folder createFolderFromTemplate(String uuid, String dstPath, String language, boolean categories, boolean keywords, boolean propertyGroups, 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, String, boolean, boolean, boolean, boolean, Map)createFolderFromTemplate in interface BaseFolderPathNotFoundExceptionAccessDeniedExceptionRepositoryExceptionDatabaseExceptionTemplateExceptionDocumentTemplateExceptionItemExistsExceptionAutomationExceptionFilePlanExceptionPromotedAsRecordLockExceptionParseExceptionNoSuchGroupExceptionNoSuchPropertyExceptionLockExceptionValidationFormExceptionClassNotFoundExceptionUnknownExceptionWebserviceExceptionFolderImpl.createFolderFromTemplate(String, String, String, boolean, 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, String, boolean, boolean, boolean, boolean, Map)createFolderFromTemplate in interface BaseFolderPathNotFoundExceptionAccessDeniedExceptionRepositoryExceptionDatabaseExceptionTemplateExceptionDocumentTemplateExceptionItemExistsExceptionAutomationExceptionFilePlanExceptionPromotedAsRecordLockExceptionParseExceptionNoSuchGroupExceptionNoSuchPropertyExceptionLockExceptionValidationFormExceptionClassNotFoundExceptionUnknownExceptionWebserviceExceptionFolderImpl.createFolderFromTemplate(String, String, String, boolean, boolean, boolean, boolean, Map)@Deprecated public Mail getMailProperties(String uuid) throws AccessDeniedException, RepositoryException, PathNotFoundException, DatabaseException, UnknownException, WebserviceException
MailImpl.getMailProperties(String)getMailProperties in interface BaseMailAccessDeniedExceptionRepositoryExceptionPathNotFoundExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionMailImpl.getMailProperties(String)@Deprecated public void deleteMail(String uuid) throws LockException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, PromotedAsRecordLockException, UnknownException, WebserviceException, AutomationException
MailImpl.deleteMail(String)deleteMail in interface BaseMailLockExceptionPathNotFoundExceptionAccessDeniedExceptionRepositoryExceptionDatabaseExceptionPromotedAsRecordLockExceptionUnknownExceptionWebserviceExceptionAutomationExceptionMailImpl.deleteMail(String)@Deprecated public void purgeMail(String uuid) throws LockException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, PromotedAsRecordLockException, UnknownException, WebserviceException
MailImpl.purgeMail(String)purgeMail in interface BaseMailLockExceptionPathNotFoundExceptionAccessDeniedExceptionRepositoryExceptionDatabaseExceptionPromotedAsRecordLockExceptionUnknownExceptionWebserviceExceptionMailImpl.purgeMail(String)@Deprecated public void renameMail(String uuid, String newName) throws PathNotFoundException, ItemExistsException, AccessDeniedException, RepositoryException, UnknownException, WebserviceException
MailImpl.renameMail(String, String)renameMail in interface BaseMailPathNotFoundExceptionItemExistsExceptionAccessDeniedExceptionRepositoryExceptionUnknownExceptionWebserviceExceptionMailImpl.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 BaseMailPathNotFoundExceptionItemExistsExceptionAccessDeniedExceptionRepositoryExceptionDatabaseExceptionPromotedAsRecordLockExceptionFilePlanCatalogManagerExceptionAutomationExceptionVersionExceptionLockExceptionUnknownExceptionWebserviceExceptionMailImpl.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 BaseMailPathNotFoundExceptionItemExistsExceptionAccessDeniedExceptionRepositoryExceptionAutomationExceptionDatabaseExceptionUserQuotaExceededExceptionPromotedAsRecordLockExceptionUnknownExceptionWebserviceExceptionMailImpl.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 BaseMailItemExistsExceptionPathNotFoundExceptionAccessDeniedExceptionRepositoryExceptionDatabaseExceptionUserQuotaExceededExceptionAutomationExceptionPromotedAsRecordLockExceptionUnknownExceptionWebserviceExceptionMailImpl.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 BaseMailItemExistsExceptionPathNotFoundExceptionAccessDeniedExceptionRepositoryExceptionDatabaseExceptionUserQuotaExceededExceptionAutomationExceptionPromotedAsRecordLockExceptionUnknownExceptionWebserviceExceptionMailImpl.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 BaseMailPathNotFoundExceptionRepositoryExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionAccessDeniedExceptionMailImpl.getMailChildren(String)@Deprecated public boolean isValidMail(String uuid) throws PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, UnknownException, WebserviceException
MailImpl.isValidMail(String)isValidMail in interface BaseMailPathNotFoundExceptionAccessDeniedExceptionRepositoryExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionMailImpl.isValidMail(String)@Deprecated public String getMailPath(String uuid) throws AccessDeniedException, RepositoryException, DatabaseException, UnknownException, WebserviceException
MailImpl.getMailPath(String)getMailPath in interface BaseMailAccessDeniedExceptionRepositoryExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionMailImpl.getMailPath(String)@Deprecated public void setMailNodeClass(String uuid, long ncId) throws VersionException, LockException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, PromotedAsRecordLockException, UnknownException, WebserviceException
MailImpl.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 BaseMailUnsupportedMimeTypeExceptionFileSizeExceededExceptionUserQuotaExceededExceptionVirusDetectedExceptionItemExistsExceptionPathNotFoundExceptionAccessDeniedExceptionRepositoryExceptionDatabaseExceptionExtensionExceptionAutomationExceptionPromotedAsRecordLockExceptionUnknownExceptionWebserviceExceptionMailImpl.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 BaseMailLockExceptionPathNotFoundExceptionAccessDeniedExceptionRepositoryExceptionDatabaseExceptionPromotedAsRecordLockExceptionUnknownExceptionWebserviceExceptionMailImpl.deleteAttachment(String, String)@Deprecated public List<Document> getAttachments(String uuid) throws RepositoryException, PathNotFoundException, DatabaseException, UnknownException, WebserviceException, AccessDeniedException
MailImpl.getAttachments(String)getAttachments in interface BaseMailRepositoryExceptionPathNotFoundExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionAccessDeniedExceptionMailImpl.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 BaseMailAccessDeniedExceptionPathNotFoundExceptionItemExistsExceptionAutomationExceptionVirusDetectedExceptionUserQuotaExceededExceptionUnsupportedMimeTypeExceptionFileSizeExceededExceptionRepositoryExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionIOExceptionMailImpl.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 BaseMailMessagingExceptionPathNotFoundExceptionItemExistsExceptionVirusDetectedExceptionAccessDeniedExceptionRepositoryExceptionDatabaseExceptionUserQuotaExceededExceptionUnsupportedMimeTypeExceptionFileSizeExceededExceptionExtensionExceptionAutomationExceptionUnknownExceptionWebserviceExceptionIOExceptionMailImpl.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 BaseMailMessagingExceptionPathNotFoundExceptionItemExistsExceptionVirusDetectedExceptionAccessDeniedExceptionRepositoryExceptionDatabaseExceptionUserQuotaExceededExceptionUnsupportedMimeTypeExceptionFileSizeExceededExceptionExtensionExceptionAutomationExceptionUnknownExceptionWebserviceExceptionIOExceptionMailImpl.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 BaseMailVersionExceptionLockExceptionPathNotFoundExceptionAccessDeniedExceptionRepositoryExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionMailImpl.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 BaseMailAccessDeniedExceptionUnknownExceptionWebserviceExceptionIOExceptionMailImpl.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 BaseMailPathNotFoundExceptionAccessDeniedExceptionDatabaseExceptionWebserviceExceptionUnknownExceptionMailImpl.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 BaseMailVersionExceptionLockExceptionPathNotFoundExceptionAccessDeniedExceptionRepositoryExceptionDatabaseExceptionWebserviceExceptionUnknownExceptionMailImpl.setMailDescription(String, String)@Deprecated public InputStream getMailContent(String uuid) throws RepositoryException, PathNotFoundException, AccessDeniedException, DatabaseException, UnknownException, WebserviceException
MailImpl.getMailContent(String)getMailContent in interface BaseMailRepositoryExceptionPathNotFoundExceptionAccessDeniedExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionMailImpl.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 BaseMailPathNotFoundExceptionItemExistsExceptionVirusDetectedExceptionAccessDeniedExceptionRepositoryExceptionDatabaseExceptionUserQuotaExceededExceptionAutomationExceptionUnknownExceptionWebserviceExceptionMessagingExceptionUnsupportedMimeTypeExceptionFileSizeExceededExceptionExtensionExceptionIOExceptionMailImpl.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)@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)@Deprecated public List<MailAccount> getMailAccounts() throws AccessDeniedException, RepositoryException, PathNotFoundException, DatabaseException, UnknownException, WebserviceException
MailImpl.getMailAccounts()getMailAccounts in interface BaseMailAccessDeniedExceptionRepositoryExceptionPathNotFoundExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionMailImpl.getMailAccounts()@Deprecated public MailServerMessages getMailMessages(long accountId, long start) throws AccessDeniedException, RepositoryException, PathNotFoundException, DatabaseException, UnknownException, WebserviceException
MailImpl.getMailMessages(long, long)getMailMessages in interface BaseMailAccessDeniedExceptionRepositoryExceptionPathNotFoundExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionMailImpl.getMailMessages(long, long)@Deprecated public void addMailAccount(MailAccount mailAccount) throws AccessDeniedException, RepositoryException, DatabaseException, PathNotFoundException, UnknownException, WebserviceException
MailImpl.addMailAccount(MailAccount)addMailAccount in interface BaseMailAccessDeniedExceptionRepositoryExceptionDatabaseExceptionPathNotFoundExceptionUnknownExceptionWebserviceExceptionMailImpl.addMailAccount(MailAccount)@Deprecated public void updateMailAccount(MailAccount mailAccount) throws AccessDeniedException, RepositoryException, DatabaseException, PathNotFoundException, UnknownException, WebserviceException
MailImpl.updateMailAccount(MailAccount)updateMailAccount in interface BaseMailAccessDeniedExceptionRepositoryExceptionDatabaseExceptionPathNotFoundExceptionUnknownExceptionWebserviceExceptionMailImpl.updateMailAccount(MailAccount)@Deprecated public void testMailAccount(MailAccount mailAccount) throws AccessDeniedException, RepositoryException, DatabaseException, PathNotFoundException, UnknownException, WebserviceException
MailImpl.testMailAccount(MailAccount)testMailAccount in interface BaseMailAccessDeniedExceptionRepositoryExceptionDatabaseExceptionPathNotFoundExceptionUnknownExceptionWebserviceExceptionMailImpl.testMailAccount(MailAccount)@Deprecated public void deleteMailAccount(long mailAccountId) throws AccessDeniedException, RepositoryException, DatabaseException, PathNotFoundException, UnknownException, WebserviceException
MailImpl.deleteMailAccount(long)deleteMailAccount in interface BaseMailAccessDeniedExceptionRepositoryExceptionDatabaseExceptionPathNotFoundExceptionUnknownExceptionWebserviceExceptionMailImpl.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 BaseMailAccessDeniedExceptionRepositoryExceptionDatabaseExceptionPathNotFoundExceptionUnknownExceptionWebserviceExceptionMailImpl.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 BaseMailAccessDeniedExceptionRepositoryExceptionDatabaseExceptionPathNotFoundExceptionUnknownExceptionWebserviceExceptionMailImpl.createMailFilter(long, MailFilter)@Deprecated public void updateMailFilter(MailFilter mailFilter) throws AccessDeniedException, RepositoryException, DatabaseException, PathNotFoundException, UnknownException, WebserviceException
MailImpl.updateMailFilter(MailFilter)updateMailFilter in interface BaseMailAccessDeniedExceptionRepositoryExceptionDatabaseExceptionPathNotFoundExceptionUnknownExceptionWebserviceExceptionMailImpl.updateMailFilter(MailFilter)@Deprecated public void deleteMailFilter(long mailFilterId) throws AccessDeniedException, RepositoryException, DatabaseException, PathNotFoundException, UnknownException, WebserviceException
MailImpl.deleteMailFilter(long)deleteMailFilter in interface BaseMailAccessDeniedExceptionRepositoryExceptionDatabaseExceptionPathNotFoundExceptionUnknownExceptionWebserviceExceptionMailImpl.deleteMailFilter(long)@Deprecated public void createMailRule(long filterId, MailFilterRule rule) throws AccessDeniedException, RepositoryException, DatabaseException, PathNotFoundException, UnknownException, WebserviceException
MailImpl.createMailRule(long, MailFilterRule)createMailRule in interface BaseMailAccessDeniedExceptionRepositoryExceptionDatabaseExceptionPathNotFoundExceptionUnknownExceptionWebserviceExceptionMailImpl.createMailRule(long, MailFilterRule)@Deprecated public void updateMailRule(MailFilterRule rule) throws AccessDeniedException, RepositoryException, DatabaseException, PathNotFoundException, UnknownException, WebserviceException
MailImpl.updateMailRule(MailFilterRule)updateMailRule in interface BaseMailAccessDeniedExceptionRepositoryExceptionDatabaseExceptionPathNotFoundExceptionUnknownExceptionWebserviceExceptionMailImpl.updateMailRule(MailFilterRule)@Deprecated public void deleteMailRule(long ruleId) throws AccessDeniedException, RepositoryException, DatabaseException, PathNotFoundException, UnknownException, WebserviceException
MailImpl.deleteMailRule(long)deleteMailRule in interface BaseMailAccessDeniedExceptionRepositoryExceptionDatabaseExceptionPathNotFoundExceptionUnknownExceptionWebserviceExceptionMailImpl.deleteMailRule(long)@Deprecated public List<MailFilterRule> getMailFilterRules(long filterId) throws AccessDeniedException, RepositoryException, DatabaseException, PathNotFoundException, UnknownException, WebserviceException
MailImpl.getMailFilterRules(long)getMailFilterRules in interface BaseMailAccessDeniedExceptionRepositoryExceptionDatabaseExceptionPathNotFoundExceptionUnknownExceptionWebserviceExceptionMailImpl.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 BaseMailWebserviceExceptionAccessDeniedExceptionRepositoryExceptionLockExceptionPathNotFoundExceptionDatabaseExceptionUnknownExceptionVersionExceptionPromotedAsRecordLockExceptionMailImpl.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 BaseMailPathNotFoundExceptionAccessDeniedExceptionConversionExceptionAutomationExceptionRepositoryExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionMailImpl.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 BaseMailRepositoryExceptionAccessDeniedExceptionPathNotFoundExceptionDatabaseExceptionConversionExceptionUnsupportedMimeTypeExceptionVirusDetectedExceptionItemExistsExceptionAutomationExceptionPromotedAsRecordLockExceptionPrincipalAdapterExceptionUnknownExceptionWebserviceExceptionMailImpl.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 BaseNoteLockExceptionPathNotFoundExceptionAccessDeniedExceptionRepositoryExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionNoteImpl.addNote(String, String)@Deprecated public Note getNote(String nodeId) throws LockException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, UnknownException, WebserviceException
NoteImpl.getNote(String)getNote in interface BaseNoteLockExceptionPathNotFoundExceptionAccessDeniedExceptionRepositoryExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionNoteImpl.getNote(String)@Deprecated public void deleteNote(String noteId) throws LockException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, UnknownException, WebserviceException
NoteImpl.deleteNote(String)deleteNote in interface BaseNoteLockExceptionPathNotFoundExceptionAccessDeniedExceptionRepositoryExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionNoteImpl.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 BaseNoteLockExceptionPathNotFoundExceptionAccessDeniedExceptionRepositoryExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionNoteImpl.setNote(String, String)@Deprecated public List<Note> listNotes(String uuid) throws PathNotFoundException, RepositoryException, DatabaseException, UnknownException, WebserviceException
NoteImpl.listNotes(String)listNotes in interface BaseNotePathNotFoundExceptionRepositoryExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionNoteImpl.listNotes(String)@Deprecated public List<NoteHistory> getNotesHistory(String uuid) throws PathNotFoundException, RepositoryException, DatabaseException, UnknownException, WebserviceException
NoteImpl.getNotesHistory(String)getNotesHistory in interface BaseNotePathNotFoundExceptionRepositoryExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionNoteImpl.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 BasePropertyGroupNoSuchGroupExceptionLockExceptionPathNotFoundExceptionAccessDeniedExceptionRepositoryExceptionDatabaseExceptionExtensionExceptionAutomationExceptionUnknownExceptionWebserviceExceptionPropertyGroupImpl.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 BasePropertyGroupAccessDeniedExceptionNoSuchGroupExceptionLockExceptionPathNotFoundExceptionRepositoryExceptionDatabaseExceptionExtensionExceptionAutomationExceptionUnknownExceptionWebserviceExceptionPropertyGroupImpl.removePropertyGroup(String, String)@Deprecated public List<PropertyGroup> getPropertyGroups(String uuid) throws ParseException, PathNotFoundException, RepositoryException, DatabaseException, UnknownException, WebserviceException, AccessDeniedException
PropertyGroupImpl.getPropertyGroups(String)getPropertyGroups in interface BasePropertyGroupParseExceptionPathNotFoundExceptionRepositoryExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionAccessDeniedExceptionPropertyGroupImpl.getPropertyGroups(String)@Deprecated public List<PropertyGroup> getAllPropertyGroups() throws ParseException, RepositoryException, DatabaseException, UnknownException, WebserviceException, AccessDeniedException
PropertyGroupImpl.getAllPropertyGroups()getAllPropertyGroups in interface BasePropertyGroupParseExceptionRepositoryExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionAccessDeniedExceptionPropertyGroupImpl.getAllPropertyGroups()@Deprecated public List<FormElement> getPropertyGroupForm(String grpName) throws ParseException, NoSuchGroupException, PathNotFoundException, RepositoryException, DatabaseException, PluginNotFoundException, UnknownException, WebserviceException, AccessDeniedException
PropertyGroupImpl.getPropertyGroupForm(String)getPropertyGroupForm in interface BasePropertyGroupParseExceptionNoSuchGroupExceptionPathNotFoundExceptionRepositoryExceptionDatabaseExceptionPluginNotFoundExceptionUnknownExceptionWebserviceExceptionAccessDeniedExceptionPropertyGroupImpl.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 BasePropertyGroupParseExceptionNoSuchGroupExceptionPathNotFoundExceptionRepositoryExceptionDatabaseExceptionPluginNotFoundExceptionUnknownExceptionWebserviceExceptionAccessDeniedExceptionPropertyGroupImpl.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 BasePropertyGroupParseExceptionNoSuchPropertyExceptionNoSuchGroupExceptionLockExceptionPathNotFoundExceptionAccessDeniedExceptionRepositoryExceptionDatabaseExceptionExtensionExceptionAutomationExceptionValidationFormExceptionPluginNotFoundExceptionUnknownExceptionWebserviceExceptionPropertyGroupImpl.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 BasePropertyGroupParseExceptionPathNotFoundExceptionRepositoryExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionAccessDeniedExceptionPropertyGroupImpl.hasPropertyGroup(String, String)@Deprecated public List<PropertyGroup> getPropertyGroupsByVersion(String uuid, String versionName) throws ParseException, PathNotFoundException, RepositoryException, DatabaseException, UnknownException, WebserviceException, AccessDeniedException
PropertyGroupImpl.getPropertyGroupsByVersion(String, String)@Deprecated public String getRegisteredPropertyGroupDefinition() throws ParseException, DatabaseException, UnknownException, WebserviceException, AccessDeniedException
PropertyGroupImpl.getRegisteredPropertyGroupDefinition()getRegisteredPropertyGroupDefinition in interface BasePropertyGroupParseExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionAccessDeniedExceptionPropertyGroupImpl.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 BasePropertyGroupPathNotFoundExceptionParseExceptionNoSuchGroupExceptionSuggestionExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionAccessDeniedExceptionPropertyGroupImpl.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 BasePropertyGroupParseExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionAccessDeniedExceptionPropertyGroupImpl.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 BasePropertyGroupParseExceptionNoSuchGroupExceptionPathNotFoundExceptionAccessDeniedExceptionRepositoryExceptionDatabaseExceptionPluginNotFoundExceptionUnknownExceptionWebserviceExceptionPropertyGroupImpl.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 BasePropertyGroupParseExceptionNoSuchGroupExceptionPathNotFoundExceptionAccessDeniedExceptionRepositoryExceptionDatabaseExceptionPluginNotFoundExceptionUnknownExceptionWebserviceExceptionPropertyGroupImpl.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 BasePropertyGroupParseExceptionNoSuchGroupExceptionPathNotFoundExceptionRepositoryExceptionDatabaseExceptionPluginNotFoundExceptionUnknownExceptionWebserviceExceptionAccessDeniedExceptionPropertyGroupImpl.getPropertyGroupByVersionForm(String, String, String)@Deprecated public PropertyGroup getPropertyGroup(String grpName) throws ParseException, RepositoryException, DatabaseException, NoSuchGroupException, UnknownException, WebserviceException, AccessDeniedException
PropertyGroupImpl.getPropertyGroup(String)getPropertyGroup in interface BasePropertyGroupParseExceptionRepositoryExceptionDatabaseExceptionNoSuchGroupExceptionUnknownExceptionWebserviceExceptionAccessDeniedExceptionPropertyGroupImpl.getPropertyGroup(String)@Deprecated public Folder getRootFolder() throws PathNotFoundException, RepositoryException, DatabaseException, UnknownException, WebserviceException, AccessDeniedException
RepositoryImpl.getRootFolder()getRootFolder in interface BaseRepositoryPathNotFoundExceptionRepositoryExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionAccessDeniedExceptionRepositoryImpl.getRootFolder()@Deprecated public Folder getTrashFolder() throws PathNotFoundException, RepositoryException, DatabaseException, UnknownException, WebserviceException, AccessDeniedException
RepositoryImpl.getTrashFolder()getTrashFolder in interface BaseRepositoryPathNotFoundExceptionRepositoryExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionAccessDeniedExceptionRepositoryImpl.getTrashFolder()@Deprecated public Folder getTrashFolderBase() throws PathNotFoundException, RepositoryException, DatabaseException, UnknownException, WebserviceException, AccessDeniedException
RepositoryImpl.getTrashFolderBase()getTrashFolderBase in interface BaseRepositoryPathNotFoundExceptionRepositoryExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionAccessDeniedExceptionRepositoryImpl.getTrashFolderBase()@Deprecated public Folder getTemplatesFolder() throws PathNotFoundException, RepositoryException, DatabaseException, UnknownException, WebserviceException, AccessDeniedException
RepositoryImpl.getTemplatesFolder()getTemplatesFolder in interface BaseRepositoryPathNotFoundExceptionRepositoryExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionAccessDeniedExceptionRepositoryImpl.getTemplatesFolder()@Deprecated public Folder getPersonalFolder() throws PathNotFoundException, RepositoryException, DatabaseException, UnknownException, WebserviceException, AccessDeniedException
RepositoryImpl.getPersonalFolder()getPersonalFolder in interface BaseRepositoryPathNotFoundExceptionRepositoryExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionAccessDeniedExceptionRepositoryImpl.getPersonalFolder()@Deprecated public Folder getPersonalFolderBase() throws PathNotFoundException, RepositoryException, DatabaseException, UnknownException, WebserviceException, AccessDeniedException
RepositoryImpl.getPersonalFolderBase()getPersonalFolderBase in interface BaseRepositoryPathNotFoundExceptionRepositoryExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionAccessDeniedExceptionRepositoryImpl.getPersonalFolderBase()@Deprecated public Folder getMailFolder() throws PathNotFoundException, RepositoryException, DatabaseException, UnknownException, WebserviceException, AccessDeniedException
RepositoryImpl.getMailFolder()getMailFolder in interface BaseRepositoryPathNotFoundExceptionRepositoryExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionAccessDeniedExceptionRepositoryImpl.getMailFolder()@Deprecated public Folder getMailFolderBase() throws PathNotFoundException, RepositoryException, DatabaseException, UnknownException, WebserviceException, AccessDeniedException
RepositoryImpl.getMailFolderBase()getMailFolderBase in interface BaseRepositoryPathNotFoundExceptionRepositoryExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionAccessDeniedExceptionRepositoryImpl.getMailFolderBase()@Deprecated public Folder getThesaurusFolder() throws PathNotFoundException, RepositoryException, DatabaseException, UnknownException, WebserviceException, AccessDeniedException
RepositoryImpl.getThesaurusFolder()getThesaurusFolder in interface BaseRepositoryPathNotFoundExceptionRepositoryExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionAccessDeniedExceptionRepositoryImpl.getThesaurusFolder()@Deprecated public Folder getCategoriesFolder() throws PathNotFoundException, RepositoryException, DatabaseException, UnknownException, WebserviceException, AccessDeniedException
RepositoryImpl.getCategoriesFolder()getCategoriesFolder in interface BaseRepositoryPathNotFoundExceptionRepositoryExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionAccessDeniedExceptionRepositoryImpl.getCategoriesFolder()@Deprecated public void purgeTrash() throws PathNotFoundException, AccessDeniedException, LockException, RepositoryException, DatabaseException, PromotedAsRecordLockException, UnknownException, WebserviceException
RepositoryImpl.purgeTrash()purgeTrash in interface BaseRepositoryPathNotFoundExceptionAccessDeniedExceptionLockExceptionRepositoryExceptionDatabaseExceptionPromotedAsRecordLockExceptionUnknownExceptionWebserviceExceptionRepositoryImpl.purgeTrash()@Deprecated public String getUpdateMessage() throws RepositoryException, DatabaseException, UnknownException, WebserviceException, AccessDeniedException
RepositoryImpl.getUpdateMessage()getUpdateMessage in interface BaseRepositoryRepositoryExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionAccessDeniedExceptionRepositoryImpl.getUpdateMessage()@Deprecated public String getRepositoryUuid() throws RepositoryException, DatabaseException, UnknownException, WebserviceException, AccessDeniedException
RepositoryImpl.getRepositoryUuid()getRepositoryUuid in interface BaseRepositoryRepositoryExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionAccessDeniedExceptionRepositoryImpl.getRepositoryUuid()@Deprecated public boolean hasNode(String nodeId) throws RepositoryException, DatabaseException, UnknownException, WebserviceException, AccessDeniedException
RepositoryImpl.hasNode(String)hasNode in interface BaseRepositoryRepositoryExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionAccessDeniedExceptionRepositoryImpl.hasNode(String)@Deprecated public String getNodePath(String uuid) throws PathNotFoundException, RepositoryException, DatabaseException, UnknownException, WebserviceException, AccessDeniedException
RepositoryImpl.getNodePath(String)getNodePath in interface BaseRepositoryPathNotFoundExceptionRepositoryExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionAccessDeniedExceptionRepositoryImpl.getNodePath(String)@Deprecated public String getNodeUuid(String nodePath) throws PathNotFoundException, RepositoryException, DatabaseException, UnknownException, WebserviceException, AccessDeniedException
RepositoryImpl.getNodeUuid(String)getNodeUuid in interface BaseRepositoryPathNotFoundExceptionRepositoryExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionAccessDeniedExceptionRepositoryImpl.getNodeUuid(String)@Deprecated public AppVersion getAppVersion() throws RepositoryException, DatabaseException, UnknownException, WebserviceException, AccessDeniedException
RepositoryImpl.getAppVersion()getAppVersion in interface BaseRepositoryRepositoryExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionAccessDeniedExceptionRepositoryImpl.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 BaseRepositoryItemExistsExceptionPathNotFoundExceptionAccessDeniedExceptionRepositoryExceptionDatabaseExceptionUserQuotaExceededExceptionAutomationExceptionPromotedAsRecordLockExceptionUnknownExceptionWebserviceExceptionRepositoryImpl.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 BaseRepositoryItemExistsExceptionPathNotFoundExceptionAccessDeniedExceptionRepositoryExceptionDatabaseExceptionUserQuotaExceededExceptionAutomationExceptionPromotedAsRecordLockExceptionUnknownExceptionWebserviceExceptionRepositoryImpl.copyAttributes(String, String, boolean, boolean, boolean, boolean)@Deprecated public ScriptExecutionResult executeScript(InputStream is) throws UnknownException, WebserviceException, AccessDeniedException
RepositoryImpl.executeScript(InputStream)executeScript in interface BaseRepositoryUnknownExceptionWebserviceExceptionAccessDeniedExceptionRepositoryImpl.executeScript(InputStream)@Deprecated public SqlQueryResults executeSqlQuery(InputStream is) throws DatabaseException, UnknownException, WebserviceException, AccessDeniedException
RepositoryImpl.executeSqlQuery(InputStream)executeSqlQuery in interface BaseRepositoryDatabaseExceptionUnknownExceptionWebserviceExceptionAccessDeniedExceptionRepositoryImpl.executeSqlQuery(InputStream)@Deprecated public HqlQueryResults executeHqlQuery(InputStream is) throws DatabaseException, UnknownException, WebserviceException, AccessDeniedException
RepositoryImpl.executeHqlQuery(InputStream)executeHqlQuery in interface BaseRepositoryDatabaseExceptionUnknownExceptionWebserviceExceptionAccessDeniedExceptionRepositoryImpl.executeHqlQuery(InputStream)@Deprecated public Map<String,String> getTranslations(String lang, String module) throws DatabaseException, UnknownException, WebserviceException, AccessDeniedException
RepositoryImpl.getTranslations(String, String)getTranslations in interface BaseRepositoryDatabaseExceptionUnknownExceptionWebserviceExceptionAccessDeniedExceptionRepositoryImpl.getTranslations(String, String)@Deprecated public Configuration getConfiguration(String key) throws DatabaseException, UnknownException, WebserviceException
RepositoryImpl.getConfiguration(String)getConfiguration in interface BaseRepositoryDatabaseExceptionUnknownExceptionWebserviceExceptionRepositoryImpl.getConfiguration(String)@Deprecated public LicenseInfo getLicenseInfo() throws WebserviceException, RepositoryException, UnknownException, AccessDeniedException
RepositoryImpl.getLicenseInfo()getLicenseInfo in interface BaseRepositoryWebserviceExceptionRepositoryExceptionUnknownExceptionAccessDeniedExceptionRepositoryImpl.getLicenseInfo()@Deprecated public String getClusterUuid() throws WebserviceException, RepositoryException, UnknownException
RepositoryImpl.getClusterUuid()getClusterUuid in interface BaseRepositoryWebserviceExceptionRepositoryExceptionUnknownExceptionRepositoryImpl.getClusterUuid()@Deprecated public boolean getIsFilePlan() throws WebserviceException, RepositoryException, UnknownException
RepositoryImpl.getIsFilePlan()getIsFilePlan in interface BaseRepositoryWebserviceExceptionRepositoryExceptionUnknownExceptionRepositoryImpl.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 BasePluginUnknownExceptionWebserviceExceptionPluginImpl.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 BasePluginUnknownExceptionWebserviceExceptionPluginImpl.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 BasePluginUnknownExceptionWebserviceExceptionUnsupportedEncodingExceptionPluginImpl.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 BasePluginUnknownExceptionWebserviceExceptionUnsupportedEncodingExceptionPluginImpl.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 BaseRepositoryAccessDeniedExceptionDatabaseExceptionPathNotFoundExceptionUnknownExceptionWebserviceExceptionRepositoryImpl.getChangeLog(String, Calendar)@Deprecated public Map<String,String> getAvailableLocales(String locale) throws DatabaseException, UnknownException, WebserviceException, AccessDeniedException, PathNotFoundException
RepositoryImpl.getAvailableLocales(String)getAvailableLocales in interface BaseRepositoryDatabaseExceptionUnknownExceptionWebserviceExceptionAccessDeniedExceptionPathNotFoundExceptionRepositoryImpl.getAvailableLocales(String)@Deprecated public String getServerTime() throws UnknownException, WebserviceException
RepositoryImpl.getServerTime()getServerTime in interface BaseRepositoryUnknownExceptionWebserviceExceptionRepositoryImpl.getServerTime()@Deprecated public List<QueryResult> find(QueryParams queryParams, String propertiesPlugin) throws ParseException, RepositoryException, DatabaseException, UnknownException, WebserviceException, AccessDeniedException
SearchImpl.find(QueryParams, String)find in interface BaseSearchParseExceptionRepositoryExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionAccessDeniedExceptionSearchImpl.find(QueryParams, 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 BaseSearchParseExceptionRepositoryExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionAccessDeniedExceptionSearchImpl.findPaginated(QueryParams, 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 BaseSearchParseExceptionRepositoryExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionAccessDeniedExceptionSearchImpl.findSimpleNodeBasePaginated(QueryParams, int, int)@Deprecated public Map<String,Integer> getKeywordMap(List<String> filter) throws RepositoryException, DatabaseException, UnknownException, WebserviceException, AccessDeniedException
SearchImpl.getKeywordMap(List)getKeywordMap in interface BaseSearchRepositoryExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionAccessDeniedExceptionSearchImpl.getKeywordMap(List)@Deprecated public List<Document> getCategorizedDocuments(String categoryId) throws RepositoryException, DatabaseException, UnknownException, WebserviceException, AccessDeniedException
SearchImpl.getCategorizedDocuments(String)getCategorizedDocuments in interface BaseSearchRepositoryExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionAccessDeniedExceptionSearchImpl.getCategorizedDocuments(String)@Deprecated public long saveSearch(QueryParams params) throws RepositoryException, DatabaseException, UnknownException, WebserviceException
SearchImpl.saveSearch(QueryParams)saveSearch in interface BaseSearchRepositoryExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionSearchImpl.saveSearch(QueryParams)@Deprecated public void updateSearch(QueryParams params) throws RepositoryException, DatabaseException, UnknownException, WebserviceException
SearchImpl.updateSearch(QueryParams)updateSearch in interface BaseSearchRepositoryExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionSearchImpl.updateSearch(QueryParams)@Deprecated public QueryParams getSearch(int qpId) throws PathNotFoundException, RepositoryException, DatabaseException, UnknownException, WebserviceException, AccessDeniedException
SearchImpl.getSearch(int)getSearch in interface BaseSearchPathNotFoundExceptionRepositoryExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionAccessDeniedExceptionSearchImpl.getSearch(int)@Deprecated public List<QueryParams> getAllSearchs() throws RepositoryException, DatabaseException, UnknownException, WebserviceException, AccessDeniedException
SearchImpl.getAllSearchs()getAllSearchs in interface BaseSearchRepositoryExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionAccessDeniedExceptionSearchImpl.getAllSearchs()@Deprecated public void deleteSearch(int qpId) throws RepositoryException, DatabaseException, UnknownException, WebserviceException
SearchImpl.deleteSearch(int)deleteSearch in interface BaseSearchRepositoryExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionSearchImpl.deleteSearch(int)@Deprecated public List<QueryParams> findAllDefaultByNodeClass(long ncId) throws RepositoryException, DatabaseException, UnknownException, WebserviceException, AccessDeniedException
SearchImpl.findAllDefaultByNodeClass(long)findAllDefaultByNodeClass in interface BaseSearchRepositoryExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionAccessDeniedExceptionSearchImpl.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 BaseSearchParseExceptionAccessDeniedExceptionRepositoryExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionSearchImpl.findByQuery(String, 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 BaseSearchParseExceptionAccessDeniedExceptionRepositoryExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionSearchImpl.findByQueryPaginated(String, 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)@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 BaseSearchParseExceptionAccessDeniedExceptionRepositoryExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionSearchImpl.findWithMetadata(QueryParams, 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)@Deprecated public List<MimeType> getMimeTypes() throws AccessDeniedException, RepositoryException, DatabaseException, UnknownException, WebserviceException
SearchImpl.getMimeTypes()getMimeTypes in interface BaseSearchAccessDeniedExceptionRepositoryExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionSearchImpl.getMimeTypes()@Deprecated public void addCategory(String uuid, String catId) throws VersionException, LockException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, UnknownException, WebserviceException
PropertyImpl.addCategory(String, String)addCategory in interface BasePropertyVersionExceptionLockExceptionPathNotFoundExceptionAccessDeniedExceptionRepositoryExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionPropertyImpl.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 BasePropertyVersionExceptionLockExceptionPathNotFoundExceptionAccessDeniedExceptionRepositoryExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionPropertyImpl.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 BasePropertyVersionExceptionLockExceptionPathNotFoundExceptionAccessDeniedExceptionRepositoryExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionPropertyImpl.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 BasePropertyVersionExceptionLockExceptionPathNotFoundExceptionAccessDeniedExceptionRepositoryExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionPropertyImpl.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)@Deprecated public void unsetEncryption(String uuid) throws VersionException, LockException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, UnknownException, WebserviceException, PromotedAsRecordLockException
PropertyImpl.unsetEncryption(String)@Deprecated public void setSigned(String uuid, boolean signed) throws VersionException, LockException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, UnknownException, WebserviceException, PromotedAsRecordLockException
PropertyImpl.setSigned(String, boolean)@Deprecated public List<NodeClassSectionDefinition> getRootSections() throws WebserviceException, DatabaseException, UnknownException
FilePlanImpl.getRootSections()getRootSections in interface BaseFilePlanWebserviceExceptionDatabaseExceptionUnknownExceptionFilePlanImpl.getRootSections()@Deprecated public List<NodeClassSectionDefinition> getRootSectionsFilteredBySecurity(int permissions) throws WebserviceException, DatabaseException, UnknownException
FilePlanImpl.getRootSectionsFilteredBySecurity(int)getRootSectionsFilteredBySecurity in interface BaseFilePlanWebserviceExceptionDatabaseExceptionUnknownExceptionFilePlanImpl.getRootSectionsFilteredBySecurity(int)@Deprecated public List<NodeClassSectionDefinition> getChildrenSections(long parentId) throws WebserviceException, DatabaseException, UnknownException
FilePlanImpl.getChildrenSections(long)getChildrenSections in interface BaseFilePlanWebserviceExceptionDatabaseExceptionUnknownExceptionFilePlanImpl.getChildrenSections(long)@Deprecated public List<NodeClassSectionDefinition> getChildrenSectionsFilteredBySecurity(long parentId, int permissions) throws WebserviceException, DatabaseException, UnknownException
FilePlanImpl.getChildrenSectionsFilteredBySecurity(long, int)getChildrenSectionsFilteredBySecurity in interface BaseFilePlanWebserviceExceptionDatabaseExceptionUnknownExceptionFilePlanImpl.getChildrenSectionsFilteredBySecurity(long, int)@Deprecated public List<NodeClass> getChildrenClasses(long sectionId) throws WebserviceException, DatabaseException, UnknownException
FilePlanImpl.getChildrenClasses(long)getChildrenClasses in interface BaseFilePlanWebserviceExceptionDatabaseExceptionUnknownExceptionFilePlanImpl.getChildrenClasses(long)@Deprecated public List<NodeClass> getChildrenClassesFilteredBySecurity(long sectionId, int permissions) throws WebserviceException, DatabaseException, UnknownException
FilePlanImpl.getChildrenClassesFilteredBySecurity(long, int)getChildrenClassesFilteredBySecurity in interface BaseFilePlanWebserviceExceptionDatabaseExceptionUnknownExceptionFilePlanImpl.getChildrenClassesFilteredBySecurity(long, int)@Deprecated public NodeClass findNodeClassByPk(long id) throws WebserviceException, DatabaseException, UnknownException
FilePlanImpl.findNodeClassByPk(long)findNodeClassByPk in interface BaseFilePlanWebserviceExceptionDatabaseExceptionUnknownExceptionFilePlanImpl.findNodeClassByPk(long)@Deprecated public List<NodeClass> findElectronicRecordClasses() throws WebserviceException, DatabaseException, UnknownException
FilePlanImpl.findElectronicRecordClasses()findElectronicRecordClasses in interface BaseFilePlanWebserviceExceptionDatabaseExceptionUnknownExceptionFilePlanImpl.findElectronicRecordClasses()@Deprecated public List<NodeClass> findElectronicRecordClassesFilteredBySecurity(int permissions) throws WebserviceException, DatabaseException, UnknownException
FilePlanImpl.findElectronicRecordClassesFilteredBySecurity(int)findElectronicRecordClassesFilteredBySecurity in interface BaseFilePlanWebserviceExceptionDatabaseExceptionUnknownExceptionFilePlanImpl.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 BaseFilePlanWebserviceExceptionDatabaseExceptionUnknownExceptionFilePlanImpl.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 BaseFilePlanWebserviceExceptionDatabaseExceptionUnknownExceptionFilePlanImpl.findSectionFiltered(String, String, int)@Deprecated public List<NodeClassSectionDefinition> getNodeClassBreadcrumb(long sectionId) throws WebserviceException, DatabaseException, UnknownException
FilePlanImpl.getNodeClassBreadcrumb(long)getNodeClassBreadcrumb in interface BaseFilePlanWebserviceExceptionDatabaseExceptionUnknownExceptionFilePlanImpl.getNodeClassBreadcrumb(long)@Deprecated public List<NodeClass> findAllNodeClasses() throws WebserviceException, DatabaseException, UnknownException
FilePlanImpl.findAllNodeClasses()findAllNodeClasses in interface BaseFilePlanWebserviceExceptionDatabaseExceptionUnknownExceptionFilePlanImpl.findAllNodeClasses()@Deprecated public List<Long> getRootSectionsIdWithChildren() throws WebserviceException, DatabaseException, UnknownException
FilePlanImpl.getRootSectionsIdWithChildren()getRootSectionsIdWithChildren in interface BaseFilePlanWebserviceExceptionDatabaseExceptionUnknownExceptionFilePlanImpl.getRootSectionsIdWithChildren()@Deprecated public List<Long> getChildrenSectionsIdByTenantWithChildren(long parentId) throws WebserviceException, DatabaseException, UnknownException
FilePlanImpl.getChildrenSectionsIdByTenantWithChildren(long)getChildrenSectionsIdByTenantWithChildren in interface BaseFilePlanWebserviceExceptionDatabaseExceptionUnknownExceptionFilePlanImpl.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 BaseRecordAccessDeniedExceptionRepositoryExceptionPathNotFoundExceptionItemExistsExceptionDatabaseExceptionExtensionExceptionAutomationExceptionUnknownExceptionWebserviceExceptionPromotedAsRecordLockExceptionRecordImpl.createRecord(String, String, String, long)@Deprecated public Record getRecordProperties(String uuid) throws AccessDeniedException, RepositoryException, PathNotFoundException, DatabaseException, UnknownException, WebserviceException
RecordImpl.getRecordProperties(String)getRecordProperties in interface BaseRecordAccessDeniedExceptionRepositoryExceptionPathNotFoundExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionRecordImpl.getRecordProperties(String)@Deprecated public void deleteRecord(String uuid) throws LockException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, UnknownException, WebserviceException, PromotedAsRecordLockException, AutomationException
RecordImpl.deleteRecord(String)@Deprecated public void purgeRecord(String uuid) throws LockException, AccessDeniedException, RepositoryException, PathNotFoundException, DatabaseException, ExtensionException, UnknownException, WebserviceException, PromotedAsRecordLockException
RecordImpl.purgeRecord(String)purgeRecord in interface BaseRecordLockExceptionAccessDeniedExceptionRepositoryExceptionPathNotFoundExceptionDatabaseExceptionExtensionExceptionUnknownExceptionWebserviceExceptionPromotedAsRecordLockExceptionRecordImpl.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 BaseRecordAccessDeniedExceptionRepositoryExceptionPathNotFoundExceptionItemExistsExceptionUnknownExceptionWebserviceExceptionPromotedAsRecordLockExceptionRecordImpl.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 BaseRecordLockExceptionPathNotFoundExceptionItemExistsExceptionAccessDeniedExceptionRepositoryExceptionDatabaseExceptionExtensionExceptionUnknownExceptionWebserviceExceptionPromotedAsRecordLockExceptionFilePlanCatalogManagerExceptionAutomationExceptionVersionExceptionRecordImpl.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 BaseRecordItemExistsExceptionPathNotFoundExceptionAccessDeniedExceptionRepositoryExceptionDatabaseExceptionExtensionExceptionAutomationExceptionPromotedAsRecordLockExceptionUnknownExceptionWebserviceExceptionRecordImpl.copyRecord(String, String, String)@Deprecated public boolean isValidRecord(String uuid) throws PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, UnknownException, WebserviceException
RecordImpl.isValidRecord(String)isValidRecord in interface BaseRecordPathNotFoundExceptionAccessDeniedExceptionRepositoryExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionRecordImpl.isValidRecord(String)@Deprecated public List<Record> getRecordChildren(String uuid) throws RepositoryException, PathNotFoundException, DatabaseException, UnknownException, WebserviceException, AccessDeniedException
RecordImpl.getRecordChildren(String)getRecordChildren in interface BaseRecordRepositoryExceptionPathNotFoundExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionAccessDeniedExceptionRecordImpl.getRecordChildren(String)@Deprecated public LockInfo lockRecord(String uuid) throws LockException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, UnknownException, WebserviceException
RecordImpl.lockRecord(String)lockRecord in interface BaseRecordLockExceptionPathNotFoundExceptionAccessDeniedExceptionRepositoryExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionRecordImpl.lockRecord(String)@Deprecated public LockInfo forceLockRecord(String uuid) throws LockException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, UnknownException, WebserviceException
RecordImpl.forceLockRecord(String)forceLockRecord in interface BaseRecordLockExceptionPathNotFoundExceptionAccessDeniedExceptionRepositoryExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionRecordImpl.forceLockRecord(String)@Deprecated public void unlockRecord(String uuid) throws LockException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, UnknownException, WebserviceException
RecordImpl.unlockRecord(String)unlockRecord in interface BaseRecordLockExceptionPathNotFoundExceptionAccessDeniedExceptionRepositoryExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionRecordImpl.unlockRecord(String)@Deprecated public void forceUnlockRecord(String uuid) throws LockException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, UnknownException, WebserviceException
RecordImpl.forceUnlockRecord(String)forceUnlockRecord in interface BaseRecordLockExceptionPathNotFoundExceptionAccessDeniedExceptionRepositoryExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionRecordImpl.forceUnlockRecord(String)@Deprecated public void setRecordTitle(String uuid, String title) throws VersionException, LockException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, UnknownException, WebserviceException, PromotedAsRecordLockException
RecordImpl.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)@Deprecated public String getRecordPath(String uuid) throws AccessDeniedException, RepositoryException, DatabaseException, UnknownException, WebserviceException
RecordImpl.getRecordPath(String)getRecordPath in interface BaseRecordAccessDeniedExceptionRepositoryExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionRecordImpl.getRecordPath(String)@Deprecated public void setRecordDispositionStage(String uuid, long stage) throws PathNotFoundException, AccessDeniedException, DatabaseException, WebserviceException, UnknownException
RecordImpl.setRecordDispositionStage(String, long)setRecordDispositionStage in interface BaseRecordPathNotFoundExceptionAccessDeniedExceptionDatabaseExceptionWebserviceExceptionUnknownExceptionRecordImpl.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 BaseRecordVersionExceptionLockExceptionPathNotFoundExceptionAccessDeniedExceptionRepositoryExceptionDatabaseExceptionPromotedAsRecordLockExceptionWebserviceExceptionUnknownExceptionRecordImpl.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 BaseRecordItemExistsExceptionPathNotFoundExceptionAccessDeniedExceptionRepositoryExceptionDatabaseExceptionAutomationExceptionPromotedAsRecordLockExceptionWebserviceExceptionExtensionExceptionUnknownExceptionRecordImpl.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 BaseRecordItemExistsExceptionPathNotFoundExceptionAccessDeniedExceptionRepositoryExceptionDatabaseExceptionUserQuotaExceededExceptionAutomationExceptionPromotedAsRecordLockExceptionUnknownExceptionWebserviceExceptionRecordImpl.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 BaseRecordItemExistsExceptionPathNotFoundExceptionAccessDeniedExceptionRepositoryExceptionDatabaseExceptionUserQuotaExceededExceptionAutomationExceptionPromotedAsRecordLockExceptionUnknownExceptionWebserviceExceptionRecordImpl.extendedRecordCopy(String, String, String, boolean, boolean, boolean, boolean, boolean)@Deprecated public Record createRecordFromTemplate(String uuid, String dstPath, String language, boolean categories, boolean keywords, boolean propertyGroups, 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, String, boolean, boolean, boolean, boolean, Map)createRecordFromTemplate in interface BaseRecordPathNotFoundExceptionAccessDeniedExceptionRepositoryExceptionDatabaseExceptionTemplateExceptionDocumentTemplateExceptionItemExistsExceptionAutomationExceptionFilePlanExceptionPromotedAsRecordLockExceptionParseExceptionNoSuchGroupExceptionNoSuchPropertyExceptionLockExceptionValidationFormExceptionClassNotFoundExceptionUnknownExceptionWebserviceExceptionRecordImpl.createRecordFromTemplate(String, String, String, boolean, 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, String, boolean, boolean, boolean, boolean, Map)createRecordFromTemplate in interface BaseRecordPathNotFoundExceptionAccessDeniedExceptionRepositoryExceptionDatabaseExceptionTemplateExceptionDocumentTemplateExceptionItemExistsExceptionAutomationExceptionFilePlanExceptionPromotedAsRecordLockExceptionParseExceptionNoSuchGroupExceptionNoSuchPropertyExceptionLockExceptionValidationFormExceptionClassNotFoundExceptionUnknownExceptionWebserviceExceptionRecordImpl.createRecordFromTemplate(String, String, String, boolean, boolean, boolean, boolean, Map)@Deprecated public Node getNodeByUuid(String uuid) throws AccessDeniedException, PathNotFoundException, RepositoryException, DatabaseException, UnknownException, WebserviceException
NodeImpl.getNodeByUuid(String)getNodeByUuid in interface BaseNodeAccessDeniedExceptionPathNotFoundExceptionRepositoryExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionNodeImpl.getNodeByUuid(String)@Deprecated public List<Version> getVersionHistory(String uuid) throws PathNotFoundException, RepositoryException, DatabaseException, UnknownException, WebserviceException, AccessDeniedException
NodeImpl.getVersionHistory(String)getVersionHistory in interface BaseNodePathNotFoundExceptionRepositoryExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionAccessDeniedExceptionNodeImpl.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 BaseNodeAccessDeniedExceptionPathNotFoundExceptionLockExceptionRepositoryExceptionDatabaseExceptionExtensionExceptionAutomationExceptionUnknownExceptionWebserviceExceptionNodeImpl.restoreVersion(String, String)@Deprecated public void purgeVersionHistory(String uuid) throws AccessDeniedException, PathNotFoundException, LockException, RepositoryException, DatabaseException, ExtensionException, UnknownException, WebserviceException
NodeImpl.purgeVersionHistory(String)purgeVersionHistory in interface BaseNodeAccessDeniedExceptionPathNotFoundExceptionLockExceptionRepositoryExceptionDatabaseExceptionExtensionExceptionUnknownExceptionWebserviceExceptionNodeImpl.purgeVersionHistory(String)@Deprecated public PromoteAsRecordEvaluation mayBePromotedAsRecord(String uuid, boolean fullEvaluation) throws PathNotFoundException, DatabaseException, FilePlanRecordManagerException, UnknownException, WebserviceException, AccessDeniedException
NodeImpl.mayBePromotedAsRecord(String, boolean)mayBePromotedAsRecord in interface BaseNodePathNotFoundExceptionDatabaseExceptionFilePlanRecordManagerExceptionUnknownExceptionWebserviceExceptionAccessDeniedExceptionNodeImpl.mayBePromotedAsRecord(String, boolean)@Deprecated public void promoteAsRecord(String uuid) throws PathNotFoundException, DatabaseException, FilePlanRecordManagerException, UnknownException, WebserviceException, PromoteAsRecordException
NodeImpl.promoteAsRecord(String)promoteAsRecord in interface BaseNodePathNotFoundExceptionDatabaseExceptionFilePlanRecordManagerExceptionUnknownExceptionWebserviceExceptionPromoteAsRecordExceptionNodeImpl.promoteAsRecord(String)@Deprecated public void degradeRecord(String uuid) throws PathNotFoundException, DatabaseException, AccessDeniedException, LockException, UnknownException, WebserviceException
NodeImpl.degradeRecord(String)degradeRecord in interface BaseNodePathNotFoundExceptionDatabaseExceptionAccessDeniedExceptionLockExceptionUnknownExceptionWebserviceExceptionNodeImpl.degradeRecord(String)@Deprecated public boolean isElectronicRecordPath(String uuid) throws PathNotFoundException, DatabaseException, WebserviceException, UnknownException, AccessDeniedException
NodeImpl.isElectronicRecordPath(String)isElectronicRecordPath in interface BaseNodePathNotFoundExceptionDatabaseExceptionWebserviceExceptionUnknownExceptionAccessDeniedExceptionNodeImpl.isElectronicRecordPath(String)@Deprecated public Record getElectronicRecordInPath(String uuid) throws PathNotFoundException, DatabaseException, WebserviceException, RepositoryException, UnknownException, AccessDeniedException
NodeImpl.getElectronicRecordInPath(String)getElectronicRecordInPath in interface BaseNodePathNotFoundExceptionDatabaseExceptionWebserviceExceptionRepositoryExceptionUnknownExceptionAccessDeniedExceptionNodeImpl.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)@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)@Deprecated public List<BreadCrumbItem> getBreadcrumb(String uuid) throws PathNotFoundException, DatabaseException, AccessDeniedException, RepositoryException, WebserviceException, UnknownException
NodeImpl.getBreadcrumb(String)getBreadcrumb in interface BaseNodePathNotFoundExceptionDatabaseExceptionAccessDeniedExceptionRepositoryExceptionWebserviceExceptionUnknownExceptionNodeImpl.getBreadcrumb(String)@Deprecated public void subscribe(String uuid) throws PathNotFoundException, DatabaseException, AccessDeniedException, WebserviceException, UnknownException, LockException
NodeImpl.subscribe(String)subscribe in interface BaseNodePathNotFoundExceptionDatabaseExceptionAccessDeniedExceptionWebserviceExceptionUnknownExceptionLockExceptionNodeImpl.subscribe(String)@Deprecated public void unsubscribe(String uuid) throws PathNotFoundException, DatabaseException, AccessDeniedException, WebserviceException, UnknownException, LockException
NodeImpl.unsubscribe(String)unsubscribe in interface BaseNodePathNotFoundExceptionDatabaseExceptionAccessDeniedExceptionWebserviceExceptionUnknownExceptionLockExceptionNodeImpl.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 BaseNodeUnsupportedMimeTypeExceptionFileSizeExceededExceptionUserQuotaExceededExceptionVirusDetectedExceptionItemExistsExceptionPathNotFoundExceptionAccessDeniedExceptionRepositoryExceptionDatabaseExceptionExtensionExceptionAutomationExceptionPromotedAsRecordLockExceptionUnknownExceptionWebserviceExceptionNodeImpl.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 BaseNodeUnsupportedMimeTypeExceptionFileSizeExceededExceptionUserQuotaExceededExceptionVirusDetectedExceptionItemExistsExceptionPathNotFoundExceptionAccessDeniedExceptionRepositoryExceptionDatabaseExceptionExtensionExceptionAutomationExceptionPromotedAsRecordLockExceptionUnknownExceptionWebserviceExceptionNodeImpl.unZip(String, String)@Deprecated public InputStream exportZip(List<String> uuids, boolean background) throws WebserviceException, UnknownException, ConversionException
NodeImpl.exportZip(List, boolean)exportZip in interface BaseNodeWebserviceExceptionUnknownExceptionConversionExceptionNodeImpl.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 BaseNodeAccessDeniedExceptionRepositoryExceptionPathNotFoundExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionNodeImpl.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 BaseNodeAccessDeniedExceptionRepositoryExceptionPathNotFoundExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionNodeImpl.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 BaseNodeWebserviceExceptionUnsupportedEncodingExceptionUnknownExceptionNodeImpl.getNodesFiltered(List)@Deprecated public ZipDownloadEvaluationResult evaluateDownloadZip(List<String> uuids) throws WebserviceException, UnknownException
NodeImpl.evaluateDownloadZip(List)evaluateDownloadZip in interface BaseNodeWebserviceExceptionUnknownExceptionNodeImpl.evaluateDownloadZip(List)@Deprecated public String generateDownloadToken(String uuid, boolean preview) throws PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, UnknownException, WebserviceException
NodeImpl.generateDownloadToken(String, boolean)generateDownloadToken in interface BaseNodePathNotFoundExceptionAccessDeniedExceptionRepositoryExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionNodeImpl.generateDownloadToken(String, boolean)@Deprecated public Node restore(String uuid) throws AccessDeniedException, PathNotFoundException, RepositoryException, DatabaseException, UnknownException, WebserviceException
NodeImpl.restore(String)restore in interface BaseNodeAccessDeniedExceptionPathNotFoundExceptionRepositoryExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionNodeImpl.restore(String)@Deprecated public boolean hasNodesLockedByOtherUser(String uuid) throws WebserviceException, PathNotFoundException, DatabaseException, AccessDeniedException, UnknownException
NodeImpl.hasNodesLockedByOtherUser(String)hasNodesLockedByOtherUser in interface BaseNodeWebserviceExceptionPathNotFoundExceptionDatabaseExceptionAccessDeniedExceptionUnknownExceptionNodeImpl.hasNodesLockedByOtherUser(String)@Deprecated public LockInfo lockNode(String uuid) throws LockException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, UnknownException, WebserviceException
NodeImpl.lockNode(String)lockNode in interface BaseNodeLockExceptionPathNotFoundExceptionAccessDeniedExceptionRepositoryExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionNodeImpl.lockNode(String)@Deprecated public LockInfo forceLockNode(String uuid) throws LockException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, UnknownException, WebserviceException
NodeImpl.forceLockNode(String)forceLockNode in interface BaseNodeLockExceptionPathNotFoundExceptionAccessDeniedExceptionRepositoryExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionNodeImpl.forceLockNode(String)@Deprecated public void unlockNode(String uuid) throws LockException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, UnknownException, WebserviceException
NodeImpl.unlockNode(String)unlockNode in interface BaseNodeLockExceptionPathNotFoundExceptionAccessDeniedExceptionRepositoryExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionNodeImpl.unlockNode(String)@Deprecated public void forceUnlockNode(String uuid) throws LockException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, UnknownException, WebserviceException
NodeImpl.forceUnlockNode(String)forceUnlockNode in interface BaseNodeLockExceptionPathNotFoundExceptionAccessDeniedExceptionRepositoryExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionNodeImpl.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 BaseNodeVersionExceptionDatabaseExceptionAccessDeniedExceptionWebserviceExceptionUnknownExceptionPathNotFoundExceptionNodeImpl.setComment(String, String, String)public PaginatorPluginList getPaginatorPlugins() throws UnknownException, WebserviceException
NodeImpl.getPaginatorPlugins()getPaginatorPlugins in interface BaseNodeUnknownExceptionWebserviceExceptionNodeImpl.getPaginatorPlugins()@Deprecated public List<RelationType> getRelationTypes(String type) throws AccessDeniedException, DatabaseException, UnknownException, WebserviceException
RelationImpl.getRelationTypes(String)getRelationTypes in interface BaseRelationAccessDeniedExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionRelationImpl.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 BaseRelationLockExceptionPathNotFoundExceptionAccessDeniedExceptionRepositoryExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionRelationImpl.addRelation(String, String, long)@Deprecated public void deleteRelation(long relationId) throws LockException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, UnknownException, WebserviceException
RelationImpl.deleteRelation(long)deleteRelation in interface BaseRelationLockExceptionPathNotFoundExceptionAccessDeniedExceptionRepositoryExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionRelationImpl.deleteRelation(long)@Deprecated public List<Relation> getRelations(String uuid) throws PathNotFoundException, DatabaseException, UnknownException, WebserviceException, AccessDeniedException
RelationImpl.getRelations(String)getRelations in interface BaseRelationPathNotFoundExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionAccessDeniedExceptionRelationImpl.getRelations(String)@Deprecated public List<RelationGroup> getRelationGroups(String uuid) throws AccessDeniedException, DatabaseException, UnknownException, WebserviceException, PathNotFoundException
RelationImpl.getRelationGroups(String)getRelationGroups in interface BaseRelationAccessDeniedExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionPathNotFoundExceptionRelationImpl.getRelationGroups(String)@Deprecated public List<RelationGroup> getAllRelationGroups() throws AccessDeniedException, DatabaseException, UnknownException, WebserviceException, PathNotFoundException
RelationImpl.getAllRelationGroups()getAllRelationGroups in interface BaseRelationAccessDeniedExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionPathNotFoundExceptionRelationImpl.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 BaseRelationAccessDeniedExceptionPathNotFoundExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionRelationImpl.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 BaseRelationAccessDeniedExceptionPathNotFoundExceptionDatabaseExceptionRepositoryExceptionUnknownExceptionWebserviceExceptionRelationImpl.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 BaseRelationAccessDeniedExceptionDatabaseExceptionPathNotFoundExceptionRepositoryExceptionUnknownExceptionWebserviceExceptionRelationImpl.deleteRelationGroupItem(String, long)@Deprecated public void deleteRelationGroup(long groupId) throws AccessDeniedException, DatabaseException, PathNotFoundException, RepositoryException, UnknownException, WebserviceException
RelationImpl.deleteRelationGroup(long)deleteRelationGroup in interface BaseRelationAccessDeniedExceptionDatabaseExceptionPathNotFoundExceptionRepositoryExceptionUnknownExceptionWebserviceExceptionRelationImpl.deleteRelationGroup(long)@Deprecated public RelationGroup findRelationGroup(long groupId) throws AccessDeniedException, PathNotFoundException, DatabaseException, RepositoryException, UnknownException, WebserviceException
RelationImpl.findRelationGroup(long)findRelationGroup in interface BaseRelationAccessDeniedExceptionPathNotFoundExceptionDatabaseExceptionRepositoryExceptionUnknownExceptionWebserviceExceptionRelationImpl.findRelationGroup(long)@Deprecated public void setRelationGroupName(long groupId, String groupName) throws AccessDeniedException, DatabaseException, UnknownException, WebserviceException
RelationImpl.setRelationGroupName(long, String)setRelationGroupName in interface BaseRelationAccessDeniedExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionRelationImpl.setRelationGroupName(long, String)@Deprecated public void registerProcessDefinition(InputStream is) throws ParseException, RepositoryException, DatabaseException, WorkflowException, UnknownException, WebserviceException, AccessDeniedException
WorkflowImpl.registerProcessDefinition(InputStream)registerProcessDefinition in interface BaseWorkflowParseExceptionRepositoryExceptionDatabaseExceptionWorkflowExceptionUnknownExceptionWebserviceExceptionAccessDeniedExceptionWorkflowImpl.registerProcessDefinition(InputStream)@Deprecated public void deleteProcessDefinition(long pdId) throws RepositoryException, DatabaseException, WorkflowException, UnknownException, WebserviceException, AccessDeniedException
WorkflowImpl.deleteProcessDefinition(long)deleteProcessDefinition in interface BaseWorkflowRepositoryExceptionDatabaseExceptionWorkflowExceptionUnknownExceptionWebserviceExceptionAccessDeniedExceptionWorkflowImpl.deleteProcessDefinition(long)@Deprecated public ProcessDefinition getProcessDefinition(long pdId) throws RepositoryException, DatabaseException, WorkflowException, UnknownException, WebserviceException, AccessDeniedException
WorkflowImpl.getProcessDefinition(long)getProcessDefinition in interface BaseWorkflowRepositoryExceptionDatabaseExceptionWorkflowExceptionUnknownExceptionWebserviceExceptionAccessDeniedExceptionWorkflowImpl.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 BaseWorkflowWorkflowExceptionAccessDeniedExceptionRepositoryExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionWorkflowImpl.runProcessDefinition(long, String, Map)@Deprecated public List<ProcessInstance> findProcessInstances(long pdId) throws RepositoryException, DatabaseException, WorkflowException, UnknownException, WebserviceException, AccessDeniedException
WorkflowImpl.findProcessInstances(long)findProcessInstances in interface BaseWorkflowRepositoryExceptionDatabaseExceptionWorkflowExceptionUnknownExceptionWebserviceExceptionAccessDeniedExceptionWorkflowImpl.findProcessInstances(long)@Deprecated public List<ProcessDefinition> findAllProcessDefinitions() throws RepositoryException, DatabaseException, WorkflowException, UnknownException, WebserviceException, AccessDeniedException
WorkflowImpl.findAllProcessDefinitions()findAllProcessDefinitions in interface BaseWorkflowRepositoryExceptionDatabaseExceptionWorkflowExceptionUnknownExceptionWebserviceExceptionAccessDeniedExceptionWorkflowImpl.findAllProcessDefinitions()@Deprecated public List<ProcessDefinition> findLatestProcessDefinitions() throws RepositoryException, DatabaseException, WorkflowException, UnknownException, WebserviceException, AccessDeniedException
WorkflowImpl.findLatestProcessDefinitions()findLatestProcessDefinitions in interface BaseWorkflowRepositoryExceptionDatabaseExceptionWorkflowExceptionUnknownExceptionWebserviceExceptionAccessDeniedExceptionWorkflowImpl.findLatestProcessDefinitions()@Deprecated public ProcessDefinition findLastProcessDefinition(String name) throws RepositoryException, DatabaseException, WorkflowException, UnknownException, WebserviceException, AccessDeniedException
WorkflowImpl.findLastProcessDefinition(String)findLastProcessDefinition in interface BaseWorkflowRepositoryExceptionDatabaseExceptionWorkflowExceptionUnknownExceptionWebserviceExceptionAccessDeniedExceptionWorkflowImpl.findLastProcessDefinition(String)@Deprecated public ProcessInstance getProcessInstance(long piId) throws RepositoryException, DatabaseException, WorkflowException, UnknownException, WebserviceException, AccessDeniedException
WorkflowImpl.getProcessInstance(long)getProcessInstance in interface BaseWorkflowRepositoryExceptionDatabaseExceptionWorkflowExceptionUnknownExceptionWebserviceExceptionAccessDeniedExceptionWorkflowImpl.getProcessInstance(long)@Deprecated public TaskInstanceResultSet findUserTaskInstances() throws RepositoryException, DatabaseException, WorkflowException, UnknownException, WebserviceException, AccessDeniedException
WorkflowImpl.findUserTaskInstances()findUserTaskInstances in interface BaseWorkflowRepositoryExceptionDatabaseExceptionWorkflowExceptionUnknownExceptionWebserviceExceptionAccessDeniedExceptionWorkflowImpl.findUserTaskInstances()@Deprecated public List<TaskInstance> findTaskInstances(long piId) throws RepositoryException, DatabaseException, WorkflowException, UnknownException, WebserviceException, AccessDeniedException
WorkflowImpl.findTaskInstances(long)findTaskInstances in interface BaseWorkflowRepositoryExceptionDatabaseExceptionWorkflowExceptionUnknownExceptionWebserviceExceptionAccessDeniedExceptionWorkflowImpl.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 BaseWorkflowRepositoryExceptionDatabaseExceptionWorkflowExceptionUnknownExceptionWebserviceExceptionAccessDeniedExceptionWorkflowImpl.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 BaseWorkflowRepositoryExceptionDatabaseExceptionWorkflowExceptionUnknownExceptionWebserviceExceptionAccessDeniedExceptionWorkflowImpl.getTaskInstance(long)@Deprecated public void startTaskInstance(long tiId) throws RepositoryException, DatabaseException, WorkflowException, UnknownException, WebserviceException, AccessDeniedException
WorkflowImpl.startTaskInstance(long)startTaskInstance in interface BaseWorkflowRepositoryExceptionDatabaseExceptionWorkflowExceptionUnknownExceptionWebserviceExceptionAccessDeniedExceptionWorkflowImpl.startTaskInstance(long)@Deprecated public void setTaskInstanceActorId(long tiId, String actorId) throws RepositoryException, DatabaseException, WorkflowException, UnknownException, WebserviceException, AccessDeniedException
WorkflowImpl.setTaskInstanceActorId(long, String)setTaskInstanceActorId in interface BaseWorkflowRepositoryExceptionDatabaseExceptionWorkflowExceptionUnknownExceptionWebserviceExceptionAccessDeniedExceptionWorkflowImpl.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 BaseWorkflowRepositoryExceptionDatabaseExceptionWorkflowExceptionUnknownExceptionWebserviceExceptionAccessDeniedExceptionWorkflowImpl.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 BaseWorkflowParseExceptionAccessDeniedExceptionRepositoryExceptionDatabaseExceptionWorkflowExceptionUnknownExceptionWebserviceExceptionWorkflowImpl.getProcessDefinitionForms(long)@Deprecated public String getProcessDefinitionImage(String pdId, String uuid) throws PathNotFoundException, AccessDeniedException, ConversionException, AutomationException, RepositoryException, DatabaseException, UnknownException, WebserviceException
WorkflowImpl.getProcessDefinitionImage(String, String)@Deprecated public TaskInstanceResultSet findPooledTaskInstances() throws AccessDeniedException, RepositoryException, DatabaseException, WorkflowException, UnknownException, WebserviceException
WorkflowImpl.findPooledTaskInstances()findPooledTaskInstances in interface BaseWorkflowAccessDeniedExceptionRepositoryExceptionDatabaseExceptionWorkflowExceptionUnknownExceptionWebserviceExceptionWorkflowImpl.findPooledTaskInstances()@Deprecated public InputStream doc2pdf(InputStream is, String fileName) throws ConversionException, WebserviceException, UnknownException
ConversionImpl.doc2pdf(InputStream, String)doc2pdf in interface BaseConversionConversionExceptionWebserviceExceptionUnknownExceptionConversionImpl.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 BaseConversionWebserviceExceptionUnknownExceptionConversionImpl.imageConvert(InputStream, String, String, String)@Deprecated public InputStream html2pdf(String url) throws ConversionException, WebserviceException, UnknownException
ConversionImpl.html2pdf(String)html2pdf in interface BaseConversionConversionExceptionWebserviceExceptionUnknownExceptionConversionImpl.html2pdf(String)@Deprecated public String doc2txt(InputStream is, String fileName) throws WebserviceException, UnknownException
ConversionImpl.doc2txt(InputStream, String)doc2txt in interface BaseConversionWebserviceExceptionUnknownExceptionConversionImpl.doc2txt(InputStream, String)@Deprecated public String img2txt(InputStream is, String fileName) throws WebserviceException, UnknownException
ConversionImpl.img2txt(InputStream, String)img2txt in interface BaseConversionWebserviceExceptionUnknownExceptionConversionImpl.img2txt(InputStream, String)@Deprecated public String barcode2txt(InputStream is, String fileName) throws WebserviceException, UnknownException
ConversionImpl.barcode2txt(InputStream, String)barcode2txt in interface BaseConversionWebserviceExceptionUnknownExceptionConversionImpl.barcode2txt(InputStream, String)@Deprecated public List<Report> getReports(boolean active) throws DatabaseException, AccessDeniedException, ParseException, UnknownException, WebserviceException
ReportImpl.getReports(boolean)getReports in interface BaseReportDatabaseExceptionAccessDeniedExceptionParseExceptionUnknownExceptionWebserviceExceptionReportImpl.getReports(boolean)@Deprecated public Report getReport(long rpId) throws DatabaseException, AccessDeniedException, ParseException, UnknownException, WebserviceException
ReportImpl.getReport(long)getReport in interface BaseReportDatabaseExceptionAccessDeniedExceptionParseExceptionUnknownExceptionWebserviceExceptionReportImpl.getReport(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)executeReport in interface BaseReportDatabaseExceptionAccessDeniedExceptionParseExceptionJRExceptionEvalErrorUnknownExceptionWebserviceExceptionReportImpl.executeReport(long, Map, String)@Deprecated public String generateDownloadReportToken(long rpId) throws AccessDeniedException, DatabaseException, UnknownException, WebserviceException
ReportImpl.generateDownloadReportToken(long)generateDownloadReportToken in interface BaseReportAccessDeniedExceptionDatabaseExceptionUnknownExceptionWebserviceExceptionReportImpl.generateDownloadReportToken(long)@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)saveReport in interface BaseReportDatabaseExceptionAccessDeniedExceptionParseExceptionJRExceptionEvalErrorUnknownExceptionWebserviceExceptionReportImpl.saveReport(long, Map, String, String, String)@Deprecated public List<DashboardResult> getUserCheckedOutDocuments() throws RepositoryException, PathNotFoundException, DatabaseException, AccessDeniedException, WebserviceException, UnknownException
DashboardImpl.getUserCheckedOutDocuments()getUserCheckedOutDocuments in interface BaseDashboardRepositoryExceptionPathNotFoundExceptionDatabaseExceptionAccessDeniedExceptionWebserviceExceptionUnknownExceptionDashboardImpl.getUserCheckedOutDocuments()@Deprecated public List<DashboardResult> getUserLastModifiedDocuments() throws RepositoryException, PathNotFoundException, DatabaseException, AccessDeniedException, WebserviceException, UnknownException
DashboardImpl.getUserLastModifiedDocuments()getUserLastModifiedDocuments in interface BaseDashboardRepositoryExceptionPathNotFoundExceptionDatabaseExceptionAccessDeniedExceptionWebserviceExceptionUnknownExceptionDashboardImpl.getUserLastModifiedDocuments()@Deprecated public List<DashboardResult> getUserLockedDocuments() throws RepositoryException, PathNotFoundException, DatabaseException, AccessDeniedException, WebserviceException, UnknownException
DashboardImpl.getUserLockedDocuments()getUserLockedDocuments in interface BaseDashboardRepositoryExceptionPathNotFoundExceptionDatabaseExceptionAccessDeniedExceptionWebserviceExceptionUnknownExceptionDashboardImpl.getUserLockedDocuments()@Deprecated public List<DashboardResult> getUserLockedRecords() throws RepositoryException, PathNotFoundException, DatabaseException, AccessDeniedException, WebserviceException, UnknownException
DashboardImpl.getUserLockedRecords()getUserLockedRecords in interface BaseDashboardRepositoryExceptionPathNotFoundExceptionDatabaseExceptionAccessDeniedExceptionWebserviceExceptionUnknownExceptionDashboardImpl.getUserLockedRecords()@Deprecated public List<DashboardResult> getUserLockedFolders() throws RepositoryException, PathNotFoundException, DatabaseException, AccessDeniedException, WebserviceException, UnknownException
DashboardImpl.getUserLockedFolders()getUserLockedFolders in interface BaseDashboardRepositoryExceptionPathNotFoundExceptionDatabaseExceptionAccessDeniedExceptionWebserviceExceptionUnknownExceptionDashboardImpl.getUserLockedFolders()@Deprecated public List<DashboardResult> getUserLockedMails() throws RepositoryException, PathNotFoundException, DatabaseException, AccessDeniedException, WebserviceException, UnknownException
DashboardImpl.getUserLockedMails()getUserLockedMails in interface BaseDashboardRepositoryExceptionPathNotFoundExceptionDatabaseExceptionAccessDeniedExceptionWebserviceExceptionUnknownExceptionDashboardImpl.getUserLockedMails()@Deprecated public List<DashboardResult> getUserSubscribedDocuments() throws RepositoryException, PathNotFoundException, DatabaseException, AccessDeniedException, WebserviceException, UnknownException
DashboardImpl.getUserSubscribedDocuments()getUserSubscribedDocuments in interface BaseDashboardRepositoryExceptionPathNotFoundExceptionDatabaseExceptionAccessDeniedExceptionWebserviceExceptionUnknownExceptionDashboardImpl.getUserSubscribedDocuments()@Deprecated public List<DashboardResult> getUserSubscribedFolders() throws RepositoryException, PathNotFoundException, DatabaseException, AccessDeniedException, WebserviceException, UnknownException
DashboardImpl.getUserSubscribedFolders()getUserSubscribedFolders in interface BaseDashboardRepositoryExceptionPathNotFoundExceptionDatabaseExceptionAccessDeniedExceptionWebserviceExceptionUnknownExceptionDashboardImpl.getUserSubscribedFolders()@Deprecated public List<DashboardResult> getUserSubscribedRecords() throws RepositoryException, PathNotFoundException, DatabaseException, AccessDeniedException, WebserviceException, UnknownException
DashboardImpl.getUserSubscribedRecords()getUserSubscribedRecords in interface BaseDashboardRepositoryExceptionPathNotFoundExceptionDatabaseExceptionAccessDeniedExceptionWebserviceExceptionUnknownExceptionDashboardImpl.getUserSubscribedRecords()@Deprecated public List<DashboardResult> getUserLastCreatedDocuments() throws RepositoryException, PathNotFoundException, DatabaseException, AccessDeniedException, WebserviceException, UnknownException
DashboardImpl.getUserLastCreatedDocuments()getUserLastCreatedDocuments in interface BaseDashboardRepositoryExceptionPathNotFoundExceptionDatabaseExceptionAccessDeniedExceptionWebserviceExceptionUnknownExceptionDashboardImpl.getUserLastCreatedDocuments()@Deprecated public List<DashboardResult> getUserLastCreatedFolders() throws RepositoryException, PathNotFoundException, DatabaseException, AccessDeniedException, WebserviceException, UnknownException
DashboardImpl.getUserLastCreatedFolders()getUserLastCreatedFolders in interface BaseDashboardRepositoryExceptionPathNotFoundExceptionDatabaseExceptionAccessDeniedExceptionWebserviceExceptionUnknownExceptionDashboardImpl.getUserLastCreatedFolders()@Deprecated public List<DashboardResult> getUserLastCreatedRecords() throws RepositoryException, PathNotFoundException, DatabaseException, AccessDeniedException, WebserviceException, UnknownException
DashboardImpl.getUserLastCreatedRecords()getUserLastCreatedRecords in interface BaseDashboardRepositoryExceptionPathNotFoundExceptionDatabaseExceptionAccessDeniedExceptionWebserviceExceptionUnknownExceptionDashboardImpl.getUserLastCreatedRecords()@Deprecated public List<DashboardResult> getUserLastDownloadedDocuments() throws RepositoryException, PathNotFoundException, DatabaseException, AccessDeniedException, WebserviceException, UnknownException
DashboardImpl.getUserLastDownloadedDocuments()getUserLastDownloadedDocuments in interface BaseDashboardRepositoryExceptionPathNotFoundExceptionDatabaseExceptionAccessDeniedExceptionWebserviceExceptionUnknownExceptionDashboardImpl.getUserLastDownloadedDocuments()@Deprecated public List<DashboardResult> getUserLastImportedMails() throws RepositoryException, PathNotFoundException, DatabaseException, AccessDeniedException, WebserviceException, UnknownException
DashboardImpl.getUserLastImportedMails()getUserLastImportedMails in interface BaseDashboardRepositoryExceptionPathNotFoundExceptionDatabaseExceptionAccessDeniedExceptionWebserviceExceptionUnknownExceptionDashboardImpl.getUserLastImportedMails()@Deprecated public List<DashboardResult> getUserLastImportedMailAttachments() throws RepositoryException, PathNotFoundException, DatabaseException, AccessDeniedException, WebserviceException, UnknownException
DashboardImpl.getUserLastImportedMailAttachments()getUserLastImportedMailAttachments in interface BaseDashboardRepositoryExceptionPathNotFoundExceptionDatabaseExceptionAccessDeniedExceptionWebserviceExceptionUnknownExceptionDashboardImpl.getUserLastImportedMailAttachments()@Deprecated public List<QueryParams> getUserSearches() throws DatabaseException, AccessDeniedException, WebserviceException, UnknownException
DashboardImpl.getUserSearches()getUserSearches in interface BaseDashboardDatabaseExceptionAccessDeniedExceptionWebserviceExceptionUnknownExceptionDashboardImpl.getUserSearches()@Deprecated public List<DashboardNodeResult> findUserSearches(long qpId) throws RepositoryException, DatabaseException, AccessDeniedException, ParseException, WebserviceException, UnknownException
DashboardImpl.findUserSearches(long)findUserSearches in interface BaseDashboardRepositoryExceptionDatabaseExceptionAccessDeniedExceptionParseExceptionWebserviceExceptionUnknownExceptionDashboardImpl.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 BaseNotificationWebserviceExceptionAccessDeniedExceptionRepositoryExceptionLockExceptionPathNotFoundExceptionDatabaseExceptionUnknownExceptionVersionExceptionPromotedAsRecordLockExceptionNotificationImpl.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)@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 BaseTaskRepositoryExceptionPathNotFoundExceptionDatabaseExceptionAccessDeniedExceptionWebserviceExceptionUnknownExceptionTaskImpl.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)@Deprecated public List<TaskStatus> getTaskStatus() throws WebserviceException, RepositoryException, PathNotFoundException, DatabaseException, AccessDeniedException, UnknownException
TaskImpl.getTaskStatus()getTaskStatus in interface BaseTaskWebserviceExceptionRepositoryExceptionPathNotFoundExceptionDatabaseExceptionAccessDeniedExceptionUnknownExceptionTaskImpl.getTaskStatus()@Deprecated public List<TaskProject> getTaskProjects(boolean filterActive) throws WebserviceException, RepositoryException, PathNotFoundException, DatabaseException, AccessDeniedException, UnknownException
TaskImpl.getTaskProjects(boolean)getTaskProjects in interface BaseTaskWebserviceExceptionRepositoryExceptionPathNotFoundExceptionDatabaseExceptionAccessDeniedExceptionUnknownExceptionTaskImpl.getTaskProjects(boolean)@Deprecated public List<TaskType> getTaskTypes(boolean filterActive) throws WebserviceException, RepositoryException, PathNotFoundException, DatabaseException, AccessDeniedException, UnknownException
TaskImpl.getTaskTypes(boolean)getTaskTypes in interface BaseTaskWebserviceExceptionRepositoryExceptionPathNotFoundExceptionDatabaseExceptionAccessDeniedExceptionUnknownExceptionTaskImpl.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 BaseTaskRepositoryExceptionPathNotFoundExceptionDatabaseExceptionAccessDeniedExceptionWebserviceExceptionUnknownExceptionTaskImpl.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 BaseTaskRepositoryExceptionPathNotFoundExceptionDatabaseExceptionAccessDeniedExceptionWebserviceExceptionUnknownExceptionTaskImpl.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 BaseTaskRepositoryExceptionPathNotFoundExceptionDatabaseExceptionAccessDeniedExceptionWebserviceExceptionUnknownExceptionTaskImpl.getFinishedTasksCount(long, long, long)@Deprecated public Task createTask(String subject, String start, String end, String description, String statusId, String projectId, String typeId, List<String> users, List<String> roles, 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, String, String, String, List, List, List, List, List, List, List, String, String, String, int, String, int, String, int)createTask in interface BaseTaskLockExceptionPathNotFoundExceptionAccessDeniedExceptionRepositoryExceptionDatabaseExceptionWebserviceExceptionUnknownExceptionTaskNotFoundExceptionTaskImpl.createTask(String, String, String, String, String, String, String, List, List,
List, List, List, List, List, String, String, String, int, String, int, String, int)@Deprecated public Task updateTask(String taskId, String subject, String start, String end, String description, String statusId, String projectId, String typeId, List<String> users, List<String> roles, 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(String, String, String,
String, String, String, String, String, List, List, List, List, List, List, List, String, String, String, String,
int, int, String, int, String, int)updateTask in interface BaseTaskLockExceptionPathNotFoundExceptionAccessDeniedExceptionRepositoryExceptionDatabaseExceptionWebserviceExceptionUnknownExceptionTaskNotFoundExceptionTaskImpl.updateTask(String, String, String, String, String, String, String, String, List,
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 BaseTaskLockExceptionPathNotFoundExceptionAccessDeniedExceptionRepositoryExceptionDatabaseExceptionWebserviceExceptionUnknownExceptionTaskImpl.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)@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)@Deprecated public void deleteTaskProject(long projectId) throws AutomationException, AccessDeniedException, RepositoryException, PathNotFoundException, LockException, DatabaseException, ExtensionException, PromotedAsRecordLockException, UnknownException, WebserviceException
TaskImpl.deleteTaskProject(long)deleteTaskProject in interface BaseTaskAutomationExceptionAccessDeniedExceptionRepositoryExceptionPathNotFoundExceptionLockExceptionDatabaseExceptionExtensionExceptionPromotedAsRecordLockExceptionUnknownExceptionWebserviceExceptionTaskImpl.deleteTaskProject(long)@Deprecated public TaskProject getTaskProject(long projectId) throws WebserviceException, RepositoryException, PathNotFoundException, DatabaseException, AccessDeniedException, UnknownException
TaskImpl.getTaskProject(long)getTaskProject in interface BaseTaskWebserviceExceptionRepositoryExceptionPathNotFoundExceptionDatabaseExceptionAccessDeniedExceptionUnknownExceptionTaskImpl.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 BaseTaskLockExceptionPathNotFoundExceptionAccessDeniedExceptionRepositoryExceptionDatabaseExceptionWebserviceExceptionUnknownExceptionItemExistsExceptionTaskImpl.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)@Deprecated public void deleteTaskType(long typeId) throws AutomationException, AccessDeniedException, RepositoryException, PathNotFoundException, LockException, DatabaseException, ExtensionException, PromotedAsRecordLockException, UnknownException, WebserviceException
TaskImpl.deleteTaskType(long)deleteTaskType in interface BaseTaskAutomationExceptionAccessDeniedExceptionRepositoryExceptionPathNotFoundExceptionLockExceptionDatabaseExceptionExtensionExceptionPromotedAsRecordLockExceptionUnknownExceptionWebserviceExceptionTaskImpl.deleteTaskType(long)@Deprecated public TaskType getTaskType(long typeId) throws WebserviceException, RepositoryException, PathNotFoundException, DatabaseException, AccessDeniedException, UnknownException
TaskImpl.getTaskType(long)getTaskType in interface BaseTaskWebserviceExceptionRepositoryExceptionPathNotFoundExceptionDatabaseExceptionAccessDeniedExceptionUnknownExceptionTaskImpl.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 BaseTaskLockExceptionPathNotFoundExceptionAccessDeniedExceptionRepositoryExceptionDatabaseExceptionWebserviceExceptionUnknownExceptionItemExistsExceptionTaskImpl.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 BaseTaskLockExceptionPathNotFoundExceptionAccessDeniedExceptionRepositoryExceptionDatabaseExceptionWebserviceExceptionUnknownExceptionItemExistsExceptionTaskImpl.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 BaseTaskAutomationExceptionAccessDeniedExceptionRepositoryExceptionPathNotFoundExceptionLockExceptionDatabaseExceptionExtensionExceptionPromotedAsRecordLockExceptionUnknownExceptionWebserviceExceptionTaskImpl.deleteTaskStatus(long)@Deprecated public TaskStatus getTaskStatus(long statusId) throws WebserviceException, RepositoryException, PathNotFoundException, DatabaseException, AccessDeniedException, UnknownException
TaskImpl.getTaskStatus(long)getTaskStatus in interface BaseTaskWebserviceExceptionRepositoryExceptionPathNotFoundExceptionDatabaseExceptionAccessDeniedExceptionUnknownExceptionTaskImpl.getTaskStatus(long)@Deprecated public List<TaskNote> getTaskNotes(long taskId) throws LockException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, WebserviceException, UnknownException
TaskImpl.getTaskNotes(long)getTaskNotes in interface BaseTaskLockExceptionPathNotFoundExceptionAccessDeniedExceptionRepositoryExceptionDatabaseExceptionWebserviceExceptionUnknownExceptionTaskImpl.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 BaseTaskLockExceptionPathNotFoundExceptionAccessDeniedExceptionRepositoryExceptionDatabaseExceptionWebserviceExceptionUnknownExceptionTaskNotFoundExceptionTaskImpl.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 BaseTaskLockExceptionPathNotFoundExceptionAccessDeniedExceptionRepositoryExceptionDatabaseExceptionWebserviceExceptionUnknownExceptionTaskImpl.updateTaskNote(long, String)@Deprecated public void deleteTaskNote(long noteId) throws LockException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, WebserviceException, UnknownException
TaskImpl.deleteTaskNote(long)deleteTaskNote in interface BaseTaskLockExceptionPathNotFoundExceptionAccessDeniedExceptionRepositoryExceptionDatabaseExceptionWebserviceExceptionUnknownExceptionTaskImpl.deleteTaskNote(long)@Deprecated public Task getTask(long taskId) throws PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, WebserviceException, UnknownException, TaskNotFoundException
TaskImpl.getTask(long)getTask in interface BaseTaskPathNotFoundExceptionAccessDeniedExceptionRepositoryExceptionDatabaseExceptionWebserviceExceptionUnknownExceptionTaskNotFoundExceptionTaskImpl.getTask(long)@Deprecated public List<Bookmark> getUserBookmarks() throws AccessDeniedException, RepositoryException, DatabaseException, WebserviceException, UnknownException, PrincipalAdapterException
BookmarkImpl.getUserBookmarks()getUserBookmarks in interface BaseBookmarkAccessDeniedExceptionRepositoryExceptionDatabaseExceptionWebserviceExceptionUnknownExceptionPrincipalAdapterExceptionBookmarkImpl.getUserBookmarks()@Deprecated public void renameBookmark(int bookmarkId, String name) throws AccessDeniedException, RepositoryException, DatabaseException, WebserviceException, UnknownException, PrincipalAdapterException
BookmarkImpl.renameBookmark(int, String)renameBookmark in interface BaseBookmarkAccessDeniedExceptionRepositoryExceptionDatabaseExceptionWebserviceExceptionUnknownExceptionPrincipalAdapterExceptionBookmarkImpl.renameBookmark(int, String)@Deprecated public void deleteBookmark(int bookmarkId) throws AccessDeniedException, RepositoryException, DatabaseException, WebserviceException, UnknownException, PrincipalAdapterException
BookmarkImpl.deleteBookmark(int)deleteBookmark in interface BaseBookmarkAccessDeniedExceptionRepositoryExceptionDatabaseExceptionWebserviceExceptionUnknownExceptionPrincipalAdapterExceptionBookmarkImpl.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 BaseBookmarkLockExceptionPathNotFoundExceptionAccessDeniedExceptionRepositoryExceptionDatabaseExceptionWebserviceExceptionUnknownExceptionItemExistsExceptionBookmarkImpl.createBookmark(String, String)@Deprecated public List<StampItem> getAllStamps() throws AccessDeniedException, RepositoryException, DatabaseException, WebserviceException, UnknownException, PrincipalAdapterException
StampImpl.getAllStamps()getAllStamps in interface BaseStampAccessDeniedExceptionRepositoryExceptionDatabaseExceptionWebserviceExceptionUnknownExceptionPrincipalAdapterExceptionStampImpl.getAllStamps()@Deprecated public StampText getStampTextByPk(long id, String uuid) throws AccessDeniedException, RepositoryException, DatabaseException, WebserviceException, UnknownException, PrincipalAdapterException
StampImpl.getStampTextByPk(long, String)getStampTextByPk in interface BaseStampAccessDeniedExceptionRepositoryExceptionDatabaseExceptionWebserviceExceptionUnknownExceptionPrincipalAdapterExceptionStampImpl.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 BaseStampAccessDeniedExceptionRepositoryExceptionDatabaseExceptionWebserviceExceptionUnknownExceptionPrincipalAdapterExceptionStampImpl.getStampImageByPk(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)@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 BaseStampAccessDeniedExceptionRepositoryExceptionDatabaseExceptionWebserviceExceptionUnknownExceptionPrincipalAdapterExceptionStampImpl.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 BaseStampAccessDeniedExceptionRepositoryExceptionDatabaseExceptionPathNotFoundExceptionWebserviceExceptionUnknownExceptionPrincipalAdapterExceptionItemExistsExceptionStampImpl.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 BaseStampAccessDeniedExceptionRepositoryExceptionDatabaseExceptionPathNotFoundExceptionWebserviceExceptionUnknownExceptionPrincipalAdapterExceptionItemExistsExceptionStampImpl.stampImage(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)@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 BaseStampAccessDeniedExceptionRepositoryExceptionDatabaseExceptionWebserviceExceptionUnknownExceptionPrincipalAdapterExceptionItemExistsExceptionStampImpl.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)@Deprecated public List<Document> getPersonalStamps() throws AccessDeniedException, RepositoryException, DatabaseException, WebserviceException, UnknownException, PrincipalAdapterException
StampImpl.getPersonalStamps()getPersonalStamps in interface BaseStampAccessDeniedExceptionRepositoryExceptionDatabaseExceptionWebserviceExceptionUnknownExceptionPrincipalAdapterExceptionStampImpl.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 BaseStampAccessDeniedExceptionRepositoryExceptionDatabaseExceptionWebserviceExceptionUnknownExceptionPrincipalAdapterExceptionStampImpl.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)@Deprecated public List<String> getActivityActions() throws PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, WebserviceException, UnknownException
ActivityImpl.getActivityActions()getActivityActions in interface BaseActivityPathNotFoundExceptionAccessDeniedExceptionRepositoryExceptionDatabaseExceptionWebserviceExceptionUnknownExceptionActivityImpl.getActivityActions()@Deprecated public String importDocument(String uuid, File file) throws UnknownException, WebserviceException
ImportImpl.importDocument(String, File)importDocument in interface BaseImportUnknownExceptionWebserviceExceptionImportImpl.importDocument(String, File)@Deprecated public String importFolder(String uuid, String name) throws UnknownException, WebserviceException
ImportImpl.importFolder(String, String)importFolder in interface BaseImportUnknownExceptionWebserviceExceptionImportImpl.importFolder(String, String)@Deprecated public List<Shard> getShards() throws WebserviceException, RepositoryException, DatabaseException, AccessDeniedException, UnknownException
ShardImpl.getShards()getShards in interface BaseShardWebserviceExceptionRepositoryExceptionDatabaseExceptionAccessDeniedExceptionUnknownExceptionShardImpl.getShards()@Deprecated public void setCurrentShard(long shardId) throws WebserviceException, RepositoryException, DatabaseException, AccessDeniedException, UnknownException
ShardImpl.setCurrentShard(long)setCurrentShard in interface BaseShardWebserviceExceptionRepositoryExceptionDatabaseExceptionAccessDeniedExceptionUnknownExceptionShardImpl.setCurrentShard(long)@Deprecated public void changeShard(String uuid, long shardId) throws WebserviceException, RepositoryException, DatabaseException, AccessDeniedException, UnknownException
ShardImpl.changeShard(String, long)changeShard in interface BaseShardWebserviceExceptionRepositoryExceptionDatabaseExceptionAccessDeniedExceptionUnknownExceptionShardImpl.changeShard(String, long)Copyright © 2021 Open Knowledge Management System S.L.. All Rights Reserved.