|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.olingo.odata2.api.ep.callback.WriteCallbackContext
public abstract class WriteCallbackContext
Wrapper for WriteEntryCallbackContext
and WriteFeedCallbackContext
.
Constructor Summary | |
---|---|
WriteCallbackContext()
|
Method Summary | |
---|---|
Map<String,Object> |
extractKeyFromEntryData()
|
ExpandSelectTreeNode |
getCurrentExpandSelectTreeNode()
Current means the node pointing to the target entity set |
Map<String,Object> |
getEntryData()
Source entry data which was just serialized. |
EdmNavigationProperty |
getNavigationProperty()
Navigation property which is contained in the expand clause. |
EdmEntitySet |
getSourceEntitySet()
Returns entity set which contains an entry that should be expanded |
void |
setCurrentExpandSelectTreeNode(ExpandSelectTreeNode currentNode)
Do Not Call This Method! |
void |
setEntryData(Map<String,Object> entryData)
Do Not Call This Method! |
void |
setNavigationProperty(EdmNavigationProperty navigationProperty)
Do Not Call This Method! |
void |
setSourceEntitySet(EdmEntitySet entitySet)
Do Not Call This Method! |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WriteCallbackContext()
Method Detail |
---|
public ExpandSelectTreeNode getCurrentExpandSelectTreeNode()
public void setCurrentExpandSelectTreeNode(ExpandSelectTreeNode currentNode)
currentNode
- public EdmEntitySet getSourceEntitySet()
public void setSourceEntitySet(EdmEntitySet entitySet)
entitySet
- public EdmNavigationProperty getNavigationProperty()
public void setNavigationProperty(EdmNavigationProperty navigationProperty)
navigationProperty
- public Map<String,Object> getEntryData()
public void setEntryData(Map<String,Object> entryData)
entryData
- public Map<String,Object> extractKeyFromEntryData() throws EntityProviderException
EntityProviderException
- in case of an EdmException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |