| Package | Description |
|---|---|
| org.kuali.rice.kew.api.document.attribute |
Copyright 2005-2018 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.api.document.search |
Copyright 2005-2018 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DocumentAttributeDateTime
A document attribute which contains date/time data.
|
class |
DocumentAttributeDecimal
A document attribute which contains decimal or "real" data.
|
class |
DocumentAttributeInteger
A document attribute which contains integer data.
|
class |
DocumentAttributeString
A document attribute which contains character data.
|
| Modifier and Type | Method and Description |
|---|---|
abstract DocumentAttribute |
DocumentAttribute.AbstractBuilder.build()
Build the
DocumentAttribute for this builder based on it's current state. |
| Modifier and Type | Method and Description |
|---|---|
DocumentAttribute |
DocumentSearchResult.getSingleDocumentAttributeByName(String attributeName)
Returns a single document attribute from this result which has the given name.
|
| Modifier and Type | Method and Description |
|---|---|
List<DocumentAttribute> |
DocumentSearchResult.getDocumentAttributeByName(String attributeName)
Returns an unmodifiable list of all document attributes on this result which have the given name.
|
List<DocumentAttribute> |
DocumentSearchResult.getDocumentAttributes() |
Copyright © 2005–2018 The Kuali Foundation. All rights reserved.