Package | Description |
---|---|
org.alfresco.mobile.android.api.services.impl.onpremise |
Implementation of alfresco services for onPremise 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.extension.api.services.impl | |
org.alfresco.mobile.android.test |
Constructor and Description |
---|
OnPremiseActivityStreamServiceImpl(RepositorySession repositorySession)
Default Constructor.
|
OnPremisePersonServiceImpl(RepositorySession repositorySession)
Default Constructor.
|
OnPremiseRatingsServiceImpl(RepositorySession repositorySession)
Default Constructor.
|
OnPremiseSiteServiceImpl(RepositorySession repositorySession)
Default constructor for service.
|
OnPremiseTaggingServiceImpl(RepositorySession repositorySession)
Default constructor for service.
|
Modifier and Type | Method and Description |
---|---|
static RepositorySession |
RepositorySession.connect(String url,
SamlData data) |
static RepositorySession |
RepositorySession.connect(String url,
SamlData data,
Map<String,Serializable> parameters) |
static RepositorySession |
RepositorySession.connect(String url,
String username,
String password)
Creates a new instance of a RepositorySession representing the repository
specified in the url parameter.
|
static RepositorySession |
RepositorySession.connect(String url,
String username,
String password,
Map<String,Serializable> parameters)
Creates and authenticates a session represented by the URL using the
given user identifier and password.
|
Modifier and Type | Class and Description |
---|---|
class |
RepositorySessionImpl
RepositorySession represents a connection to an on-premise repository as a
specific user.
|
Constructor and Description |
---|
CustomRatingsServiceImpl(RepositorySession repositorySession)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
RepositorySession |
AlfrescoSDKTestCase.createCMISSession() |
RepositorySession |
AlfrescoSDKTestCase.createRepositorySession()
Default creation of a repositorySession
|
RepositorySession |
AlfrescoSDKTestCase.createRepositorySession(Map<String,Serializable> parameters)
Create a repositorySession with parameters.
|
Copyright © 2012-2018 Alfresco Software. All Rights Reserved.