public abstract class AbstractDefaultSelectionsRequest
extends java.lang.Object
The default selection request is obtained from the selection preparation process and provided to an observable reader.
Constructor and Description |
---|
AbstractDefaultSelectionsRequest() |
Modifier and Type | Method and Description |
---|---|
protected abstract java.util.List<CardSelectionRequest> |
getCardSelectionRequests()
Gets the list of selection cases provided in the default selection
|
protected abstract ChannelControl |
getChannelControl()
Gets the indication whether the logic channel is to be kept open or closed
|
protected abstract MultiSelectionProcessing |
getMultiSelectionProcessing()
Gets the indication whether the selection process should stop after the first matching case or
process all of them.
|
protected abstract MultiSelectionProcessing getMultiSelectionProcessing()
protected abstract ChannelControl getChannelControl()
protected abstract java.util.List<CardSelectionRequest> getCardSelectionRequests()