| Package | Description |
|---|---|
| org.kuali.rice.kew.doctype | |
| org.kuali.rice.kew.doctype.bo |
| Modifier and Type | Method and Description |
|---|---|
static DocumentTypeAttributeBo |
DocumentTypeAttributeBo.from(DocumentTypeAttribute dta) |
| Modifier and Type | Method and Description |
|---|---|
static DocumentTypeAttribute |
DocumentTypeAttributeBo.to(DocumentTypeAttributeBo documentTypeAttributeBo) |
| Modifier and Type | Method and Description |
|---|---|
DocumentTypeAttributeBo |
DocumentType.getCustomizerAttribute() |
DocumentTypeAttributeBo |
DocumentType.getDocumentTypeAttribute(int index) |
| Modifier and Type | Method and Description |
|---|---|
List<DocumentTypeAttributeBo> |
DocumentType.getDocumentTypeAttributes() |
List<DocumentTypeAttributeBo> |
DocumentType.getDocumentTypeAttributes(String... attributeTypes) |
List<DocumentTypeAttributeBo> |
DocumentType.getSearchableAttributes() |
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentType.setDocumentTypeAttribute(int index,
DocumentTypeAttributeBo documentTypeAttribute) |
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentType.setDocumentTypeAttributes(List<DocumentTypeAttributeBo> documentTypeAttributes) |
Copyright © 2005–2017 The Kuali Foundation. All rights reserved.