com.rapidminer.repository
Interface ProcessEntry

All Superinterfaces:
DataEntry, Entry
All Known Implementing Classes:
RemoteProcessEntry, ResourceProcessEntry, SimpleProcessEntry

public interface ProcessEntry
extends DataEntry

An entry that can store processes.

Author:
Simon Fischer

Field Summary
static java.lang.String TYPE_NAME
           
 
Method Summary
 java.lang.String retrieveXML()
           
 void storeXML(java.lang.String xml)
           
 
Methods inherited from interface com.rapidminer.repository.DataEntry
getDate, getRevision, getSize
 
Methods inherited from interface com.rapidminer.repository.Entry
delete, getContainingFolder, getCustomActions, getDescription, getLocation, getName, getOwner, getType, isReadOnly, move, rename, willBlock
 

Field Detail

TYPE_NAME

static final java.lang.String TYPE_NAME
See Also:
Constant Field Values
Method Detail

retrieveXML

java.lang.String retrieveXML()
                             throws RepositoryException
Throws:
RepositoryException

storeXML

void storeXML(java.lang.String xml)
              throws RepositoryException
Throws:
RepositoryException


Copyright © 2001-2009 by Rapid-I