@ProviderType
public class CMISRepositoryLocalServiceUtil
extends java.lang.Object
com.liferay.portal.service.impl.CMISRepositoryLocalServiceImpl and is the
primary access point for service operations in application layer code running
on the local server. Methods of this service will not have security checks
based on the propagated JAAS credentials because this service can only be
accessed from within the same VM.CMISRepositoryLocalService,
CMISRepositoryLocalServiceBaseImpl,
com.liferay.portal.service.impl.CMISRepositoryLocalServiceImpl| Constructor and Description |
|---|
CMISRepositoryLocalServiceUtil() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
static CMISRepositoryLocalService |
getService() |
static java.lang.Object |
getSession(long repositoryId) |
static void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
void |
setService(CMISRepositoryLocalService service)
Deprecated.
As of 6.2.0
|
static FileEntry |
toFileEntry(long repositoryId,
java.lang.Object object) |
static FileVersion |
toFileVersion(long repositoryId,
java.lang.Object object) |
static Folder |
toFolder(long repositoryId,
java.lang.Object object) |
public static java.lang.String getBeanIdentifier()
public static void setBeanIdentifier(java.lang.String beanIdentifier)
beanIdentifier - the Spring bean ID for this beanpublic static java.lang.Object getSession(long repositoryId)
throws PortalException,
SystemException
PortalExceptionSystemExceptionpublic static FileEntry toFileEntry(long repositoryId, java.lang.Object object) throws PortalException, SystemException
PortalExceptionSystemExceptionpublic static FileVersion toFileVersion(long repositoryId, java.lang.Object object) throws PortalException, SystemException
PortalExceptionSystemExceptionpublic static Folder toFolder(long repositoryId, java.lang.Object object) throws PortalException, SystemException
PortalExceptionSystemExceptionpublic static CMISRepositoryLocalService getService()
public void setService(CMISRepositoryLocalService service)