Package | Description |
---|---|
org.alfresco.mobile.android.api.model.impl |
Implementation of all high level object.
|
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.utils |
Provides all utilities.
|
org.alfresco.mobile.android.test |
Modifier and Type | Class and Description |
---|---|
class |
ContentFileImpl
ContentFile represents an abstract way to share file between the client
remote api and server.
|
Modifier and Type | Method and Description |
---|---|
ContentFile |
PersonService.getAvatar(Person person) |
ContentFile |
DocumentFolderService.getContent(Document document)
Downloads the content for the given document.
|
ContentFile |
DocumentFolderService.getRendition(Node node,
String type)
Retrieve a specific type of Rendition for the specified identifier.
|
Modifier and Type | Method and Description |
---|---|
Document |
VersionService.checkin(Document document,
boolean majorVersion,
ContentFile file,
Map<String,Serializable> properties,
String comment)
Checks in the private working copy document, if successful the new
version of the document is returned.
|
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.
|
Document |
DocumentFolderService.updateContent(Document document,
ContentFile file)
Updates the content on the given document using the provided local file.
|
Modifier and Type | Method and Description |
---|---|
ContentFile |
AbstractPersonService.getAvatar(Person person)
Retrieves the avatar rendition for the specified username.
|
ContentFile |
AbstractPersonService.getAvatar(String personIdentifier)
Retrieves the avatar rendition for the specified username.
|
ContentFile |
AbstractDocumentFolderServiceImpl.getContent(Document document)
Downloads the content for the given document.
|
ContentFile |
AbstractDocumentFolderServiceImpl.getRendition(Node node,
String type)
Retrieve a specific type of Rendition for the specified identifier.
|
protected ContentFile |
AlfrescoService.saveContentStream(ContentStream contentStream,
String cacheFileName,
int storageType)
Allow to save a contentStream inside the devices file system.
|
Modifier and Type | Method and Description |
---|---|
Document |
VersionServiceImpl.checkin(Document document,
boolean majorVersion,
ContentFile contentFile,
Map<String,Serializable> properties,
String comment) |
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.
|
Document |
AbstractDocumentFolderServiceImpl.updateContent(Document content,
ContentFile contentFile)
Updates the content on the given document using the provided local file.
|
Modifier and Type | Method and Description |
---|---|
static InputStream |
IOUtils.getContentFileInputStream(ContentFile contentFile) |
Modifier and Type | Method and Description |
---|---|
protected ContentFile |
AlfrescoSDKTestCase.createContentFile(String contentValue) |
Copyright © 2012-2018 Alfresco Software. All Rights Reserved.