Interface OutputProcessViewAfterState
- All Known Implementing Classes:
OutputProcessViewAfterStateImpl
,OutputProcessViewAfterStateNone
public interface OutputProcessViewAfterState
-
Method Summary
Modifier and TypeMethodDescriptionboolean
checkUpdateAfterCondition
(EventBean[] newEvents, StatementContext statementContext) boolean
checkUpdateAfterCondition
(UniformPair<EventBean[]> newOldEvents, StatementContext statementContext) boolean
checkUpdateAfterCondition
(Set<MultiKeyArrayOfKeys<EventBean>> newEvents, StatementContext statementContext) void
destroy()
-
Method Details
-
checkUpdateAfterCondition
-
checkUpdateAfterCondition
boolean checkUpdateAfterCondition(Set<MultiKeyArrayOfKeys<EventBean>> newEvents, StatementContext statementContext) -
checkUpdateAfterCondition
boolean checkUpdateAfterCondition(UniformPair<EventBean[]> newOldEvents, StatementContext statementContext) -
destroy
void destroy()
-