Uses of Class
com.bytedesk.core.workflow.node.WorkflowBaseNode
Packages that use WorkflowBaseNode
-
Uses of WorkflowBaseNode in com.bytedesk.core.workflow
Fields in com.bytedesk.core.workflow with type parameters of type WorkflowBaseNodeMethods in com.bytedesk.core.workflow that return types with arguments of type WorkflowBaseNodeModifier and TypeMethodDescriptionstatic List<WorkflowBaseNode>WorkflowUtils.parseNodes(String json) 从JSON字符串解析节点列表Methods in com.bytedesk.core.workflow with parameters of type WorkflowBaseNodeModifier and TypeMethodDescriptionstatic WorkflowNodeMetaWorkflowUtils.getNodeMeta(WorkflowBaseNode node) 获取节点的元数据信息static voidWorkflowUtils.setNodeMeta(WorkflowBaseNode node, WorkflowNodeMeta meta) 设置节点的元数据信息Method parameters in com.bytedesk.core.workflow with type arguments of type WorkflowBaseNodeModifier and TypeMethodDescriptionstatic StringWorkflowUtils.nodesToJson(List<WorkflowBaseNode> nodes) 将节点列表转换为JSON字符串 -
Uses of WorkflowBaseNode in com.bytedesk.core.workflow.node
Subclasses of WorkflowBaseNode in com.bytedesk.core.workflow.nodeModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassFields in com.bytedesk.core.workflow.node with type parameters of type WorkflowBaseNodeModifier and TypeFieldDescriptionprivate List<WorkflowBaseNode>WorkflowBaseNode.blocks子节点列表(用于group和loop节点)Methods in com.bytedesk.core.workflow.node that return WorkflowBaseNodeModifier and TypeMethodDescriptionstatic WorkflowBaseNodeWorkflowNodeFactory.createNode(String nodeType) 根据节点类型创建节点实例static WorkflowBaseNodeWorkflowNodeFactory.createNode(String nodeType, String id) 根据节点类型创建节点实例(带ID)static WorkflowBaseNodeWorkflowNodeFactory.createNode(String nodeType, String uid, String name) 根据节点类型创建节点实例(带ID和名称)