org.odata4j.producer.command
Interface DeleteLinkCommandContext

All Superinterfaces:
CommandContext, ProducerCommandContext<Void>

public interface DeleteLinkCommandContext
extends ProducerCommandContext<Void>


Method Summary
 OEntityId getSourceEntity()
           
 OEntityKey getTargetEntityKey()
           
 String getTargetNavProp()
           
 
Methods inherited from interface org.odata4j.producer.command.ProducerCommandContext
getResult, setResult
 

Method Detail

getSourceEntity

OEntityId getSourceEntity()

getTargetEntityKey

OEntityKey getTargetEntityKey()

getTargetNavProp

String getTargetNavProp()


http://odata4j.org