Uses of Class
com.avoka.fc.core.entity.ServiceConnection
Packages that use ServiceConnection
Package
Description
Provides the Data Access Objects used by SmartForm Manager.
Provides the SmartForm Manager entity base classes, which are being maintained by Cayenne.
Provides the SmartForm Manager service classes.
Provides the SmartForm Manager portal import and export service.
Provides web automated test services.
Provides Value Object persistent entity classes.
-
Uses of ServiceConnection in com.avoka.fc.core.dao
Methods in com.avoka.fc.core.dao that return ServiceConnectionModifier and TypeMethodDescriptionServiceConnectionDao.getServiceConnection
(Client client, String name) Return the service connection for the given service name and client (or the global service connection if client is null).ServiceConnectionDao.getServiceConnectionForName
(String name) Deprecated.ServiceConnectionDao.getServiceConnectionForPK
(Object id) Return the service connection with the specified OIDServiceConnectionDao.getServiceConnectionWithFallback
(Client client, String name) Return the service connection for the given service name and client (or the global service connection if clientId is null).Methods in com.avoka.fc.core.dao that return types with arguments of type ServiceConnectionModifier and TypeMethodDescriptionServiceConnectionDao.getServiceConnectionList()
Return the list of all service connections, ordered by name and clientServiceConnectionDao.getServiceConnectionList
(Client client) Returns a List of service connection which include only the global service connection and the connections belonging to the organisation.ServiceConnectionDao.getServiceConnectionList
(String clientId, String keyword, boolean clientOnly) Return list of service connections matching the given search criteria -
Uses of ServiceConnection in com.avoka.fc.core.entity.auto
Fields in com.avoka.fc.core.entity.auto with type parameters of type ServiceConnectionModifier and TypeFieldDescriptionstatic final org.apache.cayenne.exp.Property<ServiceConnection>
_ServiceDefinition.CONNECTION
Provides the 'CONNECTION' property.static final org.apache.cayenne.exp.Property<ServiceConnection>
_ApplicationConnection.SERVICE_CONNECTION
Provides the 'SERVICE_CONNECTION' property.static final org.apache.cayenne.exp.Property<ServiceConnection>
_EventOutbox.SERVICE_CONNECTION
Provides the 'SERVICE_CONNECTION' property.static final org.apache.cayenne.exp.Property<List<ServiceConnection>>
_Client.SERVICE_CONNECTIONS
Provides the 'SERVICE_CONNECTIONS' property.Methods in com.avoka.fc.core.entity.auto that return ServiceConnectionModifier and TypeMethodDescription_ServiceDefinition.getConnection()
Return the Connection._ApplicationConnection.getServiceConnection()
Return the ServiceConnection._EventOutbox.getServiceConnection()
Return the ServiceConnection.Methods in com.avoka.fc.core.entity.auto that return types with arguments of type ServiceConnectionMethods in com.avoka.fc.core.entity.auto with parameters of type ServiceConnectionModifier and TypeMethodDescriptionvoid
_Client.addToServiceConnections
(ServiceConnection obj) Add the ServiceConnections object.void
_Client.removeFromServiceConnections
(ServiceConnection obj) Remove the ServiceConnections object.void
_ServiceDefinition.setConnection
(ServiceConnection connection) Set the Connection.void
_ApplicationConnection.setServiceConnection
(ServiceConnection serviceConnection) Set the ServiceConnection.void
_EventOutbox.setServiceConnection
(ServiceConnection serviceConnection) Set the ServiceConnection. -
Uses of ServiceConnection in com.avoka.fc.core.outbox
Methods in com.avoka.fc.core.outbox with parameters of type ServiceConnectionModifier and TypeMethodDescriptionIOutboxProcessor.createProducer
(ServiceConnection serviceConnection) create a producer to produce message with it.OutboxProcessor.createProducer
(ServiceConnection serviceConnection) return a producer to produce messageIOutboxProcessor.raiseEvent
(ServiceConnection serviceConnection, String eventTopic, String payload, String eventDetails, String entityType, String entityId, UserAccount user) Create a new EventOutbox entity.OutboxProcessor.raiseEvent
(ServiceConnection serviceConnection, String eventTopic, String payload, String eventDetails, String entityType, String entityId, UserAccount user) Create a new EventOutbox entity. -
Uses of ServiceConnection in com.avoka.fc.core.outbox.test
Methods in com.avoka.fc.core.outbox.test with parameters of type ServiceConnectionModifier and TypeMethodDescriptionIStreamProducer<org.apache.kafka.clients.producer.RecordMetadata>
MockOutboxProcessor.createProducer
(ServiceConnection serviceConnection) return an IStreamProducer to produce message. -
Uses of ServiceConnection in com.avoka.fc.core.service
Methods in com.avoka.fc.core.service with parameters of type ServiceConnectionModifier and TypeMethodDescriptionEventOutboxService.createOutboxEvent
(ServiceConnection serviceConnection, String eventTopic, String payload, String eventDetails, String entityType, String entityId, UserAccount user) create a new EventOutbox entity. -
Uses of ServiceConnection in com.avoka.fc.core.service.archive
Methods in com.avoka.fc.core.service.archive that return ServiceConnectionModifier and TypeMethodDescriptionprotected ServiceConnection
BaseArchiveService.importServiceConnection
(Client client, ServiceDefinition serviceDefinition, boolean preserveServiceConnections, Element connectionElement, List<String> warnings) Methods in com.avoka.fc.core.service.archive with parameters of type ServiceConnectionModifier and TypeMethodDescriptionprotected void
BaseArchiveService.addServiceConnection
(ZipOutputStream zos, ServiceConnection connection, Element parentElement) -
Uses of ServiceConnection in com.avoka.fc.core.service.test
Methods in com.avoka.fc.core.service.test that return ServiceConnectionModifier and TypeMethodDescriptionMockEntityService.createKafkaServiceConnection
(String name, String kafkaServer, String userName, String pass, Client client, String jsonConfig) Create a new Kafka Service ConnectionMockEntityService.createServiceConnection
(String name, String serverType, Client client) Create a new Service ConnectionMethods in com.avoka.fc.core.service.test with parameters of type ServiceConnectionModifier and TypeMethodDescriptionMockEntityService.createSubmissionEventOutbox
(ServiceConnection serviceConnection, UserAccount userAccount) Create a mock EventOutbox. -
Uses of ServiceConnection in com.avoka.fc.core.stream
Methods in com.avoka.fc.core.stream with parameters of type ServiceConnectionModifier and TypeMethodDescriptionstatic IStreamProducer
StreamProducerFactory.getProducer
(ServiceConnection serviceConnection) return a producer based on the service connection type.void
IStreamProducer.sendToStream
(ServiceConnection serviceConnection, String streamName, String key, String content, StreamCallback<V> callback) Asynchronously send content to the streamName.void
IStreamProducer.sendToStream
(ServiceConnection serviceConnection, String streamName, String partitionKey, String key, String content, StreamCallback<V> callback) Asynchronously send content to the streamName.void
KafkaStreamProducer.sendToStream
(ServiceConnection serviceConnection, String streamName, String key, String content, StreamCallback<org.apache.kafka.clients.producer.RecordMetadata> callback) Asynchronously send content to the streamName.void
KafkaStreamProducer.sendToStream
(ServiceConnection serviceConnection, String streamName, String partitionKey, String key, String content, StreamCallback<org.apache.kafka.clients.producer.RecordMetadata> callback) Asynchronously send content to the streamName and partitionKey. -
Uses of ServiceConnection in com.avoka.tm.vo
Constructors in com.avoka.tm.vo with parameters of type ServiceConnectionModifierConstructorDescriptionCreate a service connection value object from the given entity parameter.
ServiceConnectionDao.getServiceConnection(Client, String)
orServiceConnectionDao.getServiceConnectionWithFallback(Client, String)
instead