public class DocumentHelper extends Object implements android.os.Parcelable
Modifier and Type | Field and Description |
---|---|
ExoFile |
_fileCopied |
ExoFile |
_fileMoved |
static android.os.Parcelable.Creator<DocumentHelper> |
CREATOR |
android.os.Bundle |
folderToChildrenMap
The dictionary for mapping a folder with its children
Folder ExoFile.path (key) => List of children ExoFile (val) |
android.os.Bundle |
folderToParentMap
The dictionary for mapping a folder with its parent
Folder ExoFile.path (key) => Parent ExoFile (val) |
String |
repository |
String |
workspace |
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
static DocumentHelper |
getInstance() |
String |
getRepositoryHomeUrl() |
void |
setInstance(DocumentHelper helper) |
void |
setRepositoryHomeUrl(String url) |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public ExoFile _fileCopied
public ExoFile _fileMoved
public String repository
public String workspace
public android.os.Bundle folderToChildrenMap
public android.os.Bundle folderToParentMap
public static final android.os.Parcelable.Creator<DocumentHelper> CREATOR
public static DocumentHelper getInstance()
public void setInstance(DocumentHelper helper)
public void setRepositoryHomeUrl(String url)
public String getRepositoryHomeUrl()
public int describeContents()
describeContents
in interface android.os.Parcelable
public void writeToParcel(android.os.Parcel dest, int flags)
writeToParcel
in interface android.os.Parcelable
Copyright © 2003–2016 eXo Platform SAS. All rights reserved.