Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Typo corrected

...

Customizations are context-dependent - a customization configured for a Job Chain will differ from one configured for the daily planDaily Plan.

This can be seen in the modal windows for the configuration of customization of Job Chain History and Daily Plan Customizations shown below.

...

History Customization

(Screenshot made from JOC Cockpit Dark accessible theme)

...

  • Customization names
    • Customization names can be freely chosen.
  • Folders
    • The filter parameters used to limit entries in a result list view to specific folder can be selected from the JobScheduler's live tree or specified by a regular expression. In the Daily Plan Customization Window the Jobs and Job Chains fields must include the individual Job Chain or Job - e.g. /test/hello_world/job_chain01. A regular expression such as that shown i in the screenshot above must be used to show all the Jobs or Job Chains in a folder.
  • Time ranges
    • The time range can be specified with a relative expression that includes the use of the words now and today, optionally in combination with a number of seconds (in combination with now - see example below), hours (h), days (d), weeks (w), months (M) or years (y).
    • Definition of dates and times
      • The definitions used for relative dates and times differ, so last week runs from Monday to Sunday whereas the last hour runs from 60 minutes ago to now.
      • Seconds and hours:
        • are relative to now, so -2h is two hours ago
      • Days, weeks, months and years
        • The definition of days, weeks, months and years depends on the context - that is on whether it is a from or a to date:
          • From dates start at the beginning of the date (i.e. a day starts at 00:00, a week starts on Monday, etc).
          • To dates end at the end of a date (i.e. a day ends at 24:00, a week ends on Sunday, etc).
      • Points in time can be combined: for example, -1w+2d, -1y+3M but note that weeks and months cannot be combined.
      • Examples for events in the past:
        • Executed in the last 10 minutes: now-600
        • Executed in the last hour (i.e. in the last 60 minutes): -1h
        • Executed yesterday: -1d to -1d
        • Executed since yesterday (i.e. yesterday and today): -1d
        • Executed this week: -0w
        • Executed last week: -1w to -1w
        • Executed last month: -1M to -1M
        • Executed since last month (i.e. last month and the current month): -1M
        • Executed in the first quarter of the current year: -0y to -0y+3M
        • Executed in the second quarter of last year: -1y+3M to -1y-6M
      • Examples for events in the future:
        • To be executed today: +0d
      • Examples bridging the present:
        • For the current week: -0w to -0w or +0w to +0w
    • Definition Changes
      • The interpretation of time ranges was modified in Release 1.11.5 - for details see issue
        Jira
        serverSOS JIRA
        serverId6dc67751-9d67-34cd-985b-194a8cdc9602
        keyJOC-332
        .

...

  • The list includes customizations that are marked as shared (or otherwise are private).
  • The star symbol in front of the customization name can be clicked to select a favorite customization that would automatically become active whenever the associated list is viewed and no other customizations are active.

...

  • By default customizations created by a user are private, i.e. they are accessible exclusively for the given account.
  • By default users have all the permissions required to manage private customizations, i.e. create, view, edit, delete and share:
    • Permission sos:products:joc_cockpit:customization:private:view
    • Permission sos:products:joc_cockpit:customization:private:edit_content
    • Permission sos:products:joc_cockpit:customization:private:delete
    • Permission sos:products:joc_cockpit:customization:private:make_shared allows a private customization to be shared.

Shared Customizations

  • By default exclusively the application_manager roles is granted permissions to manage shared customizations.
  • Users granted the relevant permissions can managed shared customizations:
    • Permission sos:products:joc_cockpit:customization:share allows a shared customization to be created.
    • Permission sos:products:joc_cockpit:customization:share:view 
    • Permission sos:products:joc_cockpit:customization:share:edit_content
    • Permission sos:products:joc_cockpit:customization:share:delete
    • Permission sos:products:joc_cockpit:customization:share:make_private allows a shared customization to be made private.

...