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 org.kuali.rice.kns.kim.responsibility.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
org.kuali.rice.kns.kim.type.DataDictionaryTypeServiceBase.KimTypeAttributeException, org.kuali.rice.kns.kim.type.DataDictionaryTypeServiceBase.KimTypeAttributeValidationException -
Field Summary
FieldsFields inherited from class org.kuali.rice.kns.kim.type.DataDictionaryTypeServiceBase
COMMA_SEPARATOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.kuali.rice.kew.api.doctype.DocumentTypeServiceprotected booleanprotected List<org.kuali.rice.kim.api.responsibility.Responsibility> performResponsibilityMatches(Map<String, String> requestedDetails, List<org.kuali.rice.kim.api.responsibility.Responsibility> responsibilitiesList) 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 classorg.kuali.rice.kns.kim.type.DataDictionaryTypeServiceBase
-
isCheckRequiredAttributes
protected boolean isCheckRequiredAttributes()- Overrides:
isCheckRequiredAttributesin classorg.kuali.rice.kns.kim.type.DataDictionaryTypeServiceBase
-
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 classorg.kuali.rice.kns.kim.responsibility.KimResponsibilityTypeServiceBase
-
getDocumentTypeService
public org.kuali.rice.kew.api.doctype.DocumentTypeService getDocumentTypeService()- Overrides:
getDocumentTypeServicein classorg.kuali.rice.kns.kim.type.DataDictionaryTypeServiceBase
-