IDataEnricherApi Interface |
Namespace: Casewhere.Runtime.DSL.Api
public interface IDataEnricherApi
The IDataEnricherApi type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | CreateIndex |
Create an index for attributes of data class.
|
![]() | Enrich |
Enrich search data for specific data object id
|
![]() | Queue |
Queues a data enriching job for specific data object id
|
![]() ![]() | QueueAll |
Enrich the whole data collection. The workflow will be blocked until all the data enriching jobs are queued.
|
![]() ![]() | QueueAllAsync |
Enrich the whole data collection asynchronously. The workflow will be continue and finish without waiting all the jobs are queued.
|
var dataApi = ctx.Use<IDataEnricherApi>();
dataApi.Queue(dataObjectId);