|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ISubscriptionRepository | |
|---|---|
| org.pentaho.platform.engine.core.system | |
| org.pentaho.platform.repository.subscription | |
| Uses of ISubscriptionRepository in org.pentaho.platform.engine.core.system |
|---|
| Methods in org.pentaho.platform.engine.core.system that return ISubscriptionRepository | |
|---|---|
static ISubscriptionRepository |
PentahoSystem.getSubscriptionRepository(IPentahoSession session)
Deprecated. |
| Uses of ISubscriptionRepository in org.pentaho.platform.repository.subscription |
|---|
| Classes in org.pentaho.platform.repository.subscription that implement ISubscriptionRepository | |
|---|---|
class |
SubscriptionRepository
|
| Methods in org.pentaho.platform.repository.subscription with parameters of type ISubscriptionRepository | |
|---|---|
static ISchedule |
SubscriptionRepositoryHelper.addScheduleAndContent(ISubscriptionRepository subscriptionRepository,
String title,
String schedRef,
String desc,
String cronExpr,
Integer repeatCount,
Integer repeatInterval,
String group,
Date startDate,
Date endDate,
String[] actionRefs)
|
static ISchedule |
SubscriptionRepositoryHelper.addScheduleWithoutContent(ISubscriptionRepository subscriptionRepository,
String title,
String schedRef,
String desc,
String cronExpr,
Integer repeatCount,
Integer repeatInterval,
String group,
Date startDate,
Date endDate)
|
static void |
SubscriptionRepositoryHelper.deleteScheduleContentAndSubscription(ISubscriptionRepository subscriptionRepository,
ISchedule schedule)
|
static ISchedule |
SubscriptionRepositoryHelper.editScheduleAndContent(ISubscriptionRepository subscriptionRepository,
String schedId,
String title,
String schedRef,
String desc,
String cronExpr,
Integer repeatCount,
Integer repeatInterval,
String group,
Date startDate,
Date endDate,
String[] actionRefs)
|
static ISchedule |
SubscriptionRepositoryHelper.editScheduleWithoutContent(ISubscriptionRepository subscriptionRepository,
String schedId,
String title,
String schedRef,
String desc,
String cronExpr,
Integer repeatCount,
Integer repeatInterval,
String group,
Date startDate,
Date endDate)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||