public class ApplicationDocumentStatusUtils extends Object
Constructor and Description |
---|
ApplicationDocumentStatusUtils() |
Modifier and Type | Method and Description |
---|---|
static LinkedHashMap<String,List<String>> |
getApplicationDocumentStatusCategories(DocumentType documentType)
Returns the categories defined for the given DocumentType.
|
static LinkedHashMap<String,List<String>> |
getApplicationDocumentStatusCategories(String documentTypeName) |
public ApplicationDocumentStatusUtils()
public static LinkedHashMap<String,List<String>> getApplicationDocumentStatusCategories(String documentTypeName)
#getApplicationDocumentStatusCategories(org.kuali.rice.kew.doctype.bo.DocumentType)}
public static LinkedHashMap<String,List<String>> getApplicationDocumentStatusCategories(DocumentType documentType)
Returns the categories defined for the given DocumentType. The returned ordered map's keys are the category names, and the values are Lists of the status values within the category. Ordering is maintained so that the form field can reflect the configuration in the parameter.
Note that the hierarchy for the given document type will be walked until application document statuses are found, or the available ancestry is exhausted.
documentType
- the document type for which to retrieve the defined application document status categoriesCopyright © 2005–2016 The Kuali Foundation. All rights reserved.