Package | Description |
---|---|
org.kuali.rice.kew.api.document.attribute |
Copyright 2005-2015 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 |
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
DocumentAttributeInteger |
SearchableAttributeLongValue.toDocumentAttribute() |
Modifier and Type | Method and Description |
---|---|
protected DocumentAttributeInteger |
WorkflowAttributePropertyResolutionServiceImpl.buildSearchableFixnumAttribute(String attributeKey,
Object value)
Deprecated.
Builds a "integer" SearchableAttributeValue for the given key and value
|
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.