public interface SubscriptionConnectorInfo<T> extends SerializableProperties<T>
| Modifier and Type | Method and Description |
|---|---|
String |
getConnectorId() |
List<Filter> |
getInputFilters(Subscription sub) |
List<Filter> |
getOutputFilters(Subscription sub) |
void |
setConnectorId(String val) |
getAllSynchProperties, getChanged, getProperty, getSynchProperties, loadProperties, resetChanged, setChanged, setProperty, setSynchPropertiescompareTovoid setConnectorId(String val)
val - idList<Filter> getInputFilters(Subscription sub) throws SynchException
sub - the subscriptionSynchExceptionList<Filter> getOutputFilters(Subscription sub) throws SynchException
sub - the subscriptionSynchExceptionString getConnectorId()
Copyright © 2018 Bedework. All rights reserved.