Click or drag to resize

DataObjectLifeCycleManagement Class

The data object life cycle management.
Inheritance Hierarchy
SystemObject
  Omada.OE.Solution.OIM.AppLogic.OPSLifeCycleManagementBase
    Omada.OE.Solution.OIM.AppLogic.OPSDataObjectLifeCycleManagement

Namespace:  Omada.OE.Solution.OIM.AppLogic.OPS
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public class DataObjectLifeCycleManagement : LifeCycleManagementBase

The DataObjectLifeCycleManagement type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyFactory
The factory.
(Inherited from LifeCycleManagementBase.)
Top
Methods
  NameDescription
Public methodCreateBatch
Creates batch for the data objects.
(Overrides LifeCycleManagementBaseCreateBatch(DataObjectController, BasePropertyAdapterController, OPSLifeCycleManagementArguments).)
Public methodGetDataObjectProperties
Gets data object properties for the OPS tasks.
(Inherited from LifeCycleManagementBase.)
Public methodGetDataObjectVersionInfo
returns version of the data object if objec thas not versions it returns a timestamp;
(Inherited from LifeCycleManagementBase.)
Public methodSubmitProvisioningJob
Submits provisioning job.
(Inherited from LifeCycleManagementBase.)
Top
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
See Also