public interface CaseManagementDistributionTypeService extends Serializable
This service is used to add Distribution Type.
A distribution type is declared with an identifier and 3 schema properties for:
| Modifier and Type | Method and Description |
|---|---|
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.
|
String getInternalProperty(String distributionType) throws CaseManagementException
distributionType - A Distribution Type.CaseManagementExceptionString getExternalProperty(String distributionType) throws CaseManagementException
distributionType - A Distribution Type.CaseManagementExceptionString getAllProperty(String distributionType) throws CaseManagementException
distributionType - A Distribution Type.CaseManagementExceptionCopyright © 2011 Nuxeo SA. All Rights Reserved.