Uses of Interface
org.odata4j.command.CommandContext

Packages that use CommandContext
org.odata4j.command   
org.odata4j.producer.command   
org.odata4j.producer.jdbc   
 

Uses of CommandContext in org.odata4j.command
 

Classes in org.odata4j.command with type parameters of type CommandContext
 class ChainCommand<TContext extends CommandContext>
           
static class ChainCommand.Builder<TContext extends CommandContext>
           
 interface Command<TContext extends CommandContext>
           
 interface FilterCommand<TContext extends CommandContext>
           
 

Methods in org.odata4j.command with type parameters of type CommandContext
<TContext extends CommandContext,TCommand extends Command<TContext>>
void
CommandExecution.execute(TCommand command, TContext context)
           
static
<TContext extends CommandContext>
ChainCommand.Builder<TContext>
ChainCommand.newBuilder()
           
 

Uses of CommandContext in org.odata4j.producer.command
 

Subinterfaces of CommandContext in org.odata4j.producer.command
 interface CallFunctionCommandContext
           
 interface CloseCommandContext
           
 interface CreateEntityAtPropertyCommandContext
           
 interface CreateEntityCommandContext
           
 interface CreateLinkCommandContext
           
 interface DeleteEntityCommandContext
           
 interface DeleteLinkCommandContext
           
 interface GetEntitiesCommandContext
           
 interface GetEntitiesCountCommandContext
           
 interface GetEntityCommandContext
           
 interface GetLinksCommandContext
           
 interface GetMetadataCommandContext
           
 interface GetMetadataProducerCommandContext
           
 interface GetNavPropertyCommandContext
           
 interface GetNavPropertyCountCommandContext
           
 interface MergeEntityCommandContext
           
 interface ProducerCommandContext<TResult>
           
 interface UpdateEntityCommandContext
           
 interface UpdateLinkCommandContext
           
 

Methods in org.odata4j.producer.command with type parameters of type CommandContext
<TContext extends CommandContext>
Command<TContext>
CommandProducerBackend.getCommand(Class<TContext> contextType)
           
 

Uses of CommandContext in org.odata4j.producer.jdbc
 

Methods in org.odata4j.producer.jdbc with type parameters of type CommandContext
<TContext extends CommandContext>
Command<TContext>
JdbcProducerBackend.getCommand(Class<TContext> contextType)
           
protected abstract
<TContext extends CommandContext>
List<Command<?>>
JdbcProducerBackend.getPostCommands(Class<TContext> contextType)
           
protected abstract
<TContext extends CommandContext>
List<Command<?>>
JdbcProducerBackend.getPreCommands(Class<TContext> contextType)
           
 

Methods in org.odata4j.producer.jdbc with parameters of type CommandContext
 CommandResult NoopCommand.execute(CommandContext context)
           
 



http://odata4j.org