Uses of Class
com.openkm.sdk4j.bean.Record
Packages that use Record
-
Uses of Record in com.openkm.sdk4j.definition
Methods in com.openkm.sdk4j.definition that return RecordModifier and TypeMethodDescriptionCopy record record.Create record record.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.BaseRecord.extendedCopy(String uuid, String dstId, String newName, boolean categories, boolean keywords, boolean propertyGroups, boolean notes, boolean security) Extended record copy record.BaseNode.getElectronicRecordInPath(String uuid) Gets electronic record in path.BaseRecord.getProperties(String uuid) Gets record properties.Rename record.Methods in com.openkm.sdk4j.definition that return types with arguments of type Record -
Uses of Record in com.openkm.sdk4j.impl
Methods in com.openkm.sdk4j.impl that return RecordModifier and TypeMethodDescriptionRecordImpl.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.RecordImpl.extendedCopy(String uuid, String dstId, String newName, boolean categories, boolean keywords, boolean propertyGroups, boolean notes, boolean security) NodeImpl.getElectronicRecordInPath(String uuid) RecordImpl.getProperties(String uuid) Methods in com.openkm.sdk4j.impl that return types with arguments of type Record
RecordImpl.createFromTemplate(String, String, boolean, boolean, boolean, boolean, boolean, Map)