Class ProcessQueryParameterContainer


  • public class ProcessQueryParameterContainer
    extends Object
    This is a container class in which the variables can be stored that a Process must adhere to when being retrieved from the DB through the search methods
    • Constructor Detail

      • ProcessQueryParameterContainer

        public ProcessQueryParameterContainer()
    • Method Detail

      • getQueryParameterMap

        public Map<String,​Object> getQueryParameterMap()
        Generic getter for the queryParameterMap
        Returns:
        the queryParameterMap value of this ProcessQueryParameterContainer
      • setQueryParameterMap

        public void setQueryParameterMap​(Map<String,​Object> queryParameterMap)
        Generic setter for the queryParameterMap
        Parameters:
        queryParameterMap - The queryParameterMap to be set on this ProcessQueryParameterContainer
      • addToQueryParameterMap

        public void addToQueryParameterMap​(String key,
                                           Object object)
      • getSortProperty

        public String getSortProperty()
        Generic getter for the sortProperty
        Returns:
        the sortProperty value of this ProcessQueryParameterContainer
      • setSortProperty

        public void setSortProperty​(String sortProperty)
        Generic setter for the sortProperty
        Parameters:
        sortProperty - The sortProperty to be set on this ProcessQueryParameterContainer
      • getSortOrder

        public String getSortOrder()
        Generic getter for the sortOrder
        Returns:
        the sortOrder value of this ProcessQueryParameterContainer
      • setSortOrder

        public void setSortOrder​(String sortOrder)
        Generic setter for the sortOrder
        Parameters:
        sortOrder - The sortOrder to be set on this ProcessQueryParameterContainer