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.CaseManagementException
String getExternalProperty(String distributionType) throws CaseManagementException
distributionType
- A Distribution Type.CaseManagementException
String getAllProperty(String distributionType) throws CaseManagementException
distributionType
- A Distribution Type.CaseManagementException
Copyright © 2013 Nuxeo SA. All Rights Reserved.