public class LastVersionProjectsServiceConfigurer extends Object implements ServiceConfigurer
| Modifier and Type | Field and Description |
|---|---|
static String |
RULES_DEPLOY_XML |
| Constructor and Description |
|---|
LastVersionProjectsServiceConfigurer() |
| Modifier and Type | Method and Description |
|---|---|
IRulesDeploySerializer |
getRulesDeploySerializer() |
Collection<ServiceDescription> |
getServicesToBeDeployed(RuleServiceLoader ruleServiceLoader)
Compute all service to be deployed according to the projects in the data source state(accessed through the
loader).
|
String |
getSupportedGroups() |
boolean |
isProvideRuntimeContext() |
boolean |
isSupportVariations() |
void |
setDatasourceDeploymentPatterns(String deploymentPatterns) |
void |
setFilterDeployments(boolean filterDeployments) |
void |
setProvideRuntimeContext(boolean provideRuntimeContext) |
void |
setRulesDeploySerializer(IRulesDeploySerializer rulesDeploySerializer) |
void |
setSupportedGroups(String supportedGroups) |
void |
setSupportVariations(boolean supportVariations) |
public static final String RULES_DEPLOY_XML
public LastVersionProjectsServiceConfigurer()
public final Collection<ServiceDescription> getServicesToBeDeployed(RuleServiceLoader ruleServiceLoader)
getServicesToBeDeployed in interface ServiceConfigurerServiceDescription to deployed.public final IRulesDeploySerializer getRulesDeploySerializer()
public final void setRulesDeploySerializer(IRulesDeploySerializer rulesDeploySerializer)
public boolean isProvideRuntimeContext()
public void setProvideRuntimeContext(boolean provideRuntimeContext)
public boolean isSupportVariations()
public void setSupportVariations(boolean supportVariations)
public void setSupportedGroups(String supportedGroups)
public String getSupportedGroups()
public void setFilterDeployments(boolean filterDeployments)
public void setDatasourceDeploymentPatterns(String deploymentPatterns)
Copyright © 2004–2019 OpenL Tablets. All rights reserved.