Home | Trees | Indices | Help |
|
---|
|
Base class for published entities.
Instance Methods | |||
|
|||
Inherited from Inherited from Inherited from Inherited from |
Properties | |
string |
identifier Identifier of the entity. |
string |
label A very short description of the entity. |
string |
publisher_summary Informations about the user that published the entity. |
JSON object |
publishing_organization Contact information of publishing organization. |
string |
date_published Date the entity was published on. |
string |
date_updated Date the entity was last updated. |
list of string |
authorized The list of organizations having access to published application. |
string |
url_f URL to published entity's web site. |
string |
documentation Published entity's documentation. |
string |
license Published entity's license text. |
string |
price Published entity's price. |
bool |
featured Tells if published entity is featured or not. |
Inherited from Inherited from |
Property Details |
identifierIdentifier of the entity. The identifier is unique in entity's collection and can therefore be used to get the entity. This value is generally entity's name but may also be the UUID or another field depending on entity type.
|
labelA very short description of the entity. This value generally includes entity's identifier.
|
publisher_summaryInformations about the user that published the entity.
|
publishing_organizationContact information of publishing organization.
|
date_publishedDate the entity was published on.
|
date_updatedDate the entity was last updated.
|
authorizedThe list of organizations having access to published application.
|
url_fURL to published entity's web site.
|
documentationPublished entity's documentation.
|
licensePublished entity's license text.
|
pricePublished entity's price.
|
featuredTells if published entity is featured or not.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Dec 5 14:16:50 2017 | http://epydoc.sourceforge.net |