FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDFSSynchronization Members

The deDFSSynchronization type exposes the following members.

Constructors


  Name Description
Public method deDFSSynchronization(String, String, IErrorProvider)
Initializes a new instance of the deDFSSynchronization class.
Public method deDFSSynchronization(deUserSession)
Initializes a new instance of the deDFSSynchronization class.
Public method deDFSSynchronization(String, String, String)
Initializes a new instance of the deDFSSynchronization class.

Methods


  Name Description
Public method clearAllRequests
Clears all requests.
Public method clearAllRequestsByPeriod
Clears all requests by period.
Public method createAllRequests
Creates all requests.
Public method createUpdateFileRemoveRequest
Creates the file remove request.
Public method createUpdateFileSynchRequest
Creates the synch request.
Public method getAllRequestsByPeriod
Gets all requests by period.
Public method getAllSyncRequests
Gets all synchronize requests.
Public method getCurrentUser
Gets the current user.
(Inherited from deAPIBase.)
Public method getErroredSynchInfo
Gets the errored synch information.
Public method getFileContentUsingFilePath
Gets the file content using file path.
Public method getFileIDUsingFilePath
Gets the file identifier using file path.
Public method getNotProcessedSynchRequestsForServer
Gets the not processed synch requests for server.
Public method getProcessedSynchRequestsForServer
Gets the processed synch requests for server.
Public method getProperties
Gets the properties.
(Inherited from deAPIBase.)
Public method getProperty(String)
get property value
(Inherited from deAPIBase.)
Public method getProperty<(Of <<'(T>)>>)(String)
Gets the property.
(Inherited from deAPIBase.)
Public method getRequestDataUsingFileID
Gets the request data using file identifier.
Public method getServerList
Gets the server list.
Public method getSyncDetailsUsingFileID
Gets the synchronize details using file identifier.
Public method getTenant
Returns the current tenant
(Inherited from deAPIBase.)
Public method getTenantID
Returns tenant id
(Inherited from deAPIBase.)
Public method getUserSession
Gets the user session.
(Inherited from deAPIBase.)
Public method hasNotProcessedSynchRequestsForServer
Determines whether [has not processed synch requests for server] [the specified server name].
Public method isRequestFileContentEquals
Requests the file contents equals.
Public method processNotProcessedSynchRequests
Processes the not process synch requests.
Public method processSynchRequests
Processes the synch requests.
Public method removeAllRequestsForServer
Removes all requests for server.
Public method removeSynchRequest
Removes the synch request.
Public method removeSynchRequestUsingFilePath
Removes the synch request using file path.
Public method removeSyncInfo
Removes the synchronize data.
Public method reSyncAllErrorRequestForServer
Res the synchronize all error request for server.
Public method reSyncRequest
Res the synchronize request.
Public method reSyncRequestForAllServers
Res the synchronize request all servers.

Properties


  Name Description
Public property connectionString
gets the connection string for the database
(Inherited from deAPIBase.)
Public property errorMsg
return last error message
(Inherited from deAPIBase.)
Public property externalUserID
Gets the external user identifier.
(Inherited from deAPIBase.)
Public property isMasterTenant
return if the session is for the master tenant
(Inherited from deAPIBase.)
Public property isMultiTenant
returns if the API is being used on multi-tenant mode
(Inherited from deAPIBase.)
Public property oErrorProvider
Gets the o error provider.
(Inherited from deAPIBase.)
Public property tenantMasterConnectionString
gets the tenant master database connection string
(Inherited from deAPIBase.)
Public property workflowUserID
returns the user id
(Inherited from deAPIBase.)