public class ManualPersistProcessInterceptor
extends org.drools.core.command.impl.AbstractInterceptor
| Modifier and Type | Class and Description |
|---|---|
static class |
ManualPersistProcessInterceptor.PersistProcessCommand |
| Constructor and Description |
|---|
ManualPersistProcessInterceptor(org.drools.core.command.SingleSessionCommandService interceptedService) |
| Modifier and Type | Method and Description |
|---|---|
org.kie.api.runtime.RequestContext |
execute(org.kie.api.runtime.Executable executable,
org.kie.api.runtime.RequestContext ctx) |
org.drools.core.command.SingleSessionCommandService |
getInterceptedService() |
protected boolean |
isValidCommand(org.kie.api.command.Command<?> command) |
executeNext, getNext, setNextclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic ManualPersistProcessInterceptor(org.drools.core.command.SingleSessionCommandService interceptedService)
public org.kie.api.runtime.RequestContext execute(org.kie.api.runtime.Executable executable,
org.kie.api.runtime.RequestContext ctx)
execute in interface org.kie.api.runtime.ExecutableRunner<org.kie.api.runtime.RequestContext>execute in class org.drools.core.fluent.impl.PseudoClockRunnerprotected boolean isValidCommand(org.kie.api.command.Command<?> command)
public org.drools.core.command.SingleSessionCommandService getInterceptedService()
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.