|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xcmis.sp.jcr.exo.StorageConfiguration
public class StorageConfiguration
CMIS repository configuration.
| Constructor Summary | |
|---|---|
StorageConfiguration()
|
|
| Method Summary | |
|---|---|
String |
getDescription()
Get description. |
String |
getId()
Get repository id. |
IndexConfiguration |
getIndexConfiguration()
Get index configuration. |
Map<String,Object> |
getProperties()
Get additional repository's properties. |
String |
getRepository()
Get repository name. |
String |
getWorkspace()
Get workspace name. |
void |
setDescription(String description)
Sets description. |
void |
setId(String id)
Set CMIS repository id. |
void |
setIndexConfiguration(IndexConfiguration indexConfiguration)
Set index configuration. |
void |
setProperties(Map<String,Object> properties)
Set additional repository's properties. |
void |
setRepository(String repository)
Set repository name. |
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()
| Method Detail |
|---|
public String getId()
public IndexConfiguration getIndexConfiguration()
public Map<String,Object> getProperties()
public String getRepository()
public String getDescription()
public String getWorkspace()
public void setId(String id)
id - repository idpublic void setIndexConfiguration(IndexConfiguration indexConfiguration)
indexConfiguration - the index configurationpublic void setProperties(Map<String,Object> properties)
properties - properties mappublic void setRepository(String repository)
repository - the repository namepublic void setDescription(String description)
description - string descriptionpublic void setWorkspace(String workspace)
workspace - the workspace name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||