From ed5640d8b587fbcfed7dd7967f3de04b37a76f26 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 11:06:44 +0200 Subject: Adding upstream version 4:7.4.7. Signed-off-by: Daniel Baumann --- .../registry/schema/org/openoffice/Office/Jobs.xcs | 85 ++++++++++++++++++++++ 1 file changed, 85 insertions(+) create mode 100644 officecfg/registry/schema/org/openoffice/Office/Jobs.xcs (limited to 'officecfg/registry/schema/org/openoffice/Office/Jobs.xcs') diff --git a/officecfg/registry/schema/org/openoffice/Office/Jobs.xcs b/officecfg/registry/schema/org/openoffice/Office/Jobs.xcs new file mode 100644 index 000000000..b6beb5416 --- /dev/null +++ b/officecfg/registry/schema/org/openoffice/Office/Jobs.xcs @@ -0,0 +1,85 @@ + + + + + + Contains information about registered jobs, bound on events. + + + + + Describes a UNO service, which is registered for a special event. + + + + Must contain a UNO implementation(!) name of the implemented job component. + + + + + An property to define the context this event should be active in. It can be empty or a colon separated list of the supported application modules. + + + + + Can be filled with any argument, which is under control of the job component. + + + + + + Is used to enable/disable a job execution related to a triggered event. + + + + If it's newer then UserTime, the job will be reactivated next time. + + 2003-01-01T00:00:00+00:00 + + + + If it's newer then AdminTime, the job is deactivated for execution. + + 2003-01-01T00:00:00+00:00 + + + + + Describe a state, which can be detected at runtime and will be used to start jobs, which are registered for it. + + + + This list contains all registered jobs, which wish to be executed, if the corresponding event was triggered. + + + + + + + + This list contains all well known job components and it's properties. + + + + + Here jobs can be bound to events and can be enabled/disable by using TimeStamp values. + + + + -- cgit v1.2.3