org.enhydra.snapperAdmin.spec
Interface DocumentGroup
- All Known Implementing Classes:
- DocumentGroupImpl
public interface DocumentGroup
- Author:
- lola
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
getListOfAllFILETYPES
FileType[] getListOfAllFILETYPES()
throws java.lang.Exception
- Throws:
java.lang.Exception
addDocumentGroup
void addDocumentGroup(java.lang.String groupName,
FileType[] ft)
updateDocumentGroup
void updateDocumentGroup(java.lang.String groupName,
FileType[] ft)
removeDocumentGroup
void removeDocumentGroup(java.lang.String groupName)
addFileType
void addFileType(FileType ft)
removeFileType
void removeFileType(java.lang.String ext)
updateFileType
void updateFileType(java.lang.String ext,
FileType ft)
isDefaultDocGroup
boolean isDefaultDocGroup()
setIsDefaultDocGroup
void setIsDefaultDocGroup(boolean is)