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.onpremise |
Implementation of alfresco services for onPremise instance..
|
org.alfresco.mobile.android.api.services.impl.publicapi |
Modifier and Type | Class and Description |
---|---|
class |
CommentImpl
Comment :
is a convenient way to provide users with information or notes specific
to that content
|
Modifier and Type | Method and Description |
---|---|
Comment |
CommentService.addComment(Node node,
String content)
Add a comment to the specified Node (Folder or Document).
|
Comment |
CommentService.updateComment(Node node,
Comment comment,
String content)
Updates the given comment with the provided content.
|
Modifier and Type | Method and Description |
---|---|
List<Comment> |
CommentService.getComments(Node node)
List the available comments for the specified node.
|
PagingResult<Comment> |
CommentService.getComments(Node node,
ListingContext listingContext)
List the available comments for the specified node.
|
Modifier and Type | Method and Description |
---|---|
void |
CommentService.deleteComment(Node node,
Comment comment)
Remove the specified comment from the repository.
|
Comment |
CommentService.updateComment(Node node,
Comment comment,
String content)
Updates the given comment with the provided content.
|
Modifier and Type | Method and Description |
---|---|
Comment |
AbstractCommentService.addComment(Node node,
String content)
Add a comment to the specified Node (Folder or Document).
|
protected abstract Comment |
AbstractCommentService.parseData(Map<String,Object> json)
Parse Json Data response from the repository.
|
Comment |
AbstractCommentService.updateComment(Node node,
Comment comment,
String content)
Updates the given comment with the provided content.
|
Modifier and Type | Method and Description |
---|---|
protected abstract PagingResult<Comment> |
AbstractCommentService.computeComment(org.apache.chemistry.opencmis.commons.impl.UrlBuilder url)
Internal method to compute data from server and transform it as high
level object.
|
List<Comment> |
AbstractCommentService.getComments(Node node)
List the available comments for the specified node.
|
PagingResult<Comment> |
AbstractCommentService.getComments(Node node,
ListingContext listingContext)
List the available comments for the specified node.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractCommentService.deleteComment(Node node,
Comment comment)
Remove the specified comment from the repository.
|
protected abstract org.apache.chemistry.opencmis.commons.impl.UrlBuilder |
AbstractCommentService.getCommentUrl(Node node,
Comment comment)
Internal method to retrieve a specific comment url.
|
Comment |
AbstractCommentService.updateComment(Node node,
Comment comment,
String content)
Updates the given comment with the provided content.
|
Modifier and Type | Method and Description |
---|---|
protected Comment |
OnPremiseCommentServiceImpl.parseData(Map<String,Object> json) |
Modifier and Type | Method and Description |
---|---|
protected PagingResult<Comment> |
OnPremiseCommentServiceImpl.computeComment(org.apache.chemistry.opencmis.commons.impl.UrlBuilder url)
Internal method to compute data from server and transform it as high
level object.
|
Modifier and Type | Method and Description |
---|---|
protected org.apache.chemistry.opencmis.commons.impl.UrlBuilder |
OnPremiseCommentServiceImpl.getCommentUrl(Node node,
Comment comment)
Internal method to retrieve a specific comment url.
|
Modifier and Type | Method and Description |
---|---|
protected Comment |
PublicAPICommentServiceImpl.parseData(Map<String,Object> json) |
Modifier and Type | Method and Description |
---|---|
protected PagingResult<Comment> |
PublicAPICommentServiceImpl.computeComment(org.apache.chemistry.opencmis.commons.impl.UrlBuilder url) |
Modifier and Type | Method and Description |
---|---|
protected org.apache.chemistry.opencmis.commons.impl.UrlBuilder |
PublicAPICommentServiceImpl.getCommentUrl(Node node,
Comment comment)
Internal method to retrieve a specific comment url.
|
Copyright © 2012-2018 Alfresco Software. All Rights Reserved.