| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | org.mule.module.cmis.NavigationOptions | |
Enum holding all the possible navigation options
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| NavigationOptions | CHILDREN | Returns a list of objects contained in the current folder | |||||||||
| NavigationOptions | DESCENDANTS | Returns the whole descentants tree of the current folder | |||||||||
| NavigationOptions | PARENT | Returns the parent Folder | |||||||||
| NavigationOptions | TREE | Returns the folder tree starting with this folder. | |||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
Returns a list of objects contained in the current folder
Returns the whole descentants tree of the current folder