Class TechnicalObjectAvailableStatesSearchEvent
java.lang.Object
overit.geocall.bl.GenericEvent<PageResponse<BOTechnicalObjectState>>
overit.geocall.bl.BusinessEvent<PageResponse<BOTechnicalObjectState>>
overit.geocall.bl.SimpleBusinessEvent<Long,PageResponse<BOTechnicalObjectState>>
overit.geocallapp.wfm.core.bl.technicalobject.state.event.TechnicalObjectAvailableStatesSearchEvent
public class TechnicalObjectAvailableStatesSearchEvent
extends SimpleBusinessEvent<Long,PageResponse<BOTechnicalObjectState>>
Event to load the available states for a given technical object type
The launcher must provide a valid technical object type id in order to successfully call this event.
The listener loads all the
The launcher must provide a valid technical object type id in order to successfully call this event.
The listener loads all the
BOTechnicalObjectState components starting from the event input - Since:
- 12.0
- GCApi:
- event
- Reactors:
- No Spouts
BTTechnicalObjectAvailableStatesSearch(0)-
Nested Class Summary
Nested classes/interfaces inherited from class overit.geocall.bl.GenericEvent
GenericEvent.Step<O> -
Field Summary
Fields inherited from class overit.geocall.bl.SimpleBusinessEvent
inputFields inherited from class overit.geocall.bl.GenericEvent
executorService, journal, streamJournal -
Constructor Summary
ConstructorsConstructorDescriptionLoads the valid states for the technical object type -
Method Summary
Methods inherited from class overit.geocall.bl.SimpleBusinessEvent
getInputMethods inherited from class overit.geocall.bl.BusinessEvent
doLaunchMethods inherited from class overit.geocall.bl.GenericEvent
clearEvents, defineInterruptor, defineResult, getJournal, getResult, getSpouts, getStreamJournal, isInternal, launch, launch, launchAsync, launchAsync, register, registerSpouts
-
Constructor Details
-
TechnicalObjectAvailableStatesSearchEvent
Loads the valid states for the technical object type- Parameters:
input- the technical object type id
-