Uses of Class
com.openkm.sdk4j.bean.NodeClassSectionDefinition
-
Packages that use NodeClassSectionDefinition Package Description com.openkm.sdk4j.bean com.openkm.sdk4j.definition com.openkm.sdk4j.impl -
-
Uses of NodeClassSectionDefinition in com.openkm.sdk4j.bean
Fields in com.openkm.sdk4j.bean declared as NodeClassSectionDefinition Modifier and Type Field Description protected NodeClassSectionDefinitionNodeClass. sectionMethods in com.openkm.sdk4j.bean that return NodeClassSectionDefinition Modifier and Type Method Description NodeClassSectionDefinitionNodeClass. getSection()Methods in com.openkm.sdk4j.bean with parameters of type NodeClassSectionDefinition Modifier and Type Method Description voidNodeClass. setSection(NodeClassSectionDefinition section) -
Uses of NodeClassSectionDefinition in com.openkm.sdk4j.definition
Methods in com.openkm.sdk4j.definition that return types with arguments of type NodeClassSectionDefinition Modifier and Type Method Description List<NodeClassSectionDefinition>BaseFilePlan. findSectionFiltered(String code, String name, int permissions)Find section filtered list.List<NodeClassSectionDefinition>BaseFilePlan. getAllSectionsOrdered()Gets all sections ordered.List<NodeClassSectionDefinition>BaseFilePlan. getBreadcrumb(long sectionId)Gets node class breadcrumb.List<NodeClassSectionDefinition>BaseFilePlan. getChildrenSections(long parentId)Gets children sections.List<NodeClassSectionDefinition>BaseFilePlan. getChildrenSectionsFilteredBySecurity(long parentId, int permissions)Gets children sections filtered by security.List<NodeClassSectionDefinition>BaseFilePlan. getRootSections()Gets root sections.List<NodeClassSectionDefinition>BaseFilePlan. getRootSectionsFilteredBySecurity(int permissions)Gets root sections filtered by security. -
Uses of NodeClassSectionDefinition in com.openkm.sdk4j.impl
Methods in com.openkm.sdk4j.impl that return types with arguments of type NodeClassSectionDefinition Modifier and Type Method Description List<NodeClassSectionDefinition>FilePlanImpl. findSectionFiltered(String code, String name, int permissions)List<NodeClassSectionDefinition>FilePlanImpl. getAllSectionsOrdered()List<NodeClassSectionDefinition>FilePlanImpl. getBreadcrumb(long sectionId)List<NodeClassSectionDefinition>FilePlanImpl. getChildrenSections(long parentId)List<NodeClassSectionDefinition>FilePlanImpl. getChildrenSectionsFilteredBySecurity(long parentId, int permissions)List<NodeClassSectionDefinition>FilePlanImpl. getRootSections()List<NodeClassSectionDefinition>FilePlanImpl. getRootSectionsFilteredBySecurity(int permissions)
-