|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ISubscribeContent | |
---|---|
org.pentaho.platform.api.repository | |
org.pentaho.platform.repository.subscription |
Uses of ISubscribeContent in org.pentaho.platform.api.repository |
---|
Methods in org.pentaho.platform.api.repository that return ISubscribeContent | |
---|---|
ISubscribeContent |
ISubscriptionRepository.addContent(String actionRef,
String contentType)
|
ISubscribeContent |
ISubscriptionRepository.editContent(String id,
String actionRef,
String contentType)
|
ISubscribeContent |
ISubscription.getContent()
|
ISubscribeContent |
ISubscriptionRepository.getContentByActionReference(String actionReference)
|
ISubscribeContent |
ISubscriptionRepository.getContentById(String contentId)
|
Methods in org.pentaho.platform.api.repository that return types with arguments of type ISubscribeContent | |
---|---|
List<ISubscribeContent> |
ISubscriptionRepository.addContent(String[] actionRefs)
|
List<ISubscribeContent> |
ISubscriptionRepository.getAllContent()
|
List<ISubscribeContent> |
ISubscriptionRepository.getContentBySchedule(ISchedule schedule)
|
Methods in org.pentaho.platform.api.repository with parameters of type ISubscribeContent | |
---|---|
void |
ISubscriptionRepository.addContent(ISubscribeContent content)
|
boolean |
ISubscriptionRepository.addContentForSchedule(ISubscribeContent content,
ISchedule sched)
|
void |
ISubscriptionRepository.deleteContent(ISubscribeContent content)
|
boolean |
ISubscriptionRepository.deleteContentForSchedule(ISubscribeContent content,
ISchedule sched)
|
boolean |
ISubscriptionRepository.deleteSubscribeContent(ISubscribeContent subContent)
|
Uses of ISubscribeContent in org.pentaho.platform.repository.subscription |
---|
Classes in org.pentaho.platform.repository.subscription that implement ISubscribeContent | |
---|---|
class |
SubscribeContent
This class defines an action sequence (e.g. |
Methods in org.pentaho.platform.repository.subscription that return ISubscribeContent | |
---|---|
ISubscribeContent |
SubscriptionRepository.addContent(String actionRef,
String contentType)
|
ISubscribeContent |
SubscriptionRepository.editContent(String contentId,
String actionRef,
String contentType)
|
ISubscribeContent |
Subscription.getContent()
|
ISubscribeContent |
SubscriptionRepository.getContentByActionReference(String actionReference)
|
ISubscribeContent |
SubscriptionRepository.getContentById(String theId)
|
Methods in org.pentaho.platform.repository.subscription that return types with arguments of type ISubscribeContent | |
---|---|
List<ISubscribeContent> |
SubscriptionRepository.addContent(String[] actionRefs)
For each action sequence path in the actionRefs array, if there is not already content in the subscription repository for that action sequence, add it. |
List<ISubscribeContent> |
SubscriptionRepository.getAllContent()
|
List<ISubscribeContent> |
SubscriptionRepository.getContentBySchedule(ISchedule schedule)
|
Methods in org.pentaho.platform.repository.subscription with parameters of type ISubscribeContent | |
---|---|
void |
SubscriptionRepository.addContent(ISubscribeContent content)
|
boolean |
SubscriptionRepository.addContentForSchedule(ISubscribeContent content,
ISchedule sched)
|
void |
SubscriptionRepository.deleteContent(ISubscribeContent content)
|
boolean |
SubscriptionRepository.deleteContentForSchedule(ISubscribeContent content,
ISchedule sched)
|
boolean |
SubscriptionRepository.deleteSubscribeContent(ISubscribeContent subContent)
|
Constructors in org.pentaho.platform.repository.subscription with parameters of type ISubscribeContent | |
---|---|
Subscription(String subscriptionId,
String user,
String title,
ISubscribeContent content,
String destination,
int type)
|
|
Subscription(String subscriptionId,
String user,
String title,
ISubscribeContent content,
String destination,
int type,
Map<String,Object> parameters)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |