Class QueryOperationContext

    • Constructor Detail

      • QueryOperationContext

        public QueryOperationContext​(String queryString,
                                     Set regionNames,
                                     boolean postOperation)
        Deprecated.
        Constructor for the query operation.
        Parameters:
        queryString - the query string for this operation
        regionNames - names of regions that are part of the query string
        postOperation - true to set the post-operation flag
      • QueryOperationContext

        public QueryOperationContext​(String queryString,
                                     Set regionNames,
                                     boolean postOperation,
                                     Object[] queryParams)
        Deprecated.
        Constructor for the query operation.
        Parameters:
        queryString - the query string for this operation
        regionNames - names of regions that are part of the query string
        postOperation - true to set the post-operation flag
        queryParams - the bind parameters for the query
    • Method Detail

      • isPostOperation

        public boolean isPostOperation()
        Deprecated.
        True if the context is for post-operation.
        Specified by:
        isPostOperation in class OperationContext
        Returns:
        whether the context is for post-operation
      • setPostOperation

        public void setPostOperation()
        Deprecated.
        Set the post-operation flag to true.
      • getQuery

        public String getQuery()
        Deprecated.
        Return the query string of this query operation.
        Returns:
        the query string of this query operation
      • modifyQuery

        public void modifyQuery​(String query)
        Deprecated.
        Modify the query string.
        Parameters:
        query - the new query string for this query.
      • getRegionNames

        public Set getRegionNames()
        Deprecated.
        Get the names of regions that are part of the query string.
        Returns:
        names of regions being queried.
      • setRegionNames

        public void setRegionNames​(Set regionNames)
        Deprecated.
        Set the names of regions that are part of the query string.
        Parameters:
        regionNames - names of regions being queried
      • getQueryResult

        public Object getQueryResult()
        Deprecated.
        Get the result of the query execution.
        Returns:
        result of the query.
      • setQueryResult

        public void setQueryResult​(Object queryResult)
        Deprecated.
        Set the result of query operation.
        Parameters:
        queryResult - the new result of the query operation.
      • getQueryParams

        public Object[] getQueryParams()
        Deprecated.
        Get the bind parameters for the query
        Returns:
        bind parameters for the query