Class SearchOperationContext

  • All Implemented Interfaces:
    java.io.Serializable

    public class SearchOperationContext
    extends OperationContext
    The context of an Operation whose purpose is to search components. Concerned operations should be executed for Action.SEARCH
    Author:
    Christopher Laszczuk
    See Also:
    Serialized Form
    • Constructor Detail

      • SearchOperationContext

        public SearchOperationContext()
    • Method Detail

      • getRequest

        public com.flower.docs.domain.search.SearchRequest getRequest()
        Gets the request of the search
        Returns:
        The search request
      • setRequest

        public void setRequest​(com.flower.docs.domain.search.SearchRequest request)
      • getResponse

        public com.flower.docs.domain.search.SearchResponse getResponse()
        Gets the response of the search if executed
        Returns:
        The search response
      • setResponse

        public void setResponse​(com.flower.docs.domain.search.SearchResponse response)