Package | Description |
---|---|
org.alfresco.mobile.android.api.model.impl |
Implementation of all high level object.
|
org.alfresco.mobile.android.api.model.impl.cloud | |
org.alfresco.mobile.android.api.model.impl.onpremise | |
org.alfresco.mobile.android.api.session |
Provides all session object.
|
org.alfresco.mobile.android.api.session.impl |
Implementation of all session object.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractRepositoryInfo
Base common implementation of RepositoryInfo.
|
Modifier and Type | Class and Description |
---|---|
class |
CloudRepositoryInfoImpl |
Modifier and Type | Class and Description |
---|---|
class |
OnPremiseRepositoryInfoImpl
The RepositoryInfo class provides information on the repository the session
is connected to, for example, repository version number, edition,
capabilities etc.
|
Constructor and Description |
---|
OnPremiseRepositoryCapabilitiesImpl(RepositoryInfo repositoryInfo)
Constructor that wrap RepositoryInfo CMIS object .
|
Modifier and Type | Method and Description |
---|---|
RepositoryInfo |
AlfrescoSession.getRepositoryInfo()
Returns RepositoryInformation object representing the repository the
session is connected to.
|
Modifier and Type | Field and Description |
---|---|
protected RepositoryInfo |
AbstractAlfrescoSessionImpl.repositoryInfo
Repository Informations to the specific session.
|
Modifier and Type | Method and Description |
---|---|
RepositoryInfo |
AbstractAlfrescoSessionImpl.getRepositoryInfo() |
Copyright © 2012-2018 Alfresco Software. All Rights Reserved.