Package org.silverpeas.core.cmis
Class SilverpeasCmisSettings
- java.lang.Object
-
- org.silverpeas.core.cmis.SilverpeasCmisSettings
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SilverpeasCmisSettings
get()
String
getRepositoryDescription()
Gets a short description of the CMIS repository in Silverpeas.String
getRepositoryId()
Gets the unique identifier of the CMIS repository in Silverpeas.String
getRepositoryName()
Gets the name of the CMIS repository in Silverpeas.
-
-
-
Method Detail
-
get
public static SilverpeasCmisSettings get()
-
getRepositoryId
public String getRepositoryId()
Gets the unique identifier of the CMIS repository in Silverpeas. Should be unique among all of the customers of Silverpeas.- Returns:
- the unique identifier of the CMIS repository.
-
getRepositoryName
public String getRepositoryName()
Gets the name of the CMIS repository in Silverpeas.- Returns:
- the repository's name.
-
getRepositoryDescription
public String getRepositoryDescription()
Gets a short description of the CMIS repository in Silverpeas.- Returns:
- a short description of the repository.
-
-