|
abstract
<TContext extends CommandContext>
Command<TContext>
|
getCommand(Class<TContext> contextType)
|
|
abstract
CommandExecution
|
getCommandExecution()
|
|
abstract
CallFunctionCommandContext
|
newCallFunctionCommandContext(EdmFunctionImport name, Map<String, OFunctionParameter> params, QueryInfo queryInfo)
|
|
abstract
CloseCommandContext
|
newCloseCommandContext()
|
|
abstract
CreateEntityAtPropertyCommandContext
|
newCreateEntityAtPropertyCommandContext(String entitySetName, OEntityKey entityKey, String navProp, OEntity entity)
|
|
abstract
CreateEntityCommandContext
|
newCreateEntityCommandContext(String entitySetName, OEntity entity)
|
|
abstract
CreateLinkCommandContext
|
newCreateLinkCommandContext(OEntityId sourceEntity, String targetNavProp, OEntityId targetEntity)
|
|
abstract
DeleteEntityCommandContext
|
newDeleteEntityCommandContext(String entitySetName, OEntityKey entityKey)
|
|
abstract
DeleteLinkCommandContext
|
newDeleteLinkCommandContext(OEntityId sourceEntity, String targetNavProp, OEntityKey targetEntityKey)
|
|
abstract
GetEntitiesCommandContext
|
newGetEntitiesCommandContext(String entitySetName, QueryInfo queryInfo)
|
|
abstract
GetEntitiesCountCommandContext
|
newGetEntitiesCountCommandContext(String entitySetName, QueryInfo queryInfo)
|
|
abstract
GetEntityCommandContext
|
newGetEntityCommandContext(String entitySetName, OEntityKey entityKey, EntityQueryInfo queryInfo)
|
|
abstract
GetLinksCommandContext
|
newGetLinksCommandContext(OEntityId sourceEntity, String targetNavProp)
|
|
abstract
GetMetadataCommandContext
|
newGetMetadataCommandContext()
|
|
abstract
GetMetadataProducerCommandContext
|
newGetMetadataProducerCommandContext()
|
|
abstract
GetNavPropertyCommandContext
|
newGetNavPropertyCommandContext(String entitySetName, OEntityKey entityKey, String navProp, QueryInfo queryInfo)
|
|
abstract
GetNavPropertyCountCommandContext
|
newGetNavPropertyCountCommandContext(String entitySetName, OEntityKey entityKey, String navProp, QueryInfo queryInfo)
|
|
abstract
MergeEntityCommandContext
|
newMergeEntityCommandContext(String entitySetName, OEntity entity)
|
|
abstract
UpdateEntityCommandContext
|
newUpdateEntityCommandContext(String entitySetName, OEntity entity)
|
|
abstract
UpdateLinkCommandContext
|
newUpdateLinkCommandContext(OEntityId sourceEntity, String targetNavProp, OEntityKey oldTargetEntityKey, OEntityId newTargetEntity)
|