Package org.kuali.rice.kew.service.impl
Class ReviewResponsibilityTypeServiceImpl
java.lang.Object
org.kuali.rice.kns.kim.type.DataDictionaryTypeServiceBase
org.kuali.rice.kns.kim.responsibility.KimResponsibilityTypeServiceBase
org.kuali.rice.kew.service.impl.DocumentTypeResponsibilityTypeServiceImpl
org.kuali.rice.kew.service.impl.ReviewResponsibilityTypeServiceImpl
- All Implemented Interfaces:
org.kuali.rice.kim.framework.responsibility.ResponsibilityTypeService,org.kuali.rice.kim.framework.type.KimTypeService
public class ReviewResponsibilityTypeServiceImpl
extends DocumentTypeResponsibilityTypeServiceImpl
implements org.kuali.rice.kim.framework.responsibility.ResponsibilityTypeService
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Nested Class Summary
Nested classes/interfaces inherited from class org.kuali.rice.kns.kim.type.DataDictionaryTypeServiceBase
org.kuali.rice.kns.kim.type.DataDictionaryTypeServiceBase.KimTypeAttributeException, org.kuali.rice.kns.kim.type.DataDictionaryTypeServiceBase.KimTypeAttributeValidationException -
Field Summary
Fields inherited from class org.kuali.rice.kew.service.impl.DocumentTypeResponsibilityTypeServiceImpl
exactMatchStringAttributeNameFields inherited from class org.kuali.rice.kns.kim.type.DataDictionaryTypeServiceBase
COMMA_SEPARATOR -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.kuali.rice.kew.service.impl.DocumentTypeResponsibilityTypeServiceImpl
getDocumentTypeService, isCheckRequiredAttributesMethods inherited from class org.kuali.rice.kns.kim.responsibility.KimResponsibilityTypeServiceBase
getMatchingResponsibilitiesMethods inherited from class org.kuali.rice.kns.kim.type.DataDictionaryTypeServiceBase
areAttributesEqual, extractErrorsFromGlobalVariablesErrorMap, getAttributeDefinitions, getAttributeFormatter, getAttributeMaxValue, getAttributeMinValue, getAttributeValidatingExpression, getAttributeValue, getBusinessObjectService, getClosestParentDocumentTypeName, getDataDictionaryAttributeDefinition, getDataDictionaryService, getDictionaryValidationService, getNonDataDictionaryAttributeDefinition, getTypeInfoService, getUniqueAttributes, getWorkflowDocumentTypeName, getWorkflowRoutingAttributes, performMatch, translateInputAttributes, validateAttributeFormat, validateAttributeRequired, validateAttributes, validateAttributesAgainstExisting, validateDataDictionaryAttribute, validateDataDictionaryAttribute, validateNonDataDictionaryAttribute, validatePrimitiveFromDescriptor, validateReferencesExistAndActive, validateRequiredAttributesAgainstReceived, validateUniqueAttributes, validateUnmodifiableAttributesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.kuali.rice.kim.framework.type.KimTypeService
getAttributeDefinitions, getWorkflowDocumentTypeName, getWorkflowRoutingAttributes, validateAttributes, validateAttributesAgainstExisting, validateUniqueAttributes, validateUnmodifiableAttributesMethods inherited from interface org.kuali.rice.kim.framework.responsibility.ResponsibilityTypeService
getMatchingResponsibilities
-
Constructor Details
-
ReviewResponsibilityTypeServiceImpl
public ReviewResponsibilityTypeServiceImpl()
-
-
Method Details
-
getRequiredAttributes
- Overrides:
getRequiredAttributesin classDocumentTypeResponsibilityTypeServiceImpl
-
performResponsibilityMatches
protected List<org.kuali.rice.kim.api.responsibility.Responsibility> performResponsibilityMatches(Map<String, String> requestedDetails, List<org.kuali.rice.kim.api.responsibility.Responsibility> responsibilitiesList) - Overrides:
performResponsibilityMatchesin classDocumentTypeResponsibilityTypeServiceImpl
-