Omada Identity
Omada Identity
Namespaces
Omada.OE.Solution.OIM.AppLogic.SystemOnboarding
SystemOverviewController Class
SystemOverviewController Methods
ApplyManualStatusValues Method
CalculateAndSetupBuilderModel Method
GetActionStatusValue Method
GetActionStatusValues Method
GetGeneralInformation Method
GetProvisioningStageActions Method
GetStatusInformation Method
GetSystemOverview Method
GetSystemOverviewAll Method
GetSystemsOverview Method
IsOISSystem Method
IsSystemInMigrationMode Method
IsSystemLockedByChangeset Method
SetActionStatusValue Method
SetupOverviewBuilderForActions Method
SystemOverviewController
SetActionStatusValue Method
Set a manual status for the an action with the passed action id The status is stored as XML on the SOBSTATUSXML property on the SYSTEM data object
Namespace:
Omada.OE.Solution.OIM.AppLogic.SystemOnboarding
Assembly:
Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
Copy
public
void
SetActionStatusValue
(
DataObject
system
,
string
actionId
,
SystemActionStatus
newStatus
)
Parameters
system
Type:
Omada.OE.Model
DataObject
System data object
actionId
Type:
System
String
Action ID
newStatus
Type:
Omada.OE.Solution.OIM.AppLogic.SystemOnboarding
SystemActionStatus
The status
See Also
Reference
SystemOverviewController Class
Omada.OE.Solution.OIM.AppLogic.SystemOnboarding Namespace