Uses of Class
com.openkm.sdk4j.bean.SimpleNodeBaseList
-
Packages that use SimpleNodeBaseList Package Description com.openkm.sdk4j.definition com.openkm.sdk4j.impl -
-
Uses of SimpleNodeBaseList in com.openkm.sdk4j.definition
Methods in com.openkm.sdk4j.definition that return SimpleNodeBaseList Modifier and Type Method Description SimpleNodeBaseListBaseNode. getChildrenNodesByCategoryPaginated(String uuid, int offset, int limit, String filter, String orderByField, boolean orderAsc, List<Integer> filteredTypes)Gets children nodes by category paginated.SimpleNodeBaseListBaseNode. getChildrenNodesByCategoryPaginated(String uuid, int offset, int limit, String filter, String orderByField, boolean orderAsc, List<Integer> filteredTypes, String pluginName)Gets children nodes by category paginated.SimpleNodeBaseListBaseNode. getChildrenNodesPaginated(String uuid, int offset, int limit, String filter, String orderByField, boolean orderAsc, List<Integer> filteredTypes)Gets children nodes paginated.SimpleNodeBaseListBaseNode. getChildrenNodesPaginated(String uuid, int offset, int limit, String filter, String orderByField, boolean orderAsc, List<Integer> filteredTypes, String pluginName)Gets children nodes paginated. -
Uses of SimpleNodeBaseList in com.openkm.sdk4j.impl
Methods in com.openkm.sdk4j.impl that return SimpleNodeBaseList Modifier and Type Method Description SimpleNodeBaseListNodeImpl. getChildrenNodesByCategoryPaginated(String uuid, int offset, int limit, String filter, String orderByField, boolean orderAsc, List<Integer> filteredTypes)SimpleNodeBaseListNodeImpl. getChildrenNodesByCategoryPaginated(String uuid, int offset, int limit, String filter, String orderByField, boolean orderAsc, List<Integer> filteredTypes, String pluginName)SimpleNodeBaseListNodeImpl. getChildrenNodesPaginated(String uuid, int offset, int limit, String filter, String orderByField, boolean orderAsc, List<Integer> filteredTypes)SimpleNodeBaseListNodeImpl. getChildrenNodesPaginated(String uuid, int offset, int limit, String filter, String orderByField, boolean orderAsc, List<Integer> filteredTypes, String pluginName)
-