| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PropertySerializabilityEvaluator
Specifies an implementation used during document workflow XML serialization that will be able to determine whether a specific property is serializable
| Method Summary | |
|---|---|
|  PropertyType | determinePropertyType(Object object)Determines the type of a object | 
|  void | initializeEvaluatorForDataObject(Object businessObject) | 
|  void | initializeEvaluatorForDocument(Document document)Initializes the evaluator so that calls to #isPropertySerializable(DocumentSerializationState, Object, String, Object)anddeterminePropertyType(Object)will function properly | 
|  boolean | isPropertySerializable(SerializationState state,
                                             Object containingObject,
                                             String childPropertyName,
                                             Object childPropertyValue)Determines whether a child property of an object is serializable. | 
| Method Detail | 
|---|
void initializeEvaluatorForDocument(Document document)
#isPropertySerializable(DocumentSerializationState, Object, String, Object) and
 determinePropertyType(Object) will function properly
document - the document instancevoid initializeEvaluatorForDataObject(Object businessObject)
boolean isPropertySerializable(SerializationState state,
                               Object containingObject,
                               String childPropertyName,
                               Object childPropertyValue)
state - Information about the properties that have been serialized so farcontainingObject - The object containing the reference to childPropertyValuechildPropertyName - The name property to determine whether to serialize, relative to containingObject (i.e. not a nested attribute)childPropertyValue - If serializable, this property would be serialized by the serializer service.
PropertyType determinePropertyType(Object object)
object - 
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||