Package com.avoka.tm.vo
Class JobStep
java.lang.Object
com.avoka.tm.vo.JobStep
Provide a Job Step value object class.
- Since:
- 5.0.0
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionThe current job action id (PK).The job step expiry service id (PK).getId()The job step record (PK).The job step actions.getName()The job step name.The next job step name.The job step status.The time the job step is scheduled to be completed.The time the job step was created.The time the job step was finished.getType()The job step type.booleanThe all forms editable option.booleanThe dynamic pre-conditions option.booleanThe share form data extracts between step forms option.booleanThe share form XML data between step forms option.booleanThe show previous step forms option.toString()
- 
Field Details- 
STATUS_CANCELLEDThe job step "Cancelled" status.- See Also:
 
- 
STATUS_COMPLETEDThe job step "Completed" status.- See Also:
 
- 
STATUS_EXPIREDThe job step "Expired" status.- See Also:
 
- 
STATUS_IN_PROGRESSThe job step "In Progress" status.- See Also:
 
- 
jobActionsThe job step actions.
 
- 
- 
Constructor Details- 
JobSteppublic JobStep()
- 
JobSteppublic JobStep(com.avoka.fc.core.entity.JobStep jobStep) Create a Job Step value object with the given job step entity parameter.- Parameters:
- jobStep- the job step entity parameter (required)
 
- 
JobStepCreate a unit testing JobStep value object with the given fields.- Parameters:
- fields- the job step entity fields (required)
- Since:
- 5.1.4
 
 
- 
- 
Method Details- 
toString
- 
getIdThe job step record (PK).
- 
getNameThe job step name.
- 
getTypeThe job step type.
- 
getStatusThe job step status.
- 
getCurrentJobActionIdThe current job action id (PK).
- 
getExpiryServiceIdThe job step expiry service id (PK).
- 
isAllFormsEditablepublic boolean isAllFormsEditable()The all forms editable option.
- 
isDynamicPreConditionspublic boolean isDynamicPreConditions()The dynamic pre-conditions option.
- 
isShowPreviousFormspublic boolean isShowPreviousForms()The show previous step forms option.
- 
getNextStepNameThe next job step name.
- 
getTimeCreatedThe time the job step was created.
- 
getTimeCompletionScheduledThe time the job step is scheduled to be completed.
- 
getTimeFinishedThe time the job step was finished.
- 
getJobActionsThe job step actions.
 
-