Class WorkflowsResource

  • All Implemented Interfaces:
    MashupConstants, RestConstants

    public class WorkflowsResource
    extends JcmsRestResource
    Implementation of a JcmsResource, used to return a represention of the list of the workflows through REST. As a list, it uses a pager.
    Since:
    JCMS-6.0
    Author:
    dissert
    • Constructor Detail

      • WorkflowsResource

        public WorkflowsResource​(org.restlet.Context context,
                                 org.restlet.data.Request request,
                                 org.restlet.data.Response response)