org.odata4j.producer.command
Interface CallFunctionCommandContext

All Superinterfaces:
CommandContext, ProducerCommandContext<BaseResponse>

public interface CallFunctionCommandContext
extends ProducerCommandContext<BaseResponse>


Method Summary
 EdmFunctionImport getName()
           
 Map<String,OFunctionParameter> getParams()
           
 QueryInfo getQueryInfo()
           
 
Methods inherited from interface org.odata4j.producer.command.ProducerCommandContext
getResult, setResult
 

Method Detail

getName

EdmFunctionImport getName()

getParams

Map<String,OFunctionParameter> getParams()

getQueryInfo

QueryInfo getQueryInfo()


http://odata4j.org