Class RemoteQuery
- java.lang.Object
-
- org.neotropic.kuwaiba.northbound.ws.model.application.RemoteQueryLight
-
- org.neotropic.kuwaiba.northbound.ws.model.application.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
-
-
Field Summary
-
Fields inherited from class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteQueryLight
id
-
-
Constructor Summary
Constructors Constructor Description RemoteQuery()
RemoteQuery(CompactQuery query)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getContent()
void
setContent(byte[] content)
-
Methods inherited from class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteQueryLight
getDescription, getId, getName, isIsPublic, setDescription, setIsPublic, setName, setOid
-
-
-
-
Constructor Detail
-
RemoteQuery
public RemoteQuery()
-
RemoteQuery
public RemoteQuery(CompactQuery query)
-
-