Uses of Class
com.openkm.sdk4j.exception.AutomationException
Packages that use AutomationException
-
Uses of AutomationException in com.openkm.sdk4j.definition
Methods in com.openkm.sdk4j.definition that throw AutomationExceptionModifier and TypeMethodDescriptionvoidAdd group.voidBaseDocument.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.Copy record record.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 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.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.voidDeletes a document from the repository.voidDelete folder.voidDelete mail.voidDelete record.voidBaseTask.deleteProject(long projectId) Delete task project.voidBaseTask.deleteStatus(long statusId) Delete status.voidBaseTask.deleteType(long typeId) Delete type.voidBaseNode.deleteVersion(String uuid, String versionName) Delete version.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.BaseDocument.getDifferences(String uuid, String versionName1, String versionName2) Get differences between two document versions.PDF of the document.Gets pdf.BaseWorkflow.getProcessDefinitionImage(long pdId, String uuid) Gets process definition image.BasePropertyGroup.getProperties(String uuid, String grpName) Gets properties.BasePropertyGroup.getPropertiesByVersion(String uuid, String grpName, String versionName) Gets properties by version.BaseDocument.getThumbnail(String uuid, ThumbnailType type) Returns thumbnail image data.BaseMail.getThumbnail(String uuid, ThumbnailType type) Gets mail thumbnail.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.voidBaseDocument.liveEditCheckin(String uuid, String comment, int increment) It does a live edit checkin.voidBaseDocument.liveEditSetContent(String uuid, InputStream is) Update the content of the document edited with live edit feature.voidMove a document to another location in the repository.voidMove mail.voidMove record.booleanRecognizeRemove pages of a documentvoidBasePropertyGroup.removeGroup(String uuid, String grpName) Remove group.Rename a document in the repository.voidBaseNode.renameVersion(String uuid, String versionName, String newName) Rename version.voidBaseNode.restoreVersion(String uuid, String versionName) Restore version.Rotate pages of a document.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.voidSets properties.Split document.voidStamp.voidUn zip.voidUpdate from template -
Uses of AutomationException in com.openkm.sdk4j.impl
Methods in com.openkm.sdk4j.impl that throw AutomationExceptionModifier and TypeMethodDescriptionvoidvoidDocumentImpl.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.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) 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) voidvoidvoidvoidvoidTaskImpl.deleteProject(long projectId) voidTaskImpl.deleteStatus(long statusId) voidTaskImpl.deleteType(long typeId) voidNodeImpl.deleteVersion(String uuid, String versionName) 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) booleanDocumentImpl.getDifferences(String uuid, String versionName1, String versionName2) WorkflowImpl.getProcessDefinitionImage(long pdId, String uuid) DocumentImpl.getThumbnail(String uuid, ThumbnailType type) MailImpl.getThumbnail(String uuid, ThumbnailType type) MailImpl.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) voidDocumentImpl.liveEditCheckin(String uuid, String comment, int increment) voidDocumentImpl.liveEditSetContent(String uuid, InputStream is) voidvoidvoidbooleanvoidPropertyGroupImpl.removeGroup(String uuid, String grpName) voidNodeImpl.renameVersion(String uuid, String versionName, String newName) voidNodeImpl.restoreVersion(String uuid, String versionName) 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) voidvoidvoidvoid
DocumentImpl.createFromTemplate(String, String, boolean, boolean, boolean, boolean, Map)