Class RemoteQuery

  • All Implemented Interfaces:
    Serializable

    public class RemoteQuery
    extends RemoteQueryLight
    Wrapper for entity.queries.ExtendedQuery class. Don't confuse this with TransientQuery, which is used only for query execution purposes (this one is used as a wrapper for a query which is actually stored at the database)
    Author:
    Charles Edward Bedon Cortazar <charles.bedon@kuwaiba.org>
    See Also:
    Serialized Form
    • Constructor Detail

      • RemoteQuery

        public RemoteQuery()
    • Method Detail

      • getContent

        public byte[] getContent()
      • setContent

        public void setContent​(byte[] content)