Class QueryContext
java.lang.Object
net.n2oapp.framework.config.metadata.compile.context.BaseCompileContext<CompiledQuery,N2oQuery>
net.n2oapp.framework.config.metadata.compile.context.QueryContext
- All Implemented Interfaces:
Serializable,CompileContext<CompiledQuery,N2oQuery>
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionQueryContext(String queryId) QueryContext(String queryId, String route) QueryContext(String queryId, String route, String urlPattern) -
Method Summary
Modifier and TypeMethodDescriptionprotected DataSetgetResultData(String url, String urlPattern) booleanMethods inherited from class net.n2oapp.framework.config.metadata.compile.context.BaseCompileContext
equals, getCompiledClass, getCompiledId, getParams, getPathRouteMapping, getQueryRouteMapping, getRoute, getSourceClass, getSourceId, getUrlPattern, hashCode, setPathRouteMapping, setQueryRouteMapping, toString
-
Constructor Details
-
QueryContext
-
QueryContext
-
QueryContext
-
-
Method Details
-
getResultData
- Overrides:
getResultDatain classBaseCompileContext<CompiledQuery,N2oQuery>
-
isIdentical
- Specified by:
isIdenticalin interfaceCompileContext<CompiledQuery,N2oQuery> - Overrides:
isIdenticalin classBaseCompileContext<CompiledQuery,N2oQuery>
-