COAR Notify
 
Loading...
Searching...
No Matches
coarnotify\core\notify\NotifyProperties Class Reference

Public Attributes

const INBOX = ["cn_inbox", "inbox", NOTIFY_NAMESPACE]
 
const CITE_AS = ["ietf_cite_as", "ietf:cite-as", NOTIFY_NAMESPACE]
 
const ITEM = ["ietf_item", "ietf:item", NOTIFY_NAMESPACE]
 
const NAME = "name"
 
const MEDIA_TYPE = "mediaType"
 

Detailed Description

COAR Notify properties used in COAR Notify Patterns

Most of these are provided as 3 entry arrays, where the first element is an arbitrary id for the property, the second element is the bare name, and the third element is the namespace.

Some are provided as plain strings without namespaces.

These are suitable to be used as property names in all the property getters/setters in the notify pattern objects and in the validation configuration.

Member Data Documentation

◆ CITE_AS

const coarnotify\core\notify\NotifyProperties::CITE_AS = ["ietf_cite_as", "ietf:cite-as", NOTIFY_NAMESPACE]

ietf:cite-as property

◆ INBOX

const coarnotify\core\notify\NotifyProperties::INBOX = ["cn_inbox", "inbox", NOTIFY_NAMESPACE]

inbox property

◆ ITEM

const coarnotify\core\notify\NotifyProperties::ITEM = ["ietf_item", "ietf:item", NOTIFY_NAMESPACE]

ietf:item property

◆ MEDIA_TYPE

const coarnotify\core\notify\NotifyProperties::MEDIA_TYPE = "mediaType"

mediaType property

◆ NAME

const coarnotify\core\notify\NotifyProperties::NAME = "name"

name property


The documentation for this class was generated from the following file: