public interface Resource extends Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
PROPERTY_AUTHOR |
static String |
PROPERTY_DESCRIPTION |
static String |
PROPERTY_MODIFIED_TIME |
static String |
PROPERTY_TITLE |
| Modifier and Type | Method and Description |
|---|---|
Section |
getContainingSection()
Gets the section the resource is contained within.
|
String |
getDescription()
The description
|
String |
getId()
The id of the item
|
String |
getName()
The name of the item
|
Map<String,Serializable> |
getProperties()
Get properties mape
|
Serializable |
getProperty(String name)
Get any property by name
String name property name
|
String |
getTitle()
The title of the item
|
String |
getType()
Get the type of the resource
|
static final String PROPERTY_TITLE
static final String PROPERTY_DESCRIPTION
static final String PROPERTY_AUTHOR
static final String PROPERTY_MODIFIED_TIME
String getId()
String getName()
String getTitle()
String getDescription()
String getType()
Serializable getProperty(String name)
Map<String,Serializable> getProperties()
Section getContainingSection()
Copyright © 2005–2014 Alfresco Software. All rights reserved.