Click or drag to resize

IApplicationServiceContract Interface

Application service contract

Namespace:  SanteDB.DisconnectedClient.Ags.Contracts
Assembly:  SanteDB.DisconnectedClient.Ags (in SanteDB.DisconnectedClient.Ags.dll) Version: 2.2.1
Syntax
public interface IApplicationServiceContract

The IApplicationServiceContract type exposes the following members.

Methods
  NameDescription
Public methodCreateTickle
Creates a tickle on the service
Public methodDeleteQueueItem
Remove a queue item
Public methodDeleteTickle
Delete the specified tickle
Public methodDisableService
Disable the specified service
Public methodEnableService
Enable the specified service
Public methodGetAppSetting
Update configuration
Public methodGetConfiguration
Get the configuration
Public methodGetConflict
Gets the conflict data a patch representing the difference between the server version and the local version being
Public methodGetDataStorageProviders
Get the data storage providers
Public methodGetLocaleAssets
Get locale assets
Public methodGetMenus
Gets menus
Public methodGetOnlineState
Get DCG online state
Public methodGetQueue
Force re-sync of all queue
Public methodGetQueue(String)
Gets the queue entries
Public methodGetQueueData
Get the specific queue entry
Public methodGetRoutes
Gets the routes
Public methodGetSynchronizationLogs
Get synchronization logs
Public methodGetTemplateDefinition
Gets the specified template identifier
Public methodGetTemplateForm
Get the form for the specified template
Public methodGetTemplates
Get all templates
Public methodGetTemplateView
Get the view for the specified template
Public methodGetTickles
Gets the tickles/reminders which are alerts in the application
Public methodGetUuid
Gets a new UUID
Public methodGetWidget
Get a widget
Public methodGetWidgets
Gets the widgets
Public methodJoinRealm
Join the realm
Public methodPerformUpdate
Instruct the service to do an update
Public methodPerformUpdate(String)
Instruct the service to do an update
Public methodPushConfiguration
Push a configuration
Public methodResetRetry
Reset the queue and try sync complete
Public methodResetRetry(String)
Reset the queue and try sync complete
Public methodResolveConflict
Perform a patch / resolution
Public methodRetry
Force a retry on the conflicted queue item
Public methodRetryAll
Force requeue of all queue
Public methodSetAppSetting
Update configuration
Public methodSynchronizeNow
Get synchronization logs
Public methodUpdateConfiguration
Update configuration
Top
See Also