| Package | Description |
|---|---|
| org.kuali.rice.kew.api.document.attribute |
Copyright 2005-2016 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-2016 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 |
DocumentAttribute
An abstract representation of the
DocumentAttributeContract which can be used as the super class for
concrete immutable data transfer object implementations of document attributes. |
static class |
DocumentAttribute.AbstractBuilder<T>
An abstract base class that can be extended by concrete builder implementations of subclasses of
DocumentAttribute. |
class |
DocumentAttributeDateTime
A document attribute which contains date/time data.
|
static class |
DocumentAttributeDateTime.Builder
A builder implementation which allows for construction of a
DocumentAttributeDateTime. |
class |
DocumentAttributeDecimal
A document attribute which contains decimal or "real" data.
|
static class |
DocumentAttributeDecimal.Builder
A builder implementation which allows for construction of a
DocumentAttributeDecimal. |
class |
DocumentAttributeInteger
A document attribute which contains integer data.
|
static class |
DocumentAttributeInteger.Builder
A builder implementation which allows for construction of a
DocumentAttributeInteger. |
class |
DocumentAttributeString
A document attribute which contains character data.
|
static class |
DocumentAttributeString.Builder
A builder implementation which allows for construction of a
DocumentAttributeString. |
| Modifier and Type | Method and Description |
|---|---|
static DocumentAttribute.AbstractBuilder<?> |
DocumentAttributeFactory.loadContractIntoBuilder(DocumentAttributeContract contract)
Loads the given
DocumentAttributeContract into the appropriate builder instance based on the type of the
given contract implementation. |
| Modifier and Type | Method and Description |
|---|---|
List<? extends DocumentAttributeContract> |
DocumentSearchResultContract.getDocumentAttributes()
Returns an unmodifiable list of objects implementing the
DocumentAttributeContract interface. |
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.