Zum Hauptinhalt springen

services

Module: dev

Background services and scheduled jobs.

NameTypeNullableDefault ValueNotes
PKID
integerService ID
creator
integerCreator user ID (defaults to authenticated user on creation)
creationdate
bigintdate_part('epoch', now())Creation date and time as a Unix timestamp (defaults to current date and time on creation)
lastmodified
bigintdate_part('epoch', now())Last modification date and time as a Unix timestamp (auto-reset on modification)
application
applications.ID
integerApplication ID (`null`=STANDALONE)
activity
smallint0Activity (`0`=ACTIVE, `1`=DEACTIVATED, `2`=DELETED)
name
textName
identifier
character varying(200)Unique service identifier
type
smallintService type (`0`=TIMING, `1`=REMOTECALL, `2`=AFTER_CREATION, `3`=BEFORE_MODIFICATION, `4`=AFTER_MODIFICATION, `5`=AFTER_CREATION_MODIFICATION, `6`=BEFORE_DELETION, `7`=AFTER_DELETION)
entity
text''Canonical entity; only for AFTER_CREATION, BEFORE_MODIFICATION, AFTER_MODIFICATION, AFTER_CREATION_MODIFICATION, BEFORE_DELETION or AFTER_DELETION
schedule
integer0Schedule as a minute of each day; only for TIMING
interval
smallint1Interval in minutes; only for TIMING
mimetype
text'text/x-zymba'MIME type (RFC 2045)
binfile
binfiles.ID
integer
url
text''
accesskey
bytea
NameUniqueNulls DistinctPrimaryPartialMethodKeys
fk_services_applicationginapplication
fk_services_binfilebtreebinfile
pk_servicesbtreeID
s_services_identifierginidentifier
s_services_nameginname
u_services_identifierbtreeidentifier
NameType
c_services_typecheck
dc_services_activitycheck
dc_services_entitycheck
dc_services_identifiercheck
dc_services_intervalcheck
dc_services_mimetypecheck
dc_services_namecheck
dc_services_schedulecheck
dc_services_typecheck
dc_services_urlcheck
fk_services_applicationforeign_key
fk_services_binfileforeign_key
pk_servicesprimary_key
u_services_identifierunique
Loading...