Uses of Class
com.openkm.sdk4j.bean.Record
-
Packages that use Record Package Description com.openkm.sdk4j.definition com.openkm.sdk4j.impl -
-
Uses of Record in com.openkm.sdk4j.definition
Methods in com.openkm.sdk4j.definition that return Record Modifier and Type Method Description RecordBaseRecord. copy(String uuid, String dstId, String newName)Copy record record.RecordBaseRecord. create(String uuid, String name, String title, long nodeClass)Create record record.RecordBaseRecord. createFromTemplate(String uuid, String dstPath, boolean categories, boolean keywords, boolean notes, boolean propertyGroups, boolean security, Map<String,String> properties)Create from template record.RecordBaseRecord. createFromTemplate(String uuid, String dstPath, boolean categories, boolean keywords, boolean notes, Map<String,String> properties)Deprecated.RecordBaseRecord. extendedCopy(String uuid, String dstId, String newName, boolean categories, boolean keywords, boolean propertyGroups, boolean notes, boolean security)Extended record copy record.RecordBaseNode. getElectronicRecordInPath(String uuid)Gets electronic record in path.RecordBaseRecord. getProperties(String uuid)Gets record properties.RecordBaseRecord. rename(String uuid, String newName)Rename record.Methods in com.openkm.sdk4j.definition that return types with arguments of type Record Modifier and Type Method Description List<Record>BaseRecord. getChildren(String uuid)Gets record children. -
Uses of Record in com.openkm.sdk4j.impl
Methods in com.openkm.sdk4j.impl that return Record Modifier and Type Method Description RecordRecordImpl. copy(String uuid, String dstId, String newName)RecordRecordImpl. create(String uuid, String name, String title, long nodeClass)RecordRecordImpl. createFromTemplate(String uuid, String dstPath, boolean categories, boolean keywords, boolean notes, boolean propertyGroups, boolean security, Map<String,String> properties)RecordRecordImpl. 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)RecordRecordImpl. extendedCopy(String uuid, String dstId, String newName, boolean categories, boolean keywords, boolean propertyGroups, boolean notes, boolean security)RecordNodeImpl. getElectronicRecordInPath(String uuid)RecordRecordImpl. getProperties(String uuid)RecordRecordImpl. rename(String uuid, String newName)Methods in com.openkm.sdk4j.impl that return types with arguments of type Record Modifier and Type Method Description List<Record>RecordImpl. getChildren(String uuid)
-