X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=xml%2Fschema%2FCore%2FJob.xml;h=b897731cbfb7aef32a262179fd9fca39fcc253d3;hb=42bf93368ea81b2fa70fab038f3c884755e1ab88;hp=4597172cd2addb5b3b29bd3e3e98b4571ec64bbc;hpb=58a50b22e20f112fdbfc7e50f18353c311ceb1ae;p=civicrm-core.git diff --git a/xml/schema/Core/Job.xml b/xml/schema/Core/Job.xml index 4597172cd2..b897731cbf 100644 --- a/xml/schema/Core/Job.xml +++ b/xml/schema/Core/Job.xml @@ -8,102 +8,116 @@ 4.1 false - id - int unsigned - true - Job Id - 4.1 + id + Job ID + int unsigned + true + Job Id + 4.1 - id - true + id + true - domain_id - int unsigned - true - Which Domain is this scheduled job for - 4.1 + domain_id + Job Domain + int unsigned + true + + civicrm_domain
+ id + name +
+ Which Domain is this scheduled job for + 4.1
- domain_id - civicrm_domain
- id - 4.1 + domain_id + civicrm_domain
+ id + 4.1
- run_frequency - varchar - 8 - "Daily" - Scheduled job run frequency. - - CRM_Core_SelectValues::getJobFrequency - - 4.1 - - Select - + run_frequency + Job Frequency + varchar + 8 + "Daily" + Scheduled job run frequency. + + CRM_Core_SelectValues::getJobFrequency + + 4.1 + + Select + - last_run - datetime - NULL - When was this cron entry last run - 4.1 + last_run + datetime + NULL + When was this cron entry last run + 4.1 - name - varchar - 255 - Title of the job - 4.1 + name + Job Name + varchar + 255 + Title of the job + 4.1 - description - varchar - 255 - Description of the job - 4.1 + description + Job Description + varchar + 255 + Description of the job + 4.1 - api_prefix - varchar - 255 - "civicrm_api3" - Prefix of the job api call - 4.1 - 4.3 + api_prefix + varchar + 255 + "civicrm_api3" + Prefix of the job api call + 4.1 + 4.3 - api_entity - varchar - 255 - Entity of the job api call - 4.1 + api_entity + API Entity + varchar + 255 + Entity of the job api call + 4.1 - api_action - varchar - 255 - Action of the job api call - 4.1 + api_action + API Action + varchar + 255 + Action of the job api call + 4.1 - parameters - text - List of parameters to the command. - - TextArea - 4 - 60 - - 4.1 + parameters + API Parameters + text + List of parameters to the command. + + TextArea + 4 + 60 + + 4.1 - is_active - boolean - Is this job active? - 4.1 + is_active + Job Is Active? + boolean + Is this job active? + 4.1