|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MeIterator | |
com.sap.ip.me.api.persist.core | |
com.sap.ip.me.api.persist.meta | |
com.sap.ip.me.api.persist.query | |
com.sap.ip.me.api.services | |
com.sap.ip.me.api.smartsync |
Uses of MeIterator in com.sap.ip.me.api.persist.core |
Methods in com.sap.ip.me.api.persist.core that return MeIterator | |
MeIterator |
TransactionManager.get(java.lang.String[] entityKeys,
TreeOptionType tree)
Deprecated. |
MeIterator |
TransactionManager.get(Query query,
TreeOptionType tree)
Deprecated. returns all entities for the query |
MeIterator |
TransactionManager.getAll(java.lang.String classtype,
TreeOptionType tree)
Deprecated. returns all entities for the classtype |
MeIterator |
PersistenceManager.get(Query query)
Returns all entities for the query |
MeIterator |
PersistenceManager.getAll(ClassDescriptor cdes)
Gets the all attribute of the PersistenceManager object |
MeIterator |
PersistenceContainer.getMultipleLink(int idx)
|
Uses of MeIterator in com.sap.ip.me.api.persist.meta |
Methods in com.sap.ip.me.api.persist.meta that return MeIterator | |
MeIterator |
ClassDescriptor.getAttributeDescriptors()
Returns all AttributeDescriptors of this ClassDescriptor |
MeIterator |
ClassDescriptor.getLinkDescriptors()
Returns all LinkDescriptors of this ClassDescriptor |
Uses of MeIterator in com.sap.ip.me.api.persist.query |
Methods in com.sap.ip.me.api.persist.query that return MeIterator | |
MeIterator |
MultipleSortOrder.getSortOrders()
Gets the sortOrders attribute of the MultipleSortOrder object |
MeIterator |
JQueryResult.iterator()
Get iterator over the query result. |
MeIterator |
JQueryResult.iterator(JQueryResultBuilder resultBuilder)
Get iterator over the query result. |
MeIterator |
CompositeCondition.getComponents()
Gets the components attribute of the CompositeCondition object |
Uses of MeIterator in com.sap.ip.me.api.services |
Methods in com.sap.ip.me.api.services that return MeIterator | |
MeIterator |
MeTreeSet.iterator()
Returns an iterator over the elements in this set. |
Methods in com.sap.ip.me.api.services with parameters of type MeIterator | |
void |
MeTreeSet.add(MeIterator iterator)
Adds all elements of the specified iterator to this set. |
Uses of MeIterator in com.sap.ip.me.api.smartsync |
Methods in com.sap.ip.me.api.smartsync that return MeIterator | |
MeIterator |
SyncBoOutDeltaFacade.getAllDelta()
Returns the iterator to the collection of SyncBoOutDelta data. |
MeIterator |
SyncBoDeltaRequestFacade.getAllSyncBoDeltaRequests()
Gets the all SyncBoDeltaRequests. |
MeIterator |
SyncBoCollection.iterator()
Returns the iterator of the SyncBo entities in this SyncBoCollection. |
MeIterator |
SyncBoChange.getRowChanges()
Deprecated. Gets the changed Row instances in an iterator. |
MeIterator |
RowCollection.iterator()
Returns the iterator of the Row entities in this RowCollection. |
MeIterator |
RowChange.getChangedFieldValues()
Deprecated. Gets the changedFieldValues attribute of the RowChange object. |
MeIterator |
Row.getFieldValues()
Returns an iterator for the field values of this Row object |
MeIterator |
ErrorConflictInbox.getAllSyncBoResponses()
Fetches all the responses (error or conflict). |
MeIterator |
ErrorConflictInbox.getSyncBoResponses(SyncBoDescriptor syncBoDescriptor)
Fetches all the response for a given sync bo descriptor |
MeIterator |
ErrorConflictInbox.getSyncBoResponses(SyncBoDescriptor syncBoDescriptor,
SyncBoResponseType responseType)
Fetches all the response for a given sync bo descriptor and the response type(Error or Conflict) |
MeIterator |
ErrorConflictInbox.getSyncBoResponses(SyncBoResponseType responseType)
Fetches all the response for a given response type(Error or Conflict) |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |