ig.scheduler.DataSourceOperation
Dependencies
-
convertDataObjectProperty
- Type:
- ig.scheduler.DataSourceOperation
- Default:
- 8
The data source is converting the property value obtained from a data object into the expected type for the corresponding schedule object property.
-
convertScheduleObjectProperty
- Type:
- ig.scheduler.DataSourceOperation
- Default:
- 9
The data source is converting the property value obtained from a schedule object back to the expected type for the corresponding data object property.
-
createDataObject
- Type:
- ig.scheduler.DataSourceOperation
- Default:
- 1
The data source attempted to create a new data object instance.
-
deleteDataObject
- Type:
- ig.scheduler.DataSourceOperation
- Default:
- 3
The data source attempted to delete an existing data object instance.
-
getDataObjectProperty
- Type:
- ig.scheduler.DataSourceOperation
- Default:
- 6
The data source is retrieving a property value from a data object.
-
initializeDataObject
- Type:
- ig.scheduler.DataSourceOperation
- Default:
- 5
The data source attempted to initialize an activity from a data object.
-
modifyDataObjectList
- Type:
- ig.scheduler.DataSourceOperation
- Default:
- 2
The data source attempted to add an item to or remove an item from the data object list.
-
query
- Type:
- ig.scheduler.DataSourceOperation
- Default:
- 10
The data source is executing a query.
-
setDataObjectProperty
- Type:
- ig.scheduler.DataSourceOperation
- Default:
- 7
The data source is assigning a property value to a data object.
-
updateDataObject
- Type:
- ig.scheduler.DataSourceOperation
- Default:
- 4
The data source attempted to update one or more properties of an existing data object instance.
-
verifyPropertyMappings
- Type:
- ig.scheduler.DataSourceOperation
- Default:
- 0
The data source is verifying its property mappings