G2Engine Reevaluating
Reevaluating
reevaluateRecord
reevaluateRecord()
reevaluates a specific record.
g2_engine.reevaluateRecord(datasource_code, record_id)
Parameters
- datasource_code: (str) The configured data source for the record.
- record_id: (str) The RECORD_ID for the record.
reevaluateRecordWithInfo
reevaluateRecordWithInfo()
reevaluates a specific record, and returns a JSON document containing the ENTITY_ID values of the affected entities.
g2_engine.reevaluateRecordWithInfo(datasource_code, record_id, response_bytearray)
Parameters
- datasource_code: (str) The configured data source for the record.
- record_id: (str) The RECORD_ID for the record.
- response_bytearray: (bytearray) Object to store the output of the method.
reevaluateEntity
reevaluateEntity()
reevaluates the record of the lowest observed entity ID value of the specified resolved entity.
g2_engine.reevaluateEntity(entity_id)
Parameters
- entity_id: (int) The ENTITY_ID for the entity to be reevaluated.
reevaluateEntityWithInfo
reevaluateEntityWithInfo()
reevaluates the record of the lowest observed entity ID value of a specified ENTITY_ID, and returns a JSON document containing the ENTITY_ID values of the affected entities.
g2_engine.reevaluateEntityWithInfo(entity_id, response_bytearray)
Parameters
- entity_id: (int) The ENTITY_ID for the entity to be reevaluated
- response_bytearray: (bytearray) Object to store the output of the method.