Class IridaWorkflowSet


  • public class IridaWorkflowSet
    extends java.lang.Object
    Wraps around a Set of IridaWorkflows to allow it to be handled as a spring managed bean.
    • Constructor Detail

      • IridaWorkflowSet

        public IridaWorkflowSet​(java.util.Set<IridaWorkflow> iridaWorkflows)
        Builds a new IridaWorkflowSet of workflows.
        Parameters:
        iridaWorkflows - The set of workflows to build.
    • Method Detail

      • getIridaWorkflows

        public java.util.Set<IridaWorkflow> getIridaWorkflows()