|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.ecms.xcmis.sp.StorageConfiguration
public class StorageConfiguration
CMIS repository configuration.
| Constructor Summary | |
|---|---|
StorageConfiguration()
|
|
StorageConfiguration(String id,
String repository,
String workspace,
String rootNodePath,
Map<String,Object> properties,
String description)
|
|
| Method Summary | |
|---|---|
String |
getDescription()
Get description. |
String |
getId()
Get repository id. |
Map<String,Object> |
getProperties()
Get additional repository's properties. |
String |
getRepository()
Get repository name. |
String |
getRootNodePath()
Get path of JCR node which must be considered as root folder. |
String |
getWorkspace()
Get workspace name. |
void |
setDescription(String description)
Set repository description. |
void |
setId(String id)
Set CMIS repository id. |
void |
setProperties(Map<String,Object> properties)
Set additional repository's properties. |
void |
setRepository(String repository)
Set repository name. |
void |
setRootNodePath(String rootNodePath)
Set path of JCR node which must be considered as root folder. |
void |
setWorkspace(String workspace)
Set workspace name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StorageConfiguration()
public StorageConfiguration(String id,
String repository,
String workspace,
String rootNodePath,
Map<String,Object> properties,
String description)
| Method Detail |
|---|
public String getId()
public void setId(String id)
id - repository idpublic String getRepository()
public void setRepository(String repository)
repository - the repository namepublic String getWorkspace()
public void setWorkspace(String workspace)
workspace - the workspace namepublic String getRootNodePath()
public void setRootNodePath(String rootNodePath)
rootFolderPath - root folder pathpublic String getDescription()
public void setDescription(String description)
description - string descriptionpublic Map<String,Object> getProperties()
public void setProperties(Map<String,Object> properties)
properties - properties map
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||