Uses of Interface
com.sap.ip.me.api.conf.VisibilityType

Packages that use VisibilityType
com.sap.ip.me.api.conf   
com.sap.ip.me.api.persist.core   
com.sap.ip.me.api.smartsync   
com.sap.ip.me.api.sync   
 

Uses of VisibilityType in com.sap.ip.me.api.conf
 

Classes in com.sap.ip.me.api.conf that implement VisibilityType
static class VisibilityType.TypeImpl
          Simply implementation to get the constants type safe
 

Fields in com.sap.ip.me.api.conf declared as VisibilityType
static VisibilityType VisibilityType.SEPARATED
          Completely separated data per user and application
static VisibilityType VisibilityType.USER_SHARED
          Data separated per application but shared between all users on this device
 

Uses of VisibilityType in com.sap.ip.me.api.persist.core
 

Methods in com.sap.ip.me.api.persist.core with parameters of type VisibilityType
abstract  TransactionManager PersistenceRuntime.getTransactionManager(VisibilityType visibility)
          returns implementation specific TransactionManager.
abstract  PersistenceManager PersistenceRuntime.getPersistenceManager(VisibilityType visibility)
           
 

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

Methods in com.sap.ip.me.api.smartsync with parameters of type VisibilityType
abstract  SyncBoDataFacade SmartSyncRuntime.getSyncBoDataFacade(VisibilityType visibility)
          Deprecated.  
abstract  SyncBoDeltaRequestFacade SmartSyncRuntime.getSyncBoDeltaRequestFacade(VisibilityType visibility)
          Deprecated. use SmartSyncRuntime.getSyncBoDataFacade() instead.
abstract  SyncBoOutDeltaFacade SmartSyncRuntime.getSyncBoOutDeltaFacade(VisibilityType visibility)
          Deprecated.  
 

Uses of VisibilityType in com.sap.ip.me.api.sync
 

Methods in com.sap.ip.me.api.sync with parameters of type VisibilityType
abstract  void SyncManager.synchronizeWithBackend(VisibilityType visibility)
          Handles the complete synchronization for current user or for all other users.
 OutboundContainer OutboundContainerFactory.createOutboundContainer(VisibilityType visibility, java.lang.String method)
          Factory method for OutboundContainer object with type OUTBOUND
abstract  OutboundContainer OutboundContainerFactory.createOutboundContainer(VisibilityType visibility, java.lang.String method, java.lang.String type)
          Factory method for OutboundContainer object from given type
abstract  OutboundContainer OutboundContainerFactory.createAttachmentOutboundContainer(VisibilityType visibility, java.lang.String method, java.lang.String type, java.lang.String attachmentName, java.lang.String attachment)
          Factory method for AttachmentOutboundContainer object.
abstract  OutboundContainer OutboundContainerFactory.createAttachmentOutboundContainer(VisibilityType visibility, java.lang.String method, java.lang.String type, java.lang.String attachmentName, java.lang.String attachment, java.lang.String msgIndex, java.lang.String msgType)
          Deprecated. setting message index manualy is supported only in the old protocol version. Since backend 6.20 SP 12 new protocol is supported. In the new synchronization protocol message index will be set by the framework for each container from type outbound and each smart sync container.
abstract  OutboundContainer OutboundContainerFactory.createAttachmentOutboundContainer(VisibilityType visibility, java.lang.String method, java.lang.String type, java.lang.String attachmentName, java.lang.String attachment, java.lang.String msgType)
          Factory method for AttachmentOutboundContainer object.
abstract  boolean InboundProcessorRegistry.isAlreadyInOutboundQueue(java.lang.String methodName, VisibilityType visibility)
          Checks if container for the given method already exists in the outbound queue for given visibility Type.
 



Copyright © 2005 SAP AG. All Rights Reserved.