| java.lang.Object com.pentaho.repository.subscribe.SubscribeContent
SubscribeContent | public class SubscribeContent (Code) | | This class defines an action sequence (e.g. a report) that users can create subscriptions to. This class contains a reference
to the action sequence that will be executed when the subscription is viewed online or scheduled. Parameters to the action
sequence can be defined here. These parameters will be applied to every subscription to the action sequence. These parameter
values can be overriden by the individual subscriptions if the user interface allows.
author: James Dixon |
ClassVersionNumber | final protected static int ClassVersionNumber(Code) | | |
TYPE_DASHBOARD | final public static String TYPE_DASHBOARD(Code) | | |
SubscribeContent | protected SubscribeContent()(Code) | | |
getActionReference | public String getActionReference()(Code) | | Gets the reference to the action sequence used by subscriptions to this content
Action sequence reference |
getId | public String getId()(Code) | | Gets the id of this content
|
getParameters | public Map getParameters()(Code) | | Gets the parameters for the content
Parameter HashMap |
getRevision | public int getRevision()(Code) | | Returns the revision. |
hashCode | public int hashCode()(Code) | | |
setActionReference | protected void setActionReference(String actionReference)(Code) | | Sets a reference to the action sequence that will be executed as part of a subscription
Parameters: actionReference - |
setParameters | public void setParameters(Map parameters)(Code) | | Sets the parameters that will be provided to the action sequence when it is executed as part of a subscription
Parameters: parameters - The parameters to pass to the action sequence |
setRevision | protected void setRevision(int revision)(Code) | | Parameters: revision - The revision to set. This is set by Hibernate. |
setSchedules | protected void setSchedules(List schedules)(Code) | | |
|
|