Package org.kuali.rice.kew.service.impl
Class DocumentTypeResponsibilityTypeServiceImpl
java.lang.Object
org.kuali.rice.kns.kim.type.DataDictionaryTypeServiceBase
org.kuali.rice.kns.kim.responsibility.KimResponsibilityTypeServiceBase
org.kuali.rice.kew.service.impl.DocumentTypeResponsibilityTypeServiceImpl
- All Implemented Interfaces:
org.kuali.rice.kim.framework.responsibility.ResponsibilityTypeService,org.kuali.rice.kim.framework.type.KimTypeService
- Direct Known Subclasses:
ReviewResponsibilityTypeServiceImpl
public class DocumentTypeResponsibilityTypeServiceImpl
extends KimResponsibilityTypeServiceBase
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
DataDictionaryTypeServiceBase.KimTypeAttributeException, DataDictionaryTypeServiceBase.KimTypeAttributeValidationException -
Field Summary
FieldsFields inherited from class org.kuali.rice.kns.kim.type.DataDictionaryTypeServiceBase
COMMA_SEPARATOR -
Constructor Summary
Constructors -
Method Summary
Methods 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
-
Field Details
-
exactMatchStringAttributeName
-
-
Constructor Details
-
DocumentTypeResponsibilityTypeServiceImpl
public DocumentTypeResponsibilityTypeServiceImpl()
-
-
Method Details
-
getRequiredAttributes
- Overrides:
getRequiredAttributesin classDataDictionaryTypeServiceBase
-
isCheckRequiredAttributes
protected boolean isCheckRequiredAttributes()- Overrides:
isCheckRequiredAttributesin classDataDictionaryTypeServiceBase
-
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 classKimResponsibilityTypeServiceBase
-
getDocumentTypeService
- Overrides:
getDocumentTypeServicein classDataDictionaryTypeServiceBase
-