Package | Description |
---|---|
org.alfresco.mobile.android.api.model.impl |
Implementation of all high level object.
|
Modifier and Type | Class and Description |
---|---|
class |
DocumentImpl
Document base object.
|
class |
DocumentLinkImpl
Document base object.
|
class |
FolderImpl
Folder Base object
|
class |
FolderLinkImpl
Folder Link object
|
class |
LinkImpl
Folder Base object
|
Modifier and Type | Field and Description |
---|---|
static android.os.Parcelable.Creator<NodeImpl> |
NodeImpl.CREATOR
Android specific internal methods to retrieve information depending on
state. By state it means that
a node is created by a "cmisobject" so parameter object is not
null
if configuration change (orientation screen change...) the parameter
object is not saved so become null.
To save informations (properties, aspects...), Android can use Parcel
object that can store important information.
This method is similar as "deserialization" in java world.
|
Copyright © 2012-2018 Alfresco Software. All Rights Reserved.