Class FieldsConventions
java.lang.Object
com.denodo.scheduler.api.commons.conventions.FieldsConventions
Fields conventions
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringJob ID Field.static final StringField with the document identifier (its index number)static final Stringstatic final StringField that informs if the job has exported documents so far.static final StringJob ID Field.static final StringJob Name Field.static final StringProject Name Field.static final StringProject ID Field.static final StringField with the current retry.static final StringField with the time at which the current job retry execution started.static final StringField with the time at which the job execution started.static final StringJob Type Field. -
Method Summary
-
Field Details
-
JOBID_FIELD
Job ID Field.- See Also:
-
DATASOURCEID_FIELD
Job ID Field.- See Also:
-
JOBTYPE_FIELD
Job Type Field.- See Also:
-
JOBNAME_FIELD
Job Name Field.- See Also:
-
JOBPROJECTID_FIELD
Project ID Field.- See Also:
-
JOBPROJECT_FIELD
Project Name Field.- See Also:
-
JOBSTARTTIME_FIELD
Field with the time at which the job execution started. Start time of re-executions because of a 'retry' situation is not considered.- See Also:
-
JOBRETRYSTARTTIME_FIELD
Field with the time at which the current job retry execution started.- See Also:
-
JOBRETRYCOUNT_FIELD
Field with the current retry.- See Also:
-
JOB_HAS_EXPORTED_DOCS
Field that informs if the job has exported documents so far.- See Also:
-
DOCUMENT_IDENTIFIER_FIELD
Field with the document identifier (its index number)- See Also:
-
IDENTIFIER_FIELD
- See Also:
-