Uses of Record Class
com.agentforge4j.config.loader.workflow.WorkflowBundleLoadContext
Packages that use WorkflowBundleLoadContext
-
Uses of WorkflowBundleLoadContext in com.agentforge4j.config.loader.workflow
Methods in com.agentforge4j.config.loader.workflow that return WorkflowBundleLoadContextModifier and TypeMethodDescriptionstatic WorkflowBundleLoadContextWorkflowBundleLoadContext.classpath()static WorkflowBundleLoadContextWorkflowBundleLoadContext.filesystem(Path root) Methods in com.agentforge4j.config.loader.workflow with parameters of type WorkflowBundleLoadContextModifier and TypeMethodDescriptionBaseWorkflowBundleLoader.getWorkflowIdList(WorkflowBundleLoadContext context) ClasspathWorkflowLoader.getWorkflowIdList(WorkflowBundleLoadContext context) FileSystemWorkflowLoader.getWorkflowIdList(WorkflowBundleLoadContext context) protected abstract Map<String,AgentDefinition> BaseWorkflowBundleLoader.loadBundledAgentsFromBundle(WorkflowBundleLoadContext context, String workflowId, List<String> bundleFiles) protected Map<String,AgentDefinition> ClasspathWorkflowLoader.loadBundledAgentsFromBundle(WorkflowBundleLoadContext context, String workflowId, List<String> bundleFiles) protected Map<String,AgentDefinition> FileSystemWorkflowLoader.loadBundledAgentsFromBundle(WorkflowBundleLoadContext context, String workflowId, List<String> bundleFiles) protected abstract <T> TBaseWorkflowBundleLoader.loadItem(WorkflowBundleLoadContext context, String path, String workflowId, String derivedId, String type, Class<T> typeClass) protected <T> TClasspathWorkflowLoader.loadItem(WorkflowBundleLoadContext context, String classpathPath, String workflowId, String derivedId, String type, Class<T> clazz) protected <T> TFileSystemWorkflowLoader.loadItem(WorkflowBundleLoadContext context, String path, String workflowId, String derivedId, String type, Class<T> clazz) protected abstract StringBaseWorkflowBundleLoader.loadRawContent(WorkflowBundleLoadContext context, String classpathPath, String workflowId) protected StringClasspathWorkflowLoader.loadRawContent(WorkflowBundleLoadContext context, String classpathPath, String workflowId) protected StringFileSystemWorkflowLoader.loadRawContent(WorkflowBundleLoadContext context, String filePath, String workflowId) protected WorkflowDirectoryLoadBaseWorkflowBundleLoader.loadWorkflows(WorkflowBundleLoadContext context) protected WorkflowDefinitionBaseWorkflowBundleLoader.readWorkflow(WorkflowBundleLoadContext context, String workflowId, Map<String, AgentDefinition> bundledAgents) BaseWorkflowBundleLoader.retrieveFilesFromIndex(WorkflowBundleLoadContext context, String workflowId) ClasspathWorkflowLoader.retrieveFilesFromIndex(WorkflowBundleLoadContext context, String workflowId) FileSystemWorkflowLoader.retrieveFilesFromIndex(WorkflowBundleLoadContext context, String workflowId) protected abstract WorkflowDefinitionBaseWorkflowBundleLoader.retrieveWorkflowDefinition(WorkflowBundleLoadContext context, String workflowId, Map<String, AgentDefinition> bundledAgents) protected WorkflowDefinitionClasspathWorkflowLoader.retrieveWorkflowDefinition(WorkflowBundleLoadContext context, String workflowId, Map<String, AgentDefinition> bundledAgents) protected WorkflowDefinitionFileSystemWorkflowLoader.retrieveWorkflowDefinition(WorkflowBundleLoadContext context, String workflowId, Map<String, AgentDefinition> bundledAgents)