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

Packages that use DocumentAttributeInteger
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.kns.workflow.service.impl   
 

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

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

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

Methods in org.kuali.rice.kew.docsearch that return DocumentAttributeInteger
 DocumentAttributeInteger SearchableAttributeLongValue.toDocumentAttribute()
           
 

Uses of DocumentAttributeInteger in org.kuali.rice.kns.workflow.service.impl
 

Methods in org.kuali.rice.kns.workflow.service.impl that return DocumentAttributeInteger
protected  DocumentAttributeInteger WorkflowAttributePropertyResolutionServiceImpl.buildSearchableFixnumAttribute(String attributeKey, Object value)
          Builds a "integer" SearchableAttributeValue for the given key and value
 



Copyright © 2005–2014 The Kuali Foundation. All rights reserved.