org.alfresco.mobile.android.api.services.SiteService
This section describes the SiteService interface.
Sites are a key concept within SkyVault Share for managing documents, wiki pages, blog posts, discussions, and other collaborative content relating to teams, projects, and communities of interest.
Class declaration
public interface SiteService extends Service
Inherits from | Implements |
---|---|
Service | None |
Constants
Apps requires the ability to filter sites by visibility, to enable this the filter constants defined below have been added.
Constant |
---|
public static String FILTER_KEY_VISIBILTY; |
public static int FILTER_VISIBILITY_PUBLIC; |
public static int FILTER_VISIBILITY_MODERATED; |
public static int FILTER_VISIBILITY_PRIVATE; |