|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| Method Summary | |
DirectoryEntry |
createDirectoryEntry(java.lang.String directoryName)
Let users create a directory entry in the system. |
FileEntry |
createFileEntry(java.lang.String fileName,
java.lang.String authorName,
java.lang.String description,
java.util.Date versionDate,
java.io.InputStream inputStream)
Let users create a file entry in the system. |
java.util.List |
getAllEntries()
Gets all repository entries available under this entry. |
boolean |
isExistingEntry(java.lang.String entryName,
java.lang.String entryType)
To find out the is the entry already exist in repository. |
| Methods inherited from interface org.jmonks.dms.versioncontrol.api.RepositoryEntry |
cancelDelete, delete, getDeletedDate, getEntryID, getEntryName, getEntryType, getParentEntryID, getParentRepositoryEntry, isDeleted, remove |
| Method Detail |
public java.util.List getAllEntries()
public DirectoryEntry createDirectoryEntry(java.lang.String directoryName)
directoryName - Name with which the directory entry needs to be created.
public FileEntry createFileEntry(java.lang.String fileName,
java.lang.String authorName,
java.lang.String description,
java.util.Date versionDate,
java.io.InputStream inputStream)
fileName - Entry name with which the file entry needs to be created.authorName - Authro name to be stored with meta info of the first version of the file.description - Description to be stored with meta info of the first version of the file.versionDate - Version Date to be stored with meta info of the first version of the file.inputStream - InputStream of the information to be checked-in as the first version of the file.
public boolean isExistingEntry(java.lang.String entryName,
java.lang.String entryType)
entryName - Entry name to create.entryType - Type of the entry to find out.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||