Uses of Class
org.kuali.rice.kew.doctype.DocumentTypeAttributeBo
Packages that use DocumentTypeAttributeBo
-
Uses of DocumentTypeAttributeBo in org.kuali.rice.kew.doctype
Methods in org.kuali.rice.kew.doctype that return DocumentTypeAttributeBoModifier and TypeMethodDescriptionstatic DocumentTypeAttributeBoDocumentTypeAttributeBo.from(org.kuali.rice.kew.api.doctype.DocumentTypeAttribute dta) Methods in org.kuali.rice.kew.doctype with parameters of type DocumentTypeAttributeBoModifier and TypeMethodDescriptionintDocumentTypeAttributeBo.compareTo(DocumentTypeAttributeBo o) static org.kuali.rice.kew.api.doctype.DocumentTypeAttributeDocumentTypeAttributeBo.to(DocumentTypeAttributeBo documentTypeAttributeBo) -
Uses of DocumentTypeAttributeBo in org.kuali.rice.kew.doctype.bo
Methods in org.kuali.rice.kew.doctype.bo that return DocumentTypeAttributeBoModifier and TypeMethodDescriptionDocumentType.getCustomizerAttribute()DocumentType.getDocumentTypeAttribute(int index) Methods in org.kuali.rice.kew.doctype.bo that return types with arguments of type DocumentTypeAttributeBoModifier and TypeMethodDescriptionDocumentType.getDocumentTypeAttributes()DocumentType.getDocumentTypeAttributes(String... attributeTypes) DocumentType.getSearchableAttributes()Methods in org.kuali.rice.kew.doctype.bo with parameters of type DocumentTypeAttributeBoModifier and TypeMethodDescriptionvoidDocumentType.setDocumentTypeAttribute(int index, DocumentTypeAttributeBo documentTypeAttribute) Method parameters in org.kuali.rice.kew.doctype.bo with type arguments of type DocumentTypeAttributeBoModifier and TypeMethodDescriptionvoidDocumentType.setDocumentTypeAttributes(List<DocumentTypeAttributeBo> documentTypeAttributes)