You are here

DocumentFolderService

org.alfresco.mobile.android.api.services.DocumentFolderService

This section describes the DocumentFolderService interface.

The DocumentFolderService interface provides facilities to manage folders and documents in a SkyVault repository. The service provides methods to create and update nodes. The DocumentFolderService supports methods to perform the following operations:

  • Create nodes and set property values.
  • Read node properties and content, read and navigate node associations (browse folder).
  • Update properties and content of nodes.
  • Delete nodes. If the archive store is enabled, the node is not deleted but moved from its current node to the archive node store; nodes in the archive store can then be restored or purged.

Class declaration

public interface DocumentFolderService extends Service

Inherits from Implements
Service None