Uses of Class
org.kuali.rice.kew.doctype.bo.DocumentType
Packages that use DocumentType
Package
Description
-
Uses of DocumentType in org.kuali.rice.kew.actionlist.service.impl
Methods in org.kuali.rice.kew.actionlist.service.impl that return types with arguments of type DocumentTypeModifier and TypeMethodDescriptionprotected Collection<DocumentType> ActionListServiceImpl.getAllChildDocumentTypes(DocumentType docType) Methods in org.kuali.rice.kew.actionlist.service.impl with parameters of type DocumentTypeModifier and TypeMethodDescriptionprotected Collection<DocumentType> ActionListServiceImpl.getAllChildDocumentTypes(DocumentType docType) -
Uses of DocumentType in org.kuali.rice.kew.actions
Methods in org.kuali.rice.kew.actions with parameters of type DocumentTypeModifier and TypeMethodDescriptionprotected static booleanActionTakenEvent.isPolicySet(DocumentType docType, DocumentTypePolicy policy) Determines whether a specific policy is set on the document type.protected static booleanActionTakenEvent.isPolicySet(DocumentType docType, DocumentTypePolicy policy, boolean deflt) Determines whether a specific policy is set on the document type. -
Uses of DocumentType in org.kuali.rice.kew.docsearch
Methods in org.kuali.rice.kew.docsearch with parameters of type DocumentTypeModifier and TypeMethodDescriptionprotected voidDocumentSearchCriteriaProcessorKEWAdapter.applyApplicationDocumentStatusCustomizations(Field field, DocumentType documentType) Modifies the DataDictionary-defined applicationDocumentStatus field control to reflect whether the DocumentType has specified a list of valid application document statuses (in which case a select control is rendered), or whether it is free form (in which case a text control is rendered)protected voidDocumentSearchCriteriaProcessorKEWAdapter.applyRouteNodeNameCustomizations(Field field, DocumentType documentType) DocumentSearchCustomizationMediator.customizeClearCriteria(DocumentType documentType, DocumentSearchCriteria documentSearchCriteria) Optionally performs a custom clearing of the given document search criteria if the given document type implements a customized clear algorithm.DocumentSearchCustomizationMediatorImpl.customizeClearCriteria(DocumentType documentType, DocumentSearchCriteria documentSearchCriteria) DocumentSearchCustomizationMediator.customizeCriteria(DocumentType documentType, DocumentSearchCriteria documentSearchCriteria) Optionally performs customization of the given document search criteria in the cases where the document type implements criteria customization.DocumentSearchCustomizationMediatorImpl.customizeCriteria(DocumentType documentType, DocumentSearchCriteria documentSearchCriteria) org.kuali.rice.kew.framework.document.search.DocumentSearchResultValuesDocumentSearchCustomizationMediator.customizeResults(DocumentType documentType, DocumentSearchCriteria documentSearchCriteria, DocumentSearchResults results) Optionally performs customization on the given set of document search results.org.kuali.rice.kew.framework.document.search.DocumentSearchResultValuesDocumentSearchCustomizationMediatorImpl.customizeResults(DocumentType documentType, DocumentSearchCriteria documentSearchCriteria, DocumentSearchResults results) org.kuali.rice.kew.framework.document.search.DocumentSearchResultSetConfigurationDocumentSearchCustomizationMediator.customizeResultSetConfiguration(DocumentType documentType, DocumentSearchCriteria documentSearchCriteria) Optionally provides configuration information that allows for document search result set customization to occur.org.kuali.rice.kew.framework.document.search.DocumentSearchResultSetConfigurationDocumentSearchCustomizationMediatorImpl.customizeResultSetConfiguration(DocumentType documentType, DocumentSearchCriteria documentSearchCriteria) DocumentSearchCriteriaProcessorKEWAdapter.getDocumentAttributeRows(DocumentType documentType) Returns fields for the search attributes defined on the documentorg.kuali.rice.kew.framework.document.search.DocumentSearchCriteriaConfigurationDocumentSearchCustomizationMediator.getDocumentSearchCriteriaConfiguration(DocumentType documentType) Retrieves the document search criteria configuration for the given document type.org.kuali.rice.kew.framework.document.search.DocumentSearchCriteriaConfigurationDocumentSearchCustomizationMediatorImpl.getDocumentSearchCriteriaConfiguration(DocumentType documentType) DocumentSearchCriteriaProcessorKEWAdapter.getRouteNodesByDocumentType(DocumentType documentType, boolean includeBlankNodes) Return route nodes based on the documentDocumentSearchCriteriaProcessor.getRows(DocumentType documentType, List<Row> defaultRows, boolean detailed, boolean superSearch) Constructs the list of rows and fields to display in the lookup criteria section of the document search screen.DocumentSearchCriteriaProcessorKEWAdapter.getRows(DocumentType documentType, List<Row> defaultRows, boolean advancedSearch, boolean superUserSearch) DocumentSearchCriteriaProcessorKEWAdapter.loadRowsForAdvancedSearch(List<Row> defaultRows, DocumentType documentType) DocumentSearchCriteriaProcessorKEWAdapter.loadRowsForBasicSearch(List<Row> defaultRows, DocumentType documentType) protected voidDocumentSearchCriteriaProcessorKEWAdapter.loadRowsWithFields(List<Row> rowsToLoad, List<Row> defaultRows, String[] fieldNames, DocumentType documentType) Generates the document search form fields given the DataDictionary-defined fields, the DocumentType, and whether basic, detailed, or superuser search is being rendered.DocumentSearchCustomizationMediator.validateLookupFieldParameters(DocumentType documentType, DocumentSearchCriteria documentSearchCriteria) Performs optional validation of document search criteria prior to execution of the search.DocumentSearchCustomizationMediatorImpl.validateLookupFieldParameters(DocumentType documentType, DocumentSearchCriteria documentSearchCriteria) -
Uses of DocumentType in org.kuali.rice.kew.docsearch.service
Methods in org.kuali.rice.kew.docsearch.service with parameters of type DocumentTypeModifier and TypeMethodDescriptionDocumentSearchService.clearCriteria(DocumentType documentType, DocumentSearchCriteria criteria) -
Uses of DocumentType in org.kuali.rice.kew.docsearch.service.impl
Methods in org.kuali.rice.kew.docsearch.service.impl with parameters of type DocumentTypeModifier and TypeMethodDescriptionprotected DocumentSearchCriteriaDocumentSearchServiceImpl.applyCriteriaCustomizations(DocumentType documentType, DocumentSearchCriteria criteria) Applies any document type-specific customizations to the lookup criteria.DocumentSearchServiceImpl.clearCriteria(DocumentType documentType, DocumentSearchCriteria criteria) protected List<RemotableAttributeField> DocumentSearchServiceImpl.determineSearchFields(DocumentType documentType) -
Uses of DocumentType in org.kuali.rice.kew.doctype
Methods in org.kuali.rice.kew.doctype that return DocumentTypeModifier and TypeMethodDescriptionApplicationDocumentStatus.getDocumentType()ApplicationDocumentStatusCategory.getDocumentType()DocumentTypeAttributeBo.getDocumentType()DocumentTypePolicy.getDocumentType()protected DocumentTypeDocumentTypeLookupableHelperServiceImpl.loadDocumentTypeForSearch(Map<String, String> fieldValues) Methods in org.kuali.rice.kew.doctype with parameters of type DocumentTypeModifier and TypeMethodDescriptionvoidApplicationDocumentStatus.setDocumentType(DocumentType documentType) voidApplicationDocumentStatusCategory.setDocumentType(DocumentType documentType) voidDocumentTypeAttributeBo.setDocumentType(DocumentType documentType) voidDocumentTypePolicy.setDocumentType(DocumentType documentType) -
Uses of DocumentType in org.kuali.rice.kew.doctype.bo
Methods in org.kuali.rice.kew.doctype.bo that return DocumentTypeModifier and TypeMethodDescriptionstatic DocumentTypeDocumentType.from(DocumentTypeContract dt) DocumentType.getParentDocType()DocumentType.getPreviousVersion()DocumentType.getRouteDefiningDocumentType()Returns the DocumentType which defines the route for this document.Methods in org.kuali.rice.kew.doctype.bo that return types with arguments of type DocumentTypeMethods in org.kuali.rice.kew.doctype.bo with parameters of type DocumentTypeModifier and TypeMethodDescriptionbooleanDocumentType.isParentOf(DocumentType documentType) voidDocumentType.populateDataDictionaryEditableFields(Set<String> propertyNamesEditableViaUI, DocumentType dataDictionaryEditedType) static DocumentTypeDocumentType.to(DocumentType documentTypeBo) -
Uses of DocumentType in org.kuali.rice.kew.doctype.dao
Methods in org.kuali.rice.kew.doctype.dao that return DocumentTypeModifier and TypeMethodDescriptionDocumentTypeDAO.findByName(String name) Find Document Type by name (case sensitive by default)DocumentTypeDAO.findByName(String name, boolean caseSensitive) Find Document Type by nameDocumentTypeDAO.findDocumentTypeByDocumentId(String documentId) Find Document Type by document idMethods in org.kuali.rice.kew.doctype.dao that return types with arguments of type DocumentTypeModifier and TypeMethodDescriptionDocumentTypeDAO.find(DocumentType documentType, DocumentType docTypeParentName, boolean climbHierarchy) Find Document Types by document type and parent nameMethods in org.kuali.rice.kew.doctype.dao with parameters of type DocumentTypeModifier and TypeMethodDescriptionDocumentTypeDAO.find(DocumentType documentType, DocumentType docTypeParentName, boolean climbHierarchy) Find Document Types by document type and parent name -
Uses of DocumentType in org.kuali.rice.kew.doctype.dao.impl
Methods in org.kuali.rice.kew.doctype.dao.impl that return DocumentTypeModifier and TypeMethodDescriptionDocumentTypeDAOJpa.findByName(String name) DocumentTypeDAOJpa.findByName(String name, boolean caseSensitive) DocumentTypeDAOJpa.findDocumentTypeByDocumentId(String documentId) Methods in org.kuali.rice.kew.doctype.dao.impl that return types with arguments of type DocumentTypeModifier and TypeMethodDescriptionDocumentTypeDAOJpa.find(DocumentType documentType, DocumentType docTypeParent, boolean climbHierarchy) DocumentTypeDAOJpa.findAllCurrent()DocumentTypeDAOJpa.findAllCurrentByName(String name) Methods in org.kuali.rice.kew.doctype.dao.impl with parameters of type DocumentTypeModifier and TypeMethodDescriptionDocumentTypeDAOJpa.find(DocumentType documentType, DocumentType docTypeParent, boolean climbHierarchy) -
Uses of DocumentType in org.kuali.rice.kew.doctype.service
Methods in org.kuali.rice.kew.doctype.service that return DocumentTypeModifier and TypeMethodDescriptionDocumentTypeQueryService.findByDocumentId(String documentId) Returns the DocumentType of the Document with the given ID.DocumentTypeQueryService.findByName(String name) DocumentTypeService.findByNameCaseInsensitive(String name) This method is similar to the findByName method except it is case insensitive.DocumentTypeQueryService.findRootDocumentType(DocumentType docType) DocumentTypeService.save(DocumentType documentType) DocumentTypeService.versionAndSave(DocumentType documentType) Methods in org.kuali.rice.kew.doctype.service that return types with arguments of type DocumentTypeModifier and TypeMethodDescriptionDocumentTypeQueryService.find(DocumentType documentType, String docGroupName, boolean climbHierarchy) DocumentTypeService.findAllCurrent()DocumentTypeService.findAllCurrentRootDocuments()DocumentTypeService.findPreviousInstances(String documentTypeName) DocumentTypeService.getChildDocumentTypes(String documentTypeId) Methods in org.kuali.rice.kew.doctype.service with parameters of type DocumentTypeModifier and TypeMethodDescriptionbooleanDocumentTypePermissionService.canAdministerRouting(String principalId, DocumentType documentType) Determines if the given principal can administer routing for the given DocumentType.booleanDocumentTypePermissionService.canInitiate(String principalId, DocumentType documentType) Determines if the given principal can initiate documents of the given DocumentType.booleanDocumentTypePermissionService.canSuperUserApproveDocument(String principalId, DocumentType documentType, List<RouteNodeInstance> routeNodeInstances, String routeStatusCode) Determines if the given principal can super user approve a document for a given DocumentType, route node, and routeStatusCodebooleanDocumentTypePermissionService.canSuperUserApproveSingleActionRequest(String principalId, DocumentType documentType, List<RouteNodeInstance> routeNodeInstances, String routeStatusCode) Determines if the given principal can super user approve a single action request for a given DocumentType, route node, and routeStatusCodebooleanDocumentTypePermissionService.canSuperUserDisapproveDocument(String principalId, DocumentType documentType, List<RouteNodeInstance> routeNodeInstances, String routeStatusCode) Determines if the given principal can super user disapprove a document for a given DocumentType, route node, and routeStatusCodeDocumentTypeQueryService.find(DocumentType documentType, String docGroupName, boolean climbHierarchy) DocumentTypeQueryService.findRootDocumentType(DocumentType docType) DocumentTypeService.save(DocumentType documentType) DocumentTypeService.versionAndSave(DocumentType documentType) -
Uses of DocumentType in org.kuali.rice.kew.doctype.service.impl
Methods in org.kuali.rice.kew.doctype.service.impl that return DocumentTypeModifier and TypeMethodDescriptionDocumentTypeServiceImpl.findByDocumentId(String documentId) DocumentTypeServiceImpl.findByName(String name) DocumentTypeServiceImpl.findByNameCaseInsensitive(String name) DocumentTypeServiceImpl.findRootDocumentType(DocumentType docType) DocumentTypeServiceImpl.save(DocumentType documentType) DocumentTypeServiceImpl.versionAndSave(DocumentType documentType) Methods in org.kuali.rice.kew.doctype.service.impl that return types with arguments of type DocumentTypeModifier and TypeMethodDescriptionDocumentTypeServiceImpl.find(DocumentType documentType, String docTypeParentName, boolean climbHierarchy) DocumentTypeServiceImpl.findPreviousInstances(String documentTypeName) Methods in org.kuali.rice.kew.doctype.service.impl with parameters of type DocumentTypeModifier and TypeMethodDescriptionDocumentActionsPermissionBase.buildDocumentTypePermissionDetails(DocumentType documentType, String documentStatus, String actionRequestCode, String routeNodeName) Generates permission details map for KIM permission checks.DocumentActionsPermissionBase.buildDocumentTypePermissionDetailsForNodes(DocumentType documentType, Collection<String> routeNodeNames, String documentStatus, String actionRequestCode) This method generates the permission details for the given document with current active route nodes.booleanDocumentTypePermissionServiceImpl.canAdministerRouting(String principalId, DocumentType documentType) booleanDocumentActionsPermissionBase.canInitiate(String principalId, DocumentType documentType) booleanDocumentTypePermissionServiceAuthorizerImpl.canInitiate(String principalId, DocumentType documentType) protected booleanDocumentActionsPermissionBase.canSuperUserApproveDocument(String principalId, DocumentType documentType, Collection<String> routeNodeNames, String routeStatusCode) booleanDocumentTypePermissionServiceAuthorizerImpl.canSuperUserApproveDocument(String principalId, DocumentType documentType, Collection<String> routeNodeNames, String routeStatusCode) booleanDocumentTypePermissionServiceImpl.canSuperUserApproveDocument(String principalId, DocumentType documentType, List<RouteNodeInstance> routeNodeInstances, String routeStatusCode) protected booleanDocumentActionsPermissionBase.canSuperUserApproveSingleActionRequest(String principalId, DocumentType documentType, Collection<String> routeNodeNames, String routeStatusCode) protected booleanDocumentTypePermissionServiceAuthorizerImpl.canSuperUserApproveSingleActionRequest(String principalId, DocumentType documentType, Collection<String> routeNodeNames, String routeStatusCode) booleanDocumentTypePermissionServiceImpl.canSuperUserApproveSingleActionRequest(String principalId, DocumentType documentType, List<RouteNodeInstance> routeNodeInstances, String routeStatusCode) protected booleanDocumentActionsPermissionBase.canSuperUserDisapproveDocument(String principalId, DocumentType documentType, Collection<String> routeNodeNames, String routeStatusCode) booleanDocumentTypePermissionServiceAuthorizerImpl.canSuperUserDisapproveDocument(String principalId, DocumentType documentType, Collection<String> routeNodeNames, String routeStatusCode) booleanDocumentTypePermissionServiceImpl.canSuperUserDisapproveDocument(String principalId, DocumentType documentType, List<RouteNodeInstance> routeNodeInstances, String routeStatusCode) DocumentTypeServiceImpl.find(DocumentType documentType, String docTypeParentName, boolean climbHierarchy) DocumentTypeServiceImpl.findRootDocumentType(DocumentType docType) protected org.kuali.rice.kew.framework.document.security.DocumentTypeAuthorizerDocumentTypePermissionServiceAuthorizerImpl.getDocumentTypeAuthorizer(DocumentType documentType) Load the KimDocumentTypeAuthorizer for the specified document, or default impl if custom impl is not specifiedDocumentTypeServiceImpl.save(DocumentType documentType) protected voidDocumentActionsPermissionBase.validateDocumentType(DocumentType documentType) Validates documenttype parameterDocumentTypeServiceImpl.versionAndSave(DocumentType documentType) -
Uses of DocumentType in org.kuali.rice.kew.engine
Methods in org.kuali.rice.kew.engine with parameters of type DocumentTypeModifier and TypeMethodDescriptionstatic IntegerCompatUtils.getLevelForNode(DocumentType documentType, String nodeName) static intCompatUtils.getMaxRouteLevel(DocumentType documentType) static RouteNodeCompatUtils.getNodeForLevel(DocumentType documentType, Integer routeLevel) Returns the RouteNode at the given numerical route level for the given document type.CompatUtils.getRouteLevelCompatibleNodeList(DocumentType documentType) Returns a list of RouteNodes in a flat list which is equivalent to the route level concept of Workflow invalid input: '<'= version 2.0.static booleanCompatUtils.isRouteLevelCompatible(DocumentType documentType) -
Uses of DocumentType in org.kuali.rice.kew.engine.node
Methods in org.kuali.rice.kew.engine.node that return DocumentTypeModifier and TypeMethodDescriptionProcessDefinitionBo.getDocumentType()RouteNode.getDocumentType()RouteNodeInstance.getDocumentType()Methods in org.kuali.rice.kew.engine.node with parameters of type DocumentTypeModifier and TypeMethodDescriptionRouteNodeUtils.getFlattenedNodes(DocumentType documentType, boolean climbHierarchy) voidProcessDefinitionBo.setDocumentType(DocumentType documentType) voidRouteNode.setDocumentType(DocumentType documentType) -
Uses of DocumentType in org.kuali.rice.kew.engine.node.service
Methods in org.kuali.rice.kew.engine.node.service with parameters of type DocumentTypeModifier and TypeMethodDescriptionRouteNodeService.getFlattenedNodes(DocumentType documentType, boolean climbHierarchy) Flatten all the document types route nodes into a single List. -
Uses of DocumentType in org.kuali.rice.kew.engine.node.service.impl
Methods in org.kuali.rice.kew.engine.node.service.impl with parameters of type DocumentTypeModifier and TypeMethodDescriptionRouteNodeServiceImpl.getFlattenedNodes(DocumentType documentType, boolean climbHierarchy) -
Uses of DocumentType in org.kuali.rice.kew.export
Methods in org.kuali.rice.kew.export that return types with arguments of type DocumentType -
Uses of DocumentType in org.kuali.rice.kew.impl.document
Methods in org.kuali.rice.kew.impl.document with parameters of type DocumentTypeModifier and TypeMethodDescriptionstatic LinkedHashMap<String, List<String>> ApplicationDocumentStatusUtils.getApplicationDocumentStatusCategories(DocumentType documentType) Returns the categories defined for the given DocumentType. -
Uses of DocumentType in org.kuali.rice.kew.impl.document.search
Methods in org.kuali.rice.kew.impl.document.search that return DocumentTypeModifier and TypeMethodDescriptionDocumentSearchCriteriaBo.getDocumentType()DocumentSearchGeneratorImpl.getValidDocumentType(String documentTypeFullName) Methods in org.kuali.rice.kew.impl.document.search with parameters of type DocumentTypeModifier and TypeMethodDescriptionprotected HtmlData.AnchorHtmlDataDocumentSearchCriteriaBoLookupableHelperService.generateDocumentHandlerUrl(String documentId, DocumentType documentType, boolean superUserSearch) Generates the appropriate document handler url for the given document.Method parameters in org.kuali.rice.kew.impl.document.search with type arguments of type DocumentTypeModifier and TypeMethodDescriptionvoidDocumentSearchGeneratorImpl.addChildDocumentTypes(StringBuilder whereSql, Collection<DocumentType> childDocumentTypes) -
Uses of DocumentType in org.kuali.rice.kew.mail.service
Methods in org.kuali.rice.kew.mail.service with parameters of type DocumentTypeModifier and TypeMethodDescriptionEmailContentService.generateImmediateReminder(org.kuali.rice.kim.api.identity.Person person, ActionItem actionItem, DocumentType documentType) EmailContentService.getDocumentTypeEmailAddress(DocumentType documentType) -
Uses of DocumentType in org.kuali.rice.kew.mail.service.impl
Methods in org.kuali.rice.kew.mail.service.impl with parameters of type DocumentTypeModifier and TypeMethodDescriptionActionListEmailServiceImpl.buildImmediateReminderBody(org.kuali.rice.kim.api.identity.Person person, ActionItem actionItem, DocumentType documentType) StyleableEmailContentServiceImpl.generateImmediateReminder(org.kuali.rice.kim.api.identity.Person user, ActionItem actionItem, DocumentType documentType) This method generates anEmailContentobject using the given parameters.ActionListEmailServiceImpl.getDocumentTypeEmailAddress(DocumentType documentType) BaseEmailContentServiceImpl.getDocumentTypeEmailAddress(DocumentType documentType) protected EmailFromActionListEmailServiceImpl.getEmailFrom(DocumentType documentType) protected StringActionListEmailServiceImpl.getHelpLink(DocumentType documentType) protected voidActionListEmailServiceImpl.sendEmail(org.kuali.rice.kim.api.identity.Person user, EmailSubject subject, EmailBody body, DocumentType documentType) protected voidActionListEmailServiceImpl.sendEmail(org.kuali.rice.kim.api.identity.Person user, EmailSubject subject, EmailBody body, DocumentType documentType, Boolean isHtmlMessage) -
Uses of DocumentType in org.kuali.rice.kew.role.service
Methods in org.kuali.rice.kew.role.service with parameters of type DocumentTypeModifier and TypeMethodDescriptionvoidRoleService.reResolveQualifiedRole(DocumentType documentType, String roleName, String qualifiedRoleNameLabel) Re-resolves the given qualified role for all documents for the given document type (including children).voidRoleService.reResolveRole(DocumentType documentType, String roleName) Re-resolves the given qualified role for all documents for the given document type (including children). -
Uses of DocumentType in org.kuali.rice.kew.role.service.impl
Methods in org.kuali.rice.kew.role.service.impl with parameters of type DocumentTypeModifier and TypeMethodDescriptionvoidRoleServiceImpl.reResolveQualifiedRole(DocumentType documentType, String roleName, String qualifiedRoleNameLabel) voidRoleServiceImpl.reResolveRole(DocumentType documentType, String roleName) -
Uses of DocumentType in org.kuali.rice.kew.routeheader
Methods in org.kuali.rice.kew.routeheader that return DocumentType -
Uses of DocumentType in org.kuali.rice.kew.rule
Methods in org.kuali.rice.kew.rule that return DocumentTypeModifier and TypeMethodDescriptionRuleBaseValues.getDocumentType()RuleDelegationBo.getDocumentType() -
Uses of DocumentType in org.kuali.rice.kew.rule.web
Fields in org.kuali.rice.kew.rule.web declared as DocumentTypeModifier and TypeFieldDescriptionprotected DocumentTypeDocumentConfigurationViewForm.documentTypeprotected DocumentTypeDocumentConfigurationViewForm.parentDocumentTypeFields in org.kuali.rice.kew.rule.web with type parameters of type DocumentTypeModifier and TypeFieldDescriptionprotected List<DocumentType> DocumentConfigurationViewForm.childDocumentTypesMethods in org.kuali.rice.kew.rule.web that return DocumentTypeModifier and TypeMethodDescriptionDocumentConfigurationViewForm.getDocumentType()RuleQuickLinksAction.DocumentTypeQuickLinksStructure.getDocumentType()RuleQuickLinksAction.RouteNodeForDisplay.getDocumentType()DocumentConfigurationViewForm.getParentDocumentType()Methods in org.kuali.rice.kew.rule.web that return types with arguments of type DocumentTypeMethods in org.kuali.rice.kew.rule.web with parameters of type DocumentTypeModifier and TypeMethodDescriptionvoidDocumentConfigurationViewForm.setDocumentType(DocumentType documentType) voidRuleQuickLinksAction.DocumentTypeQuickLinksStructure.setDocumentType(DocumentType documentType) voidDocumentConfigurationViewForm.setParentDocumentType(DocumentType parentDocumentType) Method parameters in org.kuali.rice.kew.rule.web with type arguments of type DocumentTypeModifier and TypeMethodDescriptionvoidDocumentConfigurationViewForm.setChildDocumentTypes(List<DocumentType> childDocumentTypes) -
Uses of DocumentType in org.kuali.rice.kew.superuser.web
Methods in org.kuali.rice.kew.superuser.web that return DocumentType -
Uses of DocumentType in org.kuali.rice.kew.xml
Methods in org.kuali.rice.kew.xml that return DocumentTypeModifier and TypeMethodDescriptionDocumentTypeXmlParser.generateNewDocumentTypeFromExisting(String documentTypeName) Methods in org.kuali.rice.kew.xml that return types with arguments of type DocumentType -
Uses of DocumentType in org.kuali.rice.kim.bo.impl
Fields in org.kuali.rice.kim.bo.impl declared as DocumentTypeMethods in org.kuali.rice.kim.bo.impl that return DocumentTypeMethods in org.kuali.rice.kim.bo.impl with parameters of type DocumentType