|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DocumentHandler
DocumentHandler
Method Summary | |
---|---|
Document |
getDocument(String name)
|
Document |
getDocument(String name,
boolean fromCahe)
|
DocumentHandlerFactory |
getHandlerFactory()
|
String |
getType()
|
void |
removeDocument(Document document)
|
void |
setHandlerFactory(DocumentHandlerFactory factory)
|
void |
updateDocument(Document document)
|
Method Detail |
---|
Document getDocument(String name) throws DocumentNotFoundException, NodeException
DocumentNotFoundException
NodeException
Document getDocument(String name, boolean fromCahe) throws DocumentNotFoundException, NodeException
DocumentNotFoundException
NodeException
void updateDocument(Document document) throws FailedToUpdateDocumentException
FailedToUpdateDocumentException
void removeDocument(Document document) throws DocumentNotFoundException, FailedToDeleteDocumentException
DocumentNotFoundException
FailedToDeleteDocumentException
String getType()
DocumentHandlerFactory getHandlerFactory()
void setHandlerFactory(DocumentHandlerFactory factory)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |