public class CloudNodeImpl extends PublicAPINodeImpl
Modifier and Type | Field and Description |
---|---|
static android.os.Parcelable.Creator<CloudNodeImpl> |
CREATOR |
Constructor and Description |
---|
CloudNodeImpl() |
CloudNodeImpl(android.os.Parcel o) |
CloudNodeImpl(String type,
Map<String,Object> json)
Default constructor of a Node based on CMIS service and object.
|
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
getAspects, getCreatedAt, getCreatedBy, getDescription, getIdentifier, getModifiedAt, getModifiedBy, getName, getProperties, getProperty, getPropertyValue, getTitle, getType, hasAllProperties, hasAspect, isDocument, isFolder
public static final android.os.Parcelable.Creator<CloudNodeImpl> CREATOR
public CloudNodeImpl()
public CloudNodeImpl(String type, Map<String,Object> json)
o
- public CloudNodeImpl(android.os.Parcel o)
public int describeContents()
describeContents
in interface android.os.Parcelable
describeContents
in class PublicAPINodeImpl
public void writeToParcel(android.os.Parcel dest, int flags)
writeToParcel
in interface android.os.Parcelable
writeToParcel
in class PublicAPINodeImpl
Copyright © 2012-2018 Alfresco Software. All Rights Reserved.