| Modifier and Type | Method and Description |
|---|---|
protected static boolean |
ActionTakenEvent.isPolicySet(DocumentType docType,
DocumentTypePolicy policy)
Determines whether a specific policy is set on the document type.
|
protected static boolean |
ActionTakenEvent.isPolicySet(DocumentType docType,
DocumentTypePolicy policy,
boolean deflt)
Determines whether a specific policy is set on the document type.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
DocumentSearchCriteriaProcessorKEWAdapter.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 void |
DocumentSearchCriteriaProcessorKEWAdapter.applyRouteNodeNameCustomizations(Field field,
DocumentType documentType) |
DocumentSearchCriteria |
DocumentSearchCustomizationMediatorImpl.customizeClearCriteria(DocumentType documentType,
DocumentSearchCriteria documentSearchCriteria) |
DocumentSearchCriteria |
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.
|
DocumentSearchCriteria |
DocumentSearchCustomizationMediatorImpl.customizeCriteria(DocumentType documentType,
DocumentSearchCriteria 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.
|
org.kuali.rice.kew.framework.document.search.DocumentSearchResultValues |
DocumentSearchCustomizationMediatorImpl.customizeResults(DocumentType documentType,
DocumentSearchCriteria documentSearchCriteria,
DocumentSearchResults results) |
org.kuali.rice.kew.framework.document.search.DocumentSearchResultValues |
DocumentSearchCustomizationMediator.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.DocumentSearchResultSetConfiguration |
DocumentSearchCustomizationMediatorImpl.customizeResultSetConfiguration(DocumentType documentType,
DocumentSearchCriteria documentSearchCriteria) |
org.kuali.rice.kew.framework.document.search.DocumentSearchResultSetConfiguration |
DocumentSearchCustomizationMediator.customizeResultSetConfiguration(DocumentType documentType,
DocumentSearchCriteria documentSearchCriteria)
Optionally provides configuration information that allows for document search result set customization to occur.
|
protected List<Row> |
DocumentSearchCriteriaProcessorKEWAdapter.getDocumentAttributeRows(DocumentType documentType)
Returns fields for the search attributes defined on the document
|
org.kuali.rice.kew.framework.document.search.DocumentSearchCriteriaConfiguration |
DocumentSearchCustomizationMediatorImpl.getDocumentSearchCriteriaConfiguration(DocumentType documentType) |
org.kuali.rice.kew.framework.document.search.DocumentSearchCriteriaConfiguration |
DocumentSearchCustomizationMediator.getDocumentSearchCriteriaConfiguration(DocumentType documentType)
Retrieves the document search criteria configuration for the given document type.
|
List<Row> |
DocumentSearchCriteriaProcessorKEWAdapter.getRows(DocumentType documentType,
List<Row> defaultRows,
boolean advancedSearch,
boolean superUserSearch) |
List<Row> |
DocumentSearchCriteriaProcessor.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.
|
protected List<Row> |
DocumentSearchCriteriaProcessorKEWAdapter.loadRowsForAdvancedSearch(List<Row> defaultRows,
DocumentType documentType) |
protected List<Row> |
DocumentSearchCriteriaProcessorKEWAdapter.loadRowsForBasicSearch(List<Row> defaultRows,
DocumentType documentType) |
protected void |
DocumentSearchCriteriaProcessorKEWAdapter.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.
|
List<RemotableAttributeError> |
DocumentSearchCustomizationMediatorImpl.validateLookupFieldParameters(DocumentType documentType,
DocumentSearchCriteria documentSearchCriteria) |
List<RemotableAttributeError> |
DocumentSearchCustomizationMediator.validateLookupFieldParameters(DocumentType documentType,
DocumentSearchCriteria documentSearchCriteria)
Performs optional validation of document search criteria prior to execution of the search.
|
| Modifier and Type | Method and Description |
|---|---|
DocumentSearchCriteria |
DocumentSearchService.clearCriteria(DocumentType documentType,
DocumentSearchCriteria criteria) |
| Modifier and Type | Method and Description |
|---|---|
protected DocumentSearchCriteria |
DocumentSearchServiceImpl.applyCriteriaCustomizations(DocumentType documentType,
DocumentSearchCriteria criteria)
Applies any document type-specific customizations to the lookup criteria.
|
DocumentSearchCriteria |
DocumentSearchServiceImpl.clearCriteria(DocumentType documentType,
DocumentSearchCriteria criteria) |
protected List<RemotableAttributeField> |
DocumentSearchServiceImpl.determineSearchFields(DocumentType documentType) |
| Modifier and Type | Method and Description |
|---|---|
DocumentType |
DocumentTypePolicy.getDocumentType() |
DocumentType |
DocumentTypeAttributeBo.getDocumentType() |
DocumentType |
ApplicationDocumentStatusCategory.getDocumentType()
Get the document type that this category is associated with
|
DocumentType |
ApplicationDocumentStatus.getDocumentType() |
protected DocumentType |
DocumentTypeLookupableHelperServiceImpl.loadDocumentTypeForSearch(Map<String,String> fieldValues) |
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentTypePolicy.setDocumentType(DocumentType documentType) |
void |
DocumentTypeAttributeBo.setDocumentType(DocumentType documentType) |
void |
ApplicationDocumentStatusCategory.setDocumentType(DocumentType documentType)
Set the document type that this category is associated with
|
void |
ApplicationDocumentStatus.setDocumentType(DocumentType documentType) |
| Modifier and Type | Method and Description |
|---|---|
static DocumentType |
DocumentType.from(DocumentTypeContract dt) |
DocumentType |
DocumentType.getParentDocType() |
DocumentType |
DocumentType.getPreviousVersion() |
DocumentType |
DocumentType.getRouteDefiningDocumentType()
Returns the DocumentType which defines the route for this document.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
DocumentType.isParentOf(DocumentType documentType) |
void |
DocumentType.populateDataDictionaryEditableFields(Set<String> propertyNamesEditableViaUI,
DocumentType dataDictionaryEditedType) |
static DocumentType |
DocumentType.to(DocumentType documentTypeBo) |
| Modifier and Type | Method and Description |
|---|---|
DocumentType |
DocumentTypeDAO.findById(String docTypeId) |
DocumentType |
DocumentTypeDAO.findByName(String name) |
DocumentType |
DocumentTypeDAO.findByName(String name,
boolean caseSensitive) |
| Modifier and Type | Method and Description |
|---|---|
Collection<DocumentType> |
DocumentTypeDAO.find(DocumentType documentType,
DocumentType docTypeParentName,
boolean climbHierarchy) |
List<DocumentType> |
DocumentTypeDAO.findPreviousInstances(String documentTypeName) |
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentTypeDAO.delete(DocumentType documentType) |
Collection<DocumentType> |
DocumentTypeDAO.find(DocumentType documentType,
DocumentType docTypeParentName,
boolean climbHierarchy) |
void |
DocumentTypeDAO.save(DocumentType documentType) |
| Modifier and Type | Method and Description |
|---|---|
DocumentType |
DocumentTypeDAOOjbImpl.findById(String docTypeId) |
DocumentType |
DocumentTypeDAOJpaImpl.findById(String docTypeId) |
DocumentType |
DocumentTypeDAOOjbImpl.findByName(String name) |
DocumentType |
DocumentTypeDAOJpaImpl.findByName(String name) |
DocumentType |
DocumentTypeDAOOjbImpl.findByName(String name,
boolean caseSensitive) |
DocumentType |
DocumentTypeDAOJpaImpl.findByName(String name,
boolean caseSensitive) |
protected DocumentType |
DocumentTypeDAOOjbImpl.getMostRecentDocType(String docTypeName) |
protected DocumentType |
DocumentTypeDAOJpaImpl.getMostRecentDocType(String docTypeName) |
| Modifier and Type | Method and Description |
|---|---|
Collection<DocumentType> |
DocumentTypeDAOOjbImpl.find(DocumentType documentType,
DocumentType docTypeParent,
boolean climbHierarchy) |
Collection<DocumentType> |
DocumentTypeDAOJpaImpl.find(DocumentType documentType,
DocumentType docTypeParent,
boolean climbHierarchy) |
List<DocumentType> |
DocumentTypeDAOOjbImpl.findAllCurrent() |
List<DocumentType> |
DocumentTypeDAOOjbImpl.findAllCurrentByName(String name) |
List<DocumentType> |
DocumentTypeDAOOjbImpl.findAllCurrentRootDocuments() |
List<DocumentType> |
DocumentTypeDAOOjbImpl.findPreviousInstances(String documentTypeName) |
List<DocumentType> |
DocumentTypeDAOJpaImpl.findPreviousInstances(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentTypeDAOOjbImpl.delete(DocumentType documentType) |
void |
DocumentTypeDAOJpaImpl.delete(DocumentType documentType) |
Collection<DocumentType> |
DocumentTypeDAOOjbImpl.find(DocumentType documentType,
DocumentType docTypeParent,
boolean climbHierarchy) |
Collection<DocumentType> |
DocumentTypeDAOJpaImpl.find(DocumentType documentType,
DocumentType docTypeParent,
boolean climbHierarchy) |
void |
DocumentTypeDAOOjbImpl.save(DocumentType documentType) |
void |
DocumentTypeDAOJpaImpl.save(DocumentType documentType) |
| Modifier and Type | Method and Description |
|---|---|
DocumentType |
DocumentTypeQueryService.findByDocumentId(String documentId)
Returns the DocumentType of the Document with the given ID.
|
DocumentType |
DocumentTypeQueryService.findById(String documentTypeId) |
DocumentType |
DocumentTypeQueryService.findByName(String name) |
DocumentType |
DocumentTypeService.findByNameCaseInsensitive(String name)
This method is similar to the findByName method except it is case insensitive.
|
DocumentType |
DocumentTypeQueryService.findRootDocumentType(DocumentType docType) |
| Modifier and Type | Method and Description |
|---|---|
Collection<DocumentType> |
DocumentTypeQueryService.find(DocumentType documentType,
String docGroupName,
boolean climbHierarchy) |
List<DocumentType> |
DocumentTypeService.findAllCurrent() |
List<DocumentType> |
DocumentTypeService.findAllCurrentRootDocuments() |
List<DocumentType> |
DocumentTypeService.findPreviousInstances(String documentTypeName) |
List<DocumentType> |
DocumentTypeService.getChildDocumentTypes(String documentTypeId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DocumentTypePermissionService.canAdministerRouting(String principalId,
DocumentType documentType)
Determines if the given principal can administer routing for the given
DocumentType.
|
boolean |
DocumentTypePermissionService.canInitiate(String principalId,
DocumentType documentType)
Determines if the given principal can initiate documents of the given DocumentType.
|
boolean |
DocumentTypePermissionService.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 routeStatusCode
|
boolean |
DocumentTypePermissionService.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 routeStatusCode
|
boolean |
DocumentTypePermissionService.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 routeStatusCode
|
Collection<DocumentType> |
DocumentTypeQueryService.find(DocumentType documentType,
String docGroupName,
boolean climbHierarchy) |
DocumentType |
DocumentTypeQueryService.findRootDocumentType(DocumentType docType) |
void |
DocumentTypeService.save(DocumentType documentType) |
void |
DocumentTypeService.versionAndSave(DocumentType documentType) |
| Modifier and Type | Method and Description |
|---|---|
DocumentType |
DocumentTypeServiceImpl.findByDocumentId(String documentId) |
DocumentType |
DocumentTypeServiceImpl.findById(String documentTypeId) |
DocumentType |
DocumentTypeServiceImpl.findByName(String name) |
DocumentType |
DocumentTypeServiceImpl.findByNameCaseInsensitive(String name) |
DocumentType |
DocumentTypeServiceImpl.findRootDocumentType(DocumentType docType) |
| Modifier and Type | Method and Description |
|---|---|
Collection<DocumentType> |
DocumentTypeServiceImpl.find(DocumentType documentType,
String docTypeParentName,
boolean climbHierarchy) |
List<DocumentType> |
DocumentTypeServiceImpl.findPreviousInstances(String documentTypeName) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,String> |
DocumentActionsPermissionBase.buildDocumentTypePermissionDetails(DocumentType documentType,
String documentStatus,
String actionRequestCode,
String routeNodeName)
Generates permission details map for KIM permission checks.
|
protected List<Map<String,String>> |
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.
|
boolean |
DocumentTypePermissionServiceImpl.canAdministerRouting(String principalId,
DocumentType documentType) |
boolean |
DocumentTypePermissionServiceAuthorizerImpl.canInitiate(String principalId,
DocumentType documentType) |
boolean |
DocumentActionsPermissionBase.canInitiate(String principalId,
DocumentType documentType)
|
boolean |
DocumentTypePermissionServiceAuthorizerImpl.canSuperUserApproveDocument(String principalId,
DocumentType documentType,
Collection<String> routeNodeNames,
String routeStatusCode) |
protected boolean |
DocumentActionsPermissionBase.canSuperUserApproveDocument(String principalId,
DocumentType documentType,
Collection<String> routeNodeNames,
String routeStatusCode)
|
boolean |
DocumentTypePermissionServiceImpl.canSuperUserApproveDocument(String principalId,
DocumentType documentType,
List<RouteNodeInstance> routeNodeInstances,
String routeStatusCode) |
protected boolean |
DocumentTypePermissionServiceAuthorizerImpl.canSuperUserApproveSingleActionRequest(String principalId,
DocumentType documentType,
Collection<String> routeNodeNames,
String routeStatusCode) |
protected boolean |
DocumentActionsPermissionBase.canSuperUserApproveSingleActionRequest(String principalId,
DocumentType documentType,
Collection<String> routeNodeNames,
String routeStatusCode)
|
boolean |
DocumentTypePermissionServiceImpl.canSuperUserApproveSingleActionRequest(String principalId,
DocumentType documentType,
List<RouteNodeInstance> routeNodeInstances,
String routeStatusCode) |
boolean |
DocumentTypePermissionServiceAuthorizerImpl.canSuperUserDisapproveDocument(String principalId,
DocumentType documentType,
Collection<String> routeNodeNames,
String routeStatusCode) |
protected boolean |
DocumentActionsPermissionBase.canSuperUserDisapproveDocument(String principalId,
DocumentType documentType,
Collection<String> routeNodeNames,
String routeStatusCode)
|
boolean |
DocumentTypePermissionServiceImpl.canSuperUserDisapproveDocument(String principalId,
DocumentType documentType,
List<RouteNodeInstance> routeNodeInstances,
String routeStatusCode) |
Collection<DocumentType> |
DocumentTypeServiceImpl.find(DocumentType documentType,
String docTypeParentName,
boolean climbHierarchy) |
DocumentType |
DocumentTypeServiceImpl.findRootDocumentType(DocumentType docType) |
protected org.kuali.rice.kew.framework.document.security.DocumentTypeAuthorizer |
DocumentTypePermissionServiceAuthorizerImpl.getDocumentTypeAuthorizer(DocumentType documentType)
Load the KimDocumentTypeAuthorizer for the specified document, or default impl if custom impl is not specified
|
void |
DocumentTypeServiceImpl.save(DocumentType documentType) |
protected void |
DocumentActionsPermissionBase.validateDocumentType(DocumentType documentType)
Validates documenttype parameter
|
void |
DocumentTypeServiceImpl.versionAndSave(DocumentType documentType) |
| Modifier and Type | Method and Description |
|---|---|
static Integer |
CompatUtils.getLevelForNode(DocumentType documentType,
String nodeName) |
static int |
CompatUtils.getMaxRouteLevel(DocumentType documentType) |
static RouteNode |
CompatUtils.getNodeForLevel(DocumentType documentType,
Integer routeLevel)
Returns the RouteNode at the given numerical route level for the given document type.
|
static List<RouteNode> |
CompatUtils.getRouteLevelCompatibleNodeList(DocumentType documentType)
Returns a list of RouteNodes in a flat list which is equivalent to the route level concept of
Workflow <= version 2.0.
|
static boolean |
CompatUtils.isRouteLevelCompatible(DocumentType documentType) |
| Modifier and Type | Method and Description |
|---|---|
DocumentType |
RouteNodeInstance.getDocumentType() |
DocumentType |
RouteNode.getDocumentType() |
DocumentType |
ProcessDefinitionBo.getDocumentType() |
| Modifier and Type | Method and Description |
|---|---|
static List<RouteNode> |
RouteNodeUtils.getFlattenedNodes(DocumentType documentType,
boolean climbHierarchy) |
void |
RouteNode.setDocumentType(DocumentType documentType) |
void |
ProcessDefinitionBo.setDocumentType(DocumentType documentType) |
| Modifier and Type | Method and Description |
|---|---|
protected ProcessDefinitionBo |
HierarchyRoutingNode.getPrototypeProcess(RouteNode node,
DocumentType documentType)
Places a ProcessDefinition on the documentType wrapping the node and setting the node as the process's initalRouteNode
|
protected RouteNode |
HierarchyRoutingNode.getStopRequestNode(HierarchyProvider.Stop stop,
DocumentType documentType) |
| Modifier and Type | Method and Description |
|---|---|
List<RouteNode> |
RouteNodeService.getFlattenedNodes(DocumentType documentType,
boolean climbHierarchy)
Flatten all the document types route nodes into a single List.
|
| Modifier and Type | Method and Description |
|---|---|
List<RouteNode> |
RouteNodeServiceImpl.getFlattenedNodes(DocumentType documentType,
boolean climbHierarchy) |
| Modifier and Type | Method and Description |
|---|---|
List<DocumentType> |
KewExportDataSet.getDocumentTypes() |
| Modifier and Type | Method and Description |
|---|---|
static LinkedHashMap<String,List<String>> |
ApplicationDocumentStatusUtils.getApplicationDocumentStatusCategories(DocumentType documentType)
Returns the categories defined for the given DocumentType.
|
| Modifier and Type | Method and Description |
|---|---|
DocumentType |
DocumentSearchCriteriaBo.getDocumentType() |
DocumentType |
DocumentSearchGeneratorImpl.getValidDocumentType(String documentTypeFullName) |
| Modifier and Type | Method and Description |
|---|---|
protected HtmlData.AnchorHtmlData |
DocumentSearchCriteriaBoLookupableHelperService.generateDocumentHandlerUrl(String documentId,
DocumentType documentType,
boolean superUserSearch)
Generates the appropriate document handler url for the given document.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentSearchGeneratorImpl.addChildDocumentTypes(StringBuilder whereSql,
Collection<DocumentType> childDocumentTypes) |
| Modifier and Type | Method and Description |
|---|---|
EmailContent |
EmailContentService.generateImmediateReminder(org.kuali.rice.kim.api.identity.Person person,
ActionItem actionItem,
DocumentType documentType) |
String |
EmailContentService.getDocumentTypeEmailAddress(DocumentType documentType) |
| Modifier and Type | Method and Description |
|---|---|
String |
ActionListEmailServiceImpl.buildImmediateReminderBody(org.kuali.rice.kim.api.identity.Person person,
ActionItem actionItem,
DocumentType documentType) |
EmailContent |
StyleableEmailContentServiceImpl.generateImmediateReminder(org.kuali.rice.kim.api.identity.Person user,
ActionItem actionItem,
DocumentType documentType)
This method generates an
EmailContent object using the given parameters. |
String |
BaseEmailContentServiceImpl.getDocumentTypeEmailAddress(DocumentType documentType) |
String |
ActionListEmailServiceImpl.getDocumentTypeEmailAddress(DocumentType documentType) |
protected EmailFrom |
ActionListEmailServiceImpl.getEmailFrom(DocumentType documentType) |
protected String |
ActionListEmailServiceImpl.getHelpLink(DocumentType documentType) |
protected void |
ActionListEmailServiceImpl.sendEmail(org.kuali.rice.kim.api.identity.Person user,
EmailSubject subject,
EmailBody body,
DocumentType documentType) |
| Modifier and Type | Method and Description |
|---|---|
void |
RoleService.reResolveQualifiedRole(DocumentType documentType,
String roleName,
String qualifiedRoleNameLabel)
Re-resolves the given qualified role for all documents for the given document type (including children).
|
void |
RoleService.reResolveRole(DocumentType documentType,
String roleName)
Re-resolves the given qualified role for all documents for the given document type (including children).
|
| Modifier and Type | Method and Description |
|---|---|
void |
RoleServiceImpl.reResolveQualifiedRole(DocumentType documentType,
String roleName,
String qualifiedRoleNameLabel) |
void |
RoleServiceImpl.reResolveRole(DocumentType documentType,
String roleName) |
| Modifier and Type | Method and Description |
|---|---|
DocumentType |
DocumentRouteHeaderValue.getDocumentType() |
| Modifier and Type | Method and Description |
|---|---|
DocumentType |
RuleDelegationBo.getDocumentType() |
DocumentType |
RuleBaseValues.getDocumentType() |
| Modifier and Type | Field and Description |
|---|---|
protected DocumentType |
DocumentConfigurationViewForm.documentType |
protected DocumentType |
DocumentConfigurationViewForm.parentDocumentType |
| Modifier and Type | Field and Description |
|---|---|
protected List<DocumentType> |
DocumentConfigurationViewForm.childDocumentTypes |
| Modifier and Type | Method and Description |
|---|---|
DocumentType |
RuleQuickLinksAction.DocumentTypeQuickLinksStructure.getDocumentType() |
DocumentType |
RuleQuickLinksAction.RouteNodeForDisplay.getDocumentType() |
DocumentType |
DocumentConfigurationViewForm.getDocumentType() |
DocumentType |
DocumentConfigurationViewForm.getParentDocumentType() |
| Modifier and Type | Method and Description |
|---|---|
List<DocumentType> |
DocumentConfigurationViewForm.getChildDocumentTypes() |
| Modifier and Type | Method and Description |
|---|---|
void |
RuleQuickLinksAction.DocumentTypeQuickLinksStructure.setDocumentType(DocumentType documentType) |
void |
DocumentConfigurationViewForm.setDocumentType(DocumentType documentType) |
void |
DocumentConfigurationViewForm.setParentDocumentType(DocumentType parentDocumentType) |
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentConfigurationViewForm.setChildDocumentTypes(List<DocumentType> childDocumentTypes) |
| Modifier and Type | Method and Description |
|---|---|
DocumentType |
SuperUserForm.getDocumentType() |
| Modifier and Type | Method and Description |
|---|---|
DocumentType |
DocumentTypeXmlParser.generateNewDocumentTypeFromExisting(String documentTypeName) |
| Modifier and Type | Method and Description |
|---|---|
List<DocumentType> |
DocumentTypeXmlParser.parseDocumentTypes(InputStream input) |
| Modifier and Type | Field and Description |
|---|---|
protected DocumentType |
KimAttributes.documentType |
| Modifier and Type | Method and Description |
|---|---|
DocumentType |
KimAttributes.getDocumentType() |
| Modifier and Type | Method and Description |
|---|---|
void |
KimAttributes.setDocumentType(DocumentType documentType) |
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.