org.odata4j.producer.command
Interface UpdateLinkCommandContext

All Superinterfaces:
CommandContext, ProducerCommandContext<Void>

public interface UpdateLinkCommandContext
extends ProducerCommandContext<Void>


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

Method Detail

getNewTargetEntity

OEntityId getNewTargetEntity()

getOldTargetEntityKey

OEntityKey getOldTargetEntityKey()

getSourceEntity

OEntityId getSourceEntity()

getTargetNavProp

String getTargetNavProp()


http://odata4j.org