Click or drag to resize
StagingTaskInfoProvider Class
Class providing TaskInfo management.
Inheritance Hierarchy
SystemObject
  CMS.DataEngineAbstractInfoProviderStagingTaskInfo, StagingTaskInfoProvider, ObjectQueryStagingTaskInfo
    CMS.DataEngineAbstractInfoProviderStagingTaskInfo, StagingTaskInfoProvider
      CMS.SynchronizationStagingTaskInfoProvider

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 12.0.0
Syntax
C#
public class StagingTaskInfoProvider : AbstractInfoProvider<StagingTaskInfo, StagingTaskInfoProvider>

The StagingTaskInfoProvider type exposes the following members.

Constructors
  NameDescription
Public methodStagingTaskInfoProvider
Top
Fields
  NameDescription
Protected fieldinfos
Info tables.
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Public fieldStatic memberKeepOlderTasks
Indicates if older tasks should be kept.
Public fieldStatic memberLOGCONTEXT_SYNCHRONIZATION
Context name for AsyncControl log filtering to synchronization API calls only.
Public fieldStatic memberLogGlobalObjectsOnlyForAssignedSites
If true, tasks for global objects are logged only for the sites assigned to the object.
Public fieldStatic memberServerName
Current server name.
Public fieldStatic memberStagingEnabled
Indicates whether staging is enabled globally based on AppSettings value. It is enabled by default.
Top
Properties
  NameDescription
Public propertyDataSource
Data source for the provider
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Public propertyHashtableSettings
Gets hashtable settings
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Protected propertyInfoObject
Info object instance the provider is working with.
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Public propertyIsValid
Indicates if the provider instance is up-to-date and can be used to manage object instances.
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Public propertyStatic memberObjectTree
Object tree.
Public propertyStatic memberTaskServerList
Task server list.
Public propertyTypeInfo
Object type information.
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Top
Methods
  NameDescription
Protected methodBeginTransaction
Creates a new transaction over this provider.
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Public methodBulkDelete
Bulk deletes info objects based on the given condition.
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Public methodBulkInsertInfos(IEnumerableBaseInfo)
Bulk inserts the given list of info objects
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Public methodBulkInsertInfos(IEnumerableTInfo, BulkInsertSettings)
Bulk inserts the given list of info objects.
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Public methodCheckUniqueCodeName
Checks if the object has unique code name. Returns true if the object has unique code name.
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Public methodCheckUniqueValues
Checks if a record with the same column values already exists in the database. Returns true if the set of values is unique.
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Protected methodClearHashtables
Clears the object's hashtables.
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Protected methodCreateDefaultBulkInsertSettings
Creates bulk insert settings. By default CheckConstraints and TableLock flags are set.
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Protected methodCreateInfo
Creates a new info object.
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Public methodCreateWebFarmTask(String, String)
Creates web farm task specific for current object and action name
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Public methodCreateWebFarmTask(String, String, Byte, String)
Creates web farm task specific for current object and action name
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Protected methodDeleteInfo
Deletes the object to the database.
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Protected methodDeleteObjectFromHashtables
Deletes the object instance from the hashtables.
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Public methodStatic memberDeleteOlderTasks
Deletes older synchronization tasks.
Protected methodDeleteOlderTasksInternal(StagingTaskInfo)
Deletes older synchronization tasks of same object.
Protected methodDeleteOlderTasksInternal(StagingTaskInfo, WhereCondition)
Deletes older synchronization tasks of same object.
Public methodStatic memberDeleteOrphanedTasks
Deletes old orphaned tasks.
Protected methodDeleteOrphanedTasksInternal
Deletes old orphaned tasks.
Public methodStatic memberDeleteRedundantTasks
Deletes synchronization tasks without any binding to a server (i.e. there is no record in Staging_Synchronization table for such task).
Protected methodDeleteRedundantTasksInternal
Deletes synchronization tasks without any binding to a server (i.e. there is no record in Staging_Synchronization table for such task).
Public methodStatic memberDeleteTaskInfo(Int32)
Deletes specified task.
Public methodStatic memberDeleteTaskInfo(StagingTaskInfo)
Deletes specified task.
Protected methodGetDeleteQuery
Gets the object query that deletes all items matching the query parameters
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Protected methodGetInfoByCodeName(String, Boolean)
Gets an instance of info object based on the given code name.
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Protected methodGetInfoByCodeName(String, Int32, Boolean)
Gets an instance of info object based on the given code name.
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Protected methodGetInfoByCodeName(String, Int32, Boolean, Boolean)
Gets an instance of info object based on the given code name.
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Protected methodGetInfoByCodeName(String, Int32, Int32, Boolean)
Gets an instance of info object based on the given code name.
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Protected methodGetInfoByFullName
Gets an instance of info object based on the given full name.
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Protected methodGetInfoByGuid(Guid, Boolean)
Gets an instance of info object based on the given GUID.
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Protected methodGetInfoByGuid(Guid, Int32, Boolean)
Gets an instance of info object based on the GUID.
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Protected methodGetInfoById
Gets an instance of info object based on ID.
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Protected methodGetInfosByIds
Gets the list of info objects by their IDs.
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Protected methodGetObjectQuery
Gets the object query for the provider
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Protected methodGetObjectQueryInternal
Gets the object query for the provider
(Inherited from AbstractInfoProviderTInfo, TProvider.)
Public methodStatic memberGetServerIdsToLogTaskTo
Gets the list of server IDs for which the staging task should be logged.
Protected methodGetServerIdsToLogTaskToInternal
Gets the list of server IDs for which the staging task should be logged.
Public methodStatic memberGetTaskInfo
Returns the TaskInfo structure for the specified task.
Public methodStatic memberGetTasks
Get all staging tasks.
Public methodStatic memberGetTasks(String, String, Boolean, Int32, String)
Returns query with all tasks filtered by where condition.
Public methodStatic memberGetTasksForSynchronization
Returns all the tasks that need to be synchronized (including older tasks that needs to be processed before the tasks with given IDs).
Protected methodGetTasksForSynchronizationInternal
Returns all the tasks that need to be synchronized (including older tasks that needs to be processed before the tasks with given IDs).
Protected methodGetTasksInternal
Returns dataset of all tasks filtered by where condition.
Public methodStatic memberGetTaskTitle
Gets task title.
Protected methodGetTaskTitleInternal
Gets task title.
Protected methodInit
Initializes the provider with the given type info and hashtable settings
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Protected methodInitHashtableSettings
Initializes the HashtableSettings based on typeInfo and using settings as default values.
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Protected methodInitTypeInfoAndRegister
Initializes the provider variables.
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Public methodInvalidate
Sets this provider as invalid
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Protected methodLoadAllInfos
Loads all infos to the hashtable
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Protected methodLoadInfos
Loads all objects from the database to memory.
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Public methodStatic memberLogContentChanges
Indicates if logging staging tasks for content is enabled.
Public methodStatic memberLogDataChanges
Indicates if logging data changes is enabled.
Public methodStatic memberLoggingOfStagingTasksEnabled
Returns true if settings for logging staging task are enabled for given site. If site is String.Empty, then value is returned for global keys.
Public methodStatic memberLogObjectChanges
Indicates if logging object changes staging tasks is enabled.
Protected methodLogSynchronizationInternal
Logs the synchronization task for the given object.
Public methodProcessWebFarmTask
Runs the processing of specific web farm task for current provider
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Protected methodProcessWebFarmTaskInternal
Runs the processing of specific web farm task for current provider
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Protected methodRegisterObjectInHashtables
Registers the object instance within the hashtables.
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Protected methodRemoveOriginalCodeNameFromHashtable
Removes the original object code name from the hashtable
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Public methodStatic memberSelectDocumentTaskList(Int32, Int32, String, String, String, Int32, String, Int32, Int32)
Selects all the tasks within subtree of given alias path, with information on the count of the failed attempts and without the task data.
Public methodStatic memberSelectDocumentTaskList(Int32, Int32, String, String, String, Int32, String, Int32, Int32, Int32) Obsolete.
Selects all the tasks within subtree of given alias path, with information on the count of the failed attempts and without the task data.
Public methodStatic memberSelectObjectTaskList(Int32, Int32, String, String, String, Int32, String, Int32, Int32)
Selects all the tasks within subtree of given alias path, with information on the count of the failed attempts and without the task data.
Public methodStatic memberSelectObjectTaskList(Int32, Int32, String, String, String, Int32, String, Int32, Int32, Int32) Obsolete.
Selects all the tasks within subtree of given alias path, with information on the count of the failed attempts and without the task data.
Public methodStatic memberSelectTaskList(Int32, Int32, String, String, Int32, String, Int32, Int32)
Selects all the tasks with information on the count of the failed attempts and without the task data.
Public methodStatic memberSelectTaskList(Int32, Int32, String, String, Int32, String, Int32, Int32, Int32) Obsolete.
Selects all the tasks with information on the count of the failed attempts and without the task data.
Protected methodSelectTaskListInternal(Int32, Int32, String, String, Int32, String, Int32, Int32)
Selects all the tasks with information on the count of the failed attempts and without the task data.
Protected methodSelectTaskListInternal(Int32, Int32, String, String, Int32, String, Int32, Int32, Int32) Obsolete.
Selects all the tasks with information on the count of the failed attempts and without the task data.
Public methodSetAsDefaultProvider
Sets this provider instance as the default provider
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Protected methodSetInfo
Inserts or Updates the object to the database.
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Public methodStatic memberSetTaskInfo
Sets (updates or inserts) specified task.
Protected methodUpdateData(String, QueryDataParameters, String)
Updates the data in the database based on the given where condition.
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Protected methodUpdateData(IWhereCondition, IEnumerableKeyValuePairString, Object, Boolean)
Updates the data in the database based on the given where condition.
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Protected methodUpdateObjectInHashtables
Updates the object instance in the hashtables. Update is different than RegisterObjectInHashtables(TInfo), because it logs task about changing object.
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Public methodStatic memberUpdateTaskServers
Updates the task servers with the current server name
Public methodValidateCodeName
Validates the object code name. Returns true if the code name is valid.
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Top
See Also