java.lang.Object
overit.geocall.bl.BusinessTask<ResourceCacheLoadEvent>
overit.geocallapp.wfm.core.bl.schedule.cache.resource.task.BTResourceCacheLoad
All Implemented Interfaces:
Serializable, Tool

@Event(ResourceCacheLoadEvent.class) public class BTResourceCacheLoad extends BusinessTask<ResourceCacheLoadEvent>
Business task to load a ResourceCache object.
When the ResourceCacheLoadEvent event is launched the BT notices the call and load the ResourceCache object basing on the event's input.
Since:
18.0
See Also:
GCApi:
task
  • Constructor Details

    • BTResourceCacheLoad

      public BTResourceCacheLoad()
  • Method Details