|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinetsoft.sree.DefaultContext
inetsoft.sree.RepletContext
public class RepletContext
Replet context store basic information about a replet. It is used internally to retrieve information about a replet.
| Field Summary |
|---|
| Fields inherited from class inetsoft.sree.DefaultContext |
|---|
description, name |
| Constructor Summary | |
|---|---|
RepletContext(String name,
String alias,
String description,
String layout,
RepletRequest init,
RepletRequest def,
boolean userDefined)
Create a replet context. |
|
RepletContext(String name,
String alias,
String description,
String layout,
RepletRequest init,
RepletRequest def,
int priority,
boolean userDefined)
Create a replet context. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getAlias()
Get replet alias name. |
RepletRequest |
getDefaultRequest()
Get the default creation parameters. |
String |
getExportFormats()
Get the replet's export formats. |
RepletRequest |
getInitRequest()
Get the initialization parameters. |
String |
getLayout()
Get replet layout option. |
String |
getPregeneratedCycle()
Get the replet's pregenerated cycle. |
int |
getPriority()
Get the template file associated with this replet. |
RepletParameters |
getRepletParameters(String name)
Get replet parameters. |
int |
getReportMode()
Get the current report mode. |
String |
getTemplate()
Get the template file associated with this replet. |
ViewerAction[] |
getViewerActions()
Get the user defined ViewerActions for the replet associated with this RepletContext. |
boolean |
isBursting()
Check if the replet is a bursting report. |
boolean |
isChanged()
Check if the replet has been changed since its last save. |
boolean |
isDirectFile()
Check whether the replet is deployed in "Report Files" directory. |
boolean |
isParamOnly()
Check if the replet is a parameters only report. |
boolean |
isPortlet()
Check if the replet is a portlet. |
boolean |
isPregenerated()
Check if the replet is a pregenerated. |
boolean |
isSystem()
Determines if the replet is a system replet. |
boolean |
isUserDefined()
Determines if the replet is from a user defined class or from a template. |
boolean |
isVisible()
Check if replet is visible on the repository tree. |
void |
setAlias(String alias)
Set replet alias name. |
void |
setBursting(boolean burst)
Set the report bursting flag. |
void |
setChanged(boolean changed)
Set the changed flag. |
void |
setDefaultRequest(RepletRequest def)
Set the default creation parameters. |
void |
setDirectFile(boolean directlyFile)
Set whether the replet is deployed in "Report Files" directory. |
void |
setExportFormats(String exportFormats)
Set the replet's export formats. |
void |
setInitRequest(RepletRequest init)
Set the initialization parameters. |
void |
setLayout(String layout)
Set replet layout option. |
void |
setParamOnly(boolean paramOnly)
Set the report parameters only flag. |
void |
setPortlet(boolean portlet)
Set the portlet flag. |
void |
setPregenerated(boolean pregenerated)
Set the pregenerated flag. |
void |
setPregeneratedCycle(String pregeneratedCycle)
Set the replet's pregenerated cycle. |
void |
setPriority(int priority)
Set the template file used by this replet. |
void |
setRepletParameters(RepletParameters param)
Set replet parameters. |
void |
setRepletRequest(RepletRequest req)
Set replet request. |
void |
setReportMode(int rmode)
Set the current report mode. |
void |
setSystem(boolean system)
Sets whether the replet is a system replet. |
void |
setTemplate(String template)
Set the template file used by this replet. |
void |
setUserDefined(boolean userDefined)
Sets whether the replet is from a user defined class or from a template. |
void |
setViewerActions(ViewerAction[] viewerActions)
Set the user defined Viewer Actions for the replet associated with this RepletContext. |
void |
setVisible(boolean vis)
Set replet visibility. |
| Methods inherited from class inetsoft.sree.DefaultContext |
|---|
getDescription, getName, setDescription, setName |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RepletContext(String name,
String alias,
String description,
String layout,
RepletRequest init,
RepletRequest def,
boolean userDefined)
public RepletContext(String name,
String alias,
String description,
String layout,
RepletRequest init,
RepletRequest def,
int priority,
boolean userDefined)
| Method Detail |
|---|
public String getAlias()
public void setAlias(String alias)
public String getLayout()
public void setLayout(String layout)
public boolean isVisible()
public void setVisible(boolean vis)
public String getTemplate()
public void setTemplate(String template)
public int getPriority()
public void setPriority(int priority)
public RepletRequest getDefaultRequest()
public void setDefaultRequest(RepletRequest def)
public RepletRequest getInitRequest()
public void setInitRequest(RepletRequest init)
public void setRepletRequest(RepletRequest req)
public void setRepletParameters(RepletParameters param)
public RepletParameters getRepletParameters(String name)
public boolean isDirectFile()
public void setDirectFile(boolean directlyFile)
public boolean equals(Object obj)
equals in class Objectpublic void setViewerActions(ViewerAction[] viewerActions)
viewerActions - an array of user defined viewer actions.public ViewerAction[] getViewerActions()
public int getReportMode()
public void setReportMode(int rmode)
public boolean isChanged()
public void setChanged(boolean changed)
public void setPortlet(boolean portlet)
public boolean isPortlet()
public void setBursting(boolean burst)
public boolean isBursting()
public void setPregenerated(boolean pregenerated)
public boolean isPregenerated()
public void setParamOnly(boolean paramOnly)
public boolean isParamOnly()
public void setPregeneratedCycle(String pregeneratedCycle)
public String getPregeneratedCycle()
public void setExportFormats(String exportFormats)
public String getExportFormats()
public boolean isSystem()
true if the replet is a system replet.public void setSystem(boolean system)
system - true if the replet is a system replet.public boolean isUserDefined()
true if the replet is from a user defined class.public void setUserDefined(boolean userDefined)
userDefined - true if the replet is from a user
defined class.
|
Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||