Uses of Class
com.avoka.fc.core.entity.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
Modifier 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).Modifier 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
Modifier 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.Modifier and TypeMethodDescription_ServiceDefinition.getConnection()
Return the Connection._ApplicationConnection.getServiceConnection()
Return the ServiceConnection._EventOutbox.getServiceConnection()
Return the ServiceConnection.Modifier 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
Modifier 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, EventOutbox.EntityType entityType, String entityId, UserAccount user) Create a new EventOutbox entity.OutboxProcessor.raiseEvent
(ServiceConnection serviceConnection, String eventTopic, String payload, String eventDetails, EventOutbox.EntityType entityType, String entityId, UserAccount user) Create a new EventOutbox entity. -
Uses of ServiceConnection in com.avoka.fc.core.outbox.test
Modifier 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
Modifier and TypeMethodDescriptionEventOutboxService.createOutboxEvent
(ServiceConnection serviceConnection, String eventTopic, String payload, String eventDetails, EventOutbox.EntityType entityType, String entityId, UserAccount user) create a new EventOutbox entity. -
Uses of ServiceConnection in com.avoka.fc.core.service.archive
Modifier and TypeMethodDescriptionprotected ServiceConnection
BaseArchiveService.importServiceConnection
(Client client, ServiceDefinition serviceDefinition, boolean preserveServiceConnections, Element connectionElement, List<String> warnings) Modifier and TypeMethodDescriptionprotected void
BaseArchiveService.addServiceConnection
(ZipOutputStream zos, ServiceConnection connection, Element parentElement) -
Uses of ServiceConnection in com.avoka.fc.core.service.test
Modifier 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 ConnectionModifier and TypeMethodDescriptionMockEntityService.createEventConfigurationService
(String eventConfiguration, ServiceConnection sc) Return a default event configuration service.MockEntityService.createSubmissionEventOutbox
(ServiceConnection serviceConnection, UserAccount userAccount) Create a mock EventOutbox. -
Uses of ServiceConnection in com.avoka.fc.core.stream
Modifier 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
ModifierConstructorDescriptionCreate a service connection value object from the given entity parameter.
ServiceConnectionDao.getServiceConnection(Client, String)
orServiceConnectionDao.getServiceConnectionWithFallback(Client, String)
instead