nl.innovationinvestments.docstore.storage
Class StorageFilesystem
java.lang.Object
nl.innovationinvestments.docstore.storage.StorageAbstract
nl.innovationinvestments.docstore.storage.StorageFilesystem
- All Implemented Interfaces:
- Storage
public class StorageFilesystem
- extends StorageAbstract
- implements Storage
|
Field Summary |
static java.lang.String |
SOURCECODE_VERSION
Standard variable for determining version of a class file. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface nl.innovationinvestments.docstore.storage.Storage |
getId, setId |
SOURCECODE_VERSION
public static final java.lang.String SOURCECODE_VERSION
- Standard variable for determining version of a class file.
- See Also:
- Constant Field Values
StorageFilesystem
public StorageFilesystem(java.lang.String id)
select
public FilesContainer select(FilesContainer filesContainer)
- Specified by:
select in interface Storage
insertAndUpdate
public void insertAndUpdate(FilesContainer filesContainer,
java.lang.String event)
insert
public void insert(FilesContainer filesContainer)
- Specified by:
insert in interface Storage
update
public void update(FilesContainer filesContainer)
- Specified by:
update in interface Storage
delete
public void delete(FilesContainer filesContainer)
- Specified by:
delete in interface Storage
Copyright © 2010. All Rights Reserved.