Class ObjectContextQueryAction

    • Method Detail

      • execute

        public QueryResponse execute()
        Worker method that performs internal query.
      • interceptObjectConversion

        protected void interceptObjectConversion()
        Transfers fetched objects into the target context if it is different from "acting" context. Note that when this method is invoked, result objects are already registered with acting context by the parent channel.
      • interceptInternalQuery

        protected boolean interceptInternalQuery()
      • interceptOIDQuery

        protected boolean interceptOIDQuery()
      • polymorphicObjectFromCache

        protected Object polymorphicObjectFromCache​(ObjectId superOid)
      • interceptRelationshipQuery

        protected boolean interceptRelationshipQuery()
      • interceptPaginatedQuery

        protected abstract boolean interceptPaginatedQuery()
        Since:
        3.0
      • interceptRefreshQuery

        protected abstract boolean interceptRefreshQuery()
        Since:
        3.0
      • interceptLocalCache

        protected boolean interceptLocalCache()
        Since:
        3.0
      • getQueryCache

        protected QueryCache getQueryCache()
        Since:
        3.0
      • runQuery

        protected void runQuery()
        Fetches data from the channel.