Search

Class VCOProxyWorkflowManager

Extends java.lang.Object
Manages the creation and execution of the proxies for the remote workflows.

Attributes

None

Methods

Name Returns
createAllProxies(VCORemoteServer server, boolean synchronos) void
createProxies(String remotePathId, boolean recursive, boolean synchronos) void
createProxy(String remoteWorkflowId, boolean synchronous) void
createProxyActionForLocal(String actionName, String moduleName, ch.dunes.model.workflow.Workflow workflow) void
createProxyActionForRemote(String actionName, String moduleName, VCORemoteWorkflow workflow) void
deleteProxies(VCORemoteServer server, boolean alsoFolders) void
executeAsynchronousProxies(String workflowId, Properties params) VCORemoteWorkflowToken[]
executeAsynchronousProxy(String connectionId, String workflowId, Properties parameters) VCORemoteWorkflowToken
executeSynchronousProxy(String connectionId, String workflowId, Properties parameters) Properties
processStaleProxyWorkflowExecutions(VCORemoteServer remoteServer) void

Returned by

None

Referenced in

None