Interface GomTransferHandling
- All Known Implementing Classes:
GomButton
,GomDom
,GomNumber
,GomReference
,GomText
,GomTextarea
public interface GomTransferHandling
Definition for providers of generic transfer restrictions.
An implementation of this interface is necessary for transfer support.
- Since:
- 5.0
-
Method Summary
Modifier and TypeMethodDescription@Nullable List<TransferType<?>>
getTransferTypes
(SpecialistsBroker broker) Returns a list of supportedTransferType
's, ornull
if transfer is not supported.
-
Method Details
-
getTransferTypes
Returns a list of supportedTransferType
's, ornull
if transfer is not supported.- Parameters:
broker
- Broker for requesting services or providers.- Returns:
- supported transfer types, or
null
. - Since:
- 5.0
-