Package | Description |
---|---|
org.alfresco.mobile.android.api.model |
Provides all basic objects.
|
org.alfresco.mobile.android.api.model.impl |
Implementation of all high level object.
|
org.alfresco.mobile.android.api.model.impl.cloud | |
org.alfresco.mobile.android.api.model.impl.publicapi | |
org.alfresco.mobile.android.api.services |
Provides all services available (those services must call in an asynchronous way (background task..) ).
|
org.alfresco.mobile.android.api.services.impl |
Implementation of all services.
|
org.alfresco.mobile.android.api.services.impl.onpremise |
Implementation of alfresco services for onPremise instance..
|
org.alfresco.mobile.android.api.services.impl.publicapi | |
org.alfresco.mobile.android.api.session |
Provides all session object.
|
org.alfresco.mobile.android.api.session.impl |
Implementation of all session object.
|
org.alfresco.mobile.android.test |
Modifier and Type | Method and Description |
---|---|
Folder |
KeywordSearchOptions.getFolder()
Returns the folder the search should be restricted to, if null is
returned the whole repository is searched.
|
Modifier and Type | Method and Description |
---|---|
void |
KeywordSearchOptions.setFolder(Folder inFolder)
Sets the folder.
|
Constructor and Description |
---|
KeywordSearchOptions(Folder folder,
boolean doesIncludeDescendants,
boolean doesIncludeContent,
boolean isExactMatch)
Base constructor for a KeywordSearchOptions.
|
Modifier and Type | Class and Description |
---|---|
class |
FolderImpl
Folder Base object
|
class |
FolderLinkImpl
Folder Link object
|
Modifier and Type | Class and Description |
---|---|
class |
CloudFolderImpl
Folder Base object
|
Modifier and Type | Class and Description |
---|---|
class |
PublicAPIFolderImpl
Folder Base object
|
Modifier and Type | Method and Description |
---|---|
Folder |
DocumentFolderService.createFolder(Folder parentFolder,
String folderName,
Map<String,Serializable> properties)
Creates a folder object in the specified location with an optional set of
properties and aspects.
|
Folder |
DocumentFolderService.createFolder(Folder parentFolder,
String folderName,
Map<String,Serializable> properties,
List<String> aspects)
Creates a folder object in the specified location with an optional set of
properties and aspects.
|
Folder |
DocumentFolderService.createFolder(Folder parentFolder,
String folderName,
Map<String,Serializable> properties,
List<String> aspects,
String type)
Creates a folder object in the specified location with an optional set of
properties and aspects.
|
Folder |
SiteService.getDocumentLibrary(Site site)
Get the documents container folder for the given site.
|
Folder |
DocumentFolderService.getParentFolder(Node node)
Gets the direct parent folder object.
|
Folder |
DocumentFolderService.getRootFolder() |
Modifier and Type | Method and Description |
---|---|
List<Folder> |
DocumentFolderService.getFavoriteFolders()
Returns a list of the current users favorite folders.
|
PagingResult<Folder> |
DocumentFolderService.getFavoriteFolders(ListingContext listingContext)
Returns a paged list of the current users favorite folders.
|
List<Folder> |
DocumentFolderService.getFolders(Folder folder)
Lists all immediate child folders of the given context folder.
|
PagingResult<Folder> |
DocumentFolderService.getFolders(Folder folder,
ListingContext listingContext)
Lists all immediate child folders of the given context folder.
|
Modifier and Type | Method and Description |
---|---|
Document |
DocumentFolderService.createDocument(Folder parentFolder,
String documentName,
Map<String,Serializable> properties,
ContentFile file)
Creates a document object in the specified location with an optional set
of properties.
|
Document |
DocumentFolderService.createDocument(Folder parentFolder,
String documentName,
Map<String,Serializable> properties,
ContentFile file,
List<String> aspects)
Creates a document object in the specified location with an optional set
of properties.
|
Document |
DocumentFolderService.createDocument(Folder parentFolder,
String documentName,
Map<String,Serializable> properties,
ContentFile file,
List<String> aspects,
String type)
Creates a document object in the specified location with an optional set
of properties.
|
Folder |
DocumentFolderService.createFolder(Folder parentFolder,
String folderName,
Map<String,Serializable> properties)
Creates a folder object in the specified location with an optional set of
properties and aspects.
|
Folder |
DocumentFolderService.createFolder(Folder parentFolder,
String folderName,
Map<String,Serializable> properties,
List<String> aspects)
Creates a folder object in the specified location with an optional set of
properties and aspects.
|
Folder |
DocumentFolderService.createFolder(Folder parentFolder,
String folderName,
Map<String,Serializable> properties,
List<String> aspects,
String type)
Creates a folder object in the specified location with an optional set of
properties and aspects.
|
Node |
DocumentFolderService.getChildByPath(Folder folder,
String relativePath)
Gets the node object stored at the relative specified path from the
folder object.
|
List<Node> |
DocumentFolderService.getChildren(Folder folder)
Lists all immediate child nodes of the given context folder.
|
PagingResult<Node> |
DocumentFolderService.getChildren(Folder folder,
ListingContext listingContext)
Lists immediate child nodes of the given context folder.
|
List<Document> |
DocumentFolderService.getDocuments(Folder folder)
Lists all immediate child documents of the given context node Note:
this could be a long list
|
PagingResult<Document> |
DocumentFolderService.getDocuments(Folder folder,
ListingContext listingContext)
Lists all immediate child documents of the given context folder.
|
List<Folder> |
DocumentFolderService.getFolders(Folder folder)
Lists all immediate child folders of the given context folder.
|
PagingResult<Folder> |
DocumentFolderService.getFolders(Folder folder,
ListingContext listingContext)
Lists all immediate child folders of the given context folder.
|
NodeTypeDefinition |
ModelDefinitionService.getFolderTypeDefinition(Folder folder)
Returns the type definition for the given Folder, the returned definition
will also include all properties from all applied aspects.
|
Modifier and Type | Method and Description |
---|---|
Folder |
AbstractDocumentFolderServiceImpl.createFolder(Folder parentFolder,
String folderName,
Map<String,Serializable> properties)
Creates a folder object in the specified location with an optional set of
properties and aspects.
|
Folder |
AbstractDocumentFolderServiceImpl.createFolder(Folder parentFolder,
String folderName,
Map<String,Serializable> properties,
List<String> aspects)
Creates a folder object in the specified location with an optional set of
properties and aspects.
|
Folder |
AbstractDocumentFolderServiceImpl.createFolder(Folder parentFolder,
String folderName,
Map<String,Serializable> properties,
List<String> aspects,
String type)
Creates a folder object in the specified location with an optional set of
properties and aspects.
|
Folder |
AbstractSiteServiceImpl.getDocumentLibrary(Site site)
Get the documents container folder for the given site.
|
Folder |
AbstractDocumentFolderServiceImpl.getParentFolder(Node node)
Gets the direct parent folder object.
|
Folder |
AbstractDocumentFolderServiceImpl.getRootFolder() |
Modifier and Type | Method and Description |
---|---|
List<Folder> |
AbstractDocumentFolderServiceImpl.getFolders(Folder parentFolder)
Lists all immediate child folders of the given context folder.
|
PagingResult<Folder> |
AbstractDocumentFolderServiceImpl.getFolders(Folder folder,
ListingContext listingContext)
Lists all immediate child folders of the given context folder.
|
Modifier and Type | Method and Description |
---|---|
Document |
AbstractDocumentFolderServiceImpl.createDocument(Folder parentFolder,
String documentName,
Map<String,Serializable> properties,
ContentFile contentFile)
Creates a document object in the specified location with an optional set
of properties.
|
Document |
AbstractDocumentFolderServiceImpl.createDocument(Folder parentFolder,
String documentName,
Map<String,Serializable> properties,
ContentFile contentFile,
List<String> aspects)
Creates a document object in the specified location with an optional set
of properties.
|
Document |
AbstractDocumentFolderServiceImpl.createDocument(Folder parentFolder,
String documentName,
Map<String,Serializable> properties,
ContentFile contentFile,
List<String> aspects,
String type)
Creates a document object in the specified location with an optional set
of properties.
|
Folder |
AbstractDocumentFolderServiceImpl.createFolder(Folder parentFolder,
String folderName,
Map<String,Serializable> properties)
Creates a folder object in the specified location with an optional set of
properties and aspects.
|
Folder |
AbstractDocumentFolderServiceImpl.createFolder(Folder parentFolder,
String folderName,
Map<String,Serializable> properties,
List<String> aspects)
Creates a folder object in the specified location with an optional set of
properties and aspects.
|
Folder |
AbstractDocumentFolderServiceImpl.createFolder(Folder parentFolder,
String folderName,
Map<String,Serializable> properties,
List<String> aspects,
String type)
Creates a folder object in the specified location with an optional set of
properties and aspects.
|
Node |
AbstractDocumentFolderServiceImpl.getChildByPath(Folder folder,
String relativePathFromFolder)
Gets the node object stored at the relative specified path from the
folder object.
|
List<Node> |
AbstractDocumentFolderServiceImpl.getChildren(Folder parentFolder)
Lists all immediate child nodes of the given context folder.
|
PagingResult<Node> |
AbstractDocumentFolderServiceImpl.getChildren(Folder parentFolder,
ListingContext lcontext)
Lists immediate child nodes of the given context folder.
|
List<Document> |
AbstractDocumentFolderServiceImpl.getDocuments(Folder folder)
Lists all immediate child documents of the given context node Note:
this could be a long list
|
PagingResult<Document> |
AbstractDocumentFolderServiceImpl.getDocuments(Folder folder,
ListingContext listingContext)
Lists all immediate child documents of the given context folder.
|
List<Folder> |
AbstractDocumentFolderServiceImpl.getFolders(Folder parentFolder)
Lists all immediate child folders of the given context folder.
|
PagingResult<Folder> |
AbstractDocumentFolderServiceImpl.getFolders(Folder folder,
ListingContext listingContext)
Lists all immediate child folders of the given context folder.
|
NodeTypeDefinition |
AbstractModelDefinitionService.getFolderTypeDefinition(Folder folder) |
Modifier and Type | Method and Description |
---|---|
List<Folder> |
OnPremiseDocumentFolderServiceImpl.getFavoriteFolders() |
PagingResult<Folder> |
OnPremiseDocumentFolderServiceImpl.getFavoriteFolders(ListingContext listingContext) |
Modifier and Type | Method and Description |
---|---|
protected PagingResult<Folder> |
PublicAPIDocumentFolderServiceImpl.computeFolderFavorites(org.apache.chemistry.opencmis.commons.impl.UrlBuilder url) |
List<Folder> |
PublicAPIDocumentFolderServiceImpl.getFavoriteFolders() |
PagingResult<Folder> |
PublicAPIDocumentFolderServiceImpl.getFavoriteFolders(ListingContext listingContext) |
Modifier and Type | Method and Description |
---|---|
Folder |
AlfrescoSession.getRootFolder()
Returns the root folder of the repository this session is connected to.
|
Modifier and Type | Field and Description |
---|---|
protected Folder |
AbstractAlfrescoSessionImpl.rootNode
Root Folder for the specific session.
|
Modifier and Type | Method and Description |
---|---|
Folder |
AbstractAlfrescoSessionImpl.getRootFolder() |
Modifier and Type | Method and Description |
---|---|
protected Folder |
AlfrescoSDKTestCase.createDeletedFolder(Folder root,
String folderName) |
Folder |
AlfrescoSDKTestCase.createNewFolder(AlfrescoSession session,
Folder parentFolder,
String folderName,
Map<String,Serializable> properties)
Create new folder (delete if already exists and if possible)
|
Folder |
AlfrescoSDKTestCase.createUnitTestFolder(AlfrescoSession session)
Create Root Folder Sandbox for unit Test.
|
Modifier and Type | Method and Description |
---|---|
protected Document |
AlfrescoSDKTestCase.createDeletedDocument(Folder root,
String docName) |
protected Folder |
AlfrescoSDKTestCase.createDeletedFolder(Folder root,
String folderName) |
protected Document |
AlfrescoSDKTestCase.createDocument(Folder folder,
String docName) |
protected Document |
AlfrescoSDKTestCase.createDocumentFromAsset(Folder root,
String assetName) |
protected void |
AlfrescoSDKTestCase.createDocuments(Folder root,
int size)
Create a list of sample Documents.
|
protected Document |
AlfrescoSDKTestCase.createEmptyDocument(Folder root,
String docName) |
protected void |
AlfrescoSDKTestCase.createFolders(Folder root,
int size)
Creates a list of sample folder
|
Folder |
AlfrescoSDKTestCase.createNewFolder(AlfrescoSession session,
Folder parentFolder,
String folderName,
Map<String,Serializable> properties)
Create new folder (delete if already exists and if possible)
|
Copyright © 2012-2018 Alfresco Software. All Rights Reserved.