blackboard.admin.persist.course
Interface OrganizationXmlPersister
- All Superinterfaces:
- Persister
public interface OrganizationXmlPersister
- extends Persister
This class describes the set of methods for XML based
Organization persistence.
- Since:
- Bb 6.0
see IMS Project
|
Field Summary |
static java.lang.String |
TYPE
Type used to obtain an instance of the class configured to provide the
implementation for this interface. |
|
Method Summary |
org.w3c.dom.Element |
persist(Organization obj,
org.w3c.dom.Document doc)
Generates an Element tree whose values and structure matches the
contents of the provided AdminCourse object. |
TYPE
static final java.lang.String TYPE
- Type used to obtain an instance of the class configured to provide the
implementation for this interface.
- See Also:
- Constant Field Values
persist
org.w3c.dom.Element persist(Organization obj,
org.w3c.dom.Document doc)
- Generates an
Element tree whose values and structure matches the
contents of the provided AdminCourse object.
- Parameters:
obj - the Organization we should generate the XML tree for.doc - the (@link Document} we should should use to create the Element with. No assumptions should be made concerning the state
of this Document -- it should only be used for
Element creation.
- Returns:
- an
Element that matches the contents of this Organization
object
Copyright © 2012 Blackboard, Inc. All Rights Reserved.