org.pentaho.platform.api.repository
Interface ISubscription

All Known Implementing Classes:
Subscription

Deprecated.

@Deprecated
public interface ISubscription


Method Summary
 void addSchedule(ISchedule sched)
          Deprecated.  
 org.dom4j.Document asDocument()
          Deprecated.  
 String asXml()
          Deprecated.  
 boolean deleteSchedule(ISchedule sched)
          Deprecated.  
 boolean equals(Object other)
          Deprecated.  
 ISubscribeContent getContent()
          Deprecated.  
 String getDestination()
          Deprecated.  
 String getId()
          Deprecated.  
 Map<String,Object> getParameters()
          Deprecated.  
 int getRevision()
          Deprecated.  
 List<ISchedule> getSchedules()
          Deprecated.  
 String getTitle()
          Deprecated.  
 int getType()
          Deprecated.  
 String getUser()
          Deprecated.  
 int hashCode()
          Deprecated.  
 void setDestination(String destination)
          Deprecated.  
 void setTitle(String title)
          Deprecated.  
 Object[] toResultRow(String[] parameterNames)
          Deprecated.  
 

Method Detail

equals

boolean equals(Object other)
Deprecated. 
Overrides:
equals in class Object

hashCode

int hashCode()
Deprecated. 
Overrides:
hashCode in class Object

getRevision

int getRevision()
Deprecated. 
Returns:
Returns the revision.

addSchedule

void addSchedule(ISchedule sched)
Deprecated. 

deleteSchedule

boolean deleteSchedule(ISchedule sched)
Deprecated. 

getSchedules

List<ISchedule> getSchedules()
Deprecated. 

getUser

String getUser()
Deprecated. 

getTitle

String getTitle()
Deprecated. 

getDestination

String getDestination()
Deprecated. 

getContent

ISubscribeContent getContent()
Deprecated. 

getParameters

Map<String,Object> getParameters()
Deprecated. 

getId

String getId()
Deprecated. 

getType

int getType()
Deprecated. 

asDocument

org.dom4j.Document asDocument()
Deprecated. 

asXml

String asXml()
Deprecated. 

setDestination

void setDestination(String destination)
Deprecated. 

setTitle

void setTitle(String title)
Deprecated. 

toResultRow

Object[] toResultRow(String[] parameterNames)
Deprecated.