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, registerExtension, unregisterExtensionpublic CaseManagementDistributionTypeServiceImpl()
public void activate(ComponentContext context) throws Exception
ComponentThis method is called by the runtime when a component is activated.
activate in interface Componentactivate in class DefaultComponentcontext - the runtime contextException - if an error occurs during activationpublic void registerContribution(Object contribution, String extensionPoint, ComponentInstance contributor) throws Exception
registerContribution in class DefaultComponentExceptionpublic void unregisterContribution(Object contribution, String extensionPoint, ComponentInstance contributor)
unregisterContribution in class DefaultComponentpublic String getAllProperty(String distributionType) throws CaseManagementException
CaseManagementDistributionTypeServicegetAllProperty in interface CaseManagementDistributionTypeServicedistributionType - A Distribution Type.CaseManagementExceptionpublic Set<String> getDistributionTypes()
getDistributionTypes in interface CaseManagementDistributionTypeServicepublic String getExternalProperty(String distributionType) throws CaseManagementException
CaseManagementDistributionTypeServicegetExternalProperty in interface CaseManagementDistributionTypeServicedistributionType - A Distribution Type.CaseManagementExceptionpublic String getInternalProperty(String distributionType) throws CaseManagementException
CaseManagementDistributionTypeServicegetInternalProperty in interface CaseManagementDistributionTypeServicedistributionType - A Distribution Type.CaseManagementExceptionCopyright © 2011 Nuxeo SA. All Rights Reserved.