public class UserInfo
extends java.lang.Object
implements java.io.Serializable
The userInfo element contains a "autoPopulate" attribute that specifies WHEN the user info is to be inserted (e.g., at record creation time) and the repeating "property" elements specify a) the value (obtained from the User object) and b) the xpath of the metadataData record at which the value is to be inserted.
Modifier and Type | Field and Description |
---|---|
java.lang.String |
autoPopulate |
Constructor and Description |
---|
UserInfo(org.dom4j.Element e)
Constructor for the UserInfo object
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getPath(java.lang.String propName)
Gets the xpath for the specified property in the metadata record
|
java.util.Iterator |
propNameIterator()
Returns an Iterator over the properties specified by this UserInfo object.
|
java.lang.String |
toString()
Description of the Method
|
public UserInfo(org.dom4j.Element e)
e
- a userInfo element from the framework-config recordpublic java.lang.String getPath(java.lang.String propName)
propName
- attribute of the User objectpublic java.util.Iterator propNameIterator()
public java.lang.String toString()
toString
in class java.lang.Object