Base class for content types containing a file like ATFile or ATImage The file field *must* be the exclusive primary field
Definition at line 239 of file ATContentType.py.
Public Member Functions | |
def | cmf_edit |
def | download |
def | edit |
def | get_content_type |
def | get_data |
def | get_size |
def | index_html |
def | initializeArchetype |
def | post_validate |
def | size |
Static Public Attributes | |
tuple | actions |
string | archetype_name = 'AT Content Type' |
tuple | assocFileExt = () |
tuple | assocMimetypes = () |
tuple | cmf_edit_kws = () |
tuple | content_type = ComputedAttribute(get_content_type, 1) |
tuple | data = ComputedAttribute(get_data, 1) |
string | immediate_view = 'base_view' |
string | meta_type = 'ATContentType' |
tuple | newTypeFor = () |
schema = ATContentTypeSchema | |
tuple | security = ClassSecurityInfo() |
tuple | suppl_views = () |
string | typeDescMsgId = '' |
string | typeDescription = '' |
Private Member Functions | |
def | _isIDAutoGenerated |
def | _setATCTFileContent |