Uses of Class
com.avoka.fc.core.entity.Job
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 classes related to security and authentication.
Provides the SmartForm Manager service classes.
Provides the Insighs integration services.
Provides Collaboration Jobs Service classes.
Provides Collaboration Jobs service classes.
Provides web automated test services.
Provides Value Object persistent entity classes.
-
Uses of Job in com.avoka.fc.core.dao
Modifier and TypeMethodDescriptionJobDao.getJobForKey
(String jobKey) Return the Job object for the given job key or null if not found.JobDao.getJobForPK
(Object id) Return the Job object for the given primary key or null if not found.JobDao.getJobForReferenceNumber
(String referenceNumber) Return the first Job object for the given reference number or null if not found.Modifier and TypeMethodDescriptionJobDao.getJobList
(String clientId, String searchString, String status, String serviceId, Date startDate, Date endDate) Return the list of jobs matching the specified search criteria.JobDao.getJobList
(String keyword, String jobStatus, Date fromDate, Portal portal) Deprecated.Deprecated.WorkspaceDao.getJobList
(WorkspaceDao.JobCriteria criteria) Return job list for the given search criteria.JobDao.getJobListForKeywordOrProperty
(String clientId, String jobKeyword, String jobStatus, Date startDate, Date endDate, String propertyName, String propertyValue) Return the list of jobs which match the specified search criteria.org.apache.cayenne.ResultIterator<Job>
JobDao.getJobsForLicensing()
Return up to 100,000 collaboration jobs that have not yet been published for licensingJobDao.getJobsReadyToProcess()
Return the list of jobs ready to process.Modifier and TypeMethodDescriptionJobStepDao.getJobStepForName
(Job job, String name) Return the step of the specified job and step name, or null if not foundvoid
JobDao.updateJobAbandonTime
(Job job) Updates the job Abandon time based on the job status and deployment setting (i.e.void
JobDao.updateJobPurgeTime
(Job job) Updates the job purge time based on the job status. -
Uses of Job in com.avoka.fc.core.entity
Modifier and TypeMethodDescriptionboolean
Client.setJobAbandonmentBasedOnClient
(Job job) Return the whether the job abandonment date is set based on associated client's job abandon age.void
Job.setTimeLastProcessedWithAbandonment
(Job job, Date timeLastProcessed) Set the last processed time for the job and update the abandonment date. -
Uses of Job in com.avoka.fc.core.entity.auto
Modifier and TypeFieldDescriptionstatic final org.apache.cayenne.exp.Property<Job>
_JobStep.CURRENT_STEP_JOB
Provides the 'CURRENT_STEP_JOB' property.static final org.apache.cayenne.exp.Property<Job>
_JobAction.JOB
Provides the 'JOB' property.static final org.apache.cayenne.exp.Property<Job>
_JobComment.JOB
Provides the 'JOB' property.static final org.apache.cayenne.exp.Property<Job>
_JobEventLog.JOB
Provides the 'JOB' property.static final org.apache.cayenne.exp.Property<Job>
_JobGroup.JOB
Provides the 'JOB' property.static final org.apache.cayenne.exp.Property<Job>
_JobHistory.JOB
Provides the 'JOB' property.static final org.apache.cayenne.exp.Property<Job>
_JobProperty.JOB
Provides the 'JOB' property.static final org.apache.cayenne.exp.Property<Job>
_JobStatusHistory.JOB
Provides the 'JOB' property.static final org.apache.cayenne.exp.Property<Job>
_JobStep.JOB
Provides the 'JOB' property.static final org.apache.cayenne.exp.Property<Job>
_Submission.JOB
Provides the 'JOB' property._Client.JOBS
Provides the 'JOBS' property._ServiceDefinition.JOBS
Provides the 'JOBS' property.Modifier and TypeMethodDescription_JobStep.getCurrentStepJob()
Return the CurrentStepJob._JobAction.getJob()
Return the Job._JobComment.getJob()
Return the Job._JobEventLog.getJob()
Return the Job._JobGroup.getJob()
Return the Job._JobHistory.getJob()
Return the Job._JobProperty.getJob()
Return the Job._JobStatusHistory.getJob()
Return the Job._JobStep.getJob()
Return the Job._Submission.getJob()
Return the Job.Modifier and TypeMethodDescription_Client.getJobs()
Return the Jobs._ServiceDefinition.getJobs()
Return the Jobs.Modifier and TypeMethodDescriptionvoid
Add the Jobs object.void
Add the Jobs object.void
_Client.removeFromJobs
(Job obj) Remove the Jobs object.void
_ServiceDefinition.removeFromJobs
(Job obj) Remove the Jobs object.void
_JobStep.setCurrentStepJob
(Job currentStepJob) Set the CurrentStepJob.void
Set the Job.void
Set the Job.void
Set the Job.void
Set the Job.void
Set the Job.void
Set the Job.void
Set the Job.void
Set the Job.void
Set the Job. -
Uses of Job in com.avoka.fc.core.job
-
Uses of Job in com.avoka.fc.core.security
Modifier and TypeMethodDescriptionboolean
FormSubmissionAccessController.hasJobAccess
(Job job, HttpServletRequest request) Return true if the user has access to view the job details based on their group access control.boolean
IFormSubmissionAccessController.hasJobAccess
(Job job, HttpServletRequest request) Return true if the user has access to view the job details based on their group access control. -
Uses of Job in com.avoka.fc.core.service
Modifier and TypeMethodDescriptionstatic IJobController
ServiceLocator.getJobController
(Job job) Return the Job Controller service for the given job, or null if controller service not defined. -
Uses of Job in com.avoka.fc.core.service.insights
Modifier and TypeMethodDescriptionstatic boolean
InsightsJobs.publishStatus
(Job job) Convenience method for sending the current status of a Job to InsightsSet the Insights job to publish -
Uses of Job in com.avoka.fc.core.service.job
Modifier and TypeMethodDescriptionIJobController.createJobWithClient
(Client client) Create a job with the client, initializing the first step and action and put in 'Ready' state.IJobController.createJobWithSubmission
(Submission submission) Create a job with the submission, initializing the first step and action, and using the given submission and put step action in 'Ready' state.Modifier and TypeMethodDescriptionboolean
Cancel the job, abandon any Assigned or Saved Tasks and make submission data ready for purging.void
JobEventLogService.logErrorEventWithJob
(String message, Job job) Log a job error event with the given message and job actionvoid
JobEventLogService.logInfoEventWithJob
(String message, Job job) 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.logWarnEventWithJob
(String message, Job job) Log a job warn event with the given message and job actionboolean
Pause the job from performing any further processing.void
IJobController.processJob
(Job job) Process the job when a job action is in a 'Ready' state.boolean
Resume the job to perform further processing. -
Uses of Job in com.avoka.fc.core.service.job.impl
Modifier and TypeMethodDescriptionJobControllerService.createJobWithClient
(Client client) JobControllerService.createJobWithSubmission
(Submission submission) Modifier and TypeMethodDescriptionboolean
static 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.static Submission
JobActionUtils.getStepSubmission
(Job job, String stepName) Return the first submission for the given step name or null if not found.static List<Submission>
JobActionUtils.getSubmissionsForLastStep
(Job job, String stepName) Returns a List of submissions, in action order, for the latest job step and given step name or and empty Liststatic List<Submission>
JobActionUtils.getSubmissionsForStep
(Job job, String stepName) Returns a List of submissions, in id order, for the job and given step name or and empty Listboolean
void
JobControllerService.processJob
(Job job) void
JobControllerService.processJob
(Job job, boolean logHistory) Process the job when a job action is in a 'Ready' state.boolean
static String
JobActionUtils.toJobHistoryJsonString
(Job job) Return the job JSON debug representation of this object for debugging purposes.ModifierConstructorDescriptionJobFunctions
(Job job) Create a JobFunctions object with the given job. -
Uses of Job in com.avoka.fc.core.service.test
Modifier and TypeMethodDescriptionMockEntityService.createJobInProgress
(Client client) Create an Job for the given client with an 'In Progress' status.MockEntityService.createJobInProgress
(Client client, String formXml) Create an Job for the given client with an 'In Progress' status.MockEntityService.createJobWithFormXml
(Client client, String jobDefJson, Form form, String formXmlData) Create a mock collaboration job for the given jobDefinition and ClientMockEntityService.createJobWithGroupInProgress
(Client client, String formXml) Create a Job with a group for the given client with an 'In Progress' status.MockEntityService.createJobWithSubmission
(Client client, String jobDefJson, Submission submission) Create a mock collaboration job for the given jobDefinition and Client -
Uses of Job in com.avoka.fc.core.sysevent
-
Uses of Job in com.avoka.tm.vo