Click or drag to resize

ExportConnectivityPackageHelper Class

ExportConnectivityPackageHelper
Inheritance Hierarchy
SystemObject
  Omada.OE.Solution.OIM.AppLogic.SystemOnboardingExportConnectivityPackageHelper

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#
public static class ExportConnectivityPackageHelper

The ExportConnectivityPackageHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAddOrReplaceXmlNode
Adds or replaces a xml node
Public methodStatic memberConvertToDataProperties
Converts baseProperties (value and set base properties) to DataProperty type for use in a property section in the systemonboarding default xml
Public methodStatic memberConvertToOnboardingConfigPropertySection
Converts data properties to a property section for use in systemonboarding default xml
Public methodStatic memberCreateConnectivityPackageContent
Creates the file content of the connectivity package (dictionary fileName, fileContent)
Public methodStatic memberCreateConnectivityPackageZipFile
Creates the files outlined in the fileContent dictionary in a zip file and returns the fileId of the temporarily stored file
Public methodStatic memberCreateTaskMappingTemplateDictionary
Creates a dictionary representing a task mapping to be used for the connectivity package export
Public methodStatic memberSetDefaultValues
Sets the default value for configuration parameters according to the passed parameterValues For parameters that are in the exclusion list (doNotExportParameterNames) the value is not set For secure string type properties no default value is set
Public methodStatic memberSetKeyPropertyAndDefaultValuesForResourceTypes
Sets operation to CreateOrUpdate, sets placeholders for the personal account resource type, sets the ODWBUSIKEY as key property and fills it with the resource type name
Public methodStatic memberSetKeyPropertyForExchangeObjects
Sets the property with propertyName as the key property Changes exchange object operation to UpdateOrCreate or the operation passed in optional parameter
Top
Fields
  NameDescription
Public fieldStatic memberCollectorParameterConfiguration
The key for the collector parameter configuration
Public fieldStatic memberCollectorSystemOnboardingConfigKey
The key for the systemonboarding config of the collector
Public fieldStatic memberCollectorTechnologyKey
The key for the collector technology
Public fieldStatic memberCollectorUidKey
The key for the collector Uid
Public fieldStatic memberConnectivityPackageNameKey
The key for the connectivity package name
Public fieldStatic memberConnectivityPackageVersion
The key for the connectivity package version
Public fieldStatic memberOPSConnectorConfigKey
The key for the Ops Connector config
Public fieldStatic memberOPSConnectorDefaultConfigkey
The key for the Ops Connector default config
Public fieldStatic memberOPSConnectorIdKey
The key for the connector Id
Public fieldStatic memberOPSConnectorModelKey
The key for the connector model
Public fieldStatic memberOPSConnectorNameKey
The key for the connector name
Public fieldStatic memberOPSConnectorParameterConfiguration
The key for the ops connector parameter configuration
Public fieldStatic memberOPSConnectorSystemOnboardingConfigKey
The key for the systemonboarding config of the connector
Top
See Also