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 WorkflowNodeMeta
WorkflowUtils.getNodeMeta
(WorkflowBaseNode node) 获取节点的元数据信息static void
WorkflowUtils.setNodeMeta
(WorkflowBaseNode node, WorkflowNodeMeta meta) 设置节点的元数据信息Method parameters in com.bytedesk.core.workflow with type arguments of type WorkflowBaseNodeModifier and TypeMethodDescriptionstatic String
WorkflowUtils.nodesToJson
(List<WorkflowBaseNode> nodes) 将节点列表转换为JSON字符串 -
Uses of WorkflowBaseNode in com.bytedesk.core.workflow.node
Subclasses of WorkflowBaseNode in com.bytedesk.core.workflow.nodeModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
Fields 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 WorkflowBaseNode
WorkflowNodeFactory.createNode
(String nodeType) 根据节点类型创建节点实例static WorkflowBaseNode
WorkflowNodeFactory.createNode
(String nodeType, String id) 根据节点类型创建节点实例(带ID)static WorkflowBaseNode
WorkflowNodeFactory.createNode
(String nodeType, String uid, String name) 根据节点类型创建节点实例(带ID和名称)