|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.dlese.dpc.schemedit.config.UserInfo
public class UserInfo
Bean to handle the "userInfo" element of the framework_config record, which is used to specify where information about the current user is to be placed in metadata records.
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.
Field Summary | |
---|---|
String |
autoPopulate
|
Constructor Summary | |
---|---|
UserInfo(Element e)
Constructor for the UserInfo object |
Method Summary | |
---|---|
String |
getPath(String propName)
Gets the xpath for the specified property in the metadata record |
Iterator |
propNameIterator()
Returns an Iterator over the properties specified by this UserInfo object. |
String |
toString()
Description of the Method |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public String autoPopulate
Constructor Detail |
---|
public UserInfo(Element e)
e
- a userInfo element from the framework-config recordMethod Detail |
---|
public String getPath(String propName)
propName
- attribute of the User object
public Iterator propNameIterator()
public String toString()
toString
in class Object
|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |