Class Index | File Index

Classes


Class CMIS.Workspace


Defined in: jquery.cmis.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Wrap a Workspace node
Field Summary
Field Attributes Field Name and Description
 
The link to collections indexed by collection type.
 
The title of the workspace.
 
The XML node wrapped.
Method Summary
Method Attributes Method Name and Description
 
getLinks(rel, type)
Get the links for the Workspace
 
Is this is a workspace?
Class Detail
CMIS.Workspace(node)
Wrap a Workspace node
Parameters:
node
XMLNode of a Workspace
Field Detail
collections
The link to collections indexed by collection type.

title
The title of the workspace.

xmlNode
The XML node wrapped.
Method Detail
getLinks(rel, type)
Get the links for the Workspace
Parameters:
{String} rel Optional
the relation kind of link is optional.
{String} type Optional
the type of the link is optional.

isWorkspace()
Is this is a workspace?

Documentation generated by JsDoc Toolkit 2.3.2 on Wed Feb 10 2010 13:48:37 GMT+0800 (CST)