Package org.kuali.rice.kew.api.document.attribute
package org.kuali.rice.kew.api.document.attribute
-
ClassDescriptionAn abstract representation of the
DocumentAttributeContractwhich can be used as the super class for concrete immutable data transfer object implementations of document attributes.An abstract base class that can be extended by concrete builder implementations of subclasses ofDocumentAttribute.Defines the contract for an attribute of a document.Defines the valid data types for implementations of theDocumentAttributeContract.A document attribute which contains date/time data.A builder implementation which allows for construction of aDocumentAttributeDateTime.A document attribute which contains decimal or "real" data.A builder implementation which allows for construction of aDocumentAttributeDecimal.A factory that helps with creation of newDocumentAttributeinstances as well as translation to concrete instances from aDocumentAttributeContractDefines the contract for a message queue that handles indexing of workflow documents.A document attribute which contains integer data.A builder implementation which allows for construction of aDocumentAttributeInteger.A document attribute which contains character data.A builder implementation which allows for construction of aDocumentAttributeString.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).A builder which can be used to construct instances ofWorkflowAttributeDefinition.