Package | Description |
---|---|
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 | Method and Description |
---|---|
abstract CloudNetwork |
CloudSession.getNetwork()
Returns the current network for the session.
|
Modifier and Type | Method and Description |
---|---|
abstract List<CloudNetwork> |
CloudSession.getNetworks()
Returns the list of networks the current user has access to.
|
Modifier and Type | Class and Description |
---|---|
class |
CloudNetworkImpl
Implementation of CloudNetwork.
|
Modifier and Type | Method and Description |
---|---|
CloudNetwork |
CloudSessionImpl.getNetwork() |
Modifier and Type | Method and Description |
---|---|
List<CloudNetwork> |
CloudSessionImpl.getNetworks() |
Modifier and Type | Method and Description |
---|---|
protected void |
CloudSessionImpl.switchNetwork(CloudNetwork network) |
Copyright © 2012-2018 Alfresco Software. All Rights Reserved.