|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Command in org.ow2.bonita.facade.ejb |
---|
Classes in org.ow2.bonita.facade.ejb that implement Command | |
---|---|
class |
SerializedCommand<T>
|
Uses of Command in org.ow2.bonita.pvm.internal.cmd |
---|
Classes in org.ow2.bonita.pvm.internal.cmd that implement Command | |
---|---|
class |
AbstractCommand<T>
|
class |
DeployCmd
|
class |
FindExecutionCmd
|
class |
FindLatestProcessDefinitionCmd
|
class |
FindProcessDefinitionCmd
|
class |
FindProcessDefinitionNamesCmd
|
class |
FindProcessDefinitionsCmd
|
class |
GetMessagesCmd
|
class |
GetTimersCmd
|
class |
GetVariablesCmd
|
class |
QueryCommand<T>
base class for commands that execute scalable queries. |
class |
SetVariablesCmd
|
class |
SignalCmd
|
class |
StartExecutionCmd
|
class |
StartExecutionInLatestCmd
|
class |
VariablesCmd<T>
|
Methods in org.ow2.bonita.pvm.internal.cmd with parameters of type Command | ||
---|---|---|
|
CommandService.execute(Command<T> command)
|
Uses of Command in org.ow2.bonita.pvm.internal.ejb |
---|
Classes in org.ow2.bonita.pvm.internal.ejb that implement Command | |
---|---|
class |
ExecuteTimerCmd
|
Methods in org.ow2.bonita.pvm.internal.ejb with parameters of type Command | ||
---|---|---|
|
RemoteCommandExecutor.execute(Command<T> command)
Executes the given command remotely. |
|
|
CommandExecutorSLSB.execute(Command<T> command)
|
|
|
LocalCommandExecutor.execute(Command<T> command)
Executes the given command locally. |
|
|
EnterpriseLocalCommandService.execute(Command<T> command)
|
Uses of Command in org.ow2.bonita.pvm.internal.job |
---|
Classes in org.ow2.bonita.pvm.internal.job that implement Command | |
---|---|
class |
CommandMessage
|
class |
JobImpl<T>
|
class |
MessageImpl<T>
|
class |
TimerImpl
a runtime timer instance. |
Uses of Command in org.ow2.bonita.pvm.internal.jobexecutor |
---|
Classes in org.ow2.bonita.pvm.internal.jobexecutor that implement Command | |
---|---|
class |
AcquireJobsCmd
|
class |
ExecuteJobCmd
|
class |
GetNextDueDateCmd
|
class |
JobExceptionHandler
|
Methods in org.ow2.bonita.pvm.internal.jobexecutor that return Command | |
---|---|
Command<java.util.Collection<java.lang.Long>> |
JobExecutor.getAcquireJobsCommand()
|
Command<java.util.Date> |
JobExecutor.getNextDueDateCommand()
|
Uses of Command in org.ow2.bonita.pvm.internal.model |
---|
Classes in org.ow2.bonita.pvm.internal.model that implement Command | |
---|---|
class |
ExceptionHandlerSynchronization
|
Uses of Command in org.ow2.bonita.pvm.internal.model.op |
---|
Classes in org.ow2.bonita.pvm.internal.model.op that implement Command | |
---|---|
class |
ExecuteNodeMessage
|
class |
ProceedToDestinationMessage
|
class |
SignalMessage
|
class |
TakeTransitionMessage
|
Uses of Command in org.ow2.bonita.pvm.internal.spring |
---|
Methods in org.ow2.bonita.pvm.internal.spring with parameters of type Command | ||
---|---|---|
|
SpringCommandService.execute(Command<T> command)
|
Constructors in org.ow2.bonita.pvm.internal.spring with parameters of type Command | |
---|---|
CommandTransactionCallback(Command<T> command,
EnvironmentFactory environmentFactory)
|
Uses of Command in org.ow2.bonita.pvm.internal.svc |
---|
Classes in org.ow2.bonita.pvm.internal.svc that implement Command | |
---|---|
class |
AsyncCommandMessage
|
Methods in org.ow2.bonita.pvm.internal.svc with parameters of type Command | ||
---|---|---|
void |
AuthorizationSession.checkPermission(Command<?> command,
Environment environment)
|
|
|
RetryInterceptor.execute(Command<T> command)
|
|
|
AsyncCommandService.execute(Command<T> command)
|
|
|
AuthorizationInterceptor.execute(Command<T> command)
|
|
|
DefaultCommandService.execute(Command<T> command)
|
|
|
EnvironmentInterceptor.execute(Command<T> command)
|
Constructors in org.ow2.bonita.pvm.internal.svc with parameters of type Command | |
---|---|
AsyncCommandMessage(Command<?> command)
|
|
AsyncCommandMessage(Command<?> command,
java.lang.String userId)
|
Uses of Command in org.ow2.bonita.pvm.internal.tx |
---|
Methods in org.ow2.bonita.pvm.internal.tx with parameters of type Command | ||
---|---|---|
|
StandardTransactionInterceptor.execute(Command<T> command)
|
Uses of Command in org.ow2.bonita.util |
---|
Subinterfaces of Command in org.ow2.bonita.util | |
---|---|
interface |
Command<T>
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |