Uses of Class
com.openkm.sdk4j.exception.UserQuotaExceededException
Packages that use UserQuotaExceededException
-
Uses of UserQuotaExceededException in com.openkm.sdk4j.definition
Methods in com.openkm.sdk4j.definition that throw UserQuotaExceededExceptionModifier and TypeMethodDescriptionvoidBaseDocument.captureData(String uuid, long templateId) Proceed to the OCR data capture using OCR template identified by templateId.BaseDocument.checkin(String uuid, InputStream is, String comment) Check in the document to create a new version.BaseDocument.checkin(String uuid, InputStream is, String comment, int increment) Check in the document to create a new version.Copy a document to another location in the repository.Copy folder.Copy mail mail.voidBaseRepository.copyAttributes(String uuid, String dstId, boolean categories, boolean keywords, boolean propertyGroups, boolean notes) Copy attributes.Creates a new documentBaseDocument.create(String uuid, String name, InputStream is) Creates a new documentBaseDocument.create(String uuid, String name, InputStream is, long nodeClass) Creates a new documentBaseMail.createAttachment(String uuid, String docName, InputStream is) Create attachment document.BaseDocument.createFromTemplate(String uuid, String dstPath, boolean categories, boolean keywords, boolean notes, boolean security, Map<String, String> properties) Create from template document.BaseDocument.createFromTemplate(String uuid, String dstPath, boolean categories, boolean keywords, boolean notes, Map<String, String> properties) Deprecated.BaseDocument.createWizard(String uuid, String name, long nodeClass, InputStream is) Create a new document with wizard.BaseMail.createWizard(String uuid, String title, InputStream is, String type) Create wizard mail wizard node.BaseDocument.extendedCopy(String uuid, String dstId, String newName, boolean categories, boolean keywords, boolean propertyGroups, boolean notes, boolean security) Copy a document to another location in the repository.BaseFolder.extendedCopy(String uuid, String dstId, String newName, boolean categories, boolean keywords, boolean propertyGroups, boolean notes, boolean security) Extended folder copy folder.BaseMail.extendedCopy(String uuid, String dstId, boolean categories, boolean keywords, boolean propertyGroups, boolean notes, boolean security, String newName) Extended mail copy mail.BaseRecord.extendedCopy(String uuid, String dstId, String newName, boolean categories, boolean keywords, boolean propertyGroups, boolean notes, boolean security) Extended record copy record.BaseMail.importEml(String uuid, String title, InputStream is) Import eml mail.BaseMail.importMsg(String uuid, String title, InputStream is) Import msg mail.voidBaseNode.importZip(String uuid, InputStream is) Import zip.booleanBaseDocument.isOCRDataCaptureSupported(String uuid) Check if the node supports an OCR data capture.RecognizeBaseMail.sendMailWithAttachments(String from, List<String> to, List<String> cc, List<String> bcc, List<String> replyTo, String subject, String body, List<String> docsId, String uuid) Send mail with attachments mail.voidUn zip.voidUpdate from template -
Uses of UserQuotaExceededException in com.openkm.sdk4j.impl
Methods in com.openkm.sdk4j.impl that throw UserQuotaExceededExceptionModifier and TypeMethodDescriptionvoidDocumentImpl.captureData(String uuid, long templateId) DocumentImpl.checkin(String uuid, InputStream is, String comment) DocumentImpl.checkin(String uuid, InputStream is, String comment, int increment) voidRepositoryImpl.copyAttributes(String uuid, String dstId, boolean categories, boolean keywords, boolean propertyGroups, boolean notes) DocumentImpl.create(String uuid, String name, InputStream is) DocumentImpl.create(String uuid, String name, InputStream is, long nodeClass) MailImpl.createAttachment(String uuid, String docName, InputStream is) DocumentImpl.createFromTemplate(String uuid, String dstPath, boolean categories, boolean keywords, boolean notes, boolean security, Map<String, String> properties) DocumentImpl.createFromTemplate(String uuid, String dstPath, boolean categories, boolean keywords, boolean notes, Map<String, String> properties) Deprecated.DocumentImpl.createWizard(String uuid, String name, long nodeClass, InputStream is) MailImpl.createWizard(String uuid, String title, InputStream is, String type) DocumentImpl.extendedCopy(String uuid, String dstId, String newName, boolean categories, boolean keywords, boolean propertyGroups, boolean notes, boolean security) FolderImpl.extendedCopy(String uuid, String dstId, String newName, boolean categories, boolean keywords, boolean propertyGroups, boolean notes, boolean security) MailImpl.extendedCopy(String uuid, String dstId, boolean categories, boolean keywords, boolean propertyGroups, boolean notes, boolean security, String newName) RecordImpl.extendedCopy(String uuid, String dstId, String newName, boolean categories, boolean keywords, boolean propertyGroups, boolean notes, boolean security) MailImpl.importEml(String uuid, String title, InputStream is) MailImpl.importMsg(String uuid, String title, InputStream is) voidNodeImpl.importZip(String uuid, InputStream is) booleanDocumentImpl.isOCRDataCaptureSupported(String uuid) MailImpl.sendMailWithAttachments(String from, List<String> to, List<String> cc, List<String> bcc, List<String> replyTo, String subject, String body, List<String> docsId, String uuid) voidvoid
DocumentImpl.createFromTemplate(String, String, boolean, boolean, boolean, boolean, Map)