ConfigurationChangeController Methods |
The ConfigurationChangeController type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | AssignToChangeSet |
Assigns a configuration change to a change set.
|
![]() | ConfigurationObjectInfoResolveObjectsInfo |
Resolves a "display value" and "sub type" of a number of objects.
|
![]() | ConvertId(Int32, ConfigurationObjectType) |
Converts the integer id of an object to its transport-safe unique id (UId).
(Inherited from ControllerBase.) |
![]() | ConvertId(String, ConfigurationObjectType) |
Converts a string representation of an integer or Guid id to an integer id.
(Inherited from ControllerBase.) |
![]() | ConvertId(Guid, ConfigurationObjectType, Boolean) |
Converts the transport-safe unique id (UId) of an object to its integer id.
(Inherited from ControllerBase.) |
![]() | ConvertIds(IEnumerableGuid, ConfigurationObjectType) |
Converts the transport-safe unique ids (UId) of a number of objects to integer ids.
(Inherited from ControllerBase.) |
![]() | ConvertIds(IEnumerableInt32, ConfigurationObjectType) |
Converts the integer ids of a number of objects to their transport-safe unique ids (UId).
(Inherited from ControllerBase.) |
![]() | DoInConnection(ControllerBaseActionWithNoResult) |
Executes an action that doesn't return a result. If no current connection exists, it will establish a connection to the database and close it afterwards.
An existing connection will be reused. Inside the action, the connection is available as DbConnection.
(Inherited from ControllerBase.) |
![]() | DoInConnection(ActionSqlConnection, SqlTransaction, Boolean) |
Executes an action that doesn't return a result. If no current connection exists, it will establish a connection to the database and close it afterwards.
Connection and Transaction are passed to delegate, to allow passing to other controllers
An existing connection will be reused. Inside the action, the connection is available as DbConnection.
To ensure a new connection set forceNew to true.
(Inherited from ControllerBase.) |
![]() | DoInConnectionT(ControllerBaseActionWithResultT) |
Executes an action and returns the result.
If no current connection exists, it will establish a connection to the database and close it afterwards.
An existing connection will be reused. Inside the action, the connection is available as DbConnection.
(Inherited from ControllerBase.) |
![]() | DoInTransaction(ControllerBaseActionWithNoResult) |
Executes an action (that doesn't return a result) in a transaction.
If no current connection and/or transaction exists, it will establish it and commit and close it afterwards.
An existing connection/transaction will be reused.
Inside the action, the connection is available as DbConnection and
the transaction as DbTransaction.
(Inherited from ControllerBase.) |
![]() | DoInTransactionT(ControllerBaseActionWithResultT) |
Executes an action in a transaction and returns the result.
If no current connection and/or transaction exists, it will establish it and commit and close it afterwards.
An existing connection/transaction will be reused.
Inside the action, the connection is available as DbConnection and
the transaction as DbTransaction.
(Inherited from ControllerBase.) |
![]() | DoInTransactionT(FuncSqlConnection, SqlTransaction, T, Boolean) |
Executes an action in a transaction and returns the result.
Connection and Transaction are passed to delegate, to allow passing to other controllers
If no current connection and/or transaction exists, it will establish it and commit and close it afterwards.
An existing connection/transaction will be reused. Set forceNew to true to ensure new connection and transaction
Inside the action, the connection is available as DbConnection and
the transaction as DbTransaction.
(Inherited from ControllerBase.) |
![]() | ExecuteMutexOperation(String, Action, Boolean) | (Inherited from ControllerBase.) |
![]() ![]() | GetAppStringConfigObjField |
Given an appstringid and an objecttype the method returns the field which the appstring is used for.
|
![]() | GetChangeSetLockingConfigObject(Guid, Int32, NullableConfigurationObjectType) |
Returns the id of the change set which has a "lock" on a configuration object.
Returns 0 if no change set has a lock.
If more than one change set has a lock the method returns the id of one of them.
The method is used to prevent that a configuration object is modified at the same time on different change sets.
Change sets are only considered if they are open.
Configuration objects are not locked by changes which doesn't belong to a change set.
|
![]() ![]() | GetChangeSetLockingConfigObject(Guid, Int32, SqlConnection, SqlTransaction) | Obsolete. |
![]() | GetChangeSetName(Int32) | |
![]() ![]() | GetChangeSetName(Int32, SqlConnection, SqlTransaction) | |
![]() | GetConfigurationChangeCauseCount(ConfigurationChangeCauseCountLoadOptions) | |
![]() ![]() | GetConfigurationChangeCauseCount(ConfigurationChangeCauseCountLoadOptions, SqlConnection, SqlTransaction) | |
![]() | GetConfigurationChangeCauseManager(ConfigurationChangeCauseLoadOptions) | |
![]() ![]() | GetConfigurationChangeCauseManager(ConfigurationChangeCauseLoadOptions, SqlConnection, SqlTransaction) | |
![]() | GetConfigurationChangeCount(ConfigurationChangeCountLoadOptions) | |
![]() ![]() | GetConfigurationChangeCount(ConfigurationChangeCountLoadOptions, SqlConnection, SqlTransaction) | |
![]() | GetConfigurationChangeManager(ConfigurationChangeLoadOptions) | |
![]() ![]() | GetConfigurationChangeManager(ConfigurationChangeLoadOptions, SqlConnection, SqlTransaction) | |
![]() | GetConfigurationObjectId(ConfigurationObjectType, Guid) |
Locates a configuration object by it's UId and returns it's Id.
If the object can't be located then zero is returned.
|
![]() ![]() | GetConfigurationObjectId(ConfigurationObjectType, Guid, SqlConnection, SqlTransaction) |
Locates a configuration object by it's UId and returns it's Id.
If the object can't be located then zero is returned.
|
![]() | GetConfigurationObjectIdCheck(Guid, ConfigurationObjectType) | |
![]() ![]() | GetConfigurationObjectIdCheck(ConfigurationObjectType, Guid, SqlConnection, SqlTransaction) |
Locates a configuration object by it's UId and returns it's Id.
If the object can't be located an exception is thrown.
|
![]() | GetConfigurationObjectIds |
Locates configuration objects by their UId and returns their Ids.
If an object can't be located then it is omitted from the result.
|
![]() ![]() | GetConfigurationObjectIdZero |
Locates a configuration object by it's UId and returns it's Id.
If the object can't be located or the UID is empty then zero is returned.
|
![]() ![]() | GetConfigurationObjectName |
Returns the "name" of a configuration object.
The method is used for retrieving description values for referred object guids.
|
![]() | GetConfigurationObjectUId(ConfigurationObjectType, Int32) |
Locates a configuration object by it's Id and returns it's UId.
If the object can't be located then an empty Guid is returned.
|
![]() ![]() | GetConfigurationObjectUId(ConfigurationObjectType, Int32, SqlConnection, SqlTransaction) |
Locates a configuration object by it's Id and returns it's UId.
If the object can't be located then an empty Guid is returned.
|
![]() ![]() | GetConfigurationObjectUIdCheck | |
![]() | GetFromCacheIfPresent(String, ControllerBaseActionWithResultIntegerList, ControllerBaseCacheOptions) | (Inherited from ControllerBase.) |
![]() | GetFromCacheIfPresent(String, ControllerBaseActionWithResultAppIdentity, ControllerBaseCacheOptions) | (Inherited from ControllerBase.) |
![]() | GetFromCacheIfPresent(String, ControllerBaseActionWithResultBoolean, ControllerBaseCacheOptions) | (Inherited from ControllerBase.) |
![]() | GetFromCacheIfPresent(String, ControllerBaseActionWithResultIListGuid, ControllerBaseCacheOptions) | (Inherited from ControllerBase.) |
![]() | GetFromCacheIfPresent(String, ControllerBaseActionWithResultListGuid, ControllerBaseCacheOptions) | (Inherited from ControllerBase.) |
![]() | GetFromCacheIfPresent(String, ControllerBaseActionWithResultListInt32, ControllerBaseCacheOptions) | (Inherited from ControllerBase.) |
![]() | GetFromCacheIfPresent(String, ControllerBaseActionWithResultGuid, ControllerBaseCacheOptions) | (Inherited from ControllerBase.) |
![]() | GetFromCacheIfPresent(String, ControllerBaseActionWithResultInt32, ControllerBaseCacheOptions) | (Inherited from ControllerBase.) |
![]() | GetFromCacheIfPresent(String, ControllerBaseActionWithResultTimeZoneInfo, ControllerBaseCacheOptions) | (Inherited from ControllerBase.) |
![]() | GetFromCacheIfPresentT(String, ControllerBaseActionWithResultListT, ControllerBaseCacheOptions) | (Inherited from ControllerBase.) |
![]() | GetFromCacheIfPresentT(String, ControllerBaseActionWithResultT, ControllerBaseCacheOptions) |
Retrieves some data from the cache or (if it is not there) executes an action and stores the result in the cache.
Caching is not applied if the IgnoreCacheContext is used (depending on the parameter for it).
Note: caching should only be used with great care as there are a number of potential issues involved in using it!
(Inherited from ControllerBase.) |
![]() | GetTransitionTemplateIdAndCheck(String) |
Return transition template Id
|
![]() ![]() | GetTransitionTemplateIdAndCheck(String, SqlConnection, SqlTransaction) |
Return transition template Id
|
![]() | ImportChangesFromXml |
Imports the provided change set file.
Errors are not allowed.
Doesn't run in test mode.
|
![]() ![]() | ImportConfigurationChanges | Obsolete. |
![]() | MergeChangeSets |
Name | Description | |
---|---|---|
![]() | ToBool |
Converts object to boolean.
(Defined by ObjectExtensions.) |
![]() | ToDateTime |
Converts object to DateTime.
(Defined by ObjectExtensions.) |
![]() | ToInt |
Converts object to integer.
(Defined by ObjectExtensions.) |