|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.novell.nds.dirxml.job.JobUtil.Instance
public static class JobUtil.Instance
Class encapsulating the information in an XDS instance element.
| Method Summary | |
|---|---|
String |
getClassName()
Convenience method; equivalent to getXmlAttribute("class-name"). |
Map |
getDirectoryAttributes()
Return a name->value mapping for any directory attributes in the XDS instance. |
String |
getQualifiedSrcDN()
Convenience method; equivalent to getXmlAttribute("qualified-src-dn"). |
String |
getSrcDN()
Convenience method; equivalent to getXmlAttribute("src-dn"). |
String |
getSrcEntryID()
Convenience method; equivalent to getXmlAttribute("src-entry-id"). |
String |
getXmlAttribute(String name)
Get the value of an XML attribute found on the XDS instance. |
Map |
getXmlAttributes()
Return a name-value mapping for any XML attributes found on the XDS instance element. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public Map getDirectoryAttributes()
Map in the following form:
Simple attribute syntaxes: An array of Strings.StructuredValue objects.
public Map getXmlAttributes()
String with the name of the XML attribute; the value is a String.
public String getXmlAttribute(String name)
name - name of the XML attribute (e.g., "src-dn")
nullpublic String getClassName()
getXmlAttribute("class-name").
nullpublic String getSrcDN()
getXmlAttribute("src-dn").
nullpublic String getQualifiedSrcDN()
getXmlAttribute("qualified-src-dn").
nullpublic String getSrcEntryID()
getXmlAttribute("src-entry-id").
null
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||