public class CaseManagementDistributionTypeServiceImpl extends DefaultComponent implements CaseManagementDistributionTypeService
Constructor and Description |
---|
CaseManagementDistributionTypeServiceImpl() |
Modifier and Type | Method and Description |
---|---|
void |
activate(ComponentContext context)
Activates the component.
|
String |
getAllProperty(String distributionType)
Get the all recipients property corresponding to the
distribution type.
|
Set<String> |
getDistributionTypes() |
String |
getExternalProperty(String distributionType)
Get the initial external recipients property corresponding to
the distribution type.
|
String |
getInternalProperty(String distributionType)
Get the initial internal recipients property corresponding to
the distribution type.
|
void |
registerContribution(Object contribution,
String extensionPoint,
ComponentInstance contributor) |
void |
unregisterContribution(Object contribution,
String extensionPoint,
ComponentInstance contributor) |
applicationStarted, deactivate, getAdapter, getApplicationStartedOrder, getLastModified, registerExtension, setLastModified, unregisterExtension
public CaseManagementDistributionTypeServiceImpl()
public void activate(ComponentContext context) throws Exception
Component
This method is called by the runtime when a component is activated.
activate
in interface Component
activate
in class DefaultComponent
context
- the runtime contextException
- if an error occurs during activationpublic void registerContribution(Object contribution, String extensionPoint, ComponentInstance contributor) throws Exception
registerContribution
in class DefaultComponent
Exception
public void unregisterContribution(Object contribution, String extensionPoint, ComponentInstance contributor)
unregisterContribution
in class DefaultComponent
public String getAllProperty(String distributionType) throws CaseManagementException
CaseManagementDistributionTypeService
getAllProperty
in interface CaseManagementDistributionTypeService
distributionType
- A Distribution Type.CaseManagementException
public Set<String> getDistributionTypes()
getDistributionTypes
in interface CaseManagementDistributionTypeService
public String getExternalProperty(String distributionType) throws CaseManagementException
CaseManagementDistributionTypeService
getExternalProperty
in interface CaseManagementDistributionTypeService
distributionType
- A Distribution Type.CaseManagementException
public String getInternalProperty(String distributionType) throws CaseManagementException
CaseManagementDistributionTypeService
getInternalProperty
in interface CaseManagementDistributionTypeService
distributionType
- A Distribution Type.CaseManagementException
Copyright © 2013 Nuxeo SA. All Rights Reserved.