Class WorkflowDefinitionsGet

  • All Implemented Interfaces:
    org.springframework.extensions.webscripts.WebScript

    public class WorkflowDefinitionsGet
    extends AbstractWorkflowWebscript
    Webscript impelementation to return the latest version of all deployed workflow definitions.
    Since:
    3.4
    Author:
    Gavin Cornwell, Nick Smith
    • Constructor Detail

      • WorkflowDefinitionsGet

        public WorkflowDefinitionsGet()
    • Method Detail

      • buildModel

        protected java.util.Map<java.lang.String,​java.lang.Object> buildModel​(WorkflowModelBuilder modelBuilder,
                                                                                    org.springframework.extensions.webscripts.WebScriptRequest req,
                                                                                    org.springframework.extensions.webscripts.Status status,
                                                                                    org.springframework.extensions.webscripts.Cache cache)
        Description copied from class: AbstractWorkflowWebscript
        This method uses a WorkflowModelBuilder to build up the model to return.
        Specified by:
        buildModel in class AbstractWorkflowWebscript
        Parameters:
        modelBuilder - A WorkflowModelBuilder.
        req - the WebScriptRequest
        status - the Status
        cache - the Cache
        Returns:
        the data model.