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.services.impl.cloud |
Implementation of alfresco services for cloud instance..
|
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.test |
Modifier and Type | Class and Description |
---|---|
class |
ContentStreamImpl
ContentFile represents an abstract way to share inputstream between the
client remote api and server.
|
Modifier and Type | Method and Description |
---|---|
ContentStream |
DocumentFolderService.getContentStream(Document document)
Downloads the content for the given document as InputStream.
|
ContentStream |
WorkflowService.getProcessDiagram(Process process)
This process diagram shows a user the context of the task that is being
performed.
|
ContentStream |
WorkflowService.getProcessDiagram(String processId)
This process diagram shows a user the context of the task that is being
performed.
|
ContentStream |
DocumentFolderService.getRenditionStream(Node node,
String type)
Retrieve a specific type of Rendition for the specified identifier as
InputStream
|
Modifier and Type | Method and Description |
---|---|
ContentStream |
AbstractDocumentFolderServiceImpl.downloadContentStream(String identifier) |
ContentStream |
AbstractPersonService.getAvatarStream(String personIdentifier)
Retrieves the avatar rendition for the specified username.
|
ContentStream |
AbstractDocumentFolderServiceImpl.getContentStream(Document document)
Downloads the content for the given document as InputStream.
|
ContentStream |
AbstractDocumentFolderServiceImpl.getRenditionStream(Node node,
String type)
Retrieve a specific type of Rendition for the specified identifier as
InputStream
|
abstract ContentStream |
AbstractDocumentFolderServiceImpl.getRenditionStream(String identifier,
String type) |
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
ContentStream |
CloudDocumentFolderServiceImpl.getRenditionStream(String identifier,
String title) |
Modifier and Type | Method and Description |
---|---|
ContentStream |
OnPremisePersonServiceImpl.getAvatarStream(String personIdentifier)
Retrieves the avatar rendition for the specified username.
|
ContentStream |
OnPremiseWorkflowServiceImpl.getProcessDiagram(Process process)
This process diagram shows a user the context of the task that is being
performed.
|
ContentStream |
OnPremiseWorkflowServiceImpl.getProcessDiagram(String processId)
This process diagram shows a user the context of the task that is being
performed.
|
ContentStream |
OnPremiseDocumentFolderServiceImpl.getRenditionStream(String identifier,
String type) |
Modifier and Type | Method and Description |
---|---|
ContentStream |
PublicAPIPersonServiceImpl.getAvatarStream(String personIdentifier)
Retrieves the avatar rendition for the specified username.
|
ContentStream |
PublicAPIWorkflowServiceImpl.getProcessDiagram(Process process)
This process diagram shows a user the context of the task that is being
performed.
|
ContentStream |
PublicAPIWorkflowServiceImpl.getProcessDiagram(String processId)
This process diagram shows a user the context of the task that is being
performed.
|
ContentStream |
PublicAPIDocumentFolderServiceImpl.getRenditionStream(String identifier,
String type) |
Modifier and Type | Method and Description |
---|---|
protected String |
AlfrescoSDKTestCase.readContent(ContentStream contentStream)
Reads the content from a content stream into a byte array.
|
Copyright © 2012-2018 Alfresco Software. All Rights Reserved.