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 Summary
-
Constructor Summary
-
Method Summary
Modifier 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.boolean
The all forms editable option.boolean
The dynamic pre-conditions option.boolean
The share form data extracts between step forms option.boolean
The share form XML data between step forms option.boolean
The show previous step forms option.toString()
-
Field Details
-
STATUS_CANCELLED
The job step "Cancelled" status.- See Also:
-
STATUS_COMPLETED
The job step "Completed" status.- See Also:
-
STATUS_EXPIRED
The job step "Expired" status.- See Also:
-
STATUS_IN_PROGRESS
The job step "In Progress" status.- See Also:
-
jobActions
The job step actions.
-
-
Constructor Details
-
JobStep
public JobStep() -
JobStep
public 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)
-
JobStep
Create 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
-
getId
The job step record (PK). -
getName
The job step name. -
getType
The job step type. -
getStatus
The job step status. -
getCurrentJobActionId
The current job action id (PK). -
getExpiryServiceId
The job step expiry service id (PK). -
isAllFormsEditable
public boolean isAllFormsEditable()The all forms editable option. -
isDynamicPreConditions
public boolean isDynamicPreConditions()The dynamic pre-conditions option. -
isShowPreviousForms
public boolean isShowPreviousForms()The show previous step forms option. -
getNextStepName
The next job step name. -
getTimeCreated
The time the job step was created. -
getTimeCompletionScheduled
The time the job step is scheduled to be completed. -
getTimeFinished
The time the job step was finished. -
getJobActions
The job step actions.
-