Package comodit_client :: Package api :: Module store :: Class PublishedApplication

Class PublishedApplication


Published application representation.

Instance Methods

Inherited from PublishedEntity: update_authorized

Inherited from entity.Entity: __init__, create, delete, dump, load, refresh, rename, show, update

Inherited from util.json_wrapper.JsonWrapper: dump_json, get_json, get_real_json, load_json, print_json, set_json

Inherited from object: __long__, __native__, __nonzero__, __unicode__, next

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties
  application
The UUID of the original application.
Application definition
Returns the application.

Inherited from PublishedEntity: authorized, date_published, date_updated, documentation, featured, identifier, label, license, price, publisher_summary, publishing_organization, url_f

Inherited from entity.Entity: client, description, name, url, uuid

Inherited from object: __class__

Property Details

application

The UUID of the original application.

Get Method:
unreachable.application(self) - The UUID of the original application.
Set Method:
unreachable.application(self, uuid) - Sets the UUID of the original application.

definition

Returns the application.

Get Method:
unreachable.definition(self) - Returns the application.
Type:
Application