class documentation

class RestApiController(object): (source)

Constructor: RestApiController(context, TraversalRequest)

View In Hierarchy

RestApiController

Method __bobo_traverse__ Undocumented
Method __call__ Undocumented
Method __init__ Undocumented
Method body_content Undocumented
Method get Undocumented
Method get_body_content Undocumented
Method get_child_nodes Undocumented
Method get_child_nodes__count Undocumented
Method get_htmldiff Undocumented
Method get_parent_nodes Undocumented
Method get_tag Undocumented
Method get_tags Undocumented
Method get_tree_nodes Undocumented
Method list_child_nodes Undocumented
Method list_parent_nodes Undocumented
Method list_tree_nodes Undocumented
Method metaobj_manager Undocumented
Method zmsindex Undocumented
Class Variable __call____roles__ Undocumented
Instance Variable context Undocumented
Instance Variable ids Undocumented
Instance Variable method Undocumented
Instance Variable path_to_handle Undocumented
Method __get_child_nodes Undocumented
def __bobo_traverse__(self, TraversalRequest, name): (source)

Undocumented

def __call__(self, REQUEST=None, **kw): (source)

Undocumented

def __init__(self, context=None, TraversalRequest=None): (source)

Undocumented

@api(tag='version', pattern='/{path}/body_content', method='GET', content_type='text/html')
def body_content(self, context): (source)

Undocumented

@api(tag='content', pattern='/{path}', method='GET', content_type='application/json')
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)

Undocumented

@api(tag='navigation', pattern='/{path}/get_child_nodes', method='GET', content_type='application/json')
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)

Undocumented

@api(tag='standard', pattern='/{path}/get_htmldiff', method='POST', content_type='text/html')
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)

Undocumented

@api(tag='version', pattern='/{path}/get_tag', method='GET', content_type='application/json')
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)

Undocumented

@api(tag='navigation', pattern='/{path}/get_tree_nodes', method='GET', content_type='application/json')
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)

Undocumented

@api(tag='navigation', pattern='/{path}/list_parent_nodes', method='GET', content_type='application/json')
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)

Undocumented

@api(tag='metamodel', pattern='/metaobj_manager', content_type='application/json')
def metaobj_manager(self, context): (source)

Undocumented

@api(tag='zmsindex', pattern='/zmsindex', content_type='application/json')
def zmsindex(self, context): (source)

Undocumented

__call____roles__ = (source)

Undocumented

Undocumented

Undocumented

Undocumented

path_to_handle = (source)

Undocumented

def __get_child_nodes(self, context): (source)

Undocumented