org.kie.remote.services.rest.query
Class RemoteServicesQueryModificationService
java.lang.Object
org.kie.remote.services.rest.query.RemoteServicesQueryModificationService
- All Implemented Interfaces:
- org.kie.internal.query.QueryModificationService
public class RemoteServicesQueryModificationService
- extends Object
- implements org.kie.internal.query.QueryModificationService
This is the QueryModificationService implementation for the REST remote services,
which allows us to do complicated queries that join
- The process instance tables to the variable instance log tables
- Or the task tables to the variable instance log tables
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoteServicesQueryModificationService
public RemoteServicesQueryModificationService()
addTablesToQuery
public void addTablesToQuery(StringBuilder queryBuilder,
org.kie.internal.query.data.QueryData queryData)
- Specified by:
addTablesToQuery in interface org.kie.internal.query.QueryModificationService
addCriteriaToQuery
public void addCriteriaToQuery(StringBuilder queryBuilder,
org.kie.internal.query.data.QueryData queryData,
org.kie.internal.query.QueryAndParameterAppender queryAppender)
- Specified by:
addCriteriaToQuery in interface org.kie.internal.query.QueryModificationService
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.