|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.rapidminer.repository.local.SimpleEntry
com.rapidminer.repository.local.SimpleDataEntry
com.rapidminer.repository.local.SimpleProcessEntry
public class SimpleProcessEntry
| Field Summary |
|---|
| Fields inherited from interface com.rapidminer.repository.ProcessEntry |
|---|
TYPE_NAME |
| Method Summary | |
|---|---|
void |
delete()
Deletes the entry and its contents from the repository. |
long |
getDate()
Returns the last modification date of this entry. |
java.lang.String |
getDescription()
Returns a human readable description. |
int |
getRevision()
Returns the revision number of this entry. |
long |
getSize()
Returns the size of this entry in bytes. |
java.lang.String |
getType()
Returns a string describing the type: "folder", "data", "blob", or "process". |
boolean |
move(Folder newParent)
Needs to be implemented only for folders in the same repository. |
boolean |
rename(java.lang.String newName)
Changes the name of the entry. |
java.lang.String |
retrieveXML()
|
void |
storeXML(java.lang.String xml)
|
| Methods inherited from class com.rapidminer.repository.local.SimpleEntry |
|---|
getContainingFolder, getCustomActions, getLocation, getName, getOwner, getProperty, getRepository, isReadOnly, putProperty, setRepository, toString, willBlock |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.rapidminer.repository.Entry |
|---|
getContainingFolder, getCustomActions, getLocation, getName, getOwner, isReadOnly, willBlock |
| Method Detail |
|---|
public java.lang.String retrieveXML()
throws RepositoryException
retrieveXML in interface ProcessEntryRepositoryException
public void storeXML(java.lang.String xml)
throws RepositoryException
storeXML in interface ProcessEntryRepositoryExceptionpublic int getRevision()
DataEntry
getRevision in interface DataEntrygetRevision in class SimpleDataEntrypublic long getSize()
DataEntry
getSize in interface DataEntry
public void delete()
throws RepositoryException
Entry
delete in interface Entrydelete in class SimpleEntryRepositoryExceptionpublic java.lang.String getDescription()
Entry
getDescription in interface EntrygetDescription in class SimpleDataEntrypublic java.lang.String getType()
Entry
getType in interface Entrypublic boolean rename(java.lang.String newName)
Entry
rename in interface Entryrename in class SimpleEntrypublic boolean move(Folder newParent)
EntryRepositoryManager.move(RepositoryLocation, Folder, com.rapidminer.tools.ProgressListener)
using a sequence of copy and delete.
move in interface Entrymove in class SimpleEntrypublic long getDate()
DataEntry
getDate in interface DataEntry
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||