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.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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AspectDefinition |
interface |
DocumentTypeDefinition |
interface |
FolderTypeDefinition |
interface |
NodeTypeDefinition |
interface |
TaskTypeDefinition |
Modifier and Type | Class and Description |
---|---|
class |
AspectDefinitionImpl |
class |
DocumentTypeDefinitionImpl |
class |
FolderTypeDefinitionImpl |
class |
ModelDefinitionImpl |
class |
NodeTypeDefinitionImpl |
class |
TaskTypeDefinitionImpl |
Modifier and Type | Field and Description |
---|---|
protected Map<String,ModelDefinition> |
NodeTypeDefinitionImpl.aspectModel |
Modifier and Type | Method and Description |
---|---|
Map<String,ModelDefinition> |
NodeTypeDefinitionImpl.getAspectsDefinition() |
Constructor and Description |
---|
DocumentTypeDefinitionImpl(org.apache.chemistry.opencmis.client.api.ObjectType typeDefinition,
Map<String,ModelDefinition> aspectModels) |
FolderTypeDefinitionImpl(org.apache.chemistry.opencmis.client.api.ObjectType typeDefinition,
Map<String,ModelDefinition> aspectModels) |
NodeTypeDefinitionImpl(org.apache.chemistry.opencmis.client.api.ObjectType typeDefinition,
Map<String,ModelDefinition> aspectModels) |
TaskTypeDefinitionImpl(org.apache.chemistry.opencmis.client.api.ObjectType typeDefinition,
Map<String,ModelDefinition> aspectModels) |
Modifier and Type | Method and Description |
---|---|
ModelDefinition |
ModelDefinitionService.getAspectDefinition(String aspect)
Returns the type definition for the given Aspect type
|
Modifier and Type | Method and Description |
---|---|
ModelDefinition |
AbstractModelDefinitionService.getAspectDefinition(String aspect) |
protected ModelDefinition |
AbstractModelDefinitionService.getTypeDefinition(int modelId,
String typeId) |
Copyright © 2012-2018 Alfresco Software. All Rights Reserved.