Uses of Class
com.attivio.sdk.transport.TransportDefinition
-
Packages that use TransportDefinition Package Description com.attivio.sdk.service com.attivio.sdk.transport -
-
Uses of TransportDefinition in com.attivio.sdk.service
Methods in com.attivio.sdk.service that return TransportDefinition Modifier and Type Method Description TransportDefinition
MockTransportDefinitionStore. getTransportDefinition(java.lang.String className)
Methods in com.attivio.sdk.service that return types with arguments of type TransportDefinition Modifier and Type Method Description java.util.List<TransportDefinition>
MockTransportDefinitionStore. getTransportDefinitions()
Methods in com.attivio.sdk.service with parameters of type TransportDefinition Modifier and Type Method Description void
MockTransportDefinitionStore. addTransportDefinition(TransportDefinition tdef)
Add a transport definition. -
Uses of TransportDefinition in com.attivio.sdk.transport
Methods in com.attivio.sdk.transport that return TransportDefinition Modifier and Type Method Description TransportDefinition
TransportDefinitionStore. getTransportDefinition(java.lang.String className)
Methods in com.attivio.sdk.transport that return types with arguments of type TransportDefinition Modifier and Type Method Description java.util.List<TransportDefinition>
TransportDefinitionStore. getTransportDefinitions()
Methods in com.attivio.sdk.transport with parameters of type TransportDefinition Modifier and Type Method Description void
TransportDefinitionStore. addTransportDefinition(TransportDefinition tdef)
Add a transport definition.
-