Package com.netscape.certsrv.key
Class KeyRequestInfoCollection
- java.lang.Object
-
- com.netscape.certsrv.base.DataCollection<KeyRequestInfo>
-
- com.netscape.certsrv.key.KeyRequestInfoCollection
-
- All Implemented Interfaces:
JSONSerializer
public class KeyRequestInfoCollection extends DataCollection<KeyRequestInfo> implements JSONSerializer
-
-
Field Summary
-
Fields inherited from class com.netscape.certsrv.base.DataCollection
entries, links, total
-
-
Constructor Summary
Constructors Constructor Description KeyRequestInfoCollection()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static KeyRequestInfoCollection
fromDOM(org.w3c.dom.Element infosElement)
static KeyRequestInfoCollection
fromXML(java.lang.String xml)
java.util.Collection<KeyRequestInfo>
getEntries()
java.lang.String
getNext()
java.lang.String
getPrevious()
org.w3c.dom.Element
toDOM(org.w3c.dom.Document document)
java.lang.String
toXML()
-
Methods inherited from class com.netscape.certsrv.base.DataCollection
addEntry, addLink, equals, getLinks, getTotal, hashCode, removeEntry, removeLink, setEntries, setLinks, setTotal
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.netscape.certsrv.util.JSONSerializer
toJSON
-
-
-
-
Method Detail
-
getEntries
public java.util.Collection<KeyRequestInfo> getEntries()
- Overrides:
getEntries
in classDataCollection<KeyRequestInfo>
-
getNext
public java.lang.String getNext()
-
getPrevious
public java.lang.String getPrevious()
-
toDOM
public org.w3c.dom.Element toDOM(org.w3c.dom.Document document)
-
toXML
public java.lang.String toXML() throws java.lang.Exception
- Throws:
java.lang.Exception
-
fromDOM
public static KeyRequestInfoCollection fromDOM(org.w3c.dom.Element infosElement)
-
fromXML
public static KeyRequestInfoCollection fromXML(java.lang.String xml) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-