Package | Description |
---|---|
org.alfresco.mobile.android.api.services.impl.cloud |
Implementation of alfresco services for cloud instance..
|
org.alfresco.mobile.android.api.session |
Provides all session object.
|
org.alfresco.mobile.android.api.session.impl |
Implementation of all session object.
|
org.alfresco.mobile.android.api.utils |
Provides all utilities.
|
org.alfresco.mobile.android.test |
Constructor and Description |
---|
CloudCommentServiceImpl(CloudSession repositorySession)
Default Constructor.
|
CloudSiteServiceImpl(CloudSession repositorySession)
Default constructor for service.
|
CloudTaggingServiceImpl(CloudSession repositorySession)
Default constructor for service.
|
Modifier and Type | Method and Description |
---|---|
static CloudSession |
CloudSession.connect(OAuthData oauthData)
Connects to the Alfresco in the Cloud server in the context of the users
home network.
|
static CloudSession |
CloudSession.connect(OAuthData oauthData,
Map<String,Serializable> parameters)
Connects to the Alfresco in the Cloud server in the context of the users
home network.
|
static CloudSession |
CloudSession.connect(OAuthData oauthData,
String networkId)
Connects the given user to the Alfresco in the cloud server in the
context of the given network.
|
static CloudSession |
CloudSession.connect(OAuthData oauthData,
String networkId,
Map<String,Serializable> parameters)
Connects the given user to the Alfresco in the cloud server in the
context of the given network.
|
Modifier and Type | Class and Description |
---|---|
class |
CloudSessionImpl
RepositorySession represents a connection to a cloud repository as a specific
user.
|
Modifier and Type | Method and Description |
---|---|
protected static StringBuilder |
PublicAPIUrlRegistry.createPrefix(CloudSession session) |
protected static StringBuilder |
CloudUrlRegistry.createPrefix(CloudSession session) |
static String |
CloudUrlRegistry.getAllMembersSiteUrl(CloudSession session,
String siteShortName) |
static String |
CloudUrlRegistry.getAllSitesUrl(CloudSession session) |
static String |
CloudUrlRegistry.getCancelJoinSiteRequestUrl(CloudSession session,
String siteIdentifier,
String username) |
static String |
CloudUrlRegistry.getCommentsUrl(CloudSession session,
String nodeIdentifier) |
static String |
CloudUrlRegistry.getCommentUrl(CloudSession session,
String nodeIdentifier,
String commentIdentifier) |
static String |
CloudUrlRegistry.getDocContainerSiteUrl(CloudSession session,
String siteId) |
static String |
CloudUrlRegistry.getJoinRequestSiteUrl(CloudSession session,
String username) |
static String |
CloudUrlRegistry.getJoinSiteUrl(CloudSession session,
String username) |
static String |
CloudUrlRegistry.getLeaveSiteUrl(CloudSession session,
String siteShortName,
String username) |
static String |
CloudUrlRegistry.getNetwork(CloudSession session,
String username,
String networkIdentifier) |
static String |
CloudUrlRegistry.getPersonDetailssUrl(CloudSession session,
String username) |
static String |
CloudUrlRegistry.getRatingsUrl(CloudSession session,
String nodeIdentifier) |
static String |
CloudUrlRegistry.getRemoveUserPreferenceUrl(CloudSession session,
String username,
String siteGUID) |
static String |
CloudUrlRegistry.getSiteActivitiesUrl(CloudSession session,
String siteShortName) |
static String |
CloudUrlRegistry.getSiteUrl(CloudSession session,
String siteShortName) |
static String |
CloudUrlRegistry.getTagsUrl(CloudSession session) |
static String |
CloudUrlRegistry.getTagsUrl(CloudSession session,
String nodeRef) |
static String |
CloudUrlRegistry.getThumbnailUrl(CloudSession session,
String nodeIdentifier,
String thumbnailIdentifier) |
static String |
CloudUrlRegistry.getUnlikeUrl(CloudSession session,
String nodeIdentifier) |
static String |
CloudUrlRegistry.getUserActivitiesUrl(CloudSession session) |
static String |
CloudUrlRegistry.getUserActivitiesUrl(CloudSession session,
String username) |
static String |
CloudUrlRegistry.getUserFavoriteSitesUrl(CloudSession session,
String username) |
static String |
CloudUrlRegistry.getUserFavouriteDocumentsUrl(CloudSession session,
String username) |
static String |
CloudUrlRegistry.getUserFavouriteFoldersUrl(CloudSession session,
String username) |
static String |
CloudUrlRegistry.getUserFavouritesUrl(CloudSession session,
String username) |
static String |
CloudUrlRegistry.getUserFavouriteUrl(CloudSession session,
String username,
String identifier) |
static String |
CloudUrlRegistry.getUserNetworks(CloudSession session,
String username) |
static String |
CloudUrlRegistry.getUserPreferenceUrl(CloudSession session,
String username) |
static String |
CloudUrlRegistry.getUserSitesUrl(CloudSession session,
String username) |
Modifier and Type | Method and Description |
---|---|
CloudSession |
AlfrescoSDKTestCase.createCloudSession() |
CloudSession |
AlfrescoSDKTestCase.createCloudSession(Map<String,Serializable> parameters) |
Copyright © 2012-2018 Alfresco Software. All Rights Reserved.