Class DeleteEvent<O>

Type Parameters:
O - the deleted object class
Direct Known Subclasses:
ActivitySkillConfigurationDeleteEvent, AgendaResourceRolesDeleteEvent, AssetCharacteristicValueDeleteEvent, AssetOperationCenterDeleteEvent, BundleRequirementDeleteEvent, CrewShellAddressDeleteEvent, CrewShellCompositionDeleteEvent, CrewShellCompositionMismatchDeleteEvent, CrewShellOperationCenterDeleteEvent, CrewShellSkillDeleteEvent, CrewShellTechnicianDeleteEvent, CriticalActivityRuleWOFilterDeleteEvent, DailyPlanOrderConfigurationDeleteEvent, DailyPlanOrderConfigurationDetailDeleteEvent, DailyPlanOrderConfigurationHeaderDeleteEvent, DataCollectionOptionsGroupDeleteEvent, DataCollectionSheetConversionSubsetDeleteEvent, DataCollectionTemplateConversionSubsetDeleteEvent, DataCollectionTemplateStructureOutcomeRuleDeleteEvent, DCTemplateVisibilityRuleHeaderDeleteEvent, DCTemplateVisibilityRuleRowDeleteEvent, EventManagerConfWoTypeDeleteEvent, ForecastActivityDeleteEvent, ForecastActivityDetailDeleteEvent, ForecastActivityPriorityDeleteEvent, ForecastActivitySkillDeleteEvent, ForecastGroupingConstraintDeleteEvent, ForecastResourceDeleteEvent, ForecastResourceDetailDeleteEvent, ForecastResourceGroupingConstraintDeleteEvent, ForecastResourceSkillDeleteEvent, FormationSkillDivisionDeleteEvent, HolidayDeleteEvent, LogDeleteEvent, LogDeleteEvent, MobileErrorLogDeleteEvent, MultistageConfigurationDeleteEvent, MultistageGroupDependencyDeleteEvent, MultistageGroupOperationDeleteEvent, OperationRequirementDeleteEvent, PermitObtainedDeleteEvent, PermitRequiredDeleteEvent, PermitTypeOutcomeReasonDeleteEvent, SkillConfigurationDivisionDeleteEvent, SkillConfigurationSkillDeleteEvent, SkillDivisionSkillDeleteEvent, SkillQualificationDeleteEvent, StockSerializedMaterialDeleteEvent, StructureValidityPeriodDeleteEvent, StructureValidityPeriodDeleteEvent, TeamShiftDeleteEvent, TeamShiftResourceDeleteEvent, TooltipConfigurationDeleteEvent, TooltipConfigurationInstanceDeleteEvent, TooltipConfigurationRuleDeleteEvent, UnavailabilityMovementDeleteEvent, WarehouseAgendaSerializedMaterialDeleteEvent, WarehouseCentralMobileDeleteEvent, WarehouseOperationCenterDeleteEvent, WarehouseTransactionSerializedMaterialDeleteEvent, WorkCycleRuleDeleteEvent, WorkCycleStructureDeleteEvent, WorkShiftDeleteEvent, WorkShiftExceptionDeleteEvent

public abstract class DeleteEvent<O> extends SimpleBusinessEvent<Long,O>
General business event that permits to delete an object of <I> type using his id.
The launcher must provide the id (Long) of the <O> entity in order to successfully call this event.
The deletion has no result.
Since:
1.0
GCApi:
event
No Reactors
No Spouts
  • Constructor Details

    • DeleteEvent

      protected DeleteEvent(Long input)
      Instantiates a new insert event for <I> object.
      Parameters:
      input - the prepared object to delete
  • Method Details

    • getEventOptions

      public EventOptions getEventOptions()
      Returns the current event options.
      Returns:
      the event options