Uses of Class
org.kuali.rice.kew.api.document.attribute.DocumentAttributeDecimal

Packages that use DocumentAttributeDecimal
org.kuali.rice.kew.api.document.attribute Copyright 2005-2014 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. 
org.kuali.rice.kew.docsearch   
org.kuali.rice.krad.workflow.service.impl Workflow service implementations. 
 

Uses of DocumentAttributeDecimal in org.kuali.rice.kew.api.document.attribute
 

Methods in org.kuali.rice.kew.api.document.attribute that return DocumentAttributeDecimal
 DocumentAttributeDecimal DocumentAttributeDecimal.Builder.build()
           
static DocumentAttributeDecimal DocumentAttributeFactory.createDecimalAttribute(String name, BigDecimal value)
          Constructs a document attribute containing real number data from the given attribute name and BigDecimal object.
static DocumentAttributeDecimal DocumentAttributeFactory.createDecimalAttribute(String name, Number value)
          Constructs a document attribute containing real number data from the given attribute name and Number object.
 

Uses of DocumentAttributeDecimal in org.kuali.rice.kew.docsearch
 

Methods in org.kuali.rice.kew.docsearch that return DocumentAttributeDecimal
 DocumentAttributeDecimal SearchableAttributeFloatValue.toDocumentAttribute()
           
 

Uses of DocumentAttributeDecimal in org.kuali.rice.krad.workflow.service.impl
 

Methods in org.kuali.rice.krad.workflow.service.impl that return DocumentAttributeDecimal
protected  DocumentAttributeDecimal WorkflowAttributePropertyResolutionServiceImpl.buildSearchableRealAttribute(String attributeKey, Object value)
          Builds a "float" SearchableAttributeValue for the given key and value
 



Copyright © 2005-2014 The Kuali Foundation. All Rights Reserved.