Liferay 6.2-ce-ga5

com.liferay.portal.kernel.repository.cmis
Class CMISRepositoryUtil

java.lang.Object
  extended by com.liferay.portal.kernel.repository.cmis.CMISRepositoryUtil

public class CMISRepositoryUtil
extends Object


Constructor Summary
CMISRepositoryUtil()
           
 
Method Summary
static void checkRepository(long repositoryId, Map<String,String> parameters, UnicodeProperties typeSettingsProperties, String typeSettingsKey)
           
static Session createSession(Map<String,String> parameters)
           
static String getTypeSettingsValue(UnicodeProperties typeSettingsProperties, String typeSettingsKey)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CMISRepositoryUtil

public CMISRepositoryUtil()
Method Detail

checkRepository

public static void checkRepository(long repositoryId,
                                   Map<String,String> parameters,
                                   UnicodeProperties typeSettingsProperties,
                                   String typeSettingsKey)

createSession

public static Session createSession(Map<String,String> parameters)
                             throws RepositoryException
Throws:
RepositoryException

getTypeSettingsValue

public static String getTypeSettingsValue(UnicodeProperties typeSettingsProperties,
                                          String typeSettingsKey)

Liferay 6.2-ce-ga5