Uses of Class
com.openkm.sdk4j.exception.ItemExistsException
Packages that use ItemExistsException
-
Uses of ItemExistsException in com.openkm.sdk4j.definition
Methods in com.openkm.sdk4j.definition that throw ItemExistsExceptionModifier and TypeMethodDescriptionvoidBaseDocument.captureData(String uuid, long templateId) Proceed to the OCR data capture using OCR template identified by templateId.Copy a document to another location in the repository.Copy folder.Copy mail mail.Copy record record.voidBaseRepository.copyAttributes(String uuid, String dstId, boolean categories, boolean keywords, boolean propertyGroups, boolean notes) Copy attributes.Add a new bookmark which points to this document.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 documentCreate folder.Create folder.Create record record.BaseMail.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.BaseFolder.createFromTemplate(String uuid, String dstPath, boolean categories, boolean keywords, boolean notes, boolean propertyGroups, boolean security, Map<String, String> properties) Create from template folder.BaseFolder.createFromTemplate(String uuid, String dstPath, boolean categories, boolean keywords, boolean notes, Map<String, String> properties) Deprecated.BaseRecord.createFromTemplate(String uuid, String dstPath, boolean categories, boolean keywords, boolean notes, boolean propertyGroups, boolean security, Map<String, String> properties) Create from template record.BaseRecord.createFromTemplate(String uuid, String dstPath, boolean categories, boolean keywords, boolean notes, Map<String, String> properties) Deprecated.voidBaseFolder.createMissingFolders(String fldPath) Create missing folders.voidBaseRecord.createMissingRecords(String recPath) Create missing records.BaseTask.createProject(String name, boolean active, String description) Create task project task project.BaseTask.createStatus(String name, boolean finish) Create status.BaseTask.createType(String name, boolean active, String description) Create type.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.BaseRecord.createWizard(String uuid, String name, String title, long nodeClass) Create wizard record 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.booleanExtract boolean.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.booleanBasePdf.insertPages(String uuid, String srcId, int sourceFromPage, int sourceToPage, int insertFromPage) Insert pages boolean.booleanBaseDocument.isOCRDataCaptureSupported(String uuid) Check if the node supports an OCR data capture.voidMove a document to another location in the repository.voidMove folder.voidMove mail.voidMove record.booleanRecognizebooleanRemove boolean.Rename a document in the repository.Rename folder.voidRename mail.Rename record.booleanRotate boolean.Save the document as PDF in the OpenKM repository.Save mail as pdf document.BaseMail.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.booleanSplit boolean.voidBaseStamp.stampBarcode(String uuid, long id) Stamp barcode.voidBaseStamp.stampImage(String uuid, long id) Stamp image.voidBaseStamp.stampImageCustom(String uuid, long stampImageId, String exprX, String exprY, String range, double ratio, InputStream is) Stamp image custom.voidBaseStamp.stampImageManually(String uuid, long id, String exprX, String exprY, String range, String personalStampUuid) Stamp image manually.voidStamp text.voidBaseStamp.stampTextCustom(String uuid, long stampTextId, String text, String exprX, String exprY, String range) Stamp text custom.voidUn zip.BaseTask.updateProject(long projectId, boolean active, String name, String description) Update project.BaseTask.updateStatus(long statusId, String name, boolean finish) Update status.BaseTask.updateType(long typeId, boolean active, String name, String description) Update type. -
Uses of ItemExistsException in com.openkm.sdk4j.impl
Methods in com.openkm.sdk4j.impl that throw ItemExistsExceptionModifier and TypeMethodDescriptionvoidDocumentImpl.captureData(String uuid, long templateId) 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.FolderImpl.createFromTemplate(String uuid, String dstPath, boolean categories, boolean keywords, boolean notes, boolean propertyGroups, boolean security, Map<String, String> properties) FolderImpl.createFromTemplate(String uuid, String dstPath, boolean categories, boolean keywords, boolean notes, Map<String, String> properties) Deprecated.As of sdk4j 4.3, replaced byFolderImpl.createFromTemplate(String, String, boolean, boolean, boolean, boolean, boolean, Map)RecordImpl.createFromTemplate(String uuid, String dstPath, boolean categories, boolean keywords, boolean notes, boolean propertyGroups, boolean security, Map<String, String> properties) RecordImpl.createFromTemplate(String uuid, String dstPath, boolean categories, boolean keywords, boolean notes, Map<String, String> properties) Deprecated.As of sdk4j 4.3, replaced byRecordImpl.createFromTemplate(String, String, boolean, boolean, boolean, boolean, boolean, Map)voidFolderImpl.createMissingFolders(String fldPath) voidRecordImpl.createMissingRecords(String recPath) TaskImpl.createProject(String name, boolean active, String description) TaskImpl.createStatus(String name, boolean finish) TaskImpl.createType(String name, boolean active, String description) DocumentImpl.createWizard(String uuid, String name, long nodeClass, InputStream is) MailImpl.createWizard(String uuid, String title, InputStream is, String type) RecordImpl.createWizard(String uuid, String name, String title, long nodeClass) 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) booleanMailImpl.importEml(String uuid, String title, InputStream is) MailImpl.importMsg(String uuid, String title, InputStream is) voidNodeImpl.importZip(String uuid, InputStream is) booleanPdfImpl.insertPages(String uuid, String srcId, int sourceFromPage, int sourceToPage, int insertFromPage) booleanDocumentImpl.isOCRDataCaptureSupported(String uuid) voidvoidvoidvoidbooleanbooleanvoidbooleanMailImpl.sendMailWithAttachments(String from, List<String> to, List<String> cc, List<String> bcc, List<String> replyTo, String subject, String body, List<String> docsId, String uuid) booleanvoidStampImpl.stampBarcode(String uuid, long id) voidStampImpl.stampImage(String uuid, long id) voidStampImpl.stampImageCustom(String uuid, long id, String exprX, String exprY, String range, double ratio, InputStream is) voidStampImpl.stampImageManually(String uuid, long id, String exprX, String exprY, String range, String personalStampUuid) voidvoidStampImpl.stampTextCustom(String uuid, long stampTextId, String text, String exprX, String exprY, String range) voidTaskImpl.updateProject(long projectId, boolean active, String name, String description) TaskImpl.updateStatus(long statusId, String name, boolean finish) TaskImpl.updateType(long typeId, boolean active, String name, String description)
DocumentImpl.createFromTemplate(String, String, boolean, boolean, boolean, boolean, Map)