org.pentaho.platform.api.repository
Interface ISubscription
- All Known Implementing Classes:
- Subscription
public interface ISubscription
equals
boolean equals(Object other)
- Overrides:
equals
in class Object
hashCode
int hashCode()
- Overrides:
hashCode
in class Object
getRevision
int getRevision()
- Returns:
- Returns the revision.
addSchedule
void addSchedule(ISchedule sched)
deleteSchedule
boolean deleteSchedule(ISchedule sched)
getSchedules
List<ISchedule> getSchedules()
getUser
String getUser()
getTitle
String getTitle()
getDestination
String getDestination()
getContent
ISubscribeContent getContent()
getParameters
Map<String,Object> getParameters()
getId
String getId()
getType
int getType()
asDocument
org.dom4j.Document asDocument()
asXml
String asXml()
setDestination
void setDestination(String destination)
setTitle
void setTitle(String title)
toResultRow
Object[] toResultRow(String[] parameterNames)