|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xcmis.client.gwt.service.navigation.NavigationService
public class NavigationService
Created by The eXo Platform SAS.
| Constructor Summary | |
|---|---|
NavigationService(com.google.gwt.event.shared.HandlerManager eventBus)
|
|
| Method Summary | |
|---|---|
void |
getCheckedOut(String url,
String folderId,
int maxItems,
int skipCount,
String filter,
EnumIncludeRelationships includeRelationships,
String renditionFilter,
boolean includeAllowableActions)
Gets the list of documents that are checked out that the user has access to. |
void |
getChildren(String url,
int maxItems,
int skipCount,
String filter,
EnumIncludeRelationships includeRelationships,
String renditionFilter,
boolean includeAllowableActions,
boolean includePathSegment)
Gets the list of child objects contained in the specified folder. |
void |
getDescendants(String url,
int depth,
String filter,
EnumIncludeRelationships includeRelationships,
String renditionFilter,
boolean includeAllowableActions,
boolean includePathSegment)
Gets the set of descendant objects contained in the specified folder or any of its childfolders. |
void |
getFolderParent(String url,
String filter)
Gets the parent folder object for the specified folder object. |
void |
getFolderTree(String url,
int depth,
String filter,
EnumIncludeRelationships includeRelationships,
String renditionFilter,
boolean includeAllowableActions,
boolean includePathSegment)
Gets the set of descendant folder objects contained in the specified folder. |
void |
getNextPage(String url,
String filter,
EnumIncludeRelationships includeRelationships,
String renditionFilter,
boolean includeAllowableActions,
boolean includePathSegment)
To support paging and get next page with items. |
void |
getObjectParents(String url,
String filter,
EnumIncludeRelationships includeRelationships,
String renditionFilter,
boolean includeAllowableActions,
boolean includeRelativePathSegment)
Gets the parent folder(s) for the specified non-folder, fileable object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NavigationService(com.google.gwt.event.shared.HandlerManager eventBus)
eventBus - eventBus| Method Detail |
|---|
public void getChildren(String url,
int maxItems,
int skipCount,
String filter,
EnumIncludeRelationships includeRelationships,
String renditionFilter,
boolean includeAllowableActions,
boolean includePathSegment)
ChildrenReceivedEvent event is fired
url - urlmaxItems - maxItemsskipCount - skipCountfilter - filterincludeRelationships - includeRelationshipsrenditionFilter - renditionFilterincludeAllowableActions - includeAllowableActionsincludePathSegment - includePathSegment
public void getNextPage(String url,
String filter,
EnumIncludeRelationships includeRelationships,
String renditionFilter,
boolean includeAllowableActions,
boolean includePathSegment)
url - urlfilter - filterincludeRelationships - includeRelationshipsrenditionFilter - renditionFilterincludeAllowableActions - includeAllowableActionsincludePathSegment - includePathSegment
public void getDescendants(String url,
int depth,
String filter,
EnumIncludeRelationships includeRelationships,
String renditionFilter,
boolean includeAllowableActions,
boolean includePathSegment)
DescendantsReceivedEvent event is fired
url - urldepth - depthfilter - filterincludeRelationships - includeRelationshipsrenditionFilter - renditionFilterincludeAllowableActions - includeAllowableActionsincludePathSegment - includePathSegment
public void getFolderTree(String url,
int depth,
String filter,
EnumIncludeRelationships includeRelationships,
String renditionFilter,
boolean includeAllowableActions,
boolean includePathSegment)
FolderTreeReceivedEvent event is fired.
url - urldepth - depthfilter - filterincludeRelationships - includeRelationshipsrenditionFilter - renditionFilterincludeAllowableActions - includeAllowableActionsincludePathSegment - includePathSegment
public void getFolderParent(String url,
String filter)
url - urlfilter - filter
public void getObjectParents(String url,
String filter,
EnumIncludeRelationships includeRelationships,
String renditionFilter,
boolean includeAllowableActions,
boolean includeRelativePathSegment)
ObjectParentsReceivedEvent event is fired.
url - urlfilter - filterincludeEnumIncludeRelationships - includeEnumIncludeRelationshipsrenditionFilter - renditionFilterincludeAllowableActions - includeAllowableActionsincludeRelativePathSegment - includeRelativePathSegment
public void getCheckedOut(String url,
String folderId,
int maxItems,
int skipCount,
String filter,
EnumIncludeRelationships includeRelationships,
String renditionFilter,
boolean includeAllowableActions)
url - urlfolderId - folderIdmaxItems - maxItemsskipCount - skipCountfilter - filterincludeRelationships - includeRelationshipsrenditionFilter - renditionFilterincludeAllowableActions - includeAllowableActions
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||