class documentation
class RestApiController(object): (source)
Constructor: RestApiController(context, TraversalRequest)
RestApiController
| Method | __bobo |
Undocumented |
| Method | __call__ |
Undocumented |
| Method | __init__ |
Undocumented |
| Method | body |
Undocumented |
| Method | get |
Undocumented |
| Method | get |
Undocumented |
| Method | get |
Undocumented |
| Method | get |
Undocumented |
| Method | get |
Undocumented |
| Method | get |
Undocumented |
| Method | get |
Undocumented |
| Method | get |
Undocumented |
| Method | get |
Undocumented |
| Method | list |
Undocumented |
| Method | list |
Undocumented |
| Method | list |
Undocumented |
| Method | metaobj |
Undocumented |
| Method | zmsindex |
Undocumented |
| Class Variable | __call |
Undocumented |
| Instance Variable | context |
Undocumented |
| Instance Variable | ids |
Undocumented |
| Instance Variable | method |
Undocumented |
| Instance Variable | path |
Undocumented |
| Method | __get |
Undocumented |
@api( tag='version', pattern='/{path}/body_content', method='GET', content_type='text/html')
def body_content(self, context): (source) ¶
def body_content(self, context): (source) ¶
Undocumented
@api( tag='content', pattern='/{path}', method='GET', content_type='application/json')
def get(self, context): (source) ¶
def get(self, context): (source) ¶
Undocumented
@api( tag='content', pattern='/{path}/get_body_content', method='GET', content_type='text/html')
def get_body_content(self, context): (source) ¶
def get_body_content(self, context): (source) ¶
Undocumented
@api( tag='navigation', pattern='/{path}/get_child_nodes', method='GET', content_type='application/json')
def get_child_nodes(self, context): (source) ¶
def get_child_nodes(self, context): (source) ¶
Undocumented
@api( tag='navigation', pattern='/{path}/get_child_nodes/count', method='GET', content_type='application/json')
def get_child_nodes__count(self, context): (source) ¶
def get_child_nodes__count(self, context): (source) ¶
Undocumented
@api( tag='standard', pattern='/{path}/get_htmldiff', method='POST', content_type='text/html')
def get_htmldiff(self, context): (source) ¶
def get_htmldiff(self, context): (source) ¶
Undocumented
@api( tag='navigation', pattern='/{path}/get_parent_nodes', method='GET', content_type='application/json')
def get_parent_nodes(self, context): (source) ¶
def get_parent_nodes(self, context): (source) ¶
Undocumented
@api( tag='version', pattern='/{path}/get_tag', method='GET', content_type='application/json')
def get_tag(self, context): (source) ¶
def get_tag(self, context): (source) ¶
Undocumented
@api( tag='version', pattern='/{path}/get_tags', method='GET', content_type='application/json')
def get_tags(self, context): (source) ¶
def get_tags(self, context): (source) ¶
Undocumented
@api( tag='navigation', pattern='/{path}/get_tree_nodes', method='GET', content_type='application/json')
def get_tree_nodes(self, context): (source) ¶
def get_tree_nodes(self, context): (source) ¶
Undocumented
@api( tag='navigation', pattern='/{path}/list_child_nodes', method='GET', content_type='application/json')
def list_child_nodes(self, context): (source) ¶
def list_child_nodes(self, context): (source) ¶
Undocumented
@api( tag='navigation', pattern='/{path}/list_parent_nodes', method='GET', content_type='application/json')
def list_parent_nodes(self, context): (source) ¶
def list_parent_nodes(self, context): (source) ¶
Undocumented
@api( tag='navigation', pattern='/{path}/list_tree_nodes', method='GET', content_type='application/json')
def list_tree_nodes(self, context): (source) ¶
def list_tree_nodes(self, context): (source) ¶
Undocumented
@api( tag='metamodel', pattern='/metaobj_manager', content_type='application/json')
def metaobj_manager(self, context): (source) ¶
def metaobj_manager(self, context): (source) ¶
Undocumented