Uses of Class
com.avoka.fc.core.entity.ServiceDefinition
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 the Composer HTML Form Archive Utils.
Provides the Email Client Services.
Provides the Fluent Groovy API services.
Provides classes for form services.
Provides the SmartForm Manager service class implementation.
Provides Collaboration Jobs service classes.
Provides a SalesForce integration client.
Provides submission data storage service implementations.
Provides web automated test services.
Provides Value Object persistent entity classes.
-
Uses of ServiceDefinition in com.avoka.fc.core.dao
Modifier and TypeMethodDescriptionServiceDefinitionDao.getClientService
(Long clientId, String serviceName) Return the current version service for the given client, service name, or null if none was found.ServiceDefinitionDao.getClientService
(Long clientId, String serviceName, Integer versionNumber) Deprecated.ServiceDefinitionDao.getClientService
(Long clientId, String serviceName, String version) Return the service for the given client, service name and version, or null if none was found.ServiceDefinitionDao.getClientServiceWithFallback
(Client client, String serviceName) Return the current version service for the given client, service name, or null if none was found.ServiceDefinitionDao.getClientServiceWithFallback
(Client client, String serviceName, Integer versionNumber) Deprecated.ServiceDefinitionDao.getClientServiceWithFallback
(Client client, String serviceName, String version) Return the service for the given client, service name and version number, or null if none was found.ServiceDefinitionDao.getOptionalServiceDefinitionForName
(String serviceName) Deprecated.ServiceDefinitionDao.getServiceDefinitionDefaultForType
(String serviceType) Return the default service definition for the given service typeServiceDefinitionDao.getServiceDefinitionForName
(String serviceName) Deprecated.use getClientService(Long, String, Integer) insteadServiceDefinitionDao.getServiceDefinitionForPK
(Object id) Return the service definition with the specified OIDServiceDefinitionDao.getServiceForNameAndVersion
(String serviceName, Integer versionNumber) Deprecated.use getServiceForClientNameAndVersion insteadServiceDefinitionDao.getServiceWithHighestVersionNumber
(Long clientId, String serviceName) Return the active service with the highest version number for a specific client and service name.ServiceDefinitionDao.getServiceWithHighestVersionNumber
(Long clientId, String serviceName, boolean activeServicesOnly) Return the service with the highest version number for a specific client and service name.ServiceDefinitionDao.getServiceWithHighestVersionNumber
(String serviceName) Deprecated.use getServiceWithHighestVersionNumber(Long, String) insteadServiceDefinitionDao.getTrashCanDeliveryProcessService()
Return getTrashCanDeliveryProcessServiceModifier and TypeMethodDescriptionServiceDefinitionDao.getActiveServiceDefinitionList()
Return the full list of active service definitions, ordered by name and version numberServiceDefinitionDao.getDefaultServiceDefinitionList()
Return the list of default service definitionsServiceDefinitionDao.getFluentFunctionService
(String clientId, String keyword, String type, String applicationPackageId, boolean clientOnly, boolean activeOnly) Return the list of fluent function service definitions matching the specified search criteria, ordered by service type and name.ServiceDefinitionDao.getFormServiceDefinitionList
(String clientId, String keyword, String type, String applicationPackageId, boolean groovyServiceOnly, boolean activeOnly) Return the list of form service definitions matching the specified search criteria, ordered by service type and nameServiceDefinitionDao.getFormServiceDefinitionList
(String clientId, String keyword, String type, String applicationPackageId, boolean groovyServiceOnly, boolean clientOnly, boolean activeOnly) Return the list of form service definitions matching the specified search criteria, ordered by service type and nameServiceDefinitionDao.getGlobalCoreServiceDefinitionList
(String keyword, String type, boolean groovyServiceOnly, boolean activeOnly) Return the list of core service definitions matching the specified search criteria, ordered by service type and nameServiceDefinitionDao.getJobsServiceDefinitionList
(String clientId, String keyword, String type, String applicationPackageId, boolean activeOnly, boolean userIsFormDeveloper) Return the list of job related service definitions matching the specified search criteria, ordered by service type and nameServiceDefinitionDao.getJobsServiceDefinitionList
(String clientId, String keyword, String type, String appPackageId, boolean groovyServicesOnly, boolean activeOnly, boolean userIsFormDeveloper) Return the list of job related service definitions matching the specified search criteria, ordered by service type and nameServiceDefinitionDao.getJobsServiceDefinitionList
(String clientId, String keyword, String type, String appPackageId, boolean groovyServicesOnly, boolean clientOnly, boolean activeOnly, boolean userIsFormDeveloper) Return the list of job related service definitions matching the specified search criteria, ordered by service type and nameServiceDefinitionDao.getScheduledServicesByName
(String serviceName) Return the list of scheduled services and test suites (current version only) with the given name.ServiceDefinitionDao.getServiceDefinitionList()
Return the full list of service definitions, ordered by type, then nameServiceDefinitionDao.getServiceDefinitionList
(String keyword, String type, boolean activeOnly, boolean userIsFormDeveloper) Deprecated.ServiceDefinitionDao.getServiceDefinitionList
(String clientId, String keyword, String type, String applicationPackageId, boolean activeOnly, boolean userIsFormDeveloper) Return the list of service definitions matching the specified search criteria, ordered by service type and nameServiceDefinitionDao.getServiceDefinitionList
(String clientId, String keyword, String type, String applicationPackageId, boolean groovyServiceOnly, boolean activeOnly, boolean userIsFormDeveloper) Return the list of service definitions matching the specified search criteria, ordered by service type and nameServiceDefinitionDao.getServiceDefinitionList
(String clientId, String keyword, String type, String applicationPackageId, boolean groovyServiceOnly, boolean clientOnly, boolean activeOnly, boolean userIsFormDeveloper) Return the list of service definitions matching the specified search criteria, ordered by service type and nameServiceDefinitionDao.getServiceDefinitionListForApplication
(String applicationId) Return the service definition for the given application packageServiceDefinitionDao.getServiceDefinitionListForClient
(Client client) Return the list of service definitions for a client, ordered by type, then nameServiceDefinitionDao.getServiceDefinitionListForClient
(Client client, boolean activeServicesOnly) Return the list of service definitions for a client, ordered by type, then name and version numberServiceDefinitionDao.getServiceDefinitionListForType
(String type, boolean includeInactiveServices) Return the service definitions for the given type, sorted by type and nameServiceDefinitionDao.getServiceDefinitionListForType
(String type, Client client, boolean includeInactiveServices) Return the service definitions for the given type, sorted by type and name.ServiceDefinitionDao.getServiceDefinitionListForUserAndType
(String type, UserAccount userAccount, boolean includeInactiveServices) Return the service definitions for the given type, and filtered based on user account accessServiceDefinitionDao.getServiceListIds
(List<Long> serviceIds, UserAccount userAccount) Return the list of services for the given service IDs filtered for the users access.ServiceDefinitionDao.getServiceVersionsForName
(Long clientId, String serviceName) Return all service definitions with the given client and name (but different version numbers)ServiceDefinitionDao.getServiceVersionsForName
(String serviceName) Deprecated.use getServiceVersionsForName(Long, String) insteadServiceDefinitionDao.getTestSuiteServices()
Return the list of Test Suite service definitions.ServiceDefinitionDao.getUnitTestServices
(String clientId, boolean userIsFormDeveloper) Return the list of service definitions with unit testing enabled.Modifier and TypeMethodDescriptionApplicationServiceDao.getApplicationService
(ApplicationPackage applicationPackage, ServiceDefinition service) Return the ApplicationService entity for the given application package and service definition, or null if none existsClientDao.getClientsByPaymentGatewayType
(ServiceDefinition paymentService) Return the list of clients with the specified payment service.SubmissionDeliveryFuncDao.getFuncForSubmission
(Submission submission, ServiceDefinition deliveryService) Return the SubmissionDeliveryFunc for the given submission and service definition.GroovyServiceLogDao.getGroovyServiceLogForService
(ServiceDefinition service, String clientId, int fetchLimit) Return the list of GroovyServiceLog records for the specified service.ServiceParameterDao.getServiceParameterForName
(ServiceDefinition service, String name) Return the parameter with the specified name and service definition.ServiceParameterDao.getServiceParametersForService
(ServiceDefinition service) Return the list of service parameters for the given service definitionServiceParameterDao.getUnitTestServiceParametersForService
(ServiceDefinition service) Return the list of unit test service parameters for the given service definitionvoid
ServiceDefinitionDao.setCurrentVersion
(ServiceDefinition sd) Set a specified service definition to be the default of its service type, unsetting the default flag from all other service definitions of the same typevoid
ServiceDefinitionDao.setDefaultType
(ServiceDefinition sd) Set a specified service definition to be the default of its service type, unsetting the default flag from all other service definitions of the same type -
Uses of ServiceDefinition in com.avoka.fc.core.entity.auto
Modifier and TypeFieldDescriptionstatic final org.apache.cayenne.exp.Property<ServiceDefinition>
_JobAction.ACTION_SERVICE
Provides the 'ACTION_SERVICE' property.static final org.apache.cayenne.exp.Property<ServiceDefinition>
_TemplateVersion.COMPLETED_PROCESSOR_SERVICE
Provides the 'COMPLETED_PROCESSOR_SERVICE' property.static final org.apache.cayenne.exp.Property<ServiceDefinition>
_Job.CONTROLLER_SERVICE
Provides the 'CONTROLLER_SERVICE' property.static final org.apache.cayenne.exp.Property<ServiceDefinition>
_DeliveryDetails.DELIVERY_PROCESS_SERVICE
Provides the 'DELIVERY_PROCESS_SERVICE' property.static final org.apache.cayenne.exp.Property<ServiceDefinition>
_Client.EMAIL_SERVICE
Provides the 'EMAIL_SERVICE' property.static final org.apache.cayenne.exp.Property<ServiceDefinition>
_TemplateVersion.EMAIL_SERVICE
Provides the 'EMAIL_SERVICE' property.static final org.apache.cayenne.exp.Property<ServiceDefinition>
_TemplateVersion.EXPIRY_PROCESS_SERVICE
Provides the 'EXPIRY_PROCESS_SERVICE' property.static final org.apache.cayenne.exp.Property<ServiceDefinition>
_JobStep.EXPIRY_SERVICE
Provides the 'EXPIRY_SERVICE' property.static final org.apache.cayenne.exp.Property<ServiceDefinition>
_TemplateVersion.FORM_PREFILL_SERVICE
Provides the 'FORM_PREFILL_SERVICE' property.static final org.apache.cayenne.exp.Property<ServiceDefinition>
_TemplateVersion.JOB_CONTROLLER_SERVICE
Provides the 'JOB_CONTROLLER_SERVICE' property.static final org.apache.cayenne.exp.Property<ServiceDefinition>
_Client.PAYMENT_SERVICE
Provides the 'PAYMENT_SERVICE' property.static final org.apache.cayenne.exp.Property<ServiceDefinition>
_Form.RECEIPT_NUMBER_SERVICE
Provides the 'RECEIPT_NUMBER_SERVICE' property.static final org.apache.cayenne.exp.Property<ServiceDefinition>
_TemplateVersion.RECEIPT_RENDER_SERVICE
Provides the 'RECEIPT_RENDER_SERVICE' property.static final org.apache.cayenne.exp.Property<ServiceDefinition>
_TemplateVersion.SAVED_PROCESSOR_SERVICE
Provides the 'SAVED_PROCESSOR_SERVICE' property.static final org.apache.cayenne.exp.Property<ServiceDefinition>
_TemplateVersion.SECURITY_FILTER_SERVICE
Provides the 'SECURITY_FILTER_SERVICE' property.static final org.apache.cayenne.exp.Property<ServiceDefinition>
_FormFunction.SERVICE
Provides the 'SERVICE' property.static final org.apache.cayenne.exp.Property<ServiceDefinition>
_GroovyServiceLog.SERVICE
Provides the 'SERVICE' property.static final org.apache.cayenne.exp.Property<List<ServiceDefinition>>
_ServiceConnection.SERVICE
Provides the 'SERVICE' property.static final org.apache.cayenne.exp.Property<ServiceDefinition>
_ServiceParameter.SERVICE
Provides the 'SERVICE' property.static final org.apache.cayenne.exp.Property<ServiceDefinition>
_SubmissionDeliveryFunc.SERVICE
Provides the 'SERVICE' property.static final org.apache.cayenne.exp.Property<ServiceDefinition>
_ApplicationService.SERVICE_DEFINITION
Provides the 'SERVICE_DEFINITION' property.static final org.apache.cayenne.exp.Property<List<ServiceDefinition>>
_Client.SERVICE_DEFINITIONS
Provides the 'SERVICE_DEFINITIONS' property.static final org.apache.cayenne.exp.Property<List<ServiceDefinition>>
_ServerNode.SERVICE_DEFINITIONS
Provides the 'SERVICE_DEFINITIONS' property.static final org.apache.cayenne.exp.Property<ServiceDefinition>
_Client.STORAGE_SERVICE
Provides the 'STORAGE_SERVICE' property.static final org.apache.cayenne.exp.Property<ServiceDefinition>
_Submission.STORAGE_SERVICE
Provides the 'STORAGE_SERVICE' property.static final org.apache.cayenne.exp.Property<ServiceDefinition>
_TemplateVersion.SUBMISSION_PREPROCESSOR_SERVICE
Provides the 'SUBMISSION_PREPROCESSOR_SERVICE' property.static final org.apache.cayenne.exp.Property<ServiceDefinition>
_TemplateVersion.SUBMISSION_VALIDATOR_SERVICE
Provides the 'SUBMISSION_VALIDATOR_SERVICE' property.static final org.apache.cayenne.exp.Property<ServiceDefinition>
_Form.TRACKING_NUMBER_SERVICE
Provides the 'TRACKING_NUMBER_SERVICE' property.static final org.apache.cayenne.exp.Property<ServiceDefinition>
_SecurityManager.TWO_FACTOR_AUTHENTICATION_SERVICE
Provides the 'TWO_FACTOR_AUTHENTICATION_SERVICE' property.static final org.apache.cayenne.exp.Property<ServiceDefinition>
_Form.VERSION_SELECTOR_SERVICE
Provides the 'VERSION_SELECTOR_SERVICE' property.Modifier and TypeMethodDescription_JobAction.getActionService()
Return the ActionService._TemplateVersion.getCompletedProcessorService()
Return the CompletedProcessorService._Job.getControllerService()
Return the ControllerService._DeliveryDetails.getDeliveryProcessService()
Return the DeliveryProcessService._Client.getEmailService()
Return the EmailService._TemplateVersion.getEmailService()
Return the EmailService._TemplateVersion.getExpiryProcessService()
Return the ExpiryProcessService._JobStep.getExpiryService()
Return the ExpiryService._TemplateVersion.getFormPrefillService()
Return the FormPrefillService._TemplateVersion.getJobControllerService()
Return the JobControllerService._Client.getPaymentService()
Return the PaymentService._Form.getReceiptNumberService()
Return the ReceiptNumberService._TemplateVersion.getReceiptRenderService()
Return the ReceiptRenderService._TemplateVersion.getSavedProcessorService()
Return the SavedProcessorService._TemplateVersion.getSecurityFilterService()
Return the SecurityFilterService._FormFunction.getService()
Return the Service._GroovyServiceLog.getService()
Return the Service._ServiceParameter.getService()
Return the Service._SubmissionDeliveryFunc.getService()
Return the Service._ApplicationService.getServiceDefinition()
Return the ServiceDefinition._Client.getStorageService()
Return the StorageService._Submission.getStorageService()
Return the StorageService._TemplateVersion.getSubmissionPreprocessorService()
Return the SubmissionPreprocessorService._TemplateVersion.getSubmissionValidatorService()
Return the SubmissionValidatorService._Form.getTrackingNumberService()
Return the TrackingNumberService._SecurityManager.getTwoFactorAuthenticationService()
Return the TwoFactorAuthenticationService._Form.getVersionSelectorService()
Return the VersionSelectorService.Modifier and TypeMethodDescription_ServiceConnection.getService()
Return the Service._Client.getServiceDefinitions()
Return the ServiceDefinitions._ServerNode.getServiceDefinitions()
Return the ServiceDefinitions.Modifier and TypeMethodDescriptionvoid
_ServiceConnection.addToService
(ServiceDefinition obj) Add the Service object.void
_Client.addToServiceDefinitions
(ServiceDefinition obj) Add the ServiceDefinitions object.void
_ServerNode.addToServiceDefinitions
(ServiceDefinition obj) Add the ServiceDefinitions object.void
_ServiceConnection.removeFromService
(ServiceDefinition obj) Remove the Service object.void
_Client.removeFromServiceDefinitions
(ServiceDefinition obj) Remove the ServiceDefinitions object.void
_ServerNode.removeFromServiceDefinitions
(ServiceDefinition obj) Remove the ServiceDefinitions object.void
_JobAction.setActionService
(ServiceDefinition actionService) Set the ActionService.void
_TemplateVersion.setCompletedProcessorService
(ServiceDefinition completedProcessorService) Set the CompletedProcessorService.void
_Job.setControllerService
(ServiceDefinition controllerService) Set the ControllerService.void
_DeliveryDetails.setDeliveryProcessService
(ServiceDefinition deliveryProcessService) Set the DeliveryProcessService.void
_Client.setEmailService
(ServiceDefinition emailService) Set the EmailService.void
_TemplateVersion.setEmailService
(ServiceDefinition emailService) Set the EmailService.void
_TemplateVersion.setExpiryProcessService
(ServiceDefinition expiryProcessService) Set the ExpiryProcessService.void
_JobStep.setExpiryService
(ServiceDefinition expiryService) Set the ExpiryService.void
_TemplateVersion.setFormPrefillService
(ServiceDefinition formPrefillService) Set the FormPrefillService.void
_TemplateVersion.setJobControllerService
(ServiceDefinition jobControllerService) Set the JobControllerService.void
_Client.setPaymentService
(ServiceDefinition paymentService) Set the PaymentService.void
_Form.setReceiptNumberService
(ServiceDefinition receiptNumberService) Set the ReceiptNumberService.void
_TemplateVersion.setReceiptRenderService
(ServiceDefinition receiptRenderService) Set the ReceiptRenderService.void
_TemplateVersion.setSavedProcessorService
(ServiceDefinition savedProcessorService) Set the SavedProcessorService.void
_TemplateVersion.setSecurityFilterService
(ServiceDefinition securityFilterService) Set the SecurityFilterService.void
_FormFunction.setService
(ServiceDefinition service) Set the Service.void
_GroovyServiceLog.setService
(ServiceDefinition service) Set the Service.void
_ServiceParameter.setService
(ServiceDefinition service) Set the Service.void
_SubmissionDeliveryFunc.setService
(ServiceDefinition service) Set the Service.void
_ApplicationService.setServiceDefinition
(ServiceDefinition serviceDefinition) Set the ServiceDefinition.void
_Client.setStorageService
(ServiceDefinition storageService) Set the StorageService.void
_Submission.setStorageService
(ServiceDefinition storageService) Set the StorageService.void
_TemplateVersion.setSubmissionPreprocessorService
(ServiceDefinition submissionPreprocessorService) Set the SubmissionPreprocessorService.void
_TemplateVersion.setSubmissionValidatorService
(ServiceDefinition submissionValidatorService) Set the SubmissionValidatorService.void
_Form.setTrackingNumberService
(ServiceDefinition trackingNumberService) Set the TrackingNumberService.void
_SecurityManager.setTwoFactorAuthenticationService
(ServiceDefinition twoFactorAuthenticationService) Set the TwoFactorAuthenticationService.void
_Form.setVersionSelectorService
(ServiceDefinition versionSelectorService) Set the VersionSelectorService. -
Uses of ServiceDefinition in com.avoka.fc.core.outbox
Modifier and TypeMethodDescriptionOutboxProcessor.getServiceDefinition()
Return the service definition for the service.Modifier and TypeMethodDescriptionvoid
OutboxProcessor.setServiceDefinition
(ServiceDefinition serviceDefinition) Set the service definition for the service. -
Uses of ServiceDefinition in com.avoka.fc.core.service
Modifier and TypeMethodDescriptionDatabaseConfigService.createServiceDefinitionFromTemplate
(String serviceName, int versionNumber, String templateServiceName) Deprecated.DatabaseConfigService.createServiceDefinitionFromTemplate
(String serviceName, String templateServiceName) Deprecated.use createServiceDefinitionFromTemplate(String, int, String) insteadDatabaseConfigService.createServiceDefinitionFromTemplate
(String serviceName, String version, String templateServiceName) Create a new Groovy service from the Groovy service templates using the service name and template service name.AbstractGroovyService.getServiceDefinition()
Return the service definitionAbstractRenderReceiptService.getServiceDefinition()
Return the service definition for the service.IServiceDefinitionAware.getServiceDefinition()
Return the service definition for the service.StatusManagement.getServiceDefinition()
Return the service definition for this service.TestSuiteService.getServiceDefinition()
Return the service definitionTransactionProcessor.getServiceDefinition()
Return the service definition for this service.Modifier and TypeMethodDescriptionFormDataService.applyFormPrefillService
(ServiceDefinition formPrefillSD, Document document, jakarta.servlet.http.HttpServletRequest request, Form form, TemplateVersion templateVersion, Submission submission) Apply the form prefill service to the submission document.static Object
ServiceLocator.getServiceForDefinition
(ServiceDefinition serviceDefinition) Return a new service instance for the given service definition.static Object
ServiceLocator.getServiceForDefinitionOrType
(ServiceDefinition serviceDefinition, String serviceType) Return a new service instance for the given service definition or type.GroovyLogService.logServiceCall
(ServiceDefinition serviceDefinition, Date startTime, com.jezhumble.javasysmon.CpuTimes startCpuTimes, Long startFreeMemory, jakarta.servlet.http.HttpServletRequest request, Submission submission, Form form, Client client, ErrorLog errorLog, boolean debugEnabled, String funcTrigger) Log Groovy Service invocation using the specified parameters.void
AbstractGroovyService.setServiceDefinition
(ServiceDefinition serviceDefinition) Set the service definition.void
AbstractRenderReceiptService.setServiceDefinition
(ServiceDefinition serviceDefinition) Set the service definition for the service.void
IServiceDefinitionAware.setServiceDefinition
(ServiceDefinition serviceDefinition) Set the service definition for the service.void
StatusManagement.setServiceDefinition
(ServiceDefinition serviceDefinition) Set the service definition for this service.void
TestSuiteService.setServiceDefinition
(ServiceDefinition serviceDefinition) Set the service definition.void
TransactionProcessor.setServiceDefinition
(ServiceDefinition serviceDefinition) Set the service definition for this service. -
Uses of ServiceDefinition in com.avoka.fc.core.service.archive
Modifier and TypeMethodDescriptionprotected ServiceDefinition
BaseArchiveService.getTransformerServiceInstalled()
Search and retrieve ServiceDefinition for transformer serviceprotected ServiceDefinition
BaseArchiveService.readServiceReference
(Element serviceElement, Client client) Read a service definition defined in a special service elementModifier and TypeMethodDescriptionprotected void
BaseArchiveService.addService
(ServiceDefinition serviceDefinition, ZipOutputStream zos, Element parentElement) protected void
BaseArchiveService.importApplicationPackages
(ServiceDefinition serviceDefinition, Element parentElement, List<String> warnings) protected ServiceConnection
BaseArchiveService.importServiceConnection
(Client client, ServiceDefinition serviceDefinition, boolean preserveServiceConnections, Element connectionElement, List<String> warnings) protected void
BaseArchiveService.importServiceParameters
(ServiceDefinition serviceDefinition, Element parentElement, List<String> warnings) protected void
BaseArchiveService.writeServiceReference
(Element parentElement, String childElementName, ServiceDefinition serviceDefinition) Creates a child element for a reference to a service definition -
Uses of ServiceDefinition in com.avoka.fc.core.service.composer
Modifier and TypeMethodDescriptionvoid
ComposerHtmlFormRenderService.setServiceDefinition
(ServiceDefinition serviceDefinition) -
Uses of ServiceDefinition in com.avoka.fc.core.service.email
Modifier and TypeFieldDescriptionprotected ServiceDefinition
AbstractEmailService.serviceDefinition
Modifier and TypeMethodDescriptionAbstractEmailService.getServiceDefinition()
Return the underlying service definition.GroovyEmailService.getServiceDefinition()
Return the service definitionModifier and TypeMethodDescriptionvoid
AbstractEmailService.setServiceDefinition
(ServiceDefinition serviceDefinition) Set the underlying service definition.void
GroovyEmailService.setServiceDefinition
(ServiceDefinition serviceDefinition) Set the service definition. -
Uses of ServiceDefinition in com.avoka.fc.core.service.fluent
Modifier and TypeMethodDescriptionAbstractFluentService.getServiceDefinition()
Return the service definitionFluentEmailService.getServiceDefinition()
Return the service definitionModifier and TypeMethodDescriptionvoid
AbstractFluentService.setServiceDefinition
(ServiceDefinition serviceDefinition) Set the service definition.void
FluentEmailService.setServiceDefinition
(ServiceDefinition serviceDefinition) Set the service definition. -
Uses of ServiceDefinition in com.avoka.fc.core.service.form
Modifier and TypeMethodDescriptionCurrentVersionSelectorService.getServiceDefinition()
Return the service definition on which this service is based.RandomFormVersionSelectorService.getServiceDefinition()
Return the service definition on which this service is based.Modifier and TypeMethodDescriptionvoid
CurrentVersionSelectorService.setServiceDefinition
(ServiceDefinition serviceDefinition) Set the service definition on which this service is based.void
RandomFormVersionSelectorService.setServiceDefinition
(ServiceDefinition serviceDefinition) Set the service definition on which this service is based. -
Uses of ServiceDefinition in com.avoka.fc.core.service.impl
Modifier and TypeMethodDescriptionClamAVVirusScanService.getServiceDefinition()
Return the service definition for the service.GoogleTwoFactorAuthenticationService.getServiceDefinition()
Return the service definition for the service.SSEVirusScanService.getServiceDefinition()
Return the service definition for the service.SystemEventPublisher.getServiceDefinition()
Return the service definition for the service.TikaMediaTypeScanService.getServiceDefinition()
Modifier and TypeMethodDescriptionvoid
ClamAVVirusScanService.setServiceDefinition
(ServiceDefinition serviceDefinition) Set the service definition for the service.void
GoogleTwoFactorAuthenticationService.setServiceDefinition
(ServiceDefinition serviceDefinition) Set the service definition for the service.void
SSEVirusScanService.setServiceDefinition
(ServiceDefinition serviceDefinition) Set the service definition for the service.void
SystemEventPublisher.setServiceDefinition
(ServiceDefinition serviceDefinition) Set the service definition for the service.void
TikaMediaTypeScanService.setServiceDefinition
(ServiceDefinition serviceDefinition) -
Uses of ServiceDefinition in com.avoka.fc.core.service.job.impl
Modifier and TypeFieldDescriptionprotected ServiceDefinition
AbstractJobActionService.serviceDefinition
The service definition.Modifier and TypeMethodDescriptionAbstractJobActionService.getServiceDefinition()
Return the service definition.JobControllerService.getServiceDefinition()
Return the service definition.Modifier and TypeMethodDescriptionvoid
AbstractJobActionService.setServiceDefinition
(ServiceDefinition serviceDefinition) Set the service definition.void
JobControllerService.setServiceDefinition
(ServiceDefinition serviceDefinition) Set the service definition. -
Uses of ServiceDefinition in com.avoka.fc.core.service.salesforce
Modifier and TypeFieldDescriptionprotected ServiceDefinition
SalesForceClient.serviceDefinition
The service definition object.Modifier and TypeMethodDescriptionvoid
SalesForceClient.setServiceDefinition
(ServiceDefinition serviceDefinition) -
Uses of ServiceDefinition in com.avoka.fc.core.service.storage
Modifier and TypeFieldDescriptionprotected ServiceDefinition
AbstractCloudDataEncryptor.serviceDef
protected ServiceDefinition
AbstractCloudDataEncryptor.serviceDef
Modifier and TypeMethodDescriptionAbstractSubmissionDataStorageService.getServiceDefinition()
AmazonKMSSubmissionDataStorageService.getServiceDefinition()
Deprecated.protected ServiceDefinition
AmazonKMSSubmissionDataStorageService.getServiceDefintionForThreadDataContext
(ServiceDefinition serviceDefinition) Deprecated.Return a ServiceDefinition instance for the current Thread DataContext.Modifier and TypeMethodDescriptionprotected ServiceDefinition
AmazonKMSSubmissionDataStorageService.getServiceDefintionForThreadDataContext
(ServiceDefinition serviceDefinition) Deprecated.Return a ServiceDefinition instance for the current Thread DataContext.void
AbstractSubmissionDataStorageService.setServiceDefinition
(ServiceDefinition serviceDefinition) void
AmazonKMSSubmissionDataStorageService.setServiceDefinition
(ServiceDefinition serviceDefinition) Deprecated.void
AwsHsmDataEncryptor.setStorageServiceDefinition
(ServiceDefinition serviceDef) Set the parent submission data storage service definition.void
AwsKmsDataEncryptor.setStorageServiceDefinition
(ServiceDefinition serviceDef) Set the parent submission data storage service definition.void
AzureKeyVaultDataEncryptor.setStorageServiceDefinition
(ServiceDefinition serviceDef) void
ISubmissionDataEncryptor.setStorageServiceDefinition
(ServiceDefinition serviceDef) Set the parent submission data storage service definition.void
LocalKeystoreDataEncryptor.setStorageServiceDefinition
(ServiceDefinition serviceDef) Set the parent submission data storage service definition. -
Uses of ServiceDefinition in com.avoka.fc.core.service.test
Modifier and TypeMethodDescriptionMockEntityService.createDataRetentionManagementService()
Create a default data retention management service.MockEntityService.createEmailQueueService()
create a default unit test email queue service (EmailQueueServiceImpl).MockEntityService.createEmailService()
Create a default unit test email service (TrashCanEmailService).MockEntityService.createEventConfigurationService
(String eventConfiguration, ServiceConnection sc) Return a default event configuration service.MockEntityService.createJobServiceDefinition
(Client client, String svcName, String svcVersion) Create JobController Service DefinitionMockEntityService.createServiceDefinition
(String name, String versionNumber, String serviceType, String className, Client client) Create an active service definition with the given name, version number, type, class and optionally client This method sets the active flag and potentially the current version flag (if no other version of the same service exists) Other settings have to be set on the service definition after creation, e.g.MockEntityService.createSubmissionDataStorageService()
Create a default database submission data storage service.MockEntityService.createTrackingNumberServie()
Create a default tracking number service.Modifier and TypeMethodDescriptionMockEntityService.createGroovyServiceLog
(Client client, Submission submission, ServiceDefinition serviceDefinition, ErrorLog errorLog) Create a mock GroovyServiceLog for the given parameters.MockEntityService.createServiceParameter
(ServiceDefinition serviceDefinition, String name, String type, boolean bindParameterFlag, boolean unitTestFlag, String value) Create a service parameter -
Uses of ServiceDefinition in com.avoka.fc.core.sysevent
Modifier and TypeMethodDescriptionstatic ServiceClient
ServiceClientFactory.getServiceClient
(jakarta.servlet.ServletContext servletContext, ProfilingMessage pm, String configHash, ServiceDefinition sd) -
Uses of ServiceDefinition in com.avoka.tm.vo
ModifierConstructorDescriptionCreate a service definition value object from the given entity.
ServiceDefinitionDao.getClientService(Long, String, Integer)
orServiceDefinitionDao#getClientServiceWithFallback(Long, String, Integer)
instead