org.kie.internal.builder.help.DroolsJaxbHelperProvider.addXsdModel(Resource, KnowledgeBuilder, Options, String)
This is now deprecated, as we now support XSD as a standard ResourceType. Although
you'll still need the newJAXBContext method to create a JAXBContext from the KnowledgeBase.
|
org.kie.internal.executor.api.ExecutorQueryService.getAllErrors()
use same method name with QueryContext argument that supports paging
|
org.kie.internal.executor.api.ExecutorService.getAllErrors()
use same method name with QueryContext argument that supports paging
|
org.kie.internal.executor.api.ExecutorQueryService.getAllRequests()
use same method name with QueryContext argument that supports paging
|
org.kie.internal.executor.api.ExecutorService.getAllRequests()
use same method name with QueryContext argument that supports paging
|
org.kie.internal.executor.api.ExecutorQueryService.getCancelledRequests()
use same method name with QueryContext argument that supports paging
|
org.kie.internal.executor.api.ExecutorService.getCancelledRequests()
use same method name with QueryContext argument that supports paging
|
org.kie.internal.executor.api.ExecutorQueryService.getCompletedRequests()
use same method name with QueryContext argument that supports paging
|
org.kie.internal.executor.api.ExecutorService.getCompletedRequests()
use same method name with QueryContext argument that supports paging
|
org.kie.internal.executor.api.ExecutorQueryService.getFutureQueuedRequests()
use same method name with QueryContext argument that supports paging
|
org.kie.internal.executor.api.ExecutorService.getFutureQueuedRequests()
use same method name with QueryContext argument that supports paging
|
org.kie.internal.executor.api.ExecutorQueryService.getInErrorRequests()
use same method name with QueryContext argument that supports paging
|
org.kie.internal.executor.api.ExecutorService.getInErrorRequests()
use same method name with QueryContext argument that supports paging
|
org.kie.internal.executor.api.ExecutorQueryService.getPendingRequests()
use same method name with QueryContext argument that supports paging
|
org.kie.internal.executor.api.ExecutorService.getPendingRequests()
use same method name with QueryContext argument that supports paging
|
org.kie.internal.executor.api.ExecutorQueryService.getQueuedRequests()
use same method name with QueryContext argument that supports paging
|
org.kie.internal.executor.api.ExecutorService.getQueuedRequests()
use same method name with QueryContext argument that supports paging
|
org.kie.internal.executor.api.ExecutorQueryService.getRequestByBusinessKey(String)
use same method name with QueryContext argument that supports paging
|
org.kie.internal.executor.api.ExecutorService.getRequestsByBusinessKey(String)
use same method name with QueryContext argument that supports paging
|
org.kie.internal.executor.api.ExecutorQueryService.getRequestsByStatus(List)
use same method name with QueryContext argument that supports paging
|
org.kie.internal.executor.api.ExecutorService.getRequestsByStatus(List)
use same method name with QueryContext argument that supports paging
|
org.kie.internal.executor.api.ExecutorQueryService.getRunningRequests()
use same method name with QueryContext argument that supports paging
|
org.kie.internal.executor.api.ExecutorService.getRunningRequests()
use same method name with QueryContext argument that supports paging
|
org.kie.internal.task.api.TaskQueryService.getTasksByVariousFields(String, Map>, boolean) |
org.kie.internal.persistence.jpa.JPAKnowledgeService.loadStatefulKnowledgeSession(int, KieBase, KieSessionConfiguration, Environment) |