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 |
PersonImpl
Provides informations available about a specific person.
|
Modifier and Type | Method and Description |
---|---|
Person |
CommentImpl.getCreatedByPerson() |
Modifier and Type | Method and Description |
---|---|
Person |
PersonService.getPerson(String personIdentifier) |
Person |
PersonService.refresh(Person person)
Returns the latest (and complete) set of properties for the provided
person.
|
Modifier and Type | Method and Description |
---|---|
List<Person> |
SiteService.getAllMembers(Site site)
Returns a list of site members.
|
PagingResult<Person> |
SiteService.getAllMembers(Site site,
ListingContext listingContext)
Returns a paged list of site members.
|
List<Person> |
PersonService.search(String keyword)
Returns a list of persons which respect the keyword.
|
PagingResult<Person> |
PersonService.search(String keyword,
ListingContext listingContext)
Returns a paged list of persons which respect the keyword.
|
List<Person> |
SiteService.searchMembers(Site site,
String keywords) |
PagingResult<Person> |
SiteService.searchMembers(Site site,
String keywords,
ListingContext listingContext) |
Modifier and Type | Method and Description |
---|---|
ContentFile |
PersonService.getAvatar(Person person) |
boolean |
SiteService.isMember(Site site,
Person person)
Returns true if the person is a member of the specified site.
|
Task |
WorkflowService.reassignTask(Task task,
Person assignee)
Reassign the task from the owner to an assignee
|
Person |
PersonService.refresh(Person person)
Returns the latest (and complete) set of properties for the provided
person.
|
Modifier and Type | Method and Description |
---|---|
Process |
WorkflowService.startProcess(ProcessDefinition processDefinition,
List<Person> assignees,
Map<String,Serializable> variables,
List<Document> items)
Start a new process based on the specified process definition with an
optional set of variables and document attachments(items).
Variables keys must respect the same format as defined by the workflowModel inside the repository. |
Modifier and Type | Method and Description |
---|---|
protected abstract Person |
AbstractPersonService.computePerson(org.apache.chemistry.opencmis.commons.impl.UrlBuilder url)
Internal method to compute data from server and transform it as high
level object.
|
Person |
AbstractPersonService.getPerson(String personIdentifier) |
Modifier and Type | Method and Description |
---|---|
ContentFile |
AbstractPersonService.getAvatar(Person person)
Retrieves the avatar rendition for the specified username.
|
Modifier and Type | Method and Description |
---|---|
protected Person |
OnPremisePersonServiceImpl.computePerson(org.apache.chemistry.opencmis.commons.impl.UrlBuilder url)
Internal method to compute data from server and transform it as high
level object.
|
Person |
OnPremisePersonServiceImpl.refresh(Person person) |
Modifier and Type | Method and Description |
---|---|
List<Person> |
OnPremiseSiteServiceImpl.getAllMembers(Site site)
Returns a list of site members.
|
PagingResult<Person> |
OnPremiseSiteServiceImpl.getAllMembers(Site site,
ListingContext listingContext)
Returns a paged list of site members.
|
List<Person> |
OnPremisePersonServiceImpl.search(String keyword) |
PagingResult<Person> |
OnPremisePersonServiceImpl.search(String keyword,
ListingContext listingContext) |
List<Person> |
OnPremiseSiteServiceImpl.searchMembers(Site site,
String keywords) |
PagingResult<Person> |
OnPremiseSiteServiceImpl.searchMembers(Site site,
String keywords,
ListingContext listingContext) |
Modifier and Type | Method and Description |
---|---|
boolean |
OnPremiseSiteServiceImpl.isMember(Site site,
Person person) |
Task |
OnPremiseWorkflowServiceImpl.reassignTask(Task task,
Person assignee)
Reassign the task from the owner to an assignee
|
Person |
OnPremisePersonServiceImpl.refresh(Person person) |
Modifier and Type | Method and Description |
---|---|
Process |
OnPremiseWorkflowServiceImpl.startProcess(ProcessDefinition processDefinition,
List<Person> assignees,
Map<String,Serializable> variables,
List<Document> items)
Start a new process based on the specified process definition with an
optional set of variables and document attachments(items).
Variables keys must respect the same format as defined by the workflowModel inside the repository. |
Modifier and Type | Method and Description |
---|---|
protected Person |
PublicAPIPersonServiceImpl.computePerson(org.apache.chemistry.opencmis.commons.impl.UrlBuilder url) |
Person |
PublicAPIPersonServiceImpl.refresh(Person person) |
Modifier and Type | Method and Description |
---|---|
List<Person> |
PublicAPISiteServiceImpl.getAllMembers(Site site) |
PagingResult<Person> |
PublicAPISiteServiceImpl.getAllMembers(Site site,
ListingContext listingContext) |
List<Person> |
PublicAPIPersonServiceImpl.search(String keyword) |
PagingResult<Person> |
PublicAPIPersonServiceImpl.search(String keyword,
ListingContext listingContext) |
List<Person> |
PublicAPISiteServiceImpl.searchMembers(Site site,
String keywords) |
PagingResult<Person> |
PublicAPISiteServiceImpl.searchMembers(Site site,
String keywords,
ListingContext listingContext) |
Modifier and Type | Method and Description |
---|---|
boolean |
PublicAPISiteServiceImpl.isMember(Site site,
Person person) |
Task |
PublicAPIWorkflowServiceImpl.reassignTask(Task task,
Person assignee)
Reassign the task from the owner to an assignee
|
Person |
PublicAPIPersonServiceImpl.refresh(Person person) |
Modifier and Type | Method and Description |
---|---|
Process |
PublicAPIWorkflowServiceImpl.startProcess(ProcessDefinition processDefinition,
List<Person> assignees,
Map<String,Serializable> variables,
List<Document> items)
Start a new process based on the specified process definition with an
optional set of variables and document attachments(items).
Variables keys must respect the same format as defined by the workflowModel inside the repository. |
Copyright © 2012-2018 Alfresco Software. All Rights Reserved.