Uses of Class
com.avoka.fc.core.entity.JobAction
Packages that use JobAction
Package
Description
Provides the Data Access Objects used by SmartForm Manager.
Provides the SmartForm Manager entity classes.
Provides the SmartForm Manager entity base classes, which are being maintained by Cayenne.
Provides the SmartForm Manager service classes.
Provides the Fluent Groovy API services.
Provides the Insighs integration services.
Provides Collaboration Jobs Service classes.
Provides Collaboration Jobs service classes.
Provides Value Object persistent entity classes.
-
Uses of JobAction in com.avoka.fc.core.dao
Methods in com.avoka.fc.core.dao that return JobActionModifier and TypeMethodDescriptionJobActionDao.getJobActionForID
(Object id) Return the Job Action for the given action primary key, or null if not foundJobActionDao.getJobActionForKey
(String jobActionKey) Return the Job Action for the specified job action key, or null if not found.Methods in com.avoka.fc.core.dao that return types with arguments of type JobActionModifier and TypeMethodDescriptionJobActionDao.getActionsForJobStep
(Object jobStepId) Return the list of actions for the job step with the given ID, sorted by action sequence and then action id. -
Uses of JobAction in com.avoka.fc.core.entity
Methods in com.avoka.fc.core.entity that return types with arguments of type JobActionModifier and TypeMethodDescriptionJobStep.getJobActionMap()
Job.getOrderedJobActions()
JobStep.getOrderedJobActions()
Job.getOrderedJobActionsDesc()
Methods in com.avoka.fc.core.entity with parameters of type JobAction -
Uses of JobAction in com.avoka.fc.core.entity.auto
Fields in com.avoka.fc.core.entity.auto with type parameters of type JobActionModifier and TypeFieldDescription_ServiceDefinition.ACTION_JOB_ACTIONS
Provides the 'ACTION_JOB_ACTIONS' property.static final org.apache.cayenne.exp.Property<JobAction>
_JobStep.CURRENT_ACTION
Provides the 'CURRENT_ACTION' property.static final org.apache.cayenne.exp.Property<JobAction>
_ErrorLog.JOB_ACTION
Provides the 'JOB_ACTION' property.static final org.apache.cayenne.exp.Property<JobAction>
_JobEventLog.JOB_ACTION
Provides the 'JOB_ACTION' property.static final org.apache.cayenne.exp.Property<JobAction>
_Submission.JOB_ACTION
Provides the 'JOB_ACTION' property._Job.JOB_ACTIONS
Provides the 'JOB_ACTIONS' property._JobStep.JOB_ACTIONS
Provides the 'JOB_ACTIONS' property.Methods in com.avoka.fc.core.entity.auto that return JobActionModifier and TypeMethodDescription_JobStep.getCurrentAction()
Return the CurrentAction._ErrorLog.getJobAction()
Return the JobAction._JobEventLog.getJobAction()
Return the JobAction._Submission.getJobAction()
Return the JobAction.Methods in com.avoka.fc.core.entity.auto that return types with arguments of type JobActionModifier and TypeMethodDescription_ServiceDefinition.getActionJobActions()
Return the ActionJobActions._Job.getJobActions()
Return the JobActions._JobStep.getJobActions()
Return the JobActions.Methods in com.avoka.fc.core.entity.auto with parameters of type JobActionModifier and TypeMethodDescriptionvoid
_ServiceDefinition.addToActionJobActions
(JobAction obj) Add the ActionJobActions object.void
_Job.addToJobActions
(JobAction obj) Add the JobActions object.void
_JobStep.addToJobActions
(JobAction obj) Add the JobActions object.void
_ServiceDefinition.removeFromActionJobActions
(JobAction obj) Remove the ActionJobActions object.void
_Job.removeFromJobActions
(JobAction obj) Remove the JobActions object.void
_JobStep.removeFromJobActions
(JobAction obj) Remove the JobActions object.void
_JobStep.setCurrentAction
(JobAction currentAction) Set the CurrentAction.void
_ErrorLog.setJobAction
(JobAction jobAction) Set the JobAction.void
_JobEventLog.setJobAction
(JobAction jobAction) Set the JobAction.void
_Submission.setJobAction
(JobAction jobAction) Set the JobAction. -
Uses of JobAction in com.avoka.fc.core.service
Fields in com.avoka.fc.core.service declared as JobActionModifier and TypeFieldDescriptionSubmissionTaskService.FormTaskParam.jobAction
The associated Job action, to associate with this submission.SubmissionTaskService.SavedFormParam.jobAction
The associated Job action, to associate with this submission.Methods in com.avoka.fc.core.service with parameters of type JobActionModifier and TypeMethodDescriptionErrorLogService.createErrorLog
(org.apache.cayenne.access.DataContext dataContext, Throwable error, String userName, HttpServletRequest request, Submission submission, EmailQueue emailQueue, JobAction jobAction) Create an error log entry for the given exception, logged in userName and requestUrl.ErrorLogService.createErrorLog
(org.apache.cayenne.access.DataContext dataContext, Throwable error, String userName, HttpServletRequest request, Submission submission, EmailQueue emailQueue, JobAction jobAction, boolean groovyError, String message) Create an error log entry for the given exception, logged in userName and requestUrl.void
ErrorLogService.logJobActionError
(Throwable error, JobAction jobAction, Submission submission) Deprecated.void
ErrorLogService.logJobActionError
(Throwable error, JobAction jobAction, Submission submission, boolean groovyError) Log a JobAction exception to the error log.ErrorLoggerSvc.setJobAction
(JobAction jobAction) Set the job action to log. -
Uses of JobAction in com.avoka.fc.core.service.fluent
Methods in com.avoka.fc.core.service.fluent with parameters of type JobActionModifier and TypeMethodDescriptionprotected ApplicationException
AbstractFluentService.createExceptionAndLog
(Date startTime, com.jezhumble.javasysmon.CpuTimes startCpuTimes, Long startFreeMemory, Throwable cause, String context, String userMsg, String solution, JobAction jobAction, Submission submission, Form form, String functionTrigger) Create application exception and optionally log ErrorLog and GroovyServiceLog records if Groovy Logging enabled. -
Uses of JobAction in com.avoka.fc.core.service.insights
Methods in com.avoka.fc.core.service.insights with parameters of type JobActionModifier and TypeMethodDescriptionstatic boolean
InsightsJobs.publishStatus
(JobAction jobAction) Convenience method for sending the current status of a JobAction b to InsightsInsightsEventPublisher.setJobAction
(JobAction jobAction) Set the Insights job action to publish -
Uses of JobAction in com.avoka.fc.core.service.job
Methods in com.avoka.fc.core.service.job that return JobActionMethods in com.avoka.fc.core.service.job with parameters of type JobActionModifier and TypeMethodDescriptionvoid
JobEventLogService.logErrorEventWithAction
(String message, JobAction jobAction) Log a job error event with the given message and job actionvoid
JobEventLogService.logInfoEventWithAction
(String message, JobAction jobAction) Log a job info event with the given message and job actionprotected void
JobEventLogService.logJobEvent
(String type, String message, Job job, JobAction jobAction) void
JobEventLogService.logWarnEventWithAction
(String message, JobAction jobAction) Log a job warn event with the given message and job actionConstructors in com.avoka.fc.core.service.job with parameters of type JobActionModifierConstructorDescriptionActionContext
(JobAction jobAction, JobDef jobDef, Map<String, String> jobControllerParameters, Map<String, String> jobProperties) Create a Job ActionContext with the given Job Action, Job Def and Job Properties.ActionContext
(JobAction jobAction, JobDef jobDef, Map<String, String> jobControllerParameters, Map<String, String> jobProperties, ActionDef actionDef) Create a Job ActionContext with the given Job Action, Job Def and Job Properties. -
Uses of JobAction in com.avoka.fc.core.service.job.impl
Methods in com.avoka.fc.core.service.job.impl that return JobActionModifier and TypeMethodDescriptionJobTaskAssignActionBuilder.execute()
Validates the inputs and builds the job actionMethods in com.avoka.fc.core.service.job.impl with parameters of type JobActionModifier and TypeMethodDescriptionstatic Object
JobFunctions.dispatch
(String propertyName, String propertyValue, JobAction jobAction, Map<String, String> formDataMap, boolean evaluateTemplate) Dispatch the function call and return the object result.static ActionResult
JobActionUtils.expireStepTasksAndActions
(JobAction expiryJobAction, String expiryRouteName) Called from an Job Expiry service this will expire the tasks and actions for a job.protected DeliveryDetails
JobDeliveryService.getDeliveryDetails
(Submission submission, String deliveryDetailsName, JobAction jobAction) Return the delivery details for the submission.JobActionUtils.getFormDataMapPreviousStep
(JobAction currentJobAction) Returns the formDataMap for the previous JobStep submissionstatic Submission
JobActionUtils.getFormStartSubmission
(JobAction currentJobAction) Gets the original submission that started the Job's form start action.static UserAccount
JobActionUtils.getFormStartUser
(JobAction currentJobAction) Returns the user that made the original submission.static Submission
JobActionUtils.getPreviousSubmission
(JobAction currentJobAction) Gets the submission from the previous step action.Constructors in com.avoka.fc.core.service.job.impl with parameters of type JobActionModifierConstructorDescriptionJobFunctions
(JobAction jobAction) Create a JobFunctions object with the given jobAction.JobTaskAssignActionBuilder
(JobAction jobAction) Creates a JobTaskAssignActionBuilder from a related JobTaskAssign JobAction in the same JobStep This will use the sequence of the JobAction. -
Uses of JobAction in com.avoka.tm.vo
Constructors in com.avoka.tm.vo with parameters of type JobAction