Uses of Class
com.avoka.fc.core.entity.ServiceDefinition
-
Packages that use ServiceDefinition Package Description com.avoka.fc.core.dao Provides the Data Access Objects used by SmartForm Manager.com.avoka.fc.core.entity.auto Provides the SmartForm Manager entity base classes, which are being maintained by Cayenne.com.avoka.fc.core.service Provides the SmartForm Manager service classes.com.avoka.fc.core.service.archive Provides the SmartForm Manager portal import and export service.com.avoka.fc.core.service.composer Provides the Composer HTML Form Archive Utils.com.avoka.fc.core.service.email Provides the Email Client Services.com.avoka.fc.core.service.fluent Provides the Fluent Groovy API services.com.avoka.fc.core.service.form Provides classes for form services.com.avoka.fc.core.service.impl Provides the SmartForm Manager service class implementation.com.avoka.fc.core.service.job.impl Provides Collaboration Jobs service classes.com.avoka.fc.core.service.salesforce Provides a SalesForce integration client.com.avoka.fc.core.service.storage Provides submission data storage service implementations.com.avoka.fc.core.service.test Provides web automated test services.com.avoka.fc.core.sysevent com.avoka.tm.vo Provides Value Object persistent entity classes. -
-
Uses of ServiceDefinition in com.avoka.fc.core.dao
Methods in com.avoka.fc.core.dao that return ServiceDefinition Modifier and Type Method Description ServiceDefinition
ServiceDefinitionDao. getClientService(Long clientId, String serviceName)
Return the current version service for the given client, service name, or null if none was found.ServiceDefinition
ServiceDefinitionDao. getClientService(Long clientId, String serviceName, Integer versionNumber)
Deprecated.ServiceDefinition
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.ServiceDefinition
ServiceDefinitionDao. getClientServiceWithFallback(Client client, String serviceName)
Return the current version service for the given client, service name, or null if none was found.ServiceDefinition
ServiceDefinitionDao. getClientServiceWithFallback(Client client, String serviceName, Integer versionNumber)
Deprecated.ServiceDefinition
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.ServiceDefinition
ServiceDefinitionDao. getOptionalServiceDefinitionForName(String serviceName)
Deprecated.useServiceDefinitionDao.getClientService(Long, String, Integer)
orServiceDefinitionDao#getClientServiceWithFallback(Long, String, Integer)
insteadServiceDefinition
ServiceDefinitionDao. getServiceDefinitionDefaultForType(String serviceType)
Return the default service definition for the given service typeServiceDefinition
ServiceDefinitionDao. getServiceDefinitionForName(String serviceName)
Deprecated.use getClientService(Long, String, Integer) insteadServiceDefinition
ServiceDefinitionDao. getServiceDefinitionForPK(Object id)
Return the service definition with the specified OIDServiceDefinition
ServiceDefinitionDao. getServiceForNameAndVersion(String serviceName, Integer versionNumber)
Deprecated.use getServiceForClientNameAndVersion insteadServiceDefinition
ServiceDefinitionDao. getServiceWithHighestVersionNumber(Long clientId, String serviceName)
Return the active service with the highest version number for a specific client and service name.ServiceDefinition
ServiceDefinitionDao. getServiceWithHighestVersionNumber(Long clientId, String serviceName, boolean activeServicesOnly)
Return the service with the highest version number for a specific client and service name.ServiceDefinition
ServiceDefinitionDao. getServiceWithHighestVersionNumber(String serviceName)
Deprecated.use getServiceWithHighestVersionNumber(Long, String) insteadMethods in com.avoka.fc.core.dao that return types with arguments of type ServiceDefinition Modifier and Type Method Description List<ServiceDefinition>
ServiceDefinitionDao. getActiveServiceDefinitionList()
Return the full list of active service definitions, ordered by name and version numberList<ServiceDefinition>
ServiceDefinitionDao. getDefaultServiceDefinitionList()
Return the list of default service definitionsList<ServiceDefinition>
ServiceDefinitionDao. 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.List<ServiceDefinition>
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 nameList<ServiceDefinition>
ServiceDefinitionDao. 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 nameList<ServiceDefinition>
ServiceDefinitionDao. 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 nameList<ServiceDefinition>
ServiceDefinitionDao. 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 nameList<ServiceDefinition>
ServiceDefinitionDao. 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 nameList<ServiceDefinition>
ServiceDefinitionDao. 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 nameList<ServiceDefinition>
ServiceDefinitionDao. getScheduledServicesByName(String serviceName)
Return the list of scheduled services and test suites (current version only) with the given name.List<ServiceDefinition>
ServiceDefinitionDao. getServiceDefinitionList()
Return the full list of service definitions, ordered by type, then nameIterable<ServiceDefinition>
ServiceDefinitionDao. getServiceDefinitionList(String keyword, String type, boolean activeOnly, boolean userIsFormDeveloper)
Deprecated.List<ServiceDefinition>
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 nameList<ServiceDefinition>
ServiceDefinitionDao. 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 nameList<ServiceDefinition>
ServiceDefinitionDao. 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 nameList<ServiceDefinition>
ServiceDefinitionDao. getServiceDefinitionListForApplication(String applicationId)
Return the service definition for the given application packageList<ServiceDefinition>
ServiceDefinitionDao. getServiceDefinitionListForClient(Client client)
Return the list of service definitions for a client, ordered by type, then nameList<ServiceDefinition>
ServiceDefinitionDao. getServiceDefinitionListForClient(Client client, boolean activeServicesOnly)
Return the list of service definitions for a client, ordered by type, then name and version numberList<ServiceDefinition>
ServiceDefinitionDao. getServiceDefinitionListForType(String type, boolean includeInactiveServices)
Return the service definitions for the given type, sorted by type and nameList<ServiceDefinition>
ServiceDefinitionDao. getServiceDefinitionListForType(String type, Client client, boolean includeInactiveServices)
Return the service definitions for the given type, sorted by type and name.List<ServiceDefinition>
ServiceDefinitionDao. getServiceDefinitionListForUserAndType(String type, UserAccount userAccount, boolean includeInactiveServices)
Return the service definitions for the given type, and filtered based on user account accessList<ServiceDefinition>
ServiceDefinitionDao. getServiceListIds(List<Long> serviceIds, UserAccount userAccount)
Return the list of services for the given service IDs filtered for the users access.List<ServiceDefinition>
ServiceDefinitionDao. getServiceVersionsForName(Long clientId, String serviceName)
Return all service definitions with the given client and name (but different version numbers)List<ServiceDefinition>
ServiceDefinitionDao. getServiceVersionsForName(String serviceName)
Deprecated.use getServiceVersionsForName(Long, String) insteadList<ServiceDefinition>
ServiceDefinitionDao. getTestSuiteServices()
Return the list of Test Suite service definitions.List<ServiceDefinition>
ServiceDefinitionDao. getUnitTestServices(String clientId, boolean userIsFormDeveloper)
Return the list of service definitions with unit testing enabled.Methods in com.avoka.fc.core.dao with parameters of type ServiceDefinition Modifier and Type Method Description ApplicationService
ApplicationServiceDao. getApplicationService(ApplicationPackage applicationPackage, ServiceDefinition service)
Return the ApplicationService entity for the given application package and service definition, or null if none existsList<Client>
ClientDao. getClientsByPaymentGatewayType(ServiceDefinition paymentService)
Return the list of clients with the specified payment service.SubmissionDeliveryFunc
SubmissionDeliveryFuncDao. getFuncForSubmission(Submission submission, ServiceDefinition deliveryService)
Return the SubmissionDeliveryFunc for the given submission and service definition.List<GroovyServiceLog>
GroovyServiceLogDao. getGroovyServiceLogForService(ServiceDefinition service, String clientId, int fetchLimit)
Return the list of GroovyServiceLog records for the specified service.ServiceParameter
ServiceParameterDao. getServiceParameterForName(ServiceDefinition service, String name)
Return the parameter with the specified name and service definition.List<ServiceParameter>
ServiceParameterDao. getServiceParametersForService(ServiceDefinition service)
Return the list of service parameters for the given service definitionList<ServiceParameter>
ServiceParameterDao. 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
Fields in com.avoka.fc.core.entity.auto with type parameters of type ServiceDefinition Modifier and Type Field Description static org.apache.cayenne.exp.Property<ServiceDefinition>
_JobAction. ACTION_SERVICE
Provides the 'ACTION_SERVICE' property.static org.apache.cayenne.exp.Property<ServiceDefinition>
_TemplateVersion. COMPLETED_PROCESSOR_SERVICE
Provides the 'COMPLETED_PROCESSOR_SERVICE' property.static org.apache.cayenne.exp.Property<ServiceDefinition>
_Job. CONTROLLER_SERVICE
Provides the 'CONTROLLER_SERVICE' property.static org.apache.cayenne.exp.Property<ServiceDefinition>
_DeliveryDetails. DELIVERY_PROCESS_SERVICE
Provides the 'DELIVERY_PROCESS_SERVICE' property.static org.apache.cayenne.exp.Property<ServiceDefinition>
_Client. EMAIL_SERVICE
Provides the 'EMAIL_SERVICE' property.static org.apache.cayenne.exp.Property<ServiceDefinition>
_TemplateVersion. EMAIL_SERVICE
Provides the 'EMAIL_SERVICE' property.static org.apache.cayenne.exp.Property<ServiceDefinition>
_TemplateVersion. EXPIRY_PROCESS_SERVICE
Provides the 'EXPIRY_PROCESS_SERVICE' property.static org.apache.cayenne.exp.Property<ServiceDefinition>
_JobStep. EXPIRY_SERVICE
Provides the 'EXPIRY_SERVICE' property.static org.apache.cayenne.exp.Property<ServiceDefinition>
_TemplateVersion. FORM_PREFILL_SERVICE
Provides the 'FORM_PREFILL_SERVICE' property.static org.apache.cayenne.exp.Property<ServiceDefinition>
_TemplateVersion. JOB_CONTROLLER_SERVICE
Provides the 'JOB_CONTROLLER_SERVICE' property.static org.apache.cayenne.exp.Property<ServiceDefinition>
_Client. PAYMENT_SERVICE
Provides the 'PAYMENT_SERVICE' property.static org.apache.cayenne.exp.Property<ServiceDefinition>
_Form. RECEIPT_NUMBER_SERVICE
Provides the 'RECEIPT_NUMBER_SERVICE' property.static org.apache.cayenne.exp.Property<ServiceDefinition>
_TemplateVersion. RECEIPT_RENDER_SERVICE
Provides the 'RECEIPT_RENDER_SERVICE' property.static org.apache.cayenne.exp.Property<ServiceDefinition>
_TemplateVersion. SAVED_PROCESSOR_SERVICE
Provides the 'SAVED_PROCESSOR_SERVICE' property.static org.apache.cayenne.exp.Property<ServiceDefinition>
_TemplateVersion. SECURITY_FILTER_SERVICE
Provides the 'SECURITY_FILTER_SERVICE' property.static org.apache.cayenne.exp.Property<ServiceDefinition>
_FormFunction. SERVICE
Provides the 'SERVICE' property.static org.apache.cayenne.exp.Property<ServiceDefinition>
_GroovyServiceLog. SERVICE
Provides the 'SERVICE' property.static org.apache.cayenne.exp.Property<List<ServiceDefinition>>
_ServiceConnection. SERVICE
Provides the 'SERVICE' property.static org.apache.cayenne.exp.Property<ServiceDefinition>
_ServiceParameter. SERVICE
Provides the 'SERVICE' property.static org.apache.cayenne.exp.Property<ServiceDefinition>
_SubmissionDeliveryFunc. SERVICE
Provides the 'SERVICE' property.static org.apache.cayenne.exp.Property<ServiceDefinition>
_ApplicationService. SERVICE_DEFINITION
Provides the 'SERVICE_DEFINITION' property.static org.apache.cayenne.exp.Property<List<ServiceDefinition>>
_Client. SERVICE_DEFINITIONS
Provides the 'SERVICE_DEFINITIONS' property.static org.apache.cayenne.exp.Property<List<ServiceDefinition>>
_ServerNode. SERVICE_DEFINITIONS
Provides the 'SERVICE_DEFINITIONS' property.static org.apache.cayenne.exp.Property<ServiceDefinition>
_Client. STORAGE_SERVICE
Provides the 'STORAGE_SERVICE' property.static org.apache.cayenne.exp.Property<ServiceDefinition>
_Submission. STORAGE_SERVICE
Provides the 'STORAGE_SERVICE' property.static org.apache.cayenne.exp.Property<ServiceDefinition>
_TemplateVersion. SUBMISSION_PREPROCESSOR_SERVICE
Provides the 'SUBMISSION_PREPROCESSOR_SERVICE' property.static org.apache.cayenne.exp.Property<ServiceDefinition>
_TemplateVersion. SUBMISSION_VALIDATOR_SERVICE
Provides the 'SUBMISSION_VALIDATOR_SERVICE' property.static org.apache.cayenne.exp.Property<ServiceDefinition>
_Form. TRACKING_NUMBER_SERVICE
Provides the 'TRACKING_NUMBER_SERVICE' property.static org.apache.cayenne.exp.Property<ServiceDefinition>
_SecurityManager. TWO_FACTOR_AUTHENTICATION_SERVICE
Provides the 'TWO_FACTOR_AUTHENTICATION_SERVICE' property.static org.apache.cayenne.exp.Property<ServiceDefinition>
_Form. VERSION_SELECTOR_SERVICE
Provides the 'VERSION_SELECTOR_SERVICE' property.Methods in com.avoka.fc.core.entity.auto that return ServiceDefinition Modifier and Type Method Description ServiceDefinition
_JobAction. getActionService()
Return the ActionService.ServiceDefinition
_TemplateVersion. getCompletedProcessorService()
Return the CompletedProcessorService.ServiceDefinition
_Job. getControllerService()
Return the ControllerService.ServiceDefinition
_DeliveryDetails. getDeliveryProcessService()
Return the DeliveryProcessService.ServiceDefinition
_Client. getEmailService()
Return the EmailService.ServiceDefinition
_TemplateVersion. getEmailService()
Return the EmailService.ServiceDefinition
_TemplateVersion. getExpiryProcessService()
Return the ExpiryProcessService.ServiceDefinition
_JobStep. getExpiryService()
Return the ExpiryService.ServiceDefinition
_TemplateVersion. getFormPrefillService()
Return the FormPrefillService.ServiceDefinition
_TemplateVersion. getJobControllerService()
Return the JobControllerService.ServiceDefinition
_Client. getPaymentService()
Return the PaymentService.ServiceDefinition
_Form. getReceiptNumberService()
Return the ReceiptNumberService.ServiceDefinition
_TemplateVersion. getReceiptRenderService()
Return the ReceiptRenderService.ServiceDefinition
_TemplateVersion. getSavedProcessorService()
Return the SavedProcessorService.ServiceDefinition
_TemplateVersion. getSecurityFilterService()
Return the SecurityFilterService.ServiceDefinition
_FormFunction. getService()
Return the Service.ServiceDefinition
_GroovyServiceLog. getService()
Return the Service.ServiceDefinition
_ServiceParameter. getService()
Return the Service.ServiceDefinition
_SubmissionDeliveryFunc. getService()
Return the Service.ServiceDefinition
_ApplicationService. getServiceDefinition()
Return the ServiceDefinition.ServiceDefinition
_Client. getStorageService()
Return the StorageService.ServiceDefinition
_Submission. getStorageService()
Return the StorageService.ServiceDefinition
_TemplateVersion. getSubmissionPreprocessorService()
Return the SubmissionPreprocessorService.ServiceDefinition
_TemplateVersion. getSubmissionValidatorService()
Return the SubmissionValidatorService.ServiceDefinition
_Form. getTrackingNumberService()
Return the TrackingNumberService.ServiceDefinition
_SecurityManager. getTwoFactorAuthenticationService()
Return the TwoFactorAuthenticationService.ServiceDefinition
_Form. getVersionSelectorService()
Return the VersionSelectorService.Methods in com.avoka.fc.core.entity.auto that return types with arguments of type ServiceDefinition Modifier and Type Method Description List<ServiceDefinition>
_ServiceConnection. getService()
Return the Service.List<ServiceDefinition>
_Client. getServiceDefinitions()
Return the ServiceDefinitions.List<ServiceDefinition>
_ServerNode. getServiceDefinitions()
Return the ServiceDefinitions.Methods in com.avoka.fc.core.entity.auto with parameters of type ServiceDefinition Modifier and Type Method Description void
_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.service
Methods in com.avoka.fc.core.service that return ServiceDefinition Modifier and Type Method Description ServiceDefinition
DatabaseConfigService. createServiceDefinitionFromTemplate(String serviceName, int versionNumber, String templateServiceName)
Deprecated.ServiceDefinition
DatabaseConfigService. createServiceDefinitionFromTemplate(String serviceName, String templateServiceName)
Deprecated.use createServiceDefinitionFromTemplate(String, int, String) insteadServiceDefinition
DatabaseConfigService. 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.ServiceDefinition
AbstractGroovyService. getServiceDefinition()
Return the service definitionServiceDefinition
AbstractRenderReceiptService. getServiceDefinition()
Return the service definition for the service.ServiceDefinition
IServiceDefinitionAware. getServiceDefinition()
Return the service definition for the service.ServiceDefinition
TestSuiteService. getServiceDefinition()
Return the service definitionServiceDefinition
TransactionProcessor. getServiceDefinition()
Return the service definition for this service.Methods in com.avoka.fc.core.service with parameters of type ServiceDefinition Modifier and Type Method Description Document
FormDataService. applyFormPrefillService(ServiceDefinition formPrefillSD, Document document, 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.GroovyServiceLog
GroovyLogService. logServiceCall(ServiceDefinition serviceDefinition, Date startTime, com.jezhumble.javasysmon.CpuTimes startCpuTimes, Long startFreeMemory, 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
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
Methods in com.avoka.fc.core.service.archive that return ServiceDefinition Modifier and Type Method Description protected ServiceDefinition
BaseArchiveService. readServiceReference(Element serviceElement, Client client)
Read a service definition defined in a special service elementMethods in com.avoka.fc.core.service.archive with parameters of type ServiceDefinition Modifier and Type Method Description protected 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
Methods in com.avoka.fc.core.service.composer that return ServiceDefinition Modifier and Type Method Description ServiceDefinition
ComposerHtmlFormRenderService. getServiceDefinition()
Methods in com.avoka.fc.core.service.composer with parameters of type ServiceDefinition Modifier and Type Method Description void
ComposerHtmlFormRenderService. setServiceDefinition(ServiceDefinition serviceDefinition)
-
Uses of ServiceDefinition in com.avoka.fc.core.service.email
Fields in com.avoka.fc.core.service.email declared as ServiceDefinition Modifier and Type Field Description protected ServiceDefinition
AbstractEmailService. serviceDefinition
Methods in com.avoka.fc.core.service.email that return ServiceDefinition Modifier and Type Method Description ServiceDefinition
AbstractEmailService. getServiceDefinition()
Return the underlying service definition.ServiceDefinition
GroovyEmailService. getServiceDefinition()
Return the service definitionMethods in com.avoka.fc.core.service.email with parameters of type ServiceDefinition Modifier and Type Method Description void
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
Methods in com.avoka.fc.core.service.fluent that return ServiceDefinition Modifier and Type Method Description ServiceDefinition
AbstractFluentService. getServiceDefinition()
Return the service definitionServiceDefinition
FluentEmailService. getServiceDefinition()
Return the service definitionMethods in com.avoka.fc.core.service.fluent with parameters of type ServiceDefinition Modifier and Type Method Description void
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
Methods in com.avoka.fc.core.service.form that return ServiceDefinition Modifier and Type Method Description ServiceDefinition
CurrentVersionSelectorService. getServiceDefinition()
Return the service definition on which this service is based.ServiceDefinition
RandomFormVersionSelectorService. getServiceDefinition()
Return the service definition on which this service is based.Methods in com.avoka.fc.core.service.form with parameters of type ServiceDefinition Modifier and Type Method Description void
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
Methods in com.avoka.fc.core.service.impl that return ServiceDefinition Modifier and Type Method Description ServiceDefinition
ClamAVVirusScanService. getServiceDefinition()
Return the service definition for the service.ServiceDefinition
GoogleTwoFactorAuthenticationService. getServiceDefinition()
Return the service definition for the service.ServiceDefinition
SSEVirusScanService. getServiceDefinition()
Return the service definition for the service.ServiceDefinition
SystemEventPublisher. getServiceDefinition()
Return the service definition for the service.ServiceDefinition
TikaMediaTypeScanService. getServiceDefinition()
Methods in com.avoka.fc.core.service.impl with parameters of type ServiceDefinition Modifier and Type Method Description void
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
Fields in com.avoka.fc.core.service.job.impl declared as ServiceDefinition Modifier and Type Field Description protected ServiceDefinition
AbstractJobActionService. serviceDefinition
The service definition.Methods in com.avoka.fc.core.service.job.impl that return ServiceDefinition Modifier and Type Method Description ServiceDefinition
AbstractJobActionService. getServiceDefinition()
Return the service definition.ServiceDefinition
JobControllerService. getServiceDefinition()
Return the service definition.Methods in com.avoka.fc.core.service.job.impl with parameters of type ServiceDefinition Modifier and Type Method Description void
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
Fields in com.avoka.fc.core.service.salesforce declared as ServiceDefinition Modifier and Type Field Description protected ServiceDefinition
SalesForceClient. serviceDefinition
The service definition object.Methods in com.avoka.fc.core.service.salesforce that return ServiceDefinition Modifier and Type Method Description ServiceDefinition
SalesForceClient. getServiceDefinition()
Methods in com.avoka.fc.core.service.salesforce with parameters of type ServiceDefinition Modifier and Type Method Description void
SalesForceClient. setServiceDefinition(ServiceDefinition serviceDefinition)
-
Uses of ServiceDefinition in com.avoka.fc.core.service.storage
Fields in com.avoka.fc.core.service.storage declared as ServiceDefinition Modifier and Type Field Description protected ServiceDefinition
AbstractCloudDataEncryptor. serviceDef
protected ServiceDefinition
AbstractCloudDataEncryptor. serviceDef
Methods in com.avoka.fc.core.service.storage that return ServiceDefinition Modifier and Type Method Description ServiceDefinition
AbstractSubmissionDataStorageService. getServiceDefinition()
ServiceDefinition
AmazonKMSSubmissionDataStorageService. getServiceDefinition()
Deprecated.protected ServiceDefinition
AmazonKMSSubmissionDataStorageService. getServiceDefintionForThreadDataContext(ServiceDefinition serviceDefinition)
Deprecated.Return a ServiceDefinition instance for the current Thread DataContext.Methods in com.avoka.fc.core.service.storage with parameters of type ServiceDefinition Modifier and Type Method Description protected 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
Methods in com.avoka.fc.core.service.test that return ServiceDefinition Modifier and Type Method Description ServiceDefinition
MockEntityService. createDataRetentionManagementService()
Create a default data retention management service.ServiceDefinition
MockEntityService. createEmailService()
Create a default unit test email service (TrashCanEmailService).ServiceDefinition
MockEntityService. createJobServiceDefinition(Client client, String svcName, String svcVersion)
Create JobController Service DefinitionServiceDefinition
MockEntityService. 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.ServiceDefinition
MockEntityService. createSubmissionDataStorageService()
Create a default database submission data storage service.ServiceDefinition
MockEntityService. createTrackingNumberServie()
Create a default tracking number service.Methods in com.avoka.fc.core.service.test with parameters of type ServiceDefinition Modifier and Type Method Description ServiceParameter
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
Methods in com.avoka.fc.core.sysevent with parameters of type ServiceDefinition Modifier and Type Method Description static ServiceClient
ServiceClientFactory. getServiceClient(ServletContext servletContext, ProfilingMessage pm, String configHash, ServiceDefinition sd)
-
Uses of ServiceDefinition in com.avoka.tm.vo
Constructors in com.avoka.tm.vo with parameters of type ServiceDefinition Constructor Description SvcDef(ServiceDefinition sd)
Create a service definition value object from the given entity.
-