Interface | Description |
---|---|
PropertySerializabilityEvaluator |
Specifies an implementation used during document workflow XML serialization that
will be able to determine whether a specific property is serializable
|
PropertySerializabilityMetadata |
This class represents metadata about the serializibility of a property during the document serialization proces..
|
Class | Description |
---|---|
AlwaysFalsePropertySerializabilityEvaluator |
This implementation of
PropertySerializabilityEvaluator specifies that all properties of a document are serializable. |
AlwaysTruePropertySerializibilityEvaluator |
This implementation of
PropertySerializabilityEvaluator specifies that all properties of a document are serializable. |
BusinessObjectPropertySerializibilityEvaluator |
This implementation of
PropertySerializabilityEvaluator uses the <workflowProperties> defined within the data dictionary
for a document. |
DocumentSerializationState |
This object keeps track of most of the open tags while a document is serialized.
|
PropertySerializabilityEvaluatorBase |
This abstract implementation provides a default implementation of
PropertySerializabilityEvaluatorBase.determinePropertyType(Object) , which should suffice for most
use cases. |
PropertySerializerTrie |
This is a implementation of a trie/prefix tree of that contains metadata about property serializability
during the document serialization process.
|
PropertySerializerTrieNode |
A node in the trie.
|
SerializationState |
This object keeps track of most of the open tags while a document is serialized.
|
Enum | Description |
---|---|
PropertySerializabilityMetadata.PropertySerializability |
See docs for the elements of this enum
|
PropertyType |
Represents various types a property may be.
|
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.