Class ResourceCacheLoadEvent


public class ResourceCacheLoadEvent extends SimpleBusinessEvent<Map<Long,BOWorkShift>,ResourceCache>
Event to load ResourceCache objects.
The launcher must provide a valid workshift id-workshift business object map in order to successfully call this event.
Since:
18.0
GCApi:
event
Reactors:
BTResourceCacheLoad(0)
No Spouts
  • Constructor Details

    • ResourceCacheLoadEvent

      public ResourceCacheLoadEvent(Map<Long,BOWorkShift> workshiftsByWorkshiftId)
      Instantiates a new ResourceCacheLoadEvent object in order to load the ResourceCache objects.
      Parameters:
      workshiftsByWorkshiftId - the map workshift id-workshift business object