Uses of Class
com.openkm.sdk4j.bean.Node
-
Packages that use Node Package Description com.openkm.sdk4j.bean com.openkm.sdk4j.bean.workflow com.openkm.sdk4j.definition com.openkm.sdk4j.impl -
-
Uses of Node in com.openkm.sdk4j.bean
Subclasses of Node in com.openkm.sdk4j.bean Modifier and Type Class Description classDocumentclassFolderclassMailclassParentCreated by pavila on 14/07/14.classRecordMethods in com.openkm.sdk4j.bean that return Node Modifier and Type Method Description NodeDashboardNodeResult. getNode()NodeDashboardResult. getNode()NodeQueryResult. getNode()NodeQueryResultComplex. getNode()Methods in com.openkm.sdk4j.bean that return types with arguments of type Node Modifier and Type Method Description List<Node>NodeList. getNodes()Methods in com.openkm.sdk4j.bean with parameters of type Node Modifier and Type Method Description voidDashboardNodeResult. setNode(Node node)voidDashboardResult. setNode(Node node)voidQueryResult. setNode(Node node)voidQueryResultComplex. setNode(Node node)Method parameters in com.openkm.sdk4j.bean with type arguments of type Node Modifier and Type Method Description voidNodeList. setNodes(List<Node> nodes) -
Uses of Node in com.openkm.sdk4j.bean.workflow
Methods in com.openkm.sdk4j.bean.workflow that return Node Modifier and Type Method Description NodeTaskInstance. getNode()Methods in com.openkm.sdk4j.bean.workflow with parameters of type Node Modifier and Type Method Description voidTaskInstance. setNode(Node node) -
Uses of Node in com.openkm.sdk4j.definition
Methods in com.openkm.sdk4j.definition that return Node Modifier and Type Method Description NodeBaseNode. getNodeByUuid(String uuid)Gets node by uuid.NodeBaseNode. restore(String uuid)Restore node.Methods in com.openkm.sdk4j.definition that return types with arguments of type Node Modifier and Type Method Description List<Node>BaseNode. getNodesFiltered(List<String> uuids)Gets nodes filtered. -
Uses of Node in com.openkm.sdk4j.impl
Methods in com.openkm.sdk4j.impl that return Node Modifier and Type Method Description NodeNodeImpl. getNodeByUuid(String uuid)NodeNodeImpl. restore(String uuid)Methods in com.openkm.sdk4j.impl that return types with arguments of type Node Modifier and Type Method Description List<Node>NodeImpl. getNodesFiltered(List<String> uuids)
-