Package org.kuali.rice.kew.api.document.attribute

Copyright 2005-2013 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.

See:
          Description

Interface Summary
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 Summary
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 Summary
DocumentAttributeDataType Defines the valid data types for implementations of the DocumentAttributeContract.
 

Package org.kuali.rice.kew.api.document.attribute Description

Copyright 2005-2013 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. You may obtain a copy of the License at http://www.opensource.org/licenses/ecl2.php Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.



Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.