Package org.oddjob.persist
Class SilhouetteFactory
java.lang.Object
org.oddjob.persist.SilhouetteFactory
Capture as much serializable information about a job
hierarchy as possible. This serialized form of the hierarchy
is known as its silhouette.
- Author:
- rob
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(Object subject, ArooaSession session) Create a silhouette of the subject and it's children.
-
Constructor Details
-
SilhouetteFactory
public SilhouetteFactory()
-
-
Method Details
-
create
Create a silhouette of the subject and it's children.- Parameters:
subject-session-- Returns:
-