| java.lang.Object com.pentaho.repository.subscribe.Subscription
Subscription | public class Subscription (Code) | | |
Constructor Summary | |
protected | Subscription() | public | Subscription(String subscriptionId, String user, String title, SubscribeContent content, String destination, int type) | public | Subscription(String subscriptionId, String user, String title, SubscribeContent content, String destination, int type, Map parameters) |
COLUMN_ACTION | final public static int COLUMN_ACTION(Code) | | |
COLUMN_CONTENT_ID | final public static int COLUMN_CONTENT_ID(Code) | | |
COLUMN_DESTINATION | final public static int COLUMN_DESTINATION(Code) | | |
COLUMN_ID | final public static int COLUMN_ID(Code) | | |
COLUMN_PATH | final public static int COLUMN_PATH(Code) | | |
COLUMN_SOLUTION | final public static int COLUMN_SOLUTION(Code) | | |
COLUMN_TITLE | final public static int COLUMN_TITLE(Code) | | |
COLUMN_USER | final public static int COLUMN_USER(Code) | | |
ClassVersionNumber | final protected static int ClassVersionNumber(Code) | | |
TYPE_GROUP | final public static int TYPE_GROUP(Code) | | |
TYPE_PERSONAL | final public static int TYPE_PERSONAL(Code) | | |
TYPE_ROLE | final public static int TYPE_ROLE(Code) | | |
Subscription | protected Subscription()(Code) | | |
asDocument | public Document asDocument()(Code) | | |
getMetadata | public static MemoryMetaData getMetadata(String parameterNames)(Code) | | |
getParameters | public Map getParameters()(Code) | | |
getRevision | public int getRevision()(Code) | | Returns the revision. |
getType | public int getType()(Code) | | |
hashCode | public int hashCode()(Code) | | |
setDestination | public void setDestination(String destination)(Code) | | |
setParameters | protected void setParameters(Map parameters)(Code) | | |
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) | | |
setType | protected void setType(int type)(Code) | | |
|
|