Uses of Class
com.avoka.fc.core.entity.JobStep
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 Quartz job implementation classes.
Provides the Insighs integration services.
Provides Collaboration Jobs service classes.
Provides Value Object persistent entity classes.
-
Uses of JobStep in com.avoka.fc.core.dao
Modifier and TypeMethodDescriptionJobStepDao.getJobStepForID
(Object id) Return the job step for the given step primary key, or null if not foundJobStepDao.getJobStepForName
(Job job, String name) Return the step of the specified job and step name, or null if not foundModifier and TypeMethodDescriptionJobStepDao.getStepsForJob
(Object jobId) Return the list of steps for the job with the given ID, sorted by creation time in ascending order. -
Uses of JobStep in com.avoka.fc.core.entity
-
Uses of JobStep in com.avoka.fc.core.entity.auto
Modifier and TypeFieldDescriptionstatic final org.apache.cayenne.exp.Property<JobStep>
_JobAction.CURRENT_ACTION_STEP
Provides the 'CURRENT_ACTION_STEP' property.static final org.apache.cayenne.exp.Property<JobStep>
_Job.CURRENT_STEP
Provides the 'CURRENT_STEP' property._ServiceDefinition.EXPIRY_JOB_STEPS
Provides the 'EXPIRY_JOB_STEPS' property.static final org.apache.cayenne.exp.Property<JobStep>
_JobAction.JOB_STEP
Provides the 'JOB_STEP' property._Job.JOB_STEPS
Provides the 'JOB_STEPS' property.Modifier and TypeMethodDescription_JobAction.getCurrentActionStep()
Return the CurrentActionStep._Job.getCurrentStep()
Return the CurrentStep._JobAction.getJobStep()
Return the JobStep.Modifier and TypeMethodDescription_ServiceDefinition.getExpiryJobSteps()
Return the ExpiryJobSteps._Job.getJobSteps()
Return the JobSteps.Modifier and TypeMethodDescriptionvoid
_ServiceDefinition.addToExpiryJobSteps
(JobStep obj) Add the ExpiryJobSteps object.void
_Job.addToJobSteps
(JobStep obj) Add the JobSteps object.void
_ServiceDefinition.removeFromExpiryJobSteps
(JobStep obj) Remove the ExpiryJobSteps object.void
_Job.removeFromJobSteps
(JobStep obj) Remove the JobSteps object.void
_JobAction.setCurrentActionStep
(JobStep currentActionStep) Set the CurrentActionStep.void
_Job.setCurrentStep
(JobStep currentStep) Set the CurrentStep.void
_JobAction.setJobStep
(JobStep jobStep) Set the JobStep. -
Uses of JobStep in com.avoka.fc.core.job
Modifier and TypeMethodDescriptionvoid
JobStatusLifecycleListener.updateJobStep
(JobStep jobStep) Handle a job step update -
Uses of JobStep in com.avoka.fc.core.service.insights
Modifier and TypeMethodDescriptionstatic boolean
InsightsJobs.publishStatus
(JobStep jobStep) Convenience method for sending the current status of a JobStep to InsightsInsightsEventPublisher.setJobStep
(JobStep jobStep) Set the Insights job step to publish -
Uses of JobStep in com.avoka.fc.core.service.job.impl
Modifier and TypeMethodDescriptionstatic JobStep
JobActionUtils.getFirstStep
(Job job, String stepName) Gets the earliest step instance for the specified step name working forwards from earliest to latest steps.static JobStep
JobActionUtils.getLastStep
(Job job, String stepName) Gets the latest step instance for the specified step name working backwards from latest to earliest steps.static JobStep
JobActionUtils.getPreviousStep
(Job job) Return the previous step relative to the job's current step, or null if current step is first step.Modifier and TypeMethodDescriptionstatic List<Submission>
JobActionUtils.getCompletedSubmissionsForStep
(JobStep step) Returns a List of completed submissions for the step, in id order, for the given job step or and empty Liststatic List<Submission>
JobActionUtils.getSubmissionsForStep
(JobStep step) Returns a List of submissions, in action order, for the given job step or and empty ListModifierConstructorDescriptionJobTaskAssignActionBuilder
(JobStep jobStep) Construct a JobTaskAssignActionBuilder -
Uses of JobStep in com.avoka.tm.vo