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.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.onpremise |
Implementation of alfresco services for onPremise instance..
|
org.alfresco.mobile.android.api.services.impl.publicapi |
Modifier and Type | Method and Description |
---|---|
Property |
Node.getProperty(String name)
Returns the requested property.
|
Property |
Task.getVariable(String name)
Returns the requested variable.
|
Property |
Process.getVariable(String name)
Returns the requested variable.
|
Modifier and Type | Method and Description |
---|---|
Map<String,Property> |
Node.getProperties()
Returns a Map of all available properties for the specific node object.
|
Map<String,Property> |
Task.getVariables()
Returns a Map of all available variables for the specific task object.
|
Map<String,Property> |
Process.getVariables()
Returns a Map of all available variables for the specific process object.
|
Modifier and Type | Class and Description |
---|---|
class |
PropertyImpl
Wrapper of OpenCMIS Property
|
Modifier and Type | Method and Description |
---|---|
Property |
NodeImpl.getProperty(String name)
Returns the requested property.
|
Property |
TaskImpl.getVariable(String name) |
Property |
ProcessImpl.getVariable(String name) |
Modifier and Type | Method and Description |
---|---|
Map<String,Property> |
NodeImpl.getProperties()
Returns a Map of all available properties for the specific node object.
|
Map<String,Property> |
TaskImpl.getVariables() |
Map<String,Property> |
ProcessImpl.getVariables() |
Modifier and Type | Method and Description |
---|---|
static Process |
ProcessImpl.refreshProcess(Process process,
Map<String,Property> properties) |
static Task |
TaskImpl.refreshTask(Task task,
Map<String,Property> properties) |
Modifier and Type | Method and Description |
---|---|
Property |
PublicAPINodeImpl.getProperty(String name) |
Modifier and Type | Method and Description |
---|---|
Map<String,Property> |
PublicAPINodeImpl.getProperties() |
Modifier and Type | Method and Description |
---|---|
Map<String,Property> |
WorkflowService.getVariables(Process process)
Retrieves the variables for a given process.
|
Map<String,Property> |
WorkflowService.getVariables(Task task)
Retrieves the variables for a given task.
|
Modifier and Type | Method and Description |
---|---|
Map<String,Property> |
OnPremiseWorkflowServiceImpl.getVariables(Process process) |
Map<String,Property> |
OnPremiseWorkflowServiceImpl.getVariables(Task task) |
Modifier and Type | Method and Description |
---|---|
Map<String,Property> |
PublicAPIWorkflowServiceImpl.getVariables(Process process) |
Map<String,Property> |
PublicAPIWorkflowServiceImpl.getVariables(Task task)
Retrieves the variables for a given task.
|
Copyright © 2012-2018 Alfresco Software. All Rights Reserved.