Snapper 1.1 API

org.enhydra.snapper.spec
Interface DocumentGroup

All Known Implementing Classes:
DocumentGroupImpl

public interface DocumentGroup

Author:
Milin Radivoj

Method Summary
 java.util.List getListOfDocumentGroup()
           
 FileType[] getListOfFILETYPES(java.lang.String groupName)
           
 

Method Detail

getListOfDocumentGroup

java.util.List getListOfDocumentGroup()
                                      throws java.lang.Exception
Throws:
java.lang.Exception

getListOfFILETYPES

FileType[] getListOfFILETYPES(java.lang.String groupName)
                              throws java.lang.Exception
Throws:
java.lang.Exception

Snapper 1.1 API