IDeploymentManager
.@Deprecated public interface IPortalDeployer
The implementation of a deployer must be thread-safe. This means that the same instance of a deployer may be called simultaneously by many threads.
Modifier and Type | Method and Description |
---|---|
boolean |
canHandle(DeployConfig deployConfig)
Deprecated.
Informs if this deployer can handle the specified deployment.
|
void |
deploy(SessionConfig sessionConfig,
DeployConfig deployConfig)
Deprecated.
Do the specified deployment into the portal.
|
String |
getCustomDeploymentInterfaceId(DeployConfig deployConfig)
Deprecated.
Returns the service interface id to be called when the deployment will
use this deployer.
|
boolean canHandle(DeployConfig deployConfig)
deployConfig
- deploy configuration.String getCustomDeploymentInterfaceId(DeployConfig deployConfig) throws PortalException
deployConfig
- the deployment specification.PortalException
void deploy(SessionConfig sessionConfig, DeployConfig deployConfig) throws PortalException
sessionConfig
- the user session information.deployConfig
- the deploy specification.PortalException
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.