com.rapidminer.repository
Interface DataEntry

All Superinterfaces:
Entry
All Known Subinterfaces:
BlobEntry, IOObjectEntry, ProcessEntry
All Known Implementing Classes:
DBConnectionEntry, RemoteBlobEntry, RemoteDataEntry, RemoteIOObjectEntry, RemoteProcessEntry, ResourceDataEntry, ResourceIOObjectEntry, ResourceProcessEntry, SimpleBlobEntry, SimpleDataEntry, SimpleIOObjectEntry, SimpleProcessEntry

public interface DataEntry
extends Entry

Anything that is not a folder.

Author:
Simon Fischer

Method Summary
 long getDate()
          Returns the last modification date of this entry.
 int getRevision()
          Returns the revision number of this entry.
 long getSize()
          Returns the size of this entry in bytes.
 
Methods inherited from interface com.rapidminer.repository.Entry
delete, getContainingFolder, getCustomActions, getDescription, getLocation, getName, getOwner, getType, isReadOnly, move, rename, willBlock
 

Method Detail

getRevision

int getRevision()
Returns the revision number of this entry.


getSize

long getSize()
Returns the size of this entry in bytes.


getDate

long getDate()
Returns the last modification date of this entry.



Copyright © 2001-2009 by Rapid-I