Uses of Class
com.openkm.sdk4j.exception.FilePlanException
-
Packages that use FilePlanException Package Description com.openkm.sdk4j.definition com.openkm.sdk4j.impl -
-
Uses of FilePlanException in com.openkm.sdk4j.definition
Methods in com.openkm.sdk4j.definition that throw FilePlanException Modifier and Type Method Description DocumentBaseDocument. createFromTemplate(String uuid, String dstPath, boolean categories, boolean keywords, boolean notes, Map<String,String> properties)Create from templateFolderBaseFolder. createFromTemplate(String uuid, String dstPath, boolean categories, boolean keywords, boolean notes, Map<String,String> properties)Create from template folder.RecordBaseRecord. createFromTemplate(String uuid, String dstPath, boolean categories, boolean keywords, boolean notes, Map<String,String> properties)Create record from template record. -
Uses of FilePlanException in com.openkm.sdk4j.impl
Methods in com.openkm.sdk4j.impl that throw FilePlanException Modifier and Type Method Description DocumentDocumentImpl. createFromTemplate(String uuid, String dstPath, boolean categories, boolean keywords, boolean notes, Map<String,String> properties)FolderFolderImpl. createFromTemplate(String uuid, String dstPath, boolean categories, boolean keywords, boolean notes, Map<String,String> properties)RecordRecordImpl. createFromTemplate(String uuid, String dstPath, boolean categories, boolean keywords, boolean notes, Map<String,String> properties)
-