public interface ResponsibilityTypeService extends KimTypeService
KimTypeService with specific methods for Responsibilities.| Modifier and Type | Method and Description |
|---|---|
List<Responsibility> |
getMatchingResponsibilities(Map<String,String> requestedDetails,
List<Responsibility> responsibilities)
Gets whether a responsibility assignment with the given details is applicable for the given request details.
|
getAttributeDefinitions, getWorkflowDocumentTypeName, getWorkflowRoutingAttributes, validateAttributes, validateAttributesAgainstExisting, validateUniqueAttributes, validateUnmodifiableAttributesList<Responsibility> getMatchingResponsibilities(Map<String,String> requestedDetails, List<Responsibility> responsibilities) throws RiceIllegalArgumentException
requestedDetails - the requested details. cannot be null.responsibilities - the list of responsibilities to check for matches. cannot be null.IllegalArgumentException - if the requestedDetails or responsibilities is null.RiceIllegalArgumentExceptionCopyright © 2005–2016 The Kuali Foundation. All rights reserved.