Click or drag to resize

ISynchronizedAppServiceContract Interface

Synchronized application service contract

Namespace: SanteDB.Client.Disconnected.Rest
Assembly: SanteDB.Client.Disconnected (in SanteDB.Client.Disconnected.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntax
public interface ISynchronizedAppServiceContract : IAppServiceContract

The ISynchronizedAppServiceContract type exposes the following members.

Methods
 NameDescription
Public methodCreateTickle Creates a tickle on the service
(Inherited from IAppServiceContract)
Public methodDeleteQueueItem Remove a queue item
Public methodDisableService Disable the specified service
(Inherited from IAppServiceContract)
Public methodDismissTickle Delete the specified tickle
(Inherited from IAppServiceContract)
Public methodEnableService Enable the specified service
(Inherited from IAppServiceContract)
Public methodGetAppSettings Update configuration
(Inherited from IAppServiceContract)
Public methodGetConfiguration Get the configuration
(Inherited from IAppServiceContract)
Public methodGetConfigurationQr Get configuration / join credentials
(Inherited from IAppServiceContract)
Public methodGetCurrentSessionInfo Get current user information
(Inherited from IAppServiceContract)
Public methodGetDataStorageProviders Get the data storage providers
(Inherited from IAppServiceContract)
Public methodGetIntegrationPatterns Get the data storage providers
(Inherited from IAppServiceContract)
Public methodGetLocaleAssets Get locale assets
(Inherited from IAppServiceContract)
Public methodGetMenus Gets menus
(Inherited from IAppServiceContract)
Public methodGetQueue Get content of all the queues
Public methodGetQueue(String) Gets the queue entries
Public methodGetQueueConflict Gets the conflict data a patch representing the difference between the server version and the local version being
Public methodGetQueueData Get the specific queue entry
Public methodGetRoutes Gets the routes
(Inherited from IAppServiceContract)
Public methodGetServices Disable the specified service
(Inherited from IAppServiceContract)
Public methodGetState Get DCG online state
(Inherited from IAppServiceContract)
Public methodGetSynchronizationLogs Get synchronization logs
Public methodGetTemplate Get template
(Inherited from IAppServiceContract)
Public methodGetTemplateDefinition Gets the template definition
(Inherited from IAppServiceContract)
Public methodGetTemplateForm Get the form for the specified template
(Inherited from IAppServiceContract)
Obsolete
Public methodGetTemplateModel Gets the specified template identifier
(Inherited from IAppServiceContract)
Public methodGetTemplates Get all templates
(Inherited from IAppServiceContract)
Public methodGetTemplateView(String) Get the view for the specified template
(Inherited from IAppServiceContract)
Obsolete
Public methodGetTemplateView(String, String) Get template view information
(Inherited from IAppServiceContract)
Public methodGetTickles Gets the tickles/reminders which are alerts in the application
(Inherited from IAppServiceContract)
Public methodGetUuid Gets a new UUID
(Inherited from IAppServiceContract)
Public methodGetWidget Get a widget
(Inherited from IAppServiceContract)
Public methodGetWidgets Gets the widgets
(Inherited from IAppServiceContract)
Public methodJoinRealm Join the realm
(Inherited from IAppServiceContract)
Public methodPerformUpdate Instruct the service to do an update
(Inherited from IAppServiceContract)
Public methodResetSynchronizationStatus Reset the synchornization status
Public methodResetSynchronizationStatus(String) Reset the synchornization status
Public methodResolveQueueConflict Perform a patch / resolution
Public methodRetryQueueEntry Force a retry on the conflicted queue item
Public methodSetAppSettings Update configuration
(Inherited from IAppServiceContract)
Public methodUnJoinRealm Join the realm
(Inherited from IAppServiceContract)
Public methodUpdateConfiguration Update configuration
(Inherited from IAppServiceContract)
Top
See Also