Uses of Class
com.sap.ip.me.api.smartsync.ProcessingStatusType

Packages that use ProcessingStatusType
com.sap.ip.me.api.smartsync   
 

Uses of ProcessingStatusType in com.sap.ip.me.api.smartsync
 

Fields in com.sap.ip.me.api.smartsync declared as ProcessingStatusType
static ProcessingStatusType ProcessingStatusType.CHANGED
           CHANGED indicates that a SyncBo has an inconsistent data with middleware (which is managed in middleware consolidated database.) until the latest synchronization.
static ProcessingStatusType ProcessingStatusType.SYNCED
           SYNCED indicates that a SyncBo has a consistent data with middleware (which is managed in middleware consolidated database.) until the latest synchronization.
static ProcessingStatusType ProcessingStatusType.IN_SYNC
           IN_SYNC indicates that a CHANGED SyncBo delta data has been transferred to middleware or backend, but not yet received any confirmation response from middleware.
static ProcessingStatusType ProcessingStatusType.IN_SYNC_CONFLICT_WAITING
           IN_SYNC_CONFLICT_WAITING is a special state, which means that Smart Sync already detected the SyncBo is going to be received as conflict response later on, however could not transit the IN_SYNC SyncBo to QUARANTINED until receives the conflict middleware response officially.
static ProcessingStatusType ProcessingStatusType.QUARANTINED
           QUARANTINED indicates that an IN_SYNC SyncBo received an error/ conflict confirmation response from middlware.
static ProcessingStatusType ProcessingStatusType.CONTRARY_QUARANTINED
           CONTRARY_QUARANTINED is the status for the contrary SyncBo data for a quarantined SyncBo.
static ProcessingStatusType ProcessingStatusType.DESTROYED
           DESTROYED indicates a SyncBo object has been deleted by application or by inbound deletion message.
 

Methods in com.sap.ip.me.api.smartsync that return ProcessingStatusType
 ProcessingStatusType SyncBo.getProcessingStatus()
          Deprecated. This method will be removed in next MI releases. Use SyncBo.getSyncState() instead.
static ProcessingStatusType ProcessingStatusType.forString(java.lang.String string)
          Returns the correspnoding ProcessingStatusType instance with the specified String representation.
static ProcessingStatusType ProcessingStatusType.forInteger(java.lang.Integer typeInt)
          Returns the correspnoding ProcessingStatusType instance with the specified Integer representation.
 



Copyright © 2005 SAP AG. All Rights Reserved.