Uses of Class
com.avoka.fc.core.entity.Job
-
Packages that use Job Package Description com.avoka.fc.core.dao Provides the Data Access Objects used by SmartForm Manager.com.avoka.fc.core.entity Provides the SmartForm Manager entity classes.com.avoka.fc.core.entity.auto Provides the SmartForm Manager entity base classes, which are being maintained by Cayenne.com.avoka.fc.core.job Provides Quartz job implementation classes.com.avoka.fc.core.security Provides classes related to security and authentication.com.avoka.fc.core.service Provides the SmartForm Manager service classes.com.avoka.fc.core.service.insights Provides the Insighs integration services.com.avoka.fc.core.service.job Provides Collaboration Jobs Service classes.com.avoka.fc.core.service.job.impl Provides Collaboration Jobs service classes.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 Job in com.avoka.fc.core.dao
Methods in com.avoka.fc.core.dao that return Job Modifier and Type Method Description Job
JobDao. getJobForKey(String jobKey)
Return the Job object for the given job key or null if not found.Job
JobDao. getJobForPK(Object id)
Return the Job object for the given primary key or null if not found.Job
JobDao. getJobForReferenceNumber(String referenceNumber)
Return the first Job object for the given reference number or null if not found.Methods in com.avoka.fc.core.dao that return types with arguments of type Job Modifier and Type Method Description List<Job>
JobDao. getJobList(String clientId, String searchString, String status, String serviceId, Date startDate, Date endDate)
Return the list of jobs matching the specified search criteria.List<Job>
JobDao. getJobList(String keyword, String jobStatus, Date fromDate, Portal portal)
Deprecated.List<Job>
JobDao. getJobList(String keyword, String jobStatus, Date fromDate, Portal portal, String loginName)
Deprecated.List<Job>
WorkspaceDao. getJobList(WorkspaceDao.JobCriteria criteria)
Return job list for the given search criteria.List<Job>
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 licensingList<Job>
JobDao. getJobsReadyToProcess()
Return the list of jobs ready to process.Methods in com.avoka.fc.core.dao with parameters of type Job Modifier and Type Method Description JobStep
JobStepDao. 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
Methods in com.avoka.fc.core.entity with parameters of type Job Modifier and Type Method Description boolean
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
Fields in com.avoka.fc.core.entity.auto with type parameters of type Job Modifier and Type Field Description static org.apache.cayenne.exp.Property<Job>
_JobStep. CURRENT_STEP_JOB
Provides the 'CURRENT_STEP_JOB' property.static org.apache.cayenne.exp.Property<Job>
_JobAction. JOB
Provides the 'JOB' property.static org.apache.cayenne.exp.Property<Job>
_JobComment. JOB
Provides the 'JOB' property.static org.apache.cayenne.exp.Property<Job>
_JobEventLog. JOB
Provides the 'JOB' property.static org.apache.cayenne.exp.Property<Job>
_JobGroup. JOB
Provides the 'JOB' property.static org.apache.cayenne.exp.Property<Job>
_JobHistory. JOB
Provides the 'JOB' property.static org.apache.cayenne.exp.Property<Job>
_JobProperty. JOB
Provides the 'JOB' property.static org.apache.cayenne.exp.Property<Job>
_JobStatusHistory. JOB
Provides the 'JOB' property.static org.apache.cayenne.exp.Property<Job>
_JobStep. JOB
Provides the 'JOB' property.static org.apache.cayenne.exp.Property<Job>
_Submission. JOB
Provides the 'JOB' property.static org.apache.cayenne.exp.Property<List<Job>>
_Client. JOBS
Provides the 'JOBS' property.static org.apache.cayenne.exp.Property<List<Job>>
_ServiceDefinition. JOBS
Provides the 'JOBS' property.Methods in com.avoka.fc.core.entity.auto that return Job Modifier and Type Method Description Job
_JobStep. getCurrentStepJob()
Return the CurrentStepJob.Job
_JobAction. getJob()
Return the Job.Job
_JobComment. getJob()
Return the Job.Job
_JobEventLog. getJob()
Return the Job.Job
_JobGroup. getJob()
Return the Job.Job
_JobHistory. getJob()
Return the Job.Job
_JobProperty. getJob()
Return the Job.Job
_JobStatusHistory. getJob()
Return the Job.Job
_JobStep. getJob()
Return the Job.Job
_Submission. getJob()
Return the Job.Methods in com.avoka.fc.core.entity.auto that return types with arguments of type Job Modifier and Type Method Description List<Job>
_Client. getJobs()
Return the Jobs.List<Job>
_ServiceDefinition. getJobs()
Return the Jobs.Methods in com.avoka.fc.core.entity.auto with parameters of type Job Modifier and Type Method Description void
_Client. addToJobs(Job obj)
Add the Jobs object.void
_ServiceDefinition. addToJobs(Job obj)
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
_JobAction. setJob(Job job)
Set the Job.void
_JobComment. setJob(Job job)
Set the Job.void
_JobEventLog. setJob(Job job)
Set the Job.void
_JobGroup. setJob(Job job)
Set the Job.void
_JobHistory. setJob(Job job)
Set the Job.void
_JobProperty. setJob(Job job)
Set the Job.void
_JobStatusHistory. setJob(Job job)
Set the Job.void
_JobStep. setJob(Job job)
Set the Job.void
_Submission. setJob(Job job)
Set the Job. -
Uses of Job in com.avoka.fc.core.job
Methods in com.avoka.fc.core.job with parameters of type Job Modifier and Type Method Description void
JobStatusLifecycleListener. updateJob(Job job)
Handle a job update -
Uses of Job in com.avoka.fc.core.security
Methods in com.avoka.fc.core.security with parameters of type Job Modifier and Type Method Description boolean
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
Methods in com.avoka.fc.core.service with parameters of type Job Modifier and Type Method Description static 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
Methods in com.avoka.fc.core.service.insights with parameters of type Job Modifier and Type Method Description static boolean
InsightsJobs. publishStatus(Job job)
Convenience method for sending the current status of a Job to InsightsInsightsEventPublisher
InsightsEventPublisher. setJob(Job job)
Set the Insights job to publish -
Uses of Job in com.avoka.fc.core.service.job
Methods in com.avoka.fc.core.service.job that return Job Modifier and Type Method Description Job
IJobController. createJobWithClient(Client client)
Create a job with the client, initializing the first step and action and put in 'Ready' state.Job
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.Methods in com.avoka.fc.core.service.job with parameters of type Job Modifier and Type Method Description boolean
IJobController. cancelJob(Job job)
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
IJobController. pausedJob(Job job)
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
IJobController. resumeJob(Job job)
Resume the job to perform further processing. -
Uses of Job in com.avoka.fc.core.service.job.impl
Methods in com.avoka.fc.core.service.job.impl that return Job Modifier and Type Method Description Job
JobControllerService. createJobWithClient(Client client)
Job
JobControllerService. createJobWithSubmission(Submission submission)
Methods in com.avoka.fc.core.service.job.impl with parameters of type Job Modifier and Type Method Description boolean
JobControllerService. cancelJob(Job job)
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
JobControllerService. pausedJob(Job job)
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
JobControllerService. resumeJob(Job job)
static String
JobActionUtils. toJobHistoryJsonString(Job job)
Return the job JSON debug representation of this object for debugging purposes.Constructors in com.avoka.fc.core.service.job.impl with parameters of type Job Constructor Description JobFunctions(Job job)
Create a JobFunctions object with the given job. -
Uses of Job in com.avoka.fc.core.service.test
Methods in com.avoka.fc.core.service.test that return Job Modifier and Type Method Description Job
MockEntityService. createJobInProgress(Client client)
Create an Job for the given client with an 'In Progress' status.Job
MockEntityService. createJobInProgress(Client client, String formXml)
Create an Job for the given client with an 'In Progress' status.Job
MockEntityService. createJobWithFormXml(Client client, String jobDefJson, Form form, String formXmlData)
Create a mock collaboration job for the given jobDefinition and ClientJob
MockEntityService. createJobWithGroupInProgress(Client client, String formXml)
Create a Job with a group for the given client with an 'In Progress' status.Job
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
Methods in com.avoka.fc.core.sysevent with parameters of type Job Modifier and Type Method Description void
SysEventBuilder.ISysEventBuilder. addJob(Job job)
Registers the job for inclusion in system event messages. -
Uses of Job in com.avoka.tm.vo
Constructors in com.avoka.tm.vo with parameters of type Job Constructor Description Job(Job job)
Create a Job value object with the given job entity parameter.
-