All Methods Instance Methods Abstract Methods
Modifier and Type |
Method and Description |
File |
exportLayoutsAsFile(ExportImportConfiguration exportImportConfiguration) |
long |
exportLayoutsAsFileInBackground(long userId,
ExportImportConfiguration exportImportConfiguration) |
long |
exportLayoutsAsFileInBackground(long userId,
long exportImportConfigurationId) |
File |
exportPortletInfoAsFile(ExportImportConfiguration exportImportConfiguration) |
long |
exportPortletInfoAsFileInBackground(long userId,
ExportImportConfiguration exportImportConfiguration) |
long |
exportPortletInfoAsFileInBackground(long userId,
long exportImportConfigurationId) |
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
void |
importLayouts(ExportImportConfiguration exportImportConfiguration,
File file) |
void |
importLayouts(ExportImportConfiguration exportImportConfiguration,
InputStream inputStream) |
void |
importLayoutsDataDeletions(ExportImportConfiguration exportImportConfiguration,
File file) |
long |
importLayoutsInBackground(long userId,
ExportImportConfiguration exportImportConfiguration,
File file) |
long |
importLayoutsInBackground(long userId,
ExportImportConfiguration exportImportConfiguration,
InputStream inputStream) |
long |
importLayoutsInBackground(long userId,
long exportImportConfigurationId,
File file) |
long |
importLayoutsInBackground(long userId,
long exportImportConfigurationId,
InputStream inputStream) |
void |
importPortletDataDeletions(ExportImportConfiguration exportImportConfiguration,
File file) |
void |
importPortletInfo(ExportImportConfiguration exportImportConfiguration,
File file) |
void |
importPortletInfo(ExportImportConfiguration exportImportConfiguration,
InputStream inputStream) |
long |
importPortletInfoInBackground(long userId,
ExportImportConfiguration exportImportConfiguration,
File file) |
long |
importPortletInfoInBackground(long userId,
ExportImportConfiguration exportImportConfiguration,
InputStream inputStream) |
long |
importPortletInfoInBackground(long userId,
long exportImportConfigurationId,
File file) |
long |
importPortletInfoInBackground(long userId,
long exportImportConfigurationId,
InputStream inputStream) |
MissingReferences |
validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration,
File file) |
MissingReferences |
validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration,
InputStream inputStream) |
MissingReferences |
validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration,
File file) |
MissingReferences |
validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration,
InputStream inputStream) |