Package com.arms.api.wiki.service
Interface WikiService
-
- All Superinterfaces:
TreeService
- All Known Implementing Classes:
WikiServiceImpl
public interface WikiService extends TreeService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<FileRepositoryEntity>imageUpload(org.springframework.web.multipart.MultipartHttpServletRequest multiRequest)-
Methods inherited from interface com.arms.egovframework.javaservice.treeframework.service.TreeService
addNode, alterNode, alterNodeType, getChildNode, getChildNodeWithoutPaging, getNode, getNodesWithoutRoot, getNodesWithoutRootMap, getPaginatedChildNode, moveNode, overwriteNode, removeNode, searchNode, updateField, updateNode
-
-
-
-
Method Detail
-
imageUpload
java.util.List<FileRepositoryEntity> imageUpload(org.springframework.web.multipart.MultipartHttpServletRequest multiRequest)
-
-