|
|
|
|
conduit.DataType.DataType
|
|
int
|
|
|
|
get_all(self)
Returns an array of all the LUIDs this dataprovider holds. |
source code
|
|
|
|
get_changes(self)
Returns all changes since last sync |
source code
|
|
|
|
add(self,
LUID)
Adds an item to the datasource according to LUID. |
source code
|
|
|
Inherited from DataProviderBase:
configure,
emit,
emit_change_detected,
finish,
get_UID,
get_configuration,
get_configuration_xml,
get_input_conversion_args,
get_input_type,
get_name,
get_output_conversion_args,
get_output_type,
get_status,
initialize,
is_busy,
is_configured,
refresh,
set_configuration,
set_configuration_xml,
set_status,
uninitialize
|