|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinetsoft.sree.schedule.MVAction
public class MVAction
A schedule action to generate materialized view.
| Constructor Summary | |
|---|---|
MVAction()
Create an empty action. |
|
MVAction(inetsoft.report.composition.mv.MVDef mv)
A generaction action for the specified materialized view. |
|
MVAction(inetsoft.report.composition.mv.MVDef mv,
String email)
A generaction action for the specified materialized view. |
|
| Method Summary | |
|---|---|
void |
cancel()
Cancel the mv. |
Object |
clone()
Clone the action. |
void |
create()
Create the MV. |
void |
createMV(Principal principal)
Execute the action. |
static String |
detectURL(String urlstr)
Detect full url. |
AssetEntry |
getEntry()
Get the asset entry. |
inetsoft.report.composition.mv.MVDef |
getMV()
Get the mv. |
void |
parseXML(Element tag)
|
void |
run(Principal principal)
Run this MV internally. |
protected static void |
sendMVAction(Principal principal,
String mvname,
String params)
|
void |
setEntry(AssetEntry entry)
Set the asset entry. |
void |
setMV(inetsoft.report.composition.mv.MVDef mv)
Set the mv. |
String |
toString()
Get the string representation. |
void |
writeXML(PrintWriter writer)
|
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MVAction()
public MVAction(inetsoft.report.composition.mv.MVDef mv)
public MVAction(inetsoft.report.composition.mv.MVDef mv,
String email)
| Method Detail |
|---|
public AssetEntry getEntry()
getEntry in interface AssetSupportpublic void setEntry(AssetEntry entry)
setEntry in interface AssetSupportpublic Object clone()
clone in class Objectpublic String toString()
toString in class Objectpublic inetsoft.report.composition.mv.MVDef getMV()
public void setMV(inetsoft.report.composition.mv.MVDef mv)
public void run(Principal principal)
throws Exception
run in interface ScheduleActionprincipal - represents an entity
Exception
protected static void sendMVAction(Principal principal,
String mvname,
String params)
throws Exception
Exception
public static String detectURL(String urlstr)
throws Exception
Exception
public void create()
throws Throwable
Throwablepublic void cancel()
public void createMV(Principal principal)
throws Throwable
Throwable
public void parseXML(Element tag)
throws Exception
parseXML in interface inetsoft.util.XMLSerializableExceptionpublic void writeXML(PrintWriter writer)
writeXML in interface inetsoft.util.XMLSerializable
|
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 | ||||||||