Class CheckableEvent<I,O>
java.lang.Object
overit.geocall.bl.GenericEvent<O>
overit.geocall.bl.BusinessEvent<O>
overit.geocall.bl.SimpleBusinessEvent<I,O>
overit.geocallapp.utilities.core.bl.common.check.checkable.event.CheckableEvent<I,O>
- Direct Known Subclasses:
CrewShellCompositionConfirmEvent,DataCollectionOptionsGroupImportModelEvent,DataCollectionSheetInstanceCloseSchedulingResourceSheetEvent,DataCollectionSheetInstanceCloseWOOperationSheetEvent,DataCollectionSheetInstanceUpdateEvent,DataCollectionTemplateImportModelEvent,DataCollectionTemplateImportReleaseEvent,DaySchedulingsValidateEvent,MultistageGroupAddDependenciesEvent,MultistageGroupAddWOOperationsEvent,MultistageGroupEditDependenciesEvent,MultistageGroupHeaderInsertEvent,MultistageGroupInsertFromWOOperationsEvent,MultistageGroupRemoveOperationsEvent
- GCApi:
- event
- No Reactors
- No Spouts
-
Nested Class Summary
Nested classes/interfaces inherited from class overit.geocall.bl.GenericEvent
GenericEvent.Step<O> -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CheckResultprotected CheckResultprotected booleanprotected booleanFields inherited from class overit.geocall.bl.SimpleBusinessEvent
inputFields inherited from class overit.geocall.bl.GenericEvent
executorService, journal, streamJournal -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanbooleanvoidsetInputCheckResult(CheckResult inputCheckResult) voidsetOutputCheckResult(CheckResult outputCheckResult) voidsetSkipUserConfirms(boolean skipUserConfirms) voidsetThrowExceptionOnErrors(boolean throwExceptionOnErrors) 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
-
Field Details
-
skipUserConfirms
protected boolean skipUserConfirms -
throwExceptionOnErrors
protected boolean throwExceptionOnErrors -
inputCheckResult
-
outputCheckResult
-
-
Constructor Details
-
CheckableEvent
-
-
Method Details
-
getInputCheckResult
-
setInputCheckResult
-
hasInputCheckResult
public boolean hasInputCheckResult() -
getOutputCheckResult
-
setOutputCheckResult
-
hasOutputCheckResult
public boolean hasOutputCheckResult() -
isSkipUserConfirms
public boolean isSkipUserConfirms() -
setSkipUserConfirms
public void setSkipUserConfirms(boolean skipUserConfirms) -
isThrowExceptionOnErrors
public boolean isThrowExceptionOnErrors() -
setThrowExceptionOnErrors
public void setThrowExceptionOnErrors(boolean throwExceptionOnErrors)
-