Uses of Class
com.openkm.sdk4j.exception.PromotedAsRecordLockException
Packages that use PromotedAsRecordLockException
-
Uses of PromotedAsRecordLockException in com.openkm.sdk4j.definition
Methods in com.openkm.sdk4j.definition that throw PromotedAsRecordLockExceptionModifier and TypeMethodDescriptionBaseDocument.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.BaseRecord.createWizard(String uuid, String name, String title, long nodeClass) Create wizard record wizard node.voidDeletes a document from the repository.voidDelete mail.voidDelete record.voidBaseMail.deleteAttachment(String uuid, String docId) Delete attachment.voidBaseTask.deleteProject(long projectId) Delete task project.voidBaseTask.deleteStatus(long statusId) Delete status.voidBaseTask.deleteType(long typeId) Delete type.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.voidBaseMail.forwardEmail(String uuid, List<String> users, List<String> roles, List<String> mails, String message) Forward email.voidBaseNode.importZip(String uuid, InputStream is) Import zip.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.voidBaseNotification.notify(List<String> uuids, List<String> users, List<String> roles, List<String> mails, String message, boolean attachment) Notify.voidDeletes definitively a document from the repository.voidPurge folder.voidPurge mail.voidPurge record.voidBaseRepository.purgeTrash()Purge trash.Rename a document in the repository.Rename record.Save the document as PDF in the OpenKM repository.Save mail as pdf document.voidBaseDocument.setDescription(String uuid, String description) Set document description.voidBaseFolder.setDescription(String uuid, String description) Sets description.voidBaseRecord.setDescription(String uuid, String description) Sets record description.voidBaseProperty.setEncryption(String uuid, String cipherName) Sets encryption.voidBaseDocument.setIndexable(String uuid, boolean enabled) Sets indexable.voidBaseDocument.setLanguage(String uuid, String lang) Set document language.voidBaseDocument.setNodeClass(String uuid, long nodeClass) Set document node classvoidBaseMail.setNodeClass(String uuid, long nodeClass) Sets mail node class.voidBaseRecord.setNodeClass(String uuid, long nodeClass) Sets record node class.voidBaseDocument.setProperties(String uuid, String title, String description, String lang, List<String> keywords, List<String> categories) Set document properties in the repository.voidSets signed.voidSet document title.voidSets record title.voidStamp.voidBaseProperty.unsetEncryption(String uuid) Unset encryption.voidUn zip.voidUpdate from template -
Uses of PromotedAsRecordLockException in com.openkm.sdk4j.impl
Methods in com.openkm.sdk4j.impl that throw PromotedAsRecordLockExceptionModifier and TypeMethodDescriptionDocumentImpl.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) RecordImpl.createWizard(String uuid, String name, String title, long nodeClass) voidvoidvoidvoidMailImpl.deleteAttachment(String uuid, String docId) voidTaskImpl.deleteProject(long projectId) voidTaskImpl.deleteStatus(long statusId) voidTaskImpl.deleteType(long typeId) 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) voidMailImpl.forwardEmail(String uuid, List<String> users, List<String> roles, List<String> mails, String message) voidNodeImpl.importZip(String uuid, InputStream is) voidDocumentImpl.liveEditCheckin(String uuid, String comment, int increment) voidDocumentImpl.liveEditSetContent(String uuid, InputStream is) voidvoidvoidvoidNotificationImpl.notify(List<String> uuids, List<String> users, List<String> roles, List<String> mails, String message, boolean attachment) voidvoidvoidvoidvoidRepositoryImpl.purgeTrash()voidDocumentImpl.setDescription(String uuid, String description) voidFolderImpl.setDescription(String uuid, String description) voidRecordImpl.setDescription(String uuid, String description) voidPropertyImpl.setEncryption(String uuid, String cipherName) voidDocumentImpl.setIndexable(String uuid, boolean enabled) voidDocumentImpl.setLanguage(String uuid, String lang) voidDocumentImpl.setNodeClass(String uuid, long nodeClass) voidMailImpl.setNodeClass(String uuid, long nodeClass) voidRecordImpl.setNodeClass(String uuid, long nodeClass) voidDocumentImpl.setProperties(String uuid, String title, String description, String lang, List<String> keywords, List<String> categories) voidvoidvoidvoidvoidPropertyImpl.unsetEncryption(String uuid) voidvoid
DocumentImpl.createFromTemplate(String, String, boolean, boolean, boolean, boolean, Map)