Uses of Class
org.kuali.rice.kew.api.document.attribute.DocumentAttributeInteger
Packages that use DocumentAttributeInteger
-
Uses of DocumentAttributeInteger in org.kuali.rice.kew.api.document.attribute
Methods in org.kuali.rice.kew.api.document.attribute that return DocumentAttributeIntegerModifier and TypeMethodDescriptionDocumentAttributeInteger.Builder.build()static DocumentAttributeIntegerDocumentAttributeFactory.createIntegerAttribute(String name, Number value) Constructs a document attribute containing integer number data from the given attribute name andNumberobject.static DocumentAttributeIntegerDocumentAttributeFactory.createIntegerAttribute(String name, BigInteger value) Constructs a document attribute containing integer number data from the given attribute name andBigIntegerobject.