Package | Description |
---|---|
org.exoplatform.controller.document | |
org.exoplatform.model | |
org.exoplatform.singleton | |
org.exoplatform.ui | |
org.exoplatform.utils | |
org.exoplatform.widget |
Modifier and Type | Field and Description |
---|---|
ExoFile |
DocumentActionAdapter._selectedFile |
Modifier and Type | Method and Description |
---|---|
void |
DocumentActionAdapter.setSelectedFile(ExoFile file) |
Constructor and Description |
---|
DocumentActionAdapter(DocumentActivity context,
DocumentActionDialog parent,
ExoFile file,
boolean isActionBar) |
DocumentLoadTask(DocumentActivity activity,
ExoFile source,
String destination,
int action) |
Constructor and Description |
---|
DocumentAdapter(DocumentActivity context,
List<ExoFile> list) |
Modifier and Type | Field and Description |
---|---|
List<ExoFile> |
ExoFile.children
List of sub-files and sub-folders
|
static android.os.Parcelable.Creator<ExoFile> |
ExoFile.CREATOR |
Modifier and Type | Field and Description |
---|---|
ExoFile |
DocumentHelper._fileCopied |
ExoFile |
DocumentHelper._fileMoved |
Modifier and Type | Field and Description |
---|---|
ExoFile |
DocumentActivity._fileForCurrentActionBar |
ExoFile |
DocumentActionDialog.myFile |
Modifier and Type | Method and Description |
---|---|
void |
DocumentActivity.createFile(ExoFile fileToCreate,
String destination) |
void |
DocumentActivity.deleteFile(ExoFile fileToDelete) |
void |
DocumentActivity.loadFolderContent(ExoFile parent) |
void |
DocumentActivity.pasteFile(ExoFile fileToPaste,
String destination,
int action) |
void |
DocumentActivity.renameFile(ExoFile fileToRename,
String destination) |
void |
DocumentActivity.updateContent(ExoFile newFolder) |
Constructor and Description |
---|
DocumentActionDialog(DocumentActivity context,
ExoFile file,
boolean isActBar) |
Modifier and Type | Method and Description |
---|---|
static ExoFile |
ExoDocumentUtils.getContentOfFolder(org.apache.http.HttpResponse response,
ExoFile file)
Get a folder with its sub-files and sub-folders.
Parse the XML response with format: |
static ExoFile |
ExoDocumentUtils.getPersonalDriveContent(android.content.Context context,
ExoFile file)
Get the content (files and folders) of the given folder.
|
Modifier and Type | Method and Description |
---|---|
static ArrayList<ExoFile> |
ExoDocumentUtils.getDrives(org.apache.http.HttpResponse response)
Get the list of folders in a drive, from the HTTP response.
The response's body is an XM document that is parsed to extract the information of the folders. |
static ArrayList<ExoFile> |
ExoDocumentUtils.getDrives(org.apache.http.HttpResponse response,
boolean isGroupDrive)
Get the list of folders in a drive, from the HTTP response.
The response's body is an XM document that is parsed to extract the information of the folders. |
Modifier and Type | Method and Description |
---|---|
static ExoFile |
ExoDocumentUtils.getContentOfFolder(org.apache.http.HttpResponse response,
ExoFile file)
Get a folder with its sub-files and sub-folders.
Parse the XML response with format: |
static ExoFile |
ExoDocumentUtils.getPersonalDriveContent(android.content.Context context,
ExoFile file)
Get the content (files and folders) of the given folder.
|
Constructor and Description |
---|
DocumentExtendDialog(android.content.Context context,
ExoFile file,
int id) |
Copyright © 2003–2016 eXo Platform SAS. All rights reserved.