public class CreatePortalArtifactsServiceImpl extends Object implements CreatePortalArtifactsService
| Modifier and Type | Field and Description |
|---|---|
static String |
CREATE_PORTAL_EVENT |
| Constructor and Description |
|---|
CreatePortalArtifactsServiceImpl(org.exoplatform.services.listener.ListenerService listenerService) |
| Modifier and Type | Method and Description |
|---|---|
void |
addIgnorePortalPlugin(IgnorePortalPlugin ignorePortalPlugin) |
void |
addPlugin(CreatePortalPlugin artifactsPlugin)
Adds the plugin.
|
void |
deployArtifactsToPortal(org.exoplatform.services.jcr.ext.common.SessionProvider sessionProvider,
String portalName,
String portalTemplateName)
Deploy artifacts to portal.
|
HashMap<String,CreatePortalPlugin> |
getArtifactPlugins()
Return all artifacts plugins - list of CreatePortalPlugin
|
public static final String CREATE_PORTAL_EVENT
public CreatePortalArtifactsServiceImpl(org.exoplatform.services.listener.ListenerService listenerService)
public void addPlugin(CreatePortalPlugin artifactsPlugin) throws Exception
CreatePortalArtifactsServiceaddPlugin in interface CreatePortalArtifactsServiceartifactsPlugin - the artifacts pluginException - the exceptionpublic void addIgnorePortalPlugin(IgnorePortalPlugin ignorePortalPlugin) throws Exception
Exceptionpublic void deployArtifactsToPortal(org.exoplatform.services.jcr.ext.common.SessionProvider sessionProvider,
String portalName,
String portalTemplateName)
throws Exception
CreatePortalArtifactsServicedeployArtifactsToPortal in interface CreatePortalArtifactsServiceExceptionpublic HashMap<String,CreatePortalPlugin> getArtifactPlugins()
getArtifactPlugins in interface CreatePortalArtifactsServiceCopyright © 2003–2019 eXo Platform SAS. All rights reserved.