| 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use Document | |
|---|---|
| net.sourceforge.obby4j | |
| Uses of Document in net.sourceforge.obby4j | 
|---|
| Methods in net.sourceforge.obby4j that return Document | |
|---|---|
 Document | 
Client.getDocumentById(java.lang.String documentId)
Searches for a document by its document ID.  | 
| Methods in net.sourceforge.obby4j that return types with arguments of type Document | |
|---|---|
 java.util.List<Document> | 
Client.getDocuments()
 | 
 java.util.Collection<Document> | 
User.getSubscribedDocuments()
 | 
| Methods in net.sourceforge.obby4j with parameters of type Document | |
|---|---|
 void | 
Client.subscribe(Document document)
Subscribes this client to a document.  | 
 void | 
Protocol.subscribe(Document document)
Subscribes this client to a document.  | 
 void | 
Client.unsubscribe(Document document)
Unsubscribes this client from a document.  | 
 void | 
Protocol.unsubscribe(Document document)
Unsubscribes this client from a document.  | 
| Constructors in net.sourceforge.obby4j with parameters of type Document | |
|---|---|
DocumentContents(Document document)
Creates an initially empty document content instance.  | 
|
  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||