Package org.flowable.common.rest.api


package org.flowable.common.rest.api
  • Class
    Description
     
     
    ListProcessor<REQ,RES>
    A processor for converting List of a certain type into list of a different type.
    A util class that can be used to perform easy pagination (with defaults provided by Flowable).
    Interface representing a paginated request object, use when paging is needed without using URL-parameters.
     
    Used for creating a response that represent an error that occurred.