See: Description
| Interface | Description |
|---|---|
| DocumentAttributeContract |
Defines the contract for an attribute of a document.
|
| DocumentAttributeIndexingQueue |
Defines the contract for a message queue that handles indexing of workflow documents.
|
| Class | Description |
|---|---|
| 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. |
| DocumentAttribute.AbstractBuilder<T> |
An abstract base class that can be extended by concrete builder implementations of subclasses of
DocumentAttribute. |
| DocumentAttributeDateTime |
A document attribute which contains date/time data.
|
| DocumentAttributeDateTime.Builder |
A builder implementation which allows for construction of a
DocumentAttributeDateTime. |
| DocumentAttributeDecimal |
A document attribute which contains decimal or "real" data.
|
| DocumentAttributeDecimal.Builder |
A builder implementation which allows for construction of a
DocumentAttributeDecimal. |
| DocumentAttributeFactory |
A factory that helps with creation of new
DocumentAttribute instances as well as translation to concrete
instances from a DocumentAttributeContract |
| DocumentAttributeInteger |
A document attribute which contains integer data.
|
| DocumentAttributeInteger.Builder |
A builder implementation which allows for construction of a
DocumentAttributeInteger. |
| DocumentAttributeString |
A document attribute which contains character data.
|
| DocumentAttributeString.Builder |
A builder implementation which allows for construction of a
DocumentAttributeString. |
| WorkflowAttributeDefinition |
Encapsulates parameters that can be sent to an attribute when using that attribute to perform various operations
(primarily, in the case of workflow attributes, during the generation of XML).
|
| WorkflowAttributeDefinition.Builder |
A builder which can be used to construct instances of
WorkflowAttributeDefinition. |
| Enum | Description |
|---|---|
| DocumentAttributeDataType |
Defines the valid data types for implementations of the
DocumentAttributeContract. |
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.