Style Intelligence v12.0

Serialized Form


Package inetsoft.graph

Class inetsoft.graph.AxisSpec extends Object implements Serializable

Serialized Fields

style

int style

tickVisible

boolean tickVisible

labelVisible

boolean labelVisible

lineVisible

boolean lineVisible

lineColor

Color lineColor

textFrame

TextFrame textFrame

textSpec

TextSpec textSpec

abbreviate

boolean abbreviate

allTick

boolean allTick

truncated

boolean truncated

inPlot

boolean inPlot

gridColor

Color gridColor

gridStyle

int gridStyle

gridAsShape

boolean gridAsShape

gridOnTop

boolean gridOnTop

asize

double asize

Class inetsoft.graph.BoundedContainer extends VContainer implements Serializable

Serialized Fields

pos

Point2D pos

size

Dimension2D size

Class inetsoft.graph.BoundedVisualizable extends Visualizable implements Serializable

Serialized Fields

x

double x

y

double y

w

double w

h

double h

Class inetsoft.graph.LegendSpec extends Object implements Serializable

Serialized Fields

visible

boolean visible

border

int border

borderColor

Color borderColor

bg

Color bg

title

String title

titleVisible

boolean titleVisible

titleSpec

TextSpec titleSpec

textFrame

TextFrame textFrame

textSpec

TextSpec textSpec

partial

boolean partial

position

Point2D position

epos

Point2D epos

preferredSize

Dimension2D preferredSize

Class inetsoft.graph.PlotSpec extends Object implements Serializable

Serialized Fields

bgColor

Color bgColor

bgImage

Image bgImage

lockAspect

boolean lockAspect

alpha

double alpha

xmin

double xmin

xmax

double xmax

ymin

double ymin

ymax

double ymax

xband

Color xband

yband

Color yband

xbandSize

double xbandSize

ybandSize

double ybandSize

Class inetsoft.graph.TextSpec extends Object implements Serializable

Serialized Fields

color

Color color

bg

Color bg

font

Font font

fmt

Format fmt

rotation

double rotation

align

int align

colormap

Map colormap

fontmap

Map fontmap

Class inetsoft.graph.TitleSpec extends Object implements Serializable

Serialized Fields

spec

TextSpec spec

label

String label

Class inetsoft.graph.VContainer extends Visualizable implements Serializable

Serialized Fields

visuals

ArrayList visuals

Class inetsoft.graph.VGraph extends BoundedContainer implements Serializable

Serialized Fields

graph

EGraph graph

legendSpec

LegendSpec legendSpec

axises

Vector axises

coord

Coordinate coord

xTitle

VLabel xTitle

yTitle

VLabel yTitle

x2Title

VLabel x2Title

y2Title

VLabel y2Title

vlegends

inetsoft.graph.guide.legend.LegendGroup vlegends

plotw

double plotw

ploth

double ploth

plotx

double plotx

ploty

double ploty

contentBounds

Rectangle2D contentBounds

legendLayout

int legendLayout

legendPreferredSize

double legendPreferredSize

Class inetsoft.graph.Visualizable extends Object implements Serializable

Serialized Fields

scntrans

AffineTransform scntrans

zIndex

int zIndex

pwidth

double pwidth

pheight

double pheight

mwidth

double mwidth

mheight

double mheight

Package inetsoft.graph.aesthetic

Class inetsoft.graph.aesthetic.BarShapeFrame extends MultiShapeFrame implements Serializable

Serialized Fields

colors

ColorFrame colors

Class inetsoft.graph.aesthetic.BipolarColorFrame extends RGBCubeColorFrame implements Serializable

Class inetsoft.graph.aesthetic.BrightnessColorFrame extends HSLColorFrame implements Serializable

Serialized Fields

min

double min

max

double max

increase

boolean increase

Class inetsoft.graph.aesthetic.CategoricalColorFrame extends ColorFrame implements Serializable

Serialized Fields

clrs

ArrayList clrs

cmap

Map cmap

Class inetsoft.graph.aesthetic.CategoricalLineFrame extends LineFrame implements Serializable

Serialized Fields

lines

GLine[] lines

cmap

Map cmap

Class inetsoft.graph.aesthetic.CategoricalShapeFrame extends ShapeFrame implements Serializable

Serialized Fields

shps

GShape[] shps

cmap

Map cmap

Class inetsoft.graph.aesthetic.CategoricalSizeFrame extends SizeFrame implements Serializable

Serialized Fields

smap

Map smap

cmap

Map cmap

Class inetsoft.graph.aesthetic.CategoricalTextureFrame extends TextureFrame implements Serializable

Serialized Fields

txtrs

GTexture[] txtrs

cmap

Map cmap

Class inetsoft.graph.aesthetic.CircularColorFrame extends RGBCubeColorFrame implements Serializable

Class inetsoft.graph.aesthetic.ColorFrame extends VisualFrame implements Serializable

Serialized Fields

bright

double bright

grayscale

boolean grayscale

Class inetsoft.graph.aesthetic.CompositeColorFrame extends ColorFrame implements Serializable

Serialized Fields

frames

List frames

Class inetsoft.graph.aesthetic.DefaultTextFrame extends TextFrame implements Serializable

Serialized Fields

textmap

Map textmap

Class inetsoft.graph.aesthetic.FillShapeFrame extends LinearShapeFrame implements Serializable

Serialized Fields

arc

boolean arc

Class inetsoft.graph.aesthetic.GLine extends Object implements Serializable

Serialized Fields

dash

double dash

linew

double linew

Class inetsoft.graph.aesthetic.GradientColorFrame extends RGBCubeColorFrame implements Serializable

Serialized Fields

a1

int a1

r1

int r1

g1

int g1

b1

int b1

disA

int disA

disR

int disR

disG

int disG

disB

int disB

from

Color from

to

Color to

Class inetsoft.graph.aesthetic.GridTextureFrame extends LinearTextureFrame implements Serializable

Class inetsoft.graph.aesthetic.GShape extends Object implements Serializable

Serialized Fields

fill

boolean fill

outline

boolean outline

linecolor

Color linecolor

Class inetsoft.graph.aesthetic.GShape.ImageShape extends GShape implements Serializable

Serialized Fields

image

Image image

path

String path

iw

int iw

ih

int ih

tile

boolean tile

colorit

boolean colorit

ignored

Color ignored

Class inetsoft.graph.aesthetic.GTexture extends Object implements Serializable

Serialized Fields

gaps

Vector gaps

widths

Vector widths

rotations

Vector rotations

Class inetsoft.graph.aesthetic.HeatColorFrame extends RGBCubeColorFrame implements Serializable

Class inetsoft.graph.aesthetic.HSLColorFrame extends LinearColorFrame implements Serializable

Serialized Fields

color

Color color

hue

double hue

saturation

double saturation

brightness

double brightness

Class inetsoft.graph.aesthetic.LeftTiltTextureFrame extends LinearTextureFrame implements Serializable

Class inetsoft.graph.aesthetic.LinearColorFrame extends ColorFrame implements Serializable

Class inetsoft.graph.aesthetic.LinearLineFrame extends LineFrame implements Serializable

Class inetsoft.graph.aesthetic.LinearShapeFrame extends ShapeFrame implements Serializable

Class inetsoft.graph.aesthetic.LinearSizeFrame extends SizeFrame implements Serializable

Class inetsoft.graph.aesthetic.LinearTextureFrame extends TextureFrame implements Serializable

Class inetsoft.graph.aesthetic.LineFrame extends VisualFrame implements Serializable

Class inetsoft.graph.aesthetic.MultiShapeFrame extends ShapeFrame implements Serializable

Serialized Fields

fields

String[] fields

scales

Scale[] scales

Class inetsoft.graph.aesthetic.MultiTextFrame extends TextFrame implements Serializable

Serialized Fields

fmt

MessageFormat fmt

fields

String[] fields

Class inetsoft.graph.aesthetic.OrientationShapeFrame extends LinearShapeFrame implements Serializable

Class inetsoft.graph.aesthetic.OrientationTextureFrame extends LinearTextureFrame implements Serializable

Class inetsoft.graph.aesthetic.OvalShapeFrame extends LinearShapeFrame implements Serializable

Serialized Fields

fill

boolean fill

Class inetsoft.graph.aesthetic.PieShapeFrame extends MultiShapeFrame implements Serializable

Serialized Fields

colors

ColorFrame colors

defcolors

CategoricalColorFrame defcolors

Class inetsoft.graph.aesthetic.PolygonShapeFrame extends LinearShapeFrame implements Serializable

Serialized Fields

fill

boolean fill

Class inetsoft.graph.aesthetic.ProfileShapeFrame extends MultiShapeFrame implements Serializable

Class inetsoft.graph.aesthetic.RainbowColorFrame extends RGBCubeColorFrame implements Serializable

Class inetsoft.graph.aesthetic.RGBCubeColorFrame extends LinearColorFrame implements Serializable

Serialized Fields

colors

double[][] colors

Class inetsoft.graph.aesthetic.RightTiltTextureFrame extends LinearTextureFrame implements Serializable

Class inetsoft.graph.aesthetic.SaturationColorFrame extends HSLColorFrame implements Serializable

Class inetsoft.graph.aesthetic.ShapeFrame extends VisualFrame implements Serializable

Class inetsoft.graph.aesthetic.SizeFrame extends VisualFrame implements Serializable

Serialized Fields

largest

double largest

smallest

double smallest

max

double max

Class inetsoft.graph.aesthetic.StackTextFrame extends TextFrame implements Serializable

Serialized Fields

dims

String[] dims

negGrp

boolean negGrp

vmap

Map vmap

rowmap

Map rowmap

stackmap

Map stackmap

datasets

Set datasets

elem

GraphElement elem

Class inetsoft.graph.aesthetic.StarShapeFrame extends MultiShapeFrame implements Serializable

Class inetsoft.graph.aesthetic.StaticColorFrame extends ColorFrame implements Serializable

Serialized Fields

color

Color color

negcolor

Color negcolor

Class inetsoft.graph.aesthetic.StaticLineFrame extends LineFrame implements Serializable

Serialized Fields

line

GLine line

negline

GLine negline

Class inetsoft.graph.aesthetic.StaticShapeFrame extends ShapeFrame implements Serializable

Serialized Fields

shape

GShape shape

negshape

GShape negshape

Class inetsoft.graph.aesthetic.StaticSizeFrame extends SizeFrame implements Serializable

Serialized Fields

size

double size

negsize

double negsize

Class inetsoft.graph.aesthetic.StaticTextureFrame extends TextureFrame implements Serializable

Serialized Fields

texture

GTexture texture

negtexture

GTexture negtexture

Class inetsoft.graph.aesthetic.SunShapeFrame extends MultiShapeFrame implements Serializable

Class inetsoft.graph.aesthetic.SVGShape extends GShape implements Serializable

Serialized Fields

resource

String resource

Class inetsoft.graph.aesthetic.TextFrame extends VisualFrame implements Serializable

Serialized Fields

vfield

String vfield

vset

Set vset

vrange

Comparable[] vrange

Class inetsoft.graph.aesthetic.TextureFrame extends VisualFrame implements Serializable

Class inetsoft.graph.aesthetic.ThermoShapeFrame extends MultiShapeFrame implements Serializable

Class inetsoft.graph.aesthetic.TriangleShapeFrame extends LinearShapeFrame implements Serializable

Serialized Fields

fill

boolean fill

Class inetsoft.graph.aesthetic.VineShapeFrame extends MultiShapeFrame implements Serializable

Serialized Fields

startAngle

int startAngle

endAngle

int endAngle

Class inetsoft.graph.aesthetic.VisualFrame extends Object implements Serializable

Serialized Fields

field

String field

scale

Scale scale

legendSpec

LegendSpec legendSpec

scaleOption

int scaleOption

legendFrame

VisualFrame legendFrame

Package inetsoft.graph.coord

Class inetsoft.graph.coord.AbstractCoord extends Object implements Serializable

Serialized Fields

axisVis

int axisVis

tickVis

int tickVis

cbounds

Rectangle2D cbounds

Class inetsoft.graph.coord.Coordinate extends AbstractCoord implements Serializable

Serialized Fields

vgraph

VGraph vgraph

pcoord

Coordinate pcoord

plotSpec

PlotSpec plotSpec

pvalues

Map pvalues

ctrans

AffineTransform ctrans

dataSet

DataSet dataSet

Class inetsoft.graph.coord.FacetCoord extends Coordinate implements Serializable

Serialized Fields

outer

Coordinate outer

minner

TileCoord minner

inners

TileCoord[][] inners

vertical

boolean vertical

xcount

int xcount

ycount

int ycount

facetGrid

boolean facetGrid

gridColor

Color gridColor

Class inetsoft.graph.coord.GeoCoord extends Coordinate implements Serializable

Serialized Fields

projection

inetsoft.graph.geo.GeoProjection projection

xscale

LinearScale xscale

yscale

LinearScale yscale

fullmap

boolean fullmap

minX

double minX

minY

double minY

maxX

double maxX

maxY

double maxY

Class inetsoft.graph.coord.ParallelCoord extends Coordinate implements Serializable

Serialized Fields

scales

Scale[] scales

Class inetsoft.graph.coord.PolarCoord extends Coordinate implements Serializable

Serialized Fields

type

int type

coord

Coordinate coord

axises

Vector axises

pradius

Double pradius

Class inetsoft.graph.coord.Rect25Coord extends RectCoord implements Serializable

Serialized Fields

depth0

double depth0

Class inetsoft.graph.coord.RectCoord extends Coordinate implements Serializable

Serialized Fields

xscale

Scale xscale

yscale

Scale yscale

yscale2

Scale yscale2

xaxis1

inetsoft.graph.guide.axis.DefaultAxis xaxis1

xaxis2

inetsoft.graph.guide.axis.DefaultAxis xaxis2

yaxis1

inetsoft.graph.guide.axis.DefaultAxis yaxis1

yaxis2

inetsoft.graph.guide.axis.DefaultAxis yaxis2

facet

FacetCoord facet

Class inetsoft.graph.coord.TriCoord extends Coordinate implements Serializable

Serialized Fields

scale

Scale scale

axes

inetsoft.graph.guide.axis.DefaultAxis[] axes

Package inetsoft.graph.data

Class inetsoft.graph.data.AbstractDataSet extends Object implements Serializable

Serialized Fields

calcs

List calcs

rcalcs

List rcalcs

calcvals

Vector calcvals

rcalcvals

List rcalcvals

Class inetsoft.graph.data.AbstractDataSetFilter extends AbstractDataSet implements Serializable

Serialized Fields

data

DataSet data

attr

AttributeDataSet attr

Class inetsoft.graph.data.BoxDataSet extends AbstractDataSet implements Serializable

Serialized Fields

base

DataSet base

measures

String[] measures

dims

String[] dims

headers

List headers

rows

List rows

outliers

List outliers

Class inetsoft.graph.data.DefaultDataSet extends AbstractDataSet implements Serializable

Serialized Fields

data

Object[][] data

headers

String[] headers

colmap

Map colmap

Class inetsoft.graph.data.HRef extends Object implements Serializable

Serialized Fields

link

String link

targetFrame

String targetFrame

tip

String tip

params

Hashtable params

Class inetsoft.graph.data.SortedDataSet extends AbstractDataSetFilter implements Serializable

Serialized Fields

base

DataSet base

cols

List cols

comps

List comps

rows

BitSet rows

compmap

Map compmap

sortrows

Map sortrows

mapping

int[] mapping

sorted

boolean sorted

startRow

int startRow

endRow

int endRow

Class inetsoft.graph.data.SubDataSet extends AbstractDataSetFilter implements Serializable

Serialized Fields

mapping

int[] mapping

dset

DataSet dset

Class inetsoft.graph.data.SumDataSet extends AbstractDataSetFilter implements Serializable

Serialized Fields

brow

int brow

bcol

int bcol

measures

String[] measures

all

List all

allMeasures

List allMeasures

dim

String dim

Class inetsoft.graph.data.TimeSeriesRow extends Object implements Serializable

Serialized Fields

tcol

String tcol

dtype

int dtype

missingval

Object missingval

missingmap

Map missingmap

gfields

String[] gfields

outerfields

String[] outerfields

maxrows

int maxrows

mchecker

TimeSeriesRow.MeasureChecker mchecker

Package inetsoft.graph.guide

Class inetsoft.graph.guide.VLabel extends BoundedVisualizable implements Serializable

Serialized Fields

label

Object label

spec

TextSpec spec

maxSize

Dimension2D maxSize

alignx

int alignx

aligny

int aligny

offset

Point2D offset

insets

Insets insets

modifier

int modifier

truncated

boolean truncated

labelForm

boolean labelForm

clipWidth

boolean clipWidth

clipHeight

boolean clipHeight

Package inetsoft.graph.scale

Class inetsoft.graph.scale.AbstractScaleRange extends Object implements Serializable

Serialized Fields

abs

boolean abs

Class inetsoft.graph.scale.CategoricalScale extends Scale implements Serializable

Serialized Fields

values0

Object[] values0

values

Vector values

fill

boolean fill

grid

boolean grid

weightmap

HashMap weightmap

Class inetsoft.graph.scale.LinearRange extends AbstractScaleRange implements Serializable

Class inetsoft.graph.scale.LinearScale extends Scale implements Serializable

Serialized Fields

ticks

double[] ticks

minc

inetsoft.graph.scale.LinearScale.NumContainer minc

maxc

inetsoft.graph.scale.LinearScale.NumContainer maxc

omax

Number omax

omin

Number omin

increment

Number increment

minorinc

Number minorinc

reversed

boolean reversed

range

ScaleRange range

shared

boolean shared

Class inetsoft.graph.scale.LogScale extends LinearScale implements Serializable

Serialized Fields

base

int base

Class inetsoft.graph.scale.PowerScale extends LinearScale implements Serializable

Serialized Fields

power

double power

Class inetsoft.graph.scale.Scale extends Object implements Serializable

Serialized Fields

fields

String[] fields

dfields

String[] dfields

axisSpec

AxisSpec axisSpec

scaleOption

int scaleOption

Class inetsoft.graph.scale.StackRange extends AbstractScaleRange implements Serializable

Serialized Fields

gfield

String gfield

negGrp

boolean negGrp

stackfields

List stackfields

Class inetsoft.graph.scale.TimeScale extends Scale implements Serializable

Serialized Fields

umin

Long umin

umax

Long umax

cmin

long cmin

cmax

long cmax

type

int type

type0

Integer type0

nullValue

boolean nullValue

nodata

boolean nodata

fill

boolean fill

cacheSpec

AxisSpec cacheSpec

cacheText

TextSpec cacheText

interval

double interval

increment

Number increment

Package inetsoft.graph.schema

Class inetsoft.graph.schema.BoxPainter extends SchemaPainter implements Serializable

Serialized Fields

shapes

Shape[] shapes

Class inetsoft.graph.schema.CandlePainter extends SchemaPainter implements Serializable

Serialized Fields

shapes

Shape[] shapes

negative

boolean negative

Class inetsoft.graph.schema.SchemaPainter extends Object implements Serializable

Serialized Fields

geometry

inetsoft.graph.geometry.SchemaGeometry geometry

Class inetsoft.graph.schema.StockPainter extends SchemaPainter implements Serializable

Serialized Fields

shapes

Shape[] shapes

Package inetsoft.report

Class inetsoft.report.BaseLayout extends Object implements Serializable

Serialized Fields

ncol

int ncol

regions

BaseLayout.Region[] regions

spans

Dimension[][] spans

Class inetsoft.report.BaseLayout.Region extends Object implements Serializable

Serialized Fields

visible

boolean visible

virtual

boolean virtual

path

TableDataPath path

nrow

int nrow

rowHeights

int[] rowHeights

rowBinding

int[] rowBinding

bindings

CellBinding[][] bindings

Class inetsoft.report.BeanPropertyDefinition extends Object implements Serializable

Serialized Fields

elemID

String elemID

elemProperty

String elemProperty

type

Class type

getter

Method getter

setter

Method setter

Class inetsoft.report.BeanSheet extends StyleSheet implements Serializable

Serialized Fields

properties

Hashtable properties

resetOnLoad

boolean resetOnLoad

Class inetsoft.report.CellBinding extends Object implements Serializable

Serialized Fields

type

int type

value

String value

formula

String formula

btype

int btype

asGroup

boolean asGroup

Class inetsoft.report.ColumnMatching extends Object implements Serializable

Serialized Fields

tableId

String tableId

mapping

Vector mapping

Class inetsoft.report.CompositeSheet extends ReportSheet implements Serializable

Serialized Fields

sheets

ReportSheet[] sheets

lastS

ReportSheet lastS

currSheet

int currSheet

pagecnts

int[] pagecnts

first

boolean first

contiguous

boolean contiguous

Class inetsoft.report.Context extends Object implements Serializable

Serialized Fields

report

ReportSheet report

elem

ReportElement elem

c_align

int c_align

c_indent

double c_indent

c_spacing

int c_spacing

c_font

Font c_font

c_fg

Color c_fg

c_bg

Color c_bg

c_autosize

int c_autosize

c_policy

int c_policy

c_padding

Insets c_padding

c_tblwidth

double c_tblwidth

c_tabstops

double[] c_tabstops

c_textadv

int c_textadv

c_orphan

boolean c_orphan

c_keep

boolean c_keep

c_script

String c_script

c_onClick

String c_onClick

c_target

String c_target

c_hideOnPrint

boolean c_hideOnPrint

c_cssClass

String c_cssClass

Class inetsoft.report.FixedContainer extends Object implements Serializable

Serialized Fields

boxes

Vector boxes

printBounds

Vector printBounds

shapes

Vector shapes

vlines

Vector vlines

Class inetsoft.report.FreehandLayout extends BaseLayout implements Serializable

Serialized Fields

layoutType

int layoutType

Class inetsoft.report.FreehandLayout.CellBinding extends CellBinding implements Serializable

Serialized Fields

mergeCells

boolean mergeCells

Class inetsoft.report.GridBagLayout2 extends Object implements Serializable

Serialized Fields

comptable

Hashtable comptable
This hashtable maintains the association between a component and its gridbag constraints. The Keys in comptable are the components and the values are the instances of GridBagConstraints.


defaultConstraints

inetsoft.report.GridBagConstraints2 defaultConstraints
This field holds a gridbag constraints instance containing the default values, so if a component does not have gridbag constraints associated with it, then the component will be assigned a copy of the defaultConstraints.


layoutInfo

inetsoft.report.GridBagLayoutInfo2 layoutInfo
This field holds tha layout information for the gridbag. The information in this field is based on the most recent validation of the gridbag. If layoutInfo is null this indicates that there are no components in the gridbag or if there are components, they have not yet been validated.


columnWidths

int[] columnWidths
This field holds the overrides to the column minimum width. If this field is non-null the values are applied to the gridbag after all of the minimum columns widths have been calculated. If columnWidths has more elements than the number of columns, columns are added to the gridbag to match the number of elements in columnWidth.


rowHeights

int[] rowHeights
This field holds the overrides to the row minimum heights. If this field is non-null the values are applied to the gridbag after all of the minimum row heights have been calculated. If rowHeights has more elements than the number of rows, rowa are added to the gridbag to match the number of elements in rowHeights.


columnWeights

double[] columnWeights
This field holds the overrides to the column weights. If this field is non-null the values are applied to the gridbag after all of the columns weights have been calculated. If columnWeights[i] > weight for column i, then column i is assigned the weight in columnWeights[i]. If columnWeights has more elements than the number of columns, the excess elements are ignored - they do not cause more columns to be created.


rowWeights

double[] rowWeights
This field holds the overrides to the row weights. If this field is non-null the values are applied to the gridbag after all of the rows weights have been calculated. If rowWeights[i] > weight for row i, then row i is assigned the weight in rowWeights[i]. If rowWeights has more elements than the number of rows, the excess elements are ignored - they do not cause more rows to be created.

Class inetsoft.report.GroupableCellBinding extends CellBinding implements Serializable

Serialized Fields

expansion

int expansion

cfield

inetsoft.report.internal.binding.Field cfield

Class inetsoft.report.HttpPrinter extends Object implements Serializable

Serialized Fields

printer

PDFPrinter printer

url

URL url

context

URL context

spec

String spec

conn

URLConnection conn

Class inetsoft.report.Hyperlink extends Object implements Serializable

Serialized Fields

link

String link

targetFrame

String targetFrame

tip

String tip

bookmarkName

String bookmarkName

bookmarkUser

String bookmarkUser

params

inetsoft.util.OrderedMap params

labels

inetsoft.util.OrderedMap labels

types

inetsoft.util.OrderedMap types

passParams

boolean passParams

passSelectionParams

boolean passSelectionParams

disablePrompting

boolean disablePrompting

linkType

int linkType

isSnapshot

boolean isSnapshot

Class inetsoft.report.Hyperlink.Ref extends HRef implements Serializable

Serialized Fields

name

String name

query

String query

passParams

boolean passParams

passSelectionParams

boolean passSelectionParams

disablePrompting

boolean disablePrompting

linkType

int linkType

Class inetsoft.report.LayoutTool.CrosstabOperation extends Enum implements Serializable

Class inetsoft.report.LayoutTool.CrosstabRegion extends Enum implements Serializable

Class inetsoft.report.Margin extends Object implements Serializable

Serialized Fields

top

double top
Top margin in inches.


left

double left
Left margin in inches.


bottom

double bottom
Bottom margin in inches.


right

double right
Right margin in inches.

Class inetsoft.report.MetaStyleSheet extends StyleSheet implements Serializable

Class inetsoft.report.MetaTabularSheet extends TabularSheet implements Serializable

Class inetsoft.report.PageArea extends Object implements Serializable

Serialized Fields

x

double x
The area location and size.


y

double y
The area location and size.


width

double width
The area location and size.


height

double height
The area location and size.


relative

boolean relative

border

int border

insets

Insets insets

rect

Rectangle rect

flow

boolean flow

repeat

boolean repeat

bcolor

Color bcolor

container

FixedContainer container

Class inetsoft.report.PagedPreviewPane extends inetsoft.report.j2d.PreviewPane2D implements Serializable

Serialized Fields

pageListener

ActionListener pageListener

firstpageListener

ActionListener firstpageListener

prevpageListener

ActionListener prevpageListener

nextpageListener

ActionListener nextpageListener

lastpageListener

ActionListener lastpageListener

pages

Vector pages

preview

PreviewPage preview

currpage

int currpage

completed

boolean completed

firstpageB

JButton firstpageB

prevpageB

JButton prevpageB

nextpageB

JButton nextpageB

lastpageB

JButton lastpageB

totalpageLB

JLabel totalpageLB

pageTF

JTextField pageTF

toolbar

JPanel toolbar

Class inetsoft.report.PageLayout extends Object implements Serializable

Serialized Fields

areas

PageArea[] areas

shapes

PageLayout.Shape[] shapes

orient

Integer orient

Class inetsoft.report.PageLayout.InfoShape extends PageLayout.Shape implements Serializable

Serialized Fields

info

String info

bounds

Rectangle bounds

Class inetsoft.report.PageLayout.InfoText extends inetsoft.report.internal.TextElementDef implements Serializable

Serialized Fields

delegate

PageLayout.InfoShape delegate

Class inetsoft.report.PageLayout.Line extends PageLayout.Shape implements Serializable

Serialized Fields

x1

double x1

x2

double x2

y1

double y1

y2

double y2

isArrow

boolean isArrow

location

int location

Class inetsoft.report.PageLayout.Oval extends PageLayout.Shape implements Serializable

Serialized Fields

x

double x

y

double y

width

double width

height

double height

fill

Color fill

Class inetsoft.report.PageLayout.Rectangle extends PageLayout.Shape implements Serializable

Serialized Fields

x

double x

y

double y

width

double width

height

double height

fill

Color fill

Class inetsoft.report.PageLayout.Shape extends Object implements Serializable

Serialized Fields

color

Color color

style

int style

xs

double xs

ys

double ys

Class inetsoft.report.ParameterFormat extends Format implements Serializable

Class inetsoft.report.ParameterSheet extends TabularSheet implements Serializable

Serialized Fields

sflows

Vector sflows

embedded

boolean embedded

executionSet

Set executionSet

main

ReportSheet main

Class inetsoft.report.PDFPrinter extends Graphics2D implements Serializable

Serialized Fields

pageheight

int pageheight
Page height in points.


pagewidth

int pagewidth
Page width in points.


os

PDFPrinter.CountWriter os
Output stream where pdf goes


clr

Color clr
The current color


backClr

Color backClr
The background color of the current widget. It's up to the client software to set this correctly!


default_cliprect

Rectangle default_cliprect

buf

char[] buf

double2str

inetsoft.report.internal.FastDouble2String double2str

oblique

List oblique

fontmap

Map fontmap
Font mapping table.


isMac

boolean isMac

othersBuf

inetsoft.util.CachedByteArrayOutputStream othersBuf

pgBuf

inetsoft.util.CachedByteArrayOutputStream pgBuf

builder

StringBuilder builder

font

Font font

ofont

Font ofont

fontRatio

double fontRatio

fm

FontMetrics fm

afm

FontMetrics afm

pg

PDFPrinter.PDFWriter pg

others

PDFPrinter.CountWriter others

psFontName

String psFontName

fontFn

Map fontFn

fnList

List fnList

fontObj

Map fontObj

fnObj

Map fnObj

pageIds

List pageIds

annotsIds

List annotsIds

annots

Map annots

outlines

String outlines

alpha

float alpha

gs_info

Stack gs_info

g_infos

inetsoft.report.PDFPrinter.Info[] g_infos

fieldIds

List fieldIds

objId

int objId

fontIdx

int fontIdx

started

boolean started

lengthId

int lengthId

pagesId

int pagesId

contentId

int contentId

resourceId

int resourceId

egsId

int egsId

xrefs

Map xrefs

inited

boolean inited

imgSet

Set imgSet

textObj

boolean textObj

cloned

PDFPrinter cloned

savelevel

int savelevel

closed

boolean closed

info

DocumentInfo info

encrypt

PDFEncryptInfo encrypt

keymaps

Map keymaps

compAlpha

float compAlpha

composite

Composite composite

pmargin

Margin pmargin

imgmap

Map imgmap

radiomap

Map radiomap

containsWideString

boolean containsWideString

compressText

boolean compressText

compressImg

boolean compressImg

ascii

boolean ascii

mapSymbol

boolean mapSymbol

openBookmark

boolean openBookmark

openThumbnail

boolean openThumbnail

printScaling

boolean printScaling

printOnOpen

boolean printOnOpen

printToDefault

boolean printToDefault

defaultPrinter

int defaultPrinter

job

inetsoft.report.PDFPrinter.Printer job

reportID

String reportID

accessible

boolean accessible

reportLocale

Locale reportLocale

structureTree

inetsoft.report.PDFPrinter.StructureNode structureTree

structureParent

inetsoft.report.PDFPrinter.StructureNode structureParent

mcid

int mcid

structurePart

PDFPrinter.StructurePart structurePart

insetx

int insetx

trans

AffineTransform trans

ptrans

AffineTransform ptrans

fontContext

FontRenderContext fontContext

stroke

Stroke stroke

clipping

Rectangle2D clipping

brush

Paint brush

job2

PrinterJob job2

brushObjs

Map brushObjs

wfonts

Map wfonts

patternId

int patternId

hints

RenderingHints hints

alpHolder

inetsoft.report.PDFPrinter.AlphaHolder alpHolder

cdir

String cdir

nonLigtables

Vector nonLigtables

containsArabicCombinCharacter

boolean containsArabicCombinCharacter

Class inetsoft.report.PDFPrinter.StructurePart extends Enum implements Serializable

Class inetsoft.report.Position extends Object implements Serializable

Serialized Fields

x

float x
X in inches.


y

float y
Y in inches.

Class inetsoft.report.Previewer extends Frame implements Serializable

Serialized Fields

zoomListener

ItemListener zoomListener

disposeListener

ActionListener disposeListener

pane

PreviewPane pane

sheet

ReportSheet sheet

toolbar

inetsoft.report.internal.ToolBar toolbar

printerB

inetsoft.report.internal.ToolButton printerB

onepageB

inetsoft.report.internal.ToolButton onepageB

npageB

inetsoft.report.internal.ToolButton npageB

fullscrB

inetsoft.report.internal.ToolButton fullscrB

closeB

inetsoft.report.internal.ToolButton closeB

menu

inetsoft.report.internal.PagesMenu menu

psize

Dimension psize

zoomChoice

Choice zoomChoice

printjob

PrintJob printjob

exitit

boolean exitit

fsCount

int fsCount

frameSize

Dimension frameSize

zoomname

String[] zoomname

catalog

inetsoft.util.Catalog catalog

Class inetsoft.report.PreviewPage extends JComponent implements Serializable

Serialized Fields

page

StylePage page

winch

double winch

hinch

double hinch

pgsize

Dimension pgsize

drawBorder

boolean drawBorder

percent

double percent

resolution

int resolution

index

int index

Class inetsoft.report.PreviewPane extends inetsoft.report.SContainer implements Serializable

Serialized Fields

listeners

Vector listeners

scrollListener

KeyListener scrollListener

pagingListener

AdjustmentListener pagingListener

hscrollListener

AdjustmentListener hscrollListener

vScrollListener

MouseListener vScrollListener

pagepane

Container pagepane

grid

GridBagLayout2 grid

pageWidth

double pageWidth

pageHeight

double pageHeight

resolution

int resolution

pgnum

int pgnum

numpage

int numpage

ruler

boolean ruler

zoomperc

double zoomperc

orientation

int orientation

scroller

PreviewPane.StatusScrollPane scroller

pmargin

Margin pmargin

currpage

int currpage

toppane

Container toppane

hruler

inetsoft.report.PreviewPane.HorizontalRuler hruler

vruler

inetsoft.report.PreviewPane.VerticalRuler vruler

cancelled

boolean cancelled

vLine

int[] vLine

hLine

int[] hLine

defaultInsetsTop

int defaultInsetsTop

defaultInsetsBottom

int defaultInsetsBottom

sheet

ReportSheet sheet
The report object in preview.


scrollpane

Container scrollpane
Scroll pane.


catalog

inetsoft.util.Catalog catalog

pgnumDisplay

boolean pgnumDisplay

item

JMenuItem item

menu

JPopupMenu menu

Class inetsoft.report.PreviewPane.Constraints extends inetsoft.report.GridBagConstraints2 implements Serializable

Class inetsoft.report.PreviewPane.StatusScrollBar extends Container implements Serializable

Serialized Fields

scrollbar

Scrollbar scrollbar

pageB

Button pageB

sizeB

Button sizeB

statusF

Button statusF

Class inetsoft.report.PreviewPane.StatusScrollPane extends inetsoft.report.pScrollPane implements Serializable

Serialized Fields

bar

PreviewPane.StatusScrollBar bar

Class inetsoft.report.PSPrinter extends inetsoft.report.internal.PSGraphics implements Serializable

Serialized Fields

job

inetsoft.report.PSPrinter.Printer job

proc

Process proc

Class inetsoft.report.ReportSheet extends inetsoft.report.internal.StyleCore implements Serializable

Serialized Fields

size

Size size

orient

int orient

topdir

String topdir

cssLocation

String cssLocation

meta

String meta

pflow

inetsoft.report.parameter.ParameterSheetFlow pflow

prompting

boolean prompting

listeners

Vector listeners

execListeners

Vector execListeners

name

String name

version

String version

formulas

List formulas

lineId

short lineId

sharedFilter

SharedFilter sharedFilter

Class inetsoft.report.RunningTotal extends Object implements Serializable

Serialized Fields

formula

Formula formula

name

String name

elementId

String elementId

sumCol

String sumCol

evalCol

String evalCol

resetCol

String resetCol

Class inetsoft.report.SectionBand extends FixedContainer implements Serializable

Serialized Fields

height

float height

shrink

boolean shrink

pageBefore

boolean pageBefore

pageAfter

boolean pageAfter

sheetBefore

boolean sheetBefore

sheetAfter

boolean sheetAfter

forceNewPage

boolean forceNewPage

topBorder

int topBorder

leftBorder

int leftBorder

bottomBorder

int bottomBorder

rightBorder

int rightBorder

topBorderColor

Color topBorderColor

leftBorderColor

Color leftBorderColor

bottomBorderColor

Color bottomBorderColor

rightBorderColor

Color rightBorderColor

visible

boolean visible

suppressBlank

boolean suppressBlank

bindingmap

Hashtable bindingmap

breakable

boolean breakable

bg

Color bg

repeatIt

boolean repeatIt

underlay

boolean underlay

atBottom

boolean atBottom

keepGroup

boolean keepGroup

orphanControl

boolean orphanControl

Class inetsoft.report.SectionBand.Separator extends Object implements Serializable

Serialized Fields

position

int position

border

int border

color

Color color

Class inetsoft.report.Size extends Object implements Serializable

Serialized Fields

width

float width
Width in inches.


height

float height
Height in inches.

Class inetsoft.report.StyleFont extends Font implements Serializable

Serialized Fields

extstyle

int extstyle

underline

int underline

strikeline

int strikeline

Class inetsoft.report.StylePage extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws ClassNotFoundException,
                        IOException
Throws:
ClassNotFoundException
IOException

writeObject

private void writeObject(ObjectOutputStream stream)
                  throws IOException
Throws:
IOException
Serialized Fields

size

Dimension size

font

Font font

color

Color color

properties

Map properties

bglayout

byte bglayout

orient

byte orient

bgsize

Dimension bgsize

batchwait

boolean batchwait

margin

Margin margin

boundsMap

Map boundsMap

Class inetsoft.report.StyleSheet extends ReportSheet implements Serializable

Serialized Fields

elements

Vector elements

areamap

Hashtable areamap

Class inetsoft.report.SummaryTableLens extends AttributeTableLens implements Serializable

Class inetsoft.report.TableDataPath extends Object implements Serializable

Serialized Fields

level

int level

col

boolean col

row

boolean row

type

int type

dtype

String dtype

path

String[] path

index

int index

cidx

int cidx

Class inetsoft.report.TableLayout extends BaseLayout implements Serializable

Serialized Fields

backLayoutType

int backLayoutType

vregions

BaseLayout.Region[] vregions

cwidths

int[] cwidths

mode

int mode

calcEditMode

int calcEditMode

r2dpath

Map r2dpath

d2rpath

Map d2rpath

Class inetsoft.report.TableLayout.VRegion extends BaseLayout.Region implements Serializable

Class inetsoft.report.TabularSheet extends ReportSheet implements Serializable

Serialized Fields

calced

boolean calced

currR

int currR

cells

inetsoft.report.TabularSheet.Cell[][] cells

rows

inetsoft.report.TabularSheet.Row[] rows

cols

inetsoft.report.TabularSheet.Column[] cols

shapes

Vector shapes

Class inetsoft.report.TOC extends Object implements Serializable

Serialized Fields

defFn

Font defFn

foreground

Color foreground

background

Color background

formatStr

String formatStr

levelSpacing

Hashtable levelSpacing

Class inetsoft.report.TOC.Classic extends TOC implements Serializable

Class inetsoft.report.TOC.Default extends TOC implements Serializable

Class inetsoft.report.TOC.Distinctive extends TOC implements Serializable

Class inetsoft.report.TOC.Fancy extends TOC implements Serializable

Class inetsoft.report.TOC.Formal extends TOC implements Serializable

Class inetsoft.report.TOC.Modern extends TOC implements Serializable

Class inetsoft.report.TOC.Simple extends TOC implements Serializable


Package inetsoft.report.event

Class inetsoft.report.event.EventPoint extends Point implements Serializable

Class inetsoft.report.event.EventRange extends Rectangle implements Serializable

Class inetsoft.report.event.ExecuteEvent extends EventObject implements Serializable

Serialized Fields

report

ReportSheet report

vars

Hashtable vars

Class inetsoft.report.event.PageBreakEvent extends EventObject implements Serializable

Serialized Fields

eid

String eid

first_eid

String first_eid

reg

EventRange reg

first_reg

EventRange first_reg

pgIdx

int pgIdx

lastpg

boolean lastpg

rewinded

boolean rewinded

Class inetsoft.report.event.ProgressEvent extends Object implements Serializable

Serialized Fields

source

Object source

n

int n

Class inetsoft.report.event.SectionSelectionEvent extends SelectionEvent implements Serializable

Serialized Fields

row

int row

Class inetsoft.report.event.SelectionEvent extends EventObject implements Serializable

Serialized Fields

item

Object item

eid

String eid

clickCount

int clickCount

mouseEvent

MouseEvent mouseEvent

Class inetsoft.report.event.TableChangeEvent extends Object implements Serializable

Serialized Fields

source

Object source

Package inetsoft.report.filter

Class inetsoft.report.filter.AbstractBinaryTableFilter extends Object implements Serializable

Serialized Fields

descriptor

TableDataDescriptor descriptor

mmap

Hashtable mmap

identifiers

inetsoft.uql.util.XIdentifierContainer identifiers

Class inetsoft.report.filter.AbstractConditionFilter extends AbstractTableLens implements Serializable

Serialized Fields

table

TableLens table

hdescriptor

TableDataDescriptor hdescriptor

rowmap

inetsoft.util.swap.XSwappableIntList rowmap

Class inetsoft.report.filter.AbstractGroupedTable extends AbstractTableLens implements Serializable

Serialized Fields

mergeGroup

boolean mergeGroup

merge

boolean[] merge

Class inetsoft.report.filter.AverageFormula extends Object implements Serializable

Serialized Fields

percentageType

short percentageType

total

Object total

sum

double sum

cnt

int cnt

def

boolean def

Class inetsoft.report.filter.BooleanComparer extends Object implements Serializable

Class inetsoft.report.filter.CalcFieldFormula extends Object implements Serializable

Serialized Fields

expression

String expression

used

String[] used

child

Formula[] child

secondColumns

int[] secondColumns

percentageType

short percentageType

total

Object total

cnt

int cnt

def

boolean def

scope

org.mozilla.javascript.Scriptable scope

Class inetsoft.report.filter.ColumnHighlight extends TextHighlight implements Serializable

Serialized Fields

alignment

int alignment

border

int border

Class inetsoft.report.filter.ColumnMapFilter extends AbstractTableLens implements Serializable

Serialized Fields

table

TableLens table

map

int[] map

headers

Object[] headers

identifiers

String[] identifiers

duptimes

int[] duptimes

headerRows

short headerRows

Class inetsoft.report.filter.ConcatFormula extends Object implements Serializable

Serialized Fields

cnt

int cnt

buf

StringBuffer buf

def

boolean def

Class inetsoft.report.filter.ConditionFilter extends AbstractConditionFilter implements Serializable

Serialized Fields

conditions

ConditionGroup conditions

Class inetsoft.report.filter.ConditionGroup extends XConditionGroup implements Serializable

Serialized Fields

hiddenfldmap

inetsoft.util.OrderedMap hiddenfldmap

hasField

boolean hasField

fieldmap

Vector fieldmap

Class inetsoft.report.filter.CorrelationFormula extends Object implements Serializable

Serialized Fields

n

double n

xy

double xy

x

double x

y

double y

x2

double x2

y2

double y2

col

int col

def

boolean def

Class inetsoft.report.filter.CountFormula extends Object implements Serializable

Serialized Fields

percentageType

short percentageType

total

Object total

count

int count

def

boolean def

Class inetsoft.report.filter.CovarianceFormula extends Object implements Serializable

Serialized Fields

xs

Vector xs

ys

Vector ys

col

int col

def

boolean def

Class inetsoft.report.filter.CrosstabConditionFilter extends ConditionFilter implements Serializable

Class inetsoft.report.filter.CrossTabCubeFilter extends CrossTabFilter implements Serializable

Serialized Fields

columns

ColumnSelection columns

desc

TableDataDescriptor desc

Class inetsoft.report.filter.CrossTabFilter extends AbstractTableLens implements Serializable

Serialized Fields

TOTAL

String TOTAL

OTHERS

String OTHERS

repeatRowLabels

boolean repeatRowLabels

fillwithzero

boolean fillwithzero

rowTotalOnTop

boolean rowTotalOnTop

colTotalOnFirst

boolean colTotalOnFirst

supRowGrandTotal

boolean supRowGrandTotal

supColGrandTotal

boolean supColGrandTotal

supRowSubtotal

boolean supRowSubtotal

supColSubtotal

boolean supColSubtotal

supRowGroupTotal

boolean[] supRowGroupTotal

supColGroupTotal

boolean[] supColGroupTotal

keepheader

boolean keepheader

summaryHeaders

boolean summaryHeaders

condition

ConditionGroup condition

i18n2headers

Hashtable i18n2headers

headers2i18n

Hashtable headers2i18n

table

TableLens table

data

Object[][] data

sum

Formula[] sum

fagents

inetsoft.report.filter.FormulaAgent[] fagents

rowinc

int rowinc

colinc

int colinc

hrowmore

int hrowmore

hcolmore

int hcolmore

rowh

int[] rowh

colh

int[] colh

dcol

int[] dcol

rcount

int rcount

ccount

int ccount

measureHeaders

String[] measureHeaders

calcHeaders

String[] calcHeaders

spanmap

ConcurrentHashMap spanmap

vsspanmap

ConcurrentHashMap vsspanmap

percentageDir

int percentageDir

grid

CrosstabGrid grid

sideBySide

boolean sideBySide

percent_format

Format percent_format

totalLabel

String totalLabel

emptyTuple

inetsoft.report.filter.CrossTabFilter.Tuple emptyTuple

rvec

Vector rvec

cvec

Vector cvec

cdescriptor

TableDataDescriptor cdescriptor

rowComparer

Comparer[] rowComparer

colComparer

Comparer[] colComparer

rSortByValComparer

Comparer[] rSortByValComparer

cSortByValComparer

Comparer[] cSortByValComparer

rowtopns

inetsoft.report.filter.CrossTabFilter.InnerTopNInfo[] rowtopns

coltopns

inetsoft.report.filter.CrossTabFilter.InnerTopNInfo[] coltopns

rowSortByVals

inetsoft.report.filter.CrossTabFilter.InnerTopNInfo[] rowSortByVals

colSortByVals

inetsoft.report.filter.CrossTabFilter.InnerTopNInfo[] colSortByVals

rscomparers

inetsoft.report.filter.CrossTabFilter.SectionComparer[] rscomparers

cscomparers

inetsoft.report.filter.CrossTabFilter.SectionComparer[] cscomparers

rsSortByValcomparers

inetsoft.report.filter.CrossTabFilter.SectionComparer[] rsSortByValcomparers

csSortByValcomparers

inetsoft.report.filter.CrossTabFilter.SectionComparer[] csSortByValcomparers

secComparer

inetsoft.report.filter.CrossTabFilter.Section2Comparer secComparer

dcomparers

Comparer[] dcomparers

sinfo

inetsoft.report.internal.binding.CrosstabSortInfo sinfo

mmap

Map mmap

rnumMap

Hashtable rnumMap

aggTopN

boolean aggTopN

duptimes

int[] duptimes

ignoreNullTotals

boolean ignoreNullTotals

topNAggregateComparator

inetsoft.report.filter.CrossTabFilter.SectionComparer topNAggregateComparator

topNAggregateCol

int topNAggregateCol

topNAggregateN

int topNAggregateN

topNAggregate

boolean topNAggregate

calcHeader2OHeader

Map calcHeader2OHeader

totalPos

inetsoft.util.SparseMatrix totalPos

minfos

Map minfos

levels

Map levels

Class inetsoft.report.filter.CrosstabGrid extends Object implements Serializable

Serialized Fields

borders

int[] borders

colors

Color[] colors

Class inetsoft.report.filter.CubeMeasureFormula extends inetsoft.report.filter.NullFormula implements Serializable

Serialized Fields

sum

double sum

Class inetsoft.report.filter.CubeTableFilter extends DefaultTableFilter implements Serializable

Serialized Fields

query

XMLAQuery query

map

Map map

Class inetsoft.report.filter.DateComparer extends Object implements Serializable

Serialized Fields

fmt

DateFormat fmt

Class inetsoft.report.filter.DateTimeComparer extends Object implements Serializable

Serialized Fields

fmt

DateFormat fmt

Class inetsoft.report.filter.DefaultComparer extends inetsoft.util.DefaultComparator implements Serializable

Class inetsoft.report.filter.DefaultFormula extends Object implements Serializable

Serialized Fields

def

boolean def

v

Object v

dv

double dv

fv

float fv

lv

long lv

iv

int iv

sv

short sv

sinited

boolean sinited

Class inetsoft.report.filter.DefaultSortedTable extends AbstractTableLens implements Serializable

Serialized Fields

descriptor

TableDataDescriptor descriptor

table

TableLens table

cols

int[] cols

Class inetsoft.report.filter.DefaultTableFilter extends AbstractTableLens implements Serializable

Serialized Fields

table

TableLens table

Class inetsoft.report.filter.DimensionComparer extends DefaultComparer implements Serializable

Serialized Fields

dimType

int dimType

comp

Comparator comp

Class inetsoft.report.filter.DimensionSortOrder extends SortOrder implements Serializable

Serialized Fields

dimType

int dimType

comp

Comparator comp

Class inetsoft.report.filter.DistinctCountFormula extends Object implements Serializable

Serialized Fields

percentageType

short percentageType

total

Object total

set

Hashtable set

def

boolean def

Class inetsoft.report.filter.EightyTwentyFilter extends AbstractTableLens implements Serializable

Serialized Fields

table

SortedTable table

measureCols

int[] measureCols

rowCount

int rowCount

Class inetsoft.report.filter.FirstFormula extends Object implements Serializable

Serialized Fields

col

int col

dval

Object dval

mval

Formula mval

mval2

Object mval2

cnt

int cnt

def

boolean def

Class inetsoft.report.filter.FormulaAgent.DoubleFormulaAgent extends inetsoft.report.filter.FormulaAgent implements Serializable

Class inetsoft.report.filter.FormulaAgent.FloatFormulaAgent extends inetsoft.report.filter.FormulaAgent implements Serializable

Class inetsoft.report.filter.FormulaAgent.IntFormulaAgent extends inetsoft.report.filter.FormulaAgent implements Serializable

Class inetsoft.report.filter.FormulaAgent.LongFormulaAgent extends inetsoft.report.filter.FormulaAgent implements Serializable

Class inetsoft.report.filter.FormulaAgent.ObjectFormulaAgent extends inetsoft.report.filter.FormulaAgent implements Serializable

Class inetsoft.report.filter.FormulaAgent.ShortFormulaAgent extends inetsoft.report.filter.FormulaAgent implements Serializable

Class inetsoft.report.filter.GroupedColumnMapFilter extends AbstractGroupedTable implements Serializable

Serialized Fields

table

GroupedTable table

map

int[] map

gdescriptor

TableDataDescriptor gdescriptor

Class inetsoft.report.filter.GroupedSortFilter extends AbstractGroupedTable implements Serializable

Serialized Fields

table

GroupedTable table

wrapper

inetsoft.report.filter.GroupedSortFilter.FilterWrapper wrapper

inited

boolean inited

rmap

inetsoft.util.swap.XSwappableIntList rmap

hdescriptor

TableDataDescriptor hdescriptor

infos

ArrayList[] infos

comparers

Comparer[] comparers

colLevel

int[] colLevel

levelFirstCol

int[] levelFirstCol

levelColCount

int[] levelColCount

scs

inetsoft.report.filter.GroupedSortFilter.SectionComparer[] scs

groupBoundries

BitSet groupBoundries

headermap

HashMap headermap

summap

HashMap summap

firstmap

HashMap firstmap

firstmap2

HashMap firstmap2

showGroupColumns

boolean showGroupColumns

Class inetsoft.report.filter.GroupFilter extends AbstractGroupedTable implements Serializable

Serialized Fields

topnode

inetsoft.report.filter.GroupFilter.GroupNode topnode

nodes

inetsoft.util.swap.XObjectList nodes

table

SortedTable table

hcount

int hcount

def

boolean def

completed

boolean completed

ordermap

Hashtable ordermap

gdescriptor

TableDataDescriptor gdescriptor

gfmap

Hashtable gfmap

mmap

Hashtable mmap

borderLock

char[] borderLock

processedBorderR

int processedBorderR

groupBoundries

BitSet groupBoundries

cols

int[][] cols

sums

int[] sums

fagents

inetsoft.report.filter.FormulaAgent[] fagents

groupcalcs

Formula[] groupcalcs

grand

Formula[] grand

grandtotal

boolean grandtotal

summarize

boolean[] summarize

headerrow

boolean headerrow

showGrpCols

boolean[] showGrpCols

headerS

int headerS

grandLabel

String grandLabel

sumlabel

String sumlabel

map

int[] map

pblvlset

BitSet pblvlset

subTotalHidden

boolean subTotalHidden

lastIndexMap

Map lastIndexMap

minfos

XMetaInfo[] minfos

mexisting

boolean mexisting

aggTopN

boolean aggTopN

topnmap

Hashtable topnmap

postAggregateConditions

ConditionGroup postAggregateConditions

Class inetsoft.report.filter.HighlightFilter extends AttributeTableLens implements Serializable

Serialized Fields

calcTable

TableLens calcTable
Deprecated. 

highlightGroups

Hashtable highlightGroups
Deprecated. 

Class inetsoft.report.filter.HighlightGroup extends Object implements Serializable

Serialized Fields

highlightGroup

HashMap highlightGroup

conditionMap

HashMap conditionMap

highlightGroup0

HashMap highlightGroup0

querySandbox

Object querySandbox

listeners

Set listeners

Class inetsoft.report.filter.HighlightGroup.HighlightAppliedEvent extends EventObject implements Serializable

Serialized Fields

level

String level

name

String name

Class inetsoft.report.filter.LastFormula extends FirstFormula implements Serializable

Class inetsoft.report.filter.MaxFormula extends Object implements Serializable

Serialized Fields

dmax

double dmax

fmax

float fmax

lmax

long lmax

imax

int imax

smax

short smax

sflag

boolean sflag

percentageType

short percentageType

total

Object total

comp

Comparer comp

max

Object max

def

boolean def

Class inetsoft.report.filter.MedianFormula extends Object implements Serializable

Serialized Fields

percentageType

short percentageType

total

Object total

vs

Vector vs

def

boolean def

Class inetsoft.report.filter.MetaTableFilter extends AbstractTableLens implements Serializable

Serialized Fields

table

TableLens table

Class inetsoft.report.filter.MinFormula extends Object implements Serializable

Serialized Fields

dmin

double dmin

fmin

float fmin

lmin

long lmin

imin

int imin

smin

short smin

sflag

boolean sflag

percentageType

short percentageType

total

Object total

comp

Comparer comp

min

Object min

def

boolean def

Class inetsoft.report.filter.ModeFormula extends NthMostFrequentFormula implements Serializable

Class inetsoft.report.filter.NoneFormula extends Object implements Serializable

Serialized Fields

def

boolean def

val

Object val

dval

double dval

fval

float fval

lval

long lval

ival

int ival

sval

short sval

Class inetsoft.report.filter.NthLargestFormula extends Object implements Serializable

Serialized Fields

vs

Vector vs

comp

Comparer comp

n

int n

def

boolean def

Class inetsoft.report.filter.NthMostFrequentFormula extends Object implements Serializable

Serialized Fields

map

HashMap map

n

int n

def

boolean def

Class inetsoft.report.filter.NthSmallestFormula extends NthLargestFormula implements Serializable

Class inetsoft.report.filter.NumericComparer extends Object implements Serializable

Class inetsoft.report.filter.PopulationStandardDeviationFormula extends PopulationVarianceFormula implements Serializable

Class inetsoft.report.filter.PopulationVarianceFormula extends VarianceFormula implements Serializable

Class inetsoft.report.filter.ProductFormula extends Object implements Serializable

Serialized Fields

percentageType

short percentageType

total

Object total

product

double product

cnt

int cnt

def

boolean def

Class inetsoft.report.filter.PthPercentileFormula extends Object implements Serializable

Serialized Fields

vs

Vector vs

dlist

inetsoft.util.swap.XDoubleList dlist

flist

inetsoft.util.swap.XFloatList flist

llist

inetsoft.util.swap.XLongList llist

ilist

inetsoft.util.swap.XIntList ilist

slist

inetsoft.util.swap.XShortList slist

percentile

int percentile

def

boolean def

Class inetsoft.report.filter.ReversedComparer extends Object implements Serializable

Serialized Fields

comp

Comparer comp

Class inetsoft.report.filter.RoleComparer extends Object implements Serializable

Class inetsoft.report.filter.RowSummaryFilter extends AbstractTableLens implements Serializable

Serialized Fields

table

TableLens table

sumcol

Vector sumcol

header

String header

sum

Formula sum

cols

int[] cols

Class inetsoft.report.filter.SharedFilter extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

mappings

List mappings

Class inetsoft.report.filter.SharedFilterMapping extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

source

inetsoft.report.internal.binding.SourceAttr source

column

DataRef column

filterId

String filterId

Class inetsoft.report.filter.SortFilter extends AbstractTableLens implements Serializable

Serialized Fields

table

TableLens table

hrow

int hrow

trow

int trow

cols

int[] cols

asc

boolean[] asc

sorted

boolean[] sorted

cache

inetsoft.report.filter.SortFilter.ColumnList[] cache

lock

Object lock

Class inetsoft.report.filter.SortOrder extends Object implements Serializable

Serialized Fields

others

int others

desc

boolean desc

otherLabel

String otherLabel

type

int type

interval

double interval

option

int option

dtype

String dtype

groupDate

Object groupDate

started

boolean started

dcomp

boolean dcomp

calendar

Calendar calendar

c1

Calendar c1

c2

Calendar c2

tflag

int tflag

dpostprocess

boolean dpostprocess

conditions

Hashtable conditions

calmap

Hashtable calmap

groupName

Vector groupName

Class inetsoft.report.filter.StandardDeviationFormula extends VarianceFormula implements Serializable

Class inetsoft.report.filter.SumFormula extends Object implements Serializable

Serialized Fields

percentageType

short percentageType

total

Object total

sum

double sum

cnt

int cnt

def

boolean def

Class inetsoft.report.filter.SummaryFilter extends AbstractGroupedTable implements Serializable

Serialized Fields

sumrows

inetsoft.util.swap.XSwappableObjectList sumrows

table

TableLens table

def

boolean def

cols

int[] cols

sums

int[] sums

inited

boolean inited

hinited

boolean hinited

hcount

int hcount

headers

String[] headers

calcs

Formula[] calcs

grand

Formula[] grand

fagents

inetsoft.report.filter.FormulaAgent[] fagents

ordermap

SortOrder[] ordermap

topnmap

Hashtable topnmap

sortByValMap

Hashtable sortByValMap

groupmap

Hashtable groupmap

hierarchy

boolean hierarchy

grandLabel

String grandLabel

hasGrand

boolean hasGrand

sumlabel

String sumlabel

aggTopN

boolean aggTopN

topNAggregateComparer

inetsoft.report.filter.SummaryFilter.GroupNodeComparer topNAggregateComparer

topNAggregateCol

int topNAggregateCol

topNAggregateN

int topNAggregateN

topNAggregate

boolean topNAggregate

sdescriptor

TableDataDescriptor sdescriptor

mmap

Hashtable mmap

pglvl

int pglvl

minfos

XMetaInfo[] minfos

mexisting

boolean mexisting

formulas

inetsoft.util.swap.XSwappableObjectList formulas

Class inetsoft.report.filter.TableSummaryFilter extends AbstractTableLens implements Serializable

Serialized Fields

table

TableLens table

calc

Formula[] calc

sum

Object[] sum

srow

int srow

label

String label

def

boolean def

sonly

boolean sonly

sumFont

Font sumFont

tdescriptor

TableDataDescriptor tdescriptor

mmap

Hashtable mmap

Class inetsoft.report.filter.TextComparer extends Object implements Serializable

Serialized Fields

caseSensitive

boolean caseSensitive

Class inetsoft.report.filter.TextHighlight extends Object implements Serializable

Serialized Fields

tFont

Font tFont

foreground

Color foreground

background

Color background

name

String name

conditions

ConditionList conditions

Class inetsoft.report.filter.TimeComparer extends Object implements Serializable

Serialized Fields

fmt

DateFormat fmt

Class inetsoft.report.filter.TopNFilter extends AbstractGroupedTable implements Serializable

Serialized Fields

catalog

inetsoft.util.Catalog catalog

table

GroupedTable table

hcount

int hcount

rowmap

inetsoft.util.swap.XSwappableIntList rowmap

topns

ArrayList topns

sortByValInfos

ArrayList sortByValInfos

comparers

Comparer[] comparers

aggTopN

boolean aggTopN

topnFlags

boolean[] topnFlags

sortByValFlags

boolean[] sortByValFlags

sectionComparers

inetsoft.report.filter.TopNFilter.SectionComparer[] sectionComparers

sortByValComparers

inetsoft.report.filter.TopNFilter.SectionComparer[] sortByValComparers

pblvlset

BitSet pblvlset

groupBoundries

BitSet groupBoundries

lasteq

boolean lasteq

inited

boolean inited

subTotalHidden

boolean subTotalHidden

headermap

HashMap headermap

summap

HashMap summap

firstmap

HashMap firstmap

firstrows

HashMap firstrows

merges

ArrayList merges

tdescriptor

TableDataDescriptor tdescriptor

otherMatrix

inetsoft.util.SparseMatrix otherMatrix

Class inetsoft.report.filter.TransparentGroupFilter extends AbstractGroupedTable implements Serializable

Serialized Fields

group

GroupedTable group
Deprecated. 

table

TableFilter table
Deprecated. 

Class inetsoft.report.filter.VarianceFormula extends Object implements Serializable

Serialized Fields

percentageType

short percentageType

total

Object total

list

inetsoft.util.swap.XDoubleList list

sample

int sample

def

boolean def

Class inetsoft.report.filter.WeightedAverageFormula extends Object implements Serializable

Serialized Fields

n

double n

total

double total

col

int col

cnt

int cnt

def

boolean def

Package inetsoft.report.lens

Class inetsoft.report.lens.AbstractFormLens extends Object implements Serializable

Class inetsoft.report.lens.AbstractTableLens extends Object implements Serializable

Serialized Fields

isLeftAlign

boolean isLeftAlign

descriptor

TableDataDescriptor descriptor

identifiers

inetsoft.uql.util.XIdentifierContainer identifiers

columnTypes

Map columnTypes

local

Locale local

Class inetsoft.report.lens.AttributeFormLens extends Object implements Serializable

Serialized Fields

labelFont

Font labelFont

font

Font font

labelFG

Color labelFG

labelBG

Color labelBG

foreground

Color foreground

background

Color background

widths

Vector widths

fieldPerRow

Integer fieldPerRow

underline

Integer underline

form

FormLens form

Class inetsoft.report.lens.AttributeTableLens extends AbstractTableLens implements Serializable

Serialized Fields

table

TableLens table

attritable

AttributeTableLens attritable

cache

inetsoft.util.SparseMatrix cache

check

boolean check

autorow

boolean autorow

autocol

boolean autocol

headerRow

Integer headerRow

headerCol

Integer headerCol

tailRow

Integer tailRow

tailCol

Integer tailCol

colzero

inetsoft.report.lens.AttributeTableLens.VectorHolder colzero

coldup

inetsoft.report.lens.AttributeTableLens.VectorHolder coldup

colHeaders

inetsoft.report.lens.AttributeTableLens.VectorHolder colHeaders

colbordermap

inetsoft.util.SparseIndexedMatrix colbordermap

rowbordermap

inetsoft.util.SparseIndexedMatrix rowbordermap

rowborderCmap

inetsoft.util.SparseIndexedMatrix rowborderCmap

colborderCmap

inetsoft.util.SparseIndexedMatrix colborderCmap

foregroundmap

inetsoft.util.SparseIndexedMatrix foregroundmap

backgroundmap

inetsoft.util.SparseIndexedMatrix backgroundmap

alignmap

inetsoft.util.SparseIndexedMatrix alignmap

wrapmap

inetsoft.util.SparseIndexedMatrix wrapmap

insetsmap

inetsoft.util.SparseIndexedMatrix insetsmap

presentermap

inetsoft.util.SparseIndexedMatrix presentermap

linkmap

inetsoft.util.SparseIndexedMatrix linkmap

fontmap

inetsoft.util.SparseIndexedMatrix fontmap

colWidths

inetsoft.report.lens.AttributeTableLens.VectorHolder colWidths

rowHeights

inetsoft.report.lens.AttributeTableLens.VectorHolder rowHeights

spanmap

inetsoft.util.SparseIndexedMatrix spanmap

formatmap

inetsoft.util.SparseIndexedMatrix formatmap

tableFont

Font tableFont

tableWrap

Boolean tableWrap

rowHeight

Integer rowHeight

tableRowBorderColor

Color tableRowBorderColor

tableColBorderColor

Color tableColBorderColor

tableRowBorder

Integer tableRowBorder

tableColBorder

Integer tableColBorder

tableGap

Insets tableGap

tableAlign

Integer tableAlign

rcnt

int rcnt

ccnt

int ccnt

presenterColMap

HashMap presenterColMap

cpresenters

Presenter[] cpresenters

Class inetsoft.report.lens.CalcTableLens extends DefaultTableLens implements Serializable

Serialized Fields

attrs

List attrs

editMode

int editMode

cdescriptor

TableDataDescriptor cdescriptor

descLock

byte[] descLock

elem

FormulaTable elem

report

ReportSheet report

tableScope

inetsoft.report.script.formula.CalcTableScope tableScope

data

TableLens data

Class inetsoft.report.lens.CalcTableLens.CalcTableLensDataDescriptor extends Object implements Serializable

Serialized Fields

desc

TableDataDescriptor desc

Class inetsoft.report.lens.CompositeTableLens extends AbstractTableLens implements Serializable

Serialized Fields

table

TableLens[] table

gap

int gap

Class inetsoft.report.lens.CORBATableLens extends AttributeTableLens implements Serializable

Serialized Fields

namemap

Hashtable namemap

columns

int[] columns

Class inetsoft.report.lens.CrossJoinTableLens extends AbstractBinaryTableFilter implements Serializable

Serialized Fields

ltable

TableLens ltable

rtable

TableLens rtable

lhrows

int lhrows

rhrows

int rhrows

hrows

int hrows

lrows

int lrows

rrows

int rrows

mrows

int mrows

mtable

TableLens mtable

lcompleted

boolean lcompleted

rcompleted

boolean rcompleted

lcols

int lcols

cancelled

boolean cancelled

disposed

boolean disposed

Class inetsoft.report.lens.DataSetTable extends AttributeTableLens implements Serializable

Serialized Fields

data

DataSet data

Class inetsoft.report.lens.DefaultFormLens extends AttributeFormLens implements Serializable

Serialized Fields

fieldPerRow

int fieldPerRow

width

Vector width

fieldLabel

Vector fieldLabel

fieldValue

Vector fieldValue

labelFont

Vector labelFont

labelForeground

Vector labelForeground

labelBackground

Vector labelBackground

fieldFont

Vector fieldFont

fieldForeground

Vector fieldForeground

fieldBackground

Vector fieldBackground

lfont

Font lfont

lfg

Color lfg

lbg

Color lbg

ffont

Font ffont

ffg

Color ffg

fbg

Color fbg

Class inetsoft.report.lens.DefaultHeadingFormat extends Object implements Serializable

Class inetsoft.report.lens.DefaultHeadingLens extends DefaultTextLens implements Serializable

Serialized Fields

level

int level

format

HeadingFormat format

Class inetsoft.report.lens.DefaultSectionLens extends Object implements Serializable

Serialized Fields

header

SectionBand[] header

footer

SectionBand[] footer

content

Object content

Class inetsoft.report.lens.DefaultTableDataDescriptor extends Object implements Serializable

Serialized Fields

table

XTable table

attrlens

AttributeTableLens attrlens

Class inetsoft.report.lens.DefaultTableLens extends AttributeTableLens implements Serializable

Serialized Fields

values

Object[][] values

nrow

int nrow

ncol

int ncol

hrow

int hrow

hcol

int hcol

trow

int trow

tcol

int tcol

mmap

Hashtable mmap

Class inetsoft.report.lens.DefaultTextLens extends Object implements Serializable

Serialized Fields

text

String text

Class inetsoft.report.lens.DistinctTableLens extends AbstractTableLens implements Serializable

Serialized Fields

rows

inetsoft.util.swap.XSwappableIntList rows

table

TableLens table

cols

int[] cols

dimTypes

int[] dimTypes

comps

Comparator[] comps

completed

boolean completed

cancelled

boolean cancelled

stable

boolean stable

validated

boolean validated

Class inetsoft.report.lens.ElementContainer extends Object implements Serializable

Serialized Fields

parent

ReportSheet parent

elements

Vector elements

index

int index

Class inetsoft.report.lens.FormulaTableLens extends AbstractTableLens implements Serializable

Serialized Fields

table

TableLens table

tableName

String tableName

headers

Object[] headers

formulas

String[] formulas

mergeables

Boolean[] mergeables

types

Class[] types

aligntypes

Class[] aligntypes

restricted

boolean[] restricted

scope

Object scope

rows

inetsoft.util.swap.XSwappableObjectList rows

hrows

int hrows

ncols

int ncols

descriptor

TableDataDescriptor descriptor

curr

Point curr

hinfos

Vector hinfos

Class inetsoft.report.lens.HeaderRowTableLens extends AttributeTableLens implements Serializable

Serialized Fields

headermap

Hashtable headermap

headerRowCount

int headerRowCount

colmap

int[] colmap

rowmap

int[] rowmap

crosstab

boolean crosstab

hdescriptor

TableDataDescriptor hdescriptor

Class inetsoft.report.lens.IntersectTableLens extends SetTableLens implements Serializable

Class inetsoft.report.lens.JDBCTableLens extends AttributeTableLens implements Serializable

Serialized Fields

headermap

Map headermap

hdrs

String[] hdrs

charW

int charW

trimops

int[] trimops

Class inetsoft.report.lens.JoinTableLens extends AbstractTableLens implements Serializable

Serialized Fields

delegate

inetsoft.report.lens.JoinTableLens.JoinTable delegate

leftTable

TableLens leftTable

rightTable

TableLens rightTable

leftCols

int[] leftCols

rightCols

int[] rightCols

joinType

int joinType

includeRightJoinCols

boolean includeRightJoinCols

mmap

HashMap mmap

Class inetsoft.report.lens.MaxRowsTableLens extends AbstractTableLens implements Serializable

Serialized Fields

rlock

Object rlock

table

TableLens table

max

int max

rcount

int rcount

cancelled

boolean cancelled

Class inetsoft.report.lens.MaxRowsTableLens2 extends MaxRowsTableLens implements Serializable

Class inetsoft.report.lens.MergedJoinTableLens extends AbstractBinaryTableFilter implements Serializable

Serialized Fields

lcols

int lcols

ltable

TableLens ltable

rtable

TableLens rtable

cancelled

boolean cancelled

Class inetsoft.report.lens.MinusTableLens extends SetTableLens implements Serializable

Class inetsoft.report.lens.PagedTableLens extends AbstractTableLens implements Serializable

Serialized Fields

delegate

inetsoft.uql.table.XSwappableTable delegate

Class inetsoft.report.lens.ParagraphLens extends Object implements Serializable

Serialized Fields

text

TextLens text

Class inetsoft.report.lens.RankingTableLens extends AbstractTableLens implements Serializable

Serialized Fields

rcol

int rcol

n

int n

top

boolean top

kept

boolean kept

table

TableLens table

hrows

int hrows

rows

inetsoft.util.swap.XSwappableIntList rows

completed

boolean completed

cancelled

boolean cancelled

comp

Comparer comp

Class inetsoft.report.lens.RotatedTableLens extends AbstractTableLens implements Serializable

Serialized Fields

descriptor

TableDataDescriptor descriptor

hrows

int hrows

ncols

int ncols

maxcols

int maxcols

table

TableLens table

Class inetsoft.report.lens.SelfJoinTableLens extends AbstractTableLens implements Serializable

Serialized Fields

rows

inetsoft.util.swap.XSwappableIntList rows

oplist

List oplist

table

TableLens table

completed

boolean completed

cancelled

boolean cancelled

Class inetsoft.report.lens.SetTableLens extends Object implements Serializable

Serialized Fields

descriptor

TableDataDescriptor descriptor

mmap

Map mmap

identifiers

inetsoft.uql.util.XIdentifierContainer identifiers

clisteners

List clisteners

rows

inetsoft.util.swap.XSwappableObjectList rows

ccount

int ccount

merged

inetsoft.report.internal.table.MergedTable merged

tables

List tables

completed

boolean completed

cancelled

boolean cancelled

validated

boolean validated

Class inetsoft.report.lens.SetTableLens.Row extends Object implements Serializable

Serialized Fields

table

int table

row

int row

Class inetsoft.report.lens.SingleDefaultHeadingFormat extends Object implements Serializable

Class inetsoft.report.lens.StreamTextLens extends Object implements Serializable

Serialized Fields

text

String text

Class inetsoft.report.lens.SubTableLens extends AbstractTableLens implements Serializable

Serialized Fields

table

TableLens table

descriptor

TableDataDescriptor descriptor

rows

int[] rows

cols

int[] cols

Class inetsoft.report.lens.TextTableLens extends AttributeTableLens implements Serializable

Serialized Fields

rows

Vector rows

fmts

Format[] fmts

ncol

int ncol

hrow

int hrow

hcol

int hcol

trow

int trow

tcol

int tcol

maxr

int maxr

delim

String delim

colsmask

boolean[] colsmask

cols

int[] cols

Class inetsoft.report.lens.UnionTableLens extends SetTableLens implements Serializable

Serialized Fields

distinct

boolean distinct

rowCounts

int[] rowCounts

Package inetsoft.report.lens.xnode

Class inetsoft.report.lens.xnode.XMLTableLens extends AttributeTableLens implements Serializable

Class inetsoft.report.lens.xnode.XNodeFormLens extends AttributeFormLens implements Serializable

Class inetsoft.report.lens.xnode.XNodeTableLens extends AbstractTableLens implements Serializable

Serialized Fields

table

XTable table

delegate

inetsoft.uql.util.XNodeTable delegate

matrix

inetsoft.util.SparseMatrix matrix

rdispose

boolean rdispose

hmodified

boolean hmodified

Class inetsoft.report.lens.xnode.XNodeTextLens extends Object implements Serializable

Serialized Fields

value

Object value

format

Format format

Package inetsoft.report.painter

Class inetsoft.report.painter.Abstract2DCodePresenter extends Object implements Serializable

Serialized Fields

width

Integer width

font

Font font

bg

Color bg

Class inetsoft.report.painter.AbstractBarcodePresenter extends Object implements Serializable

Serialized Fields

barWidth

Double barWidth

barHeight

Double barHeight

resolution

Integer resolution

font

Font font

bg

Color bg

Class inetsoft.report.painter.Bar2Presenter extends Object implements Serializable

Serialized Fields

color

Color color

neg

Color neg

max

double max

psize

Dimension psize

bg

Color bg

Class inetsoft.report.painter.Barcode2of7Presenter extends AbstractBarcodePresenter implements Serializable

Class inetsoft.report.painter.Barcode3of9Presenter extends AbstractBarcodePresenter implements Serializable

Class inetsoft.report.painter.BarcodeCodabarPresenter extends AbstractBarcodePresenter implements Serializable

Class inetsoft.report.painter.BarcodeCode128APresenter extends AbstractBarcodePresenter implements Serializable

Class inetsoft.report.painter.BarcodeCode128BPresenter extends AbstractBarcodePresenter implements Serializable

Class inetsoft.report.painter.BarcodeCode128CPresenter extends AbstractBarcodePresenter implements Serializable

Class inetsoft.report.painter.BarcodeCode128Presenter extends AbstractBarcodePresenter implements Serializable

Class inetsoft.report.painter.BarcodeCode39Presenter extends AbstractBarcodePresenter implements Serializable

Class inetsoft.report.painter.BarcodeEAN128Presenter extends AbstractBarcodePresenter implements Serializable

Class inetsoft.report.painter.BarcodeGTINPresenter extends AbstractBarcodePresenter implements Serializable

Class inetsoft.report.painter.BarcodeMonarchPresenter extends AbstractBarcodePresenter implements Serializable

Class inetsoft.report.painter.BarcodeNW7Presenter extends AbstractBarcodePresenter implements Serializable

Class inetsoft.report.painter.BarcodePDF417Presenter extends AbstractBarcodePresenter implements Serializable

Class inetsoft.report.painter.BarcodeSCC14Presenter extends AbstractBarcodePresenter implements Serializable

Class inetsoft.report.painter.BarcodeSINPresenter extends AbstractBarcodePresenter implements Serializable

Class inetsoft.report.painter.BarcodeSSCC18Presenter extends AbstractBarcodePresenter implements Serializable

Class inetsoft.report.painter.BarcodeUCC128Presenter extends AbstractBarcodePresenter implements Serializable

Class inetsoft.report.painter.BarcodeUSD3Presenter extends AbstractBarcodePresenter implements Serializable

Class inetsoft.report.painter.BarcodeUSD4Presenter extends AbstractBarcodePresenter implements Serializable

Class inetsoft.report.painter.BarcodeUSPSPresenter extends AbstractBarcodePresenter implements Serializable

Class inetsoft.report.painter.BarPresenter extends Object implements Serializable

Serialized Fields

color

Color color

psize

Dimension psize

max

double max

fillCell

boolean fillCell

bg

Color bg

Class inetsoft.report.painter.BooleanPresenter extends Object implements Serializable

Serialized Fields

bg

Color bg

Class inetsoft.report.painter.BulletGraphPresenter extends Object implements Serializable

Serialized Fields

psize

Dimension psize

fillCell

boolean fillCell

max

double max

min

double min

target

double target

range1

double range1

range2

double range2

range3

double range3

color1

Color color1

color2

Color color2

color3

Color color3

color4

Color color4

barColor

Color barColor

bg

Color bg

Class inetsoft.report.painter.BulletPainter extends Object implements Serializable

Serialized Fields

icon

Image icon

size

Dimension size

Class inetsoft.report.painter.ButtonPresenter extends Object implements Serializable

Serialized Fields

color

Color color

font

Font font

fm

FontMetrics fm

bg

Color bg

Class inetsoft.report.painter.CCWRotatePresenter extends inetsoft.report.painter.RotatePresenter implements Serializable

Class inetsoft.report.painter.ComponentPainter extends Object implements Serializable

Serialized Fields

bg

Color bg

comp

Component comp

opt

int opt

Class inetsoft.report.painter.CWRotatePresenter extends inetsoft.report.painter.RotatePresenter implements Serializable

Class inetsoft.report.painter.HeaderPresenter extends Object implements Serializable

Serialized Fields

font

Font font

delim

String delim

bg

Color bg

Class inetsoft.report.painter.HTMLPresenter extends Object implements Serializable

Serialization Methods

writeObject

private void writeObject(ObjectOutputStream stream)
                  throws IOException
Throws:
IOException
Serialized Fields

bg

Color bg

font

Font font

comp

JComponent comp

Class inetsoft.report.painter.HTMLSource extends Object implements Serializable

Serialized Fields

presenter

HTMLPresenter presenter

psize

Dimension psize

html

String html

elem

ReportElement elem

originOffset

int originOffset

Class inetsoft.report.painter.IconCounterPresenter extends Object implements Serializable

Serialized Fields

bg

Color bg

color

String color

Class inetsoft.report.painter.ImagePainter extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws ClassNotFoundException,
                        IOException
Throws:
ClassNotFoundException
IOException

writeObject

private void writeObject(ObjectOutputStream stream)
                  throws IOException
Throws:
IOException
Serialized Fields

fit

boolean fit

bg

Color bg

Class inetsoft.report.painter.JAIImagePainter extends Object implements Serializable

Serialized Fields

image

javax.media.jai.RenderedOp image

Class inetsoft.report.painter.LegendPresenter extends Object implements Serializable

Serialized Fields

bg

Color bg

psize

Dimension psize

fillCell

boolean fillCell

font

Font font

color

Color color

pstyle

int pstyle

Class inetsoft.report.painter.PresenterPainter extends Object implements Serializable

Serialized Fields

presenter

Presenter presenter

obj

Object obj

Class inetsoft.report.painter.QRCodePresenter extends Abstract2DCodePresenter implements Serializable

Class inetsoft.report.painter.RotatedPainter extends Object implements Serializable

Serialized Fields

painter

Painter painter

rotation

int rotation

Class inetsoft.report.painter.RulerPresenter extends Object implements Serializable

Serialized Fields

bg

Color bg

psize

Dimension psize

fillCell

boolean fillCell

font

Font font

max

double max

min

double min

increment

double increment

minorIncrement

double minorIncrement

format

NumberFormat format

minformat

NumberFormat minformat

maxformat

NumberFormat maxformat

Class inetsoft.report.painter.ShadowPresenter extends Object implements Serializable

Serialized Fields

bg

Color bg

font

Font font

fm

FontMetrics fm

shadow

int shadow

textC

Color textC

shading

Color shading

Class inetsoft.report.painter.TrafficLightPresenter extends Object implements Serializable

Serialized Fields

COLORS

Color[] COLORS

low

double low

high

double high

highRed

boolean highRed

horizontal

boolean horizontal

single

boolean single

bg

Color bg

borderColor

Color borderColor

border

int border

psize

int psize

Package inetsoft.report.pdf

Class inetsoft.report.pdf.PDF3Printer extends PDFPrinter implements Serializable

Serialized Fields

fontMgr

FontManager fontMgr

fdIds

Map fdIds

embedFont

boolean embedFont

fullyEmbeddedFonts

Set fullyEmbeddedFonts

base14

boolean base14

lastFn

Font lastFn

lastPSFn

String lastPSFn

lastFontInfo

inetsoft.report.pdf.FontInfo lastFontInfo

strings

Map strings

stringinsetx

Map stringinsetx

strips

Map strips

Class inetsoft.report.pdf.PDF4Printer extends PDF3Printer implements Serializable

Serialized Fields

cidsets

Map cidsets

cmapmap

Map cmapmap

fontQ

List fontQ

embedCMap

boolean embedCMap

lastCJK

String[] lastCJK

lastFontInfo

inetsoft.report.pdf.FontInfo lastFontInfo

lastFn

Font lastFn

lastPSFn

String lastPSFn

last4Fn

Font last4Fn

lastPDF4Fn

String lastPDF4Fn

pdf4FnCache

Map pdf4FnCache

Class inetsoft.report.pdf.PDF8Printer extends PDF4Printer implements Serializable


Package inetsoft.sree

Class inetsoft.sree.ArchiveEntry extends RepositoryEntry implements Serializable

Serialized Fields

version

String version

versioned

boolean versioned

date

Date date

comment

String comment

ftype

String ftype

Class inetsoft.sree.ClientInfo extends Object implements Serializable

serialVersionUID: 5676785387536905773L

Serialized Fields

user

String user

loginUser

String loginUser

addr

String addr

session

String session

Class inetsoft.sree.CompositeArchiveEntry extends ArchiveEntry implements Serializable

Serialized Fields

entries

ArchiveEntry[] entries

Class inetsoft.sree.DefaultContext extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream stream)
                 throws ClassNotFoundException,
                        IOException
Read object.

Throws:
ClassNotFoundException
IOException

writeObject

private void writeObject(ObjectOutputStream stream)
                  throws IOException
Write object.

Throws:
IOException
Serialized Fields

name

String name

description

String description

Class inetsoft.sree.DefaultFolderEntry extends RepositoryEntry implements Serializable

Serialized Fields

desc

String desc

alias

String alias

label

String label

Class inetsoft.sree.EventHandler extends Object implements Serializable

Serialized Fields

cmds

Vector cmds

cmdmap

Hashtable cmdmap

rowmap

Hashtable rowmap

mask

int mask

base

EventHandler base

listener

ActionListener listener

Class inetsoft.sree.EventHandler.EventAction extends Object implements Serializable

Serialized Fields

event

EventObject event

command

RepletCommand command

Class inetsoft.sree.FolderContext extends DefaultContext implements Serializable

Serialized Fields

alias

String alias

Class inetsoft.sree.HeadingTarget extends Object implements Serializable

Serialized Fields

path

String path

location

PageLocation location

type

int type

baseRow

int baseRow

groupLevel

int groupLevel

elementID

String elementID

summaryValues

Object[][] summaryValues

Class inetsoft.sree.PageLocation extends Object implements Serializable

Serialized Fields

page

int page

paintable

int paintable

row

int row

y

int y

description

String description

inSection

boolean inSection

inTable

boolean inTable

region

int region

Class inetsoft.sree.RepletCommand extends Object implements Serializable

Serialized Fields

cmds

Vector cmds

Class inetsoft.sree.RepletCommand.DataBinding extends RepletCommand implements Serializable

Serialized Fields

opFront

String opFront

elementID

String elementID

Class inetsoft.sree.RepletCommand.PromptParameters extends RepletCommand implements Serializable

Serialized Fields

reqname

String reqname

size

Dimension size

Class inetsoft.sree.RepletCommand.Refresh extends RepletCommand implements Serializable

Class inetsoft.sree.RepletCommand.Reprint extends RepletCommand implements Serializable

Class inetsoft.sree.RepletCommand.ScrollTo extends RepletCommand implements Serializable

Serialized Fields

eid

String eid

row

int row

Class inetsoft.sree.RepletCommand.SendRequest extends RepletCommand implements Serializable

Serialized Fields

req

RepletRequest req

Class inetsoft.sree.RepletCommand.SetChanged extends RepletCommand implements Serializable

Class inetsoft.sree.RepletCommand.SetCursor extends RepletCommand implements Serializable

Serialized Fields

cursor

int cursor

Class inetsoft.sree.RepletCommand.ShowDrill extends RepletCommand implements Serializable

Serialized Fields

name

String name

query

String query

req

RepletRequest req

frame

String frame

linkType

int linkType

Class inetsoft.sree.RepletCommand.ShowMenu extends RepletCommand implements Serializable

Serialized Fields

x

int x

y

int y

items

String[] items

tips

String[] tips

Class inetsoft.sree.RepletCommand.ShowReplet extends RepletCommand implements Serializable

Serialized Fields

name

String name

req

RepletRequest req

frame

String frame

Class inetsoft.sree.RepletCommand.ShowReport extends RepletCommand implements Serializable

Serialized Fields

name

String name

version

String version

frame

String frame

Class inetsoft.sree.RepletCommand.ShowStatus extends RepletCommand implements Serializable

Serialized Fields

msg

String msg

Class inetsoft.sree.RepletCommand.ShowURL extends RepletCommand implements Serializable

Serialized Fields

url

String url

target

String target

Class inetsoft.sree.RepletCommand.ShowViewsheet extends RepletCommand implements Serializable

Serialized Fields

name

String name

req

RepletRequest req

frame

String frame

title

String title

bookmarkName

String bookmarkName

bookmarkUser

String bookmarkUser

Class inetsoft.sree.RepletContext extends DefaultContext implements Serializable

Serialized Fields

visible

boolean visible

changed

boolean changed

portlet

boolean portlet

burst

boolean burst

pregenerated

boolean pregenerated

userDefined

boolean userDefined

paramOnly

boolean paramOnly

alias

String alias

layout

String layout

def

RepletRequest def

init

RepletRequest init

create

RepletParameters create

customize

RepletParameters customize

template

String template

priority

int priority

directlyFile

boolean directlyFile

viewerActions

ViewerAction[] viewerActions

rmode

int rmode

pregeneratedCycle

String pregeneratedCycle

system

boolean system

exportFormats

String exportFormats

Class inetsoft.sree.RepletEntry extends RepositoryEntry implements Serializable

Serialized Fields

visible

boolean visible

alias

String alias

fileReplet

boolean fileReplet

pregen

boolean pregen

portlet

boolean portlet

burst

boolean burst

paramOnly

boolean paramOnly

desc

String desc

Class inetsoft.sree.RepletException extends Exception implements Serializable

Serialized Fields

info

Object info

level

Level level

Class inetsoft.sree.RepletFolderEntry extends DefaultFolderEntry implements Serializable

Serialized Fields

fileFolder

boolean fileFolder

Class inetsoft.sree.RepletInfo extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws ClassNotFoundException,
                        IOException
Throws:
ClassNotFoundException
IOException

writeObject

private void writeObject(ObjectOutputStream stream)
                  throws IOException
Throws:
IOException
Serialized Fields

name

String name

time

long time

size

long size

context

RepletContext context

template

File template

Class inetsoft.sree.RepletParameters extends Object implements Serializable

Serialized Fields

name

String name

params

Vector params

reqDialog

String reqDialog

reqHTML

String reqHTML

reqHTMLSize

Dimension reqHTMLSize

psheet

String psheet

Class inetsoft.sree.RepletParameters.BooleanParameter extends RepletParameters.Parameter implements Serializable

Serialized Fields

defaultValue

boolean defaultValue

Class inetsoft.sree.RepletParameters.ChoiceParameter extends RepletParameters.Parameter implements Serializable

Serialized Fields

choices

Object[] choices

values

Object[] values

defaultValue

Object defaultValue

Class inetsoft.sree.RepletParameters.DateParameter extends RepletParameters.Parameter implements Serializable

Serialized Fields

defaultValue

Date defaultValue

Class inetsoft.sree.RepletParameters.DateTimeParameter extends RepletParameters.Parameter implements Serializable

Serialized Fields

defaultValue

Date defaultValue

Class inetsoft.sree.RepletParameters.ListParameter extends RepletParameters.Parameter implements Serializable

Serialized Fields

choices

Object[] choices

values

Object[] values

defaultValue

Object[] defaultValue

Class inetsoft.sree.RepletParameters.OptionParameter extends RepletParameters.Parameter implements Serializable

Serialized Fields

choices

Object[] choices

values

Object[] values

defaultValue

Object[] defaultValue

Class inetsoft.sree.RepletParameters.Parameter extends Object implements Serializable

Serialized Fields

name

String name

alias

String alias

toolTip

String toolTip

visible

boolean visible

tnode

XTypeNode tnode

multi

boolean multi

Class inetsoft.sree.RepletParameters.PasswordParameter extends RepletParameters.Parameter implements Serializable

Serialized Fields

defaultValue

String defaultValue

Class inetsoft.sree.RepletParameters.RadioParameter extends RepletParameters.Parameter implements Serializable

Serialized Fields

choices

Object[] choices

values

Object[] values

defaultValue

Object defaultValue

Class inetsoft.sree.RepletParameters.SimpleParameter extends RepletParameters.Parameter implements Serializable

Serialized Fields

format

Format format

defaultValue

Object defaultValue

Class inetsoft.sree.RepletParameters.TextAreaParameter extends RepletParameters.Parameter implements Serializable

Serialized Fields

defaultValue

String defaultValue

rows

int rows

cols

int cols

Class inetsoft.sree.RepletParameters.TimeParameter extends RepletParameters.Parameter implements Serializable

Serialized Fields

defaultValue

Date defaultValue

Class inetsoft.sree.RepletRegistry extends Object implements Serializable

Serialized Fields

changeListener

inetsoft.util.DataChangeListener changeListener
Data change listener.


noMyreports

boolean noMyreports

replets

Vector replets

prototypes

Vector prototypes

folders

Hashtable folders

repletmap

Hashtable repletmap

contextmap

Hashtable contextmap

foldercontextmap

Hashtable foldercontextmap

filemap

Hashtable filemap

filefoldermap

Hashtable filefoldermap

listeners

Vector listeners

vlisteners

Vector vlisteners

dmgr

inetsoft.util.DataChangeListenerManager dmgr

date

long date

key

inetsoft.util.ReportKey key

Class inetsoft.sree.RepletRequest extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws ClassNotFoundException,
                        IOException
Throws:
ClassNotFoundException
IOException

writeObject

private void writeObject(ObjectOutputStream stream)
                  throws IOException
Throws:
IOException
Serialized Fields

name

String name

params

HashMap params

dateTimeList

Vector dateTimeList

encoding

boolean encoding

Class inetsoft.sree.RepositoryEntry extends Object implements Serializable

Serialized Fields

path

String path

type

int type

owner

String owner

htmlType

int htmlType

Class inetsoft.sree.SearchCondition extends Object implements Serializable

Serialized Fields

setDescription

boolean setDescription

Class inetsoft.sree.ServerReportEntry extends ReportEntry implements Serializable

Serialized Fields

registry

RepletRegistry registry

Class inetsoft.sree.TrashcanEntry extends RepositoryEntry implements Serializable

Serialized Fields

archiveEntry

ArchiveEntry archiveEntry

folder

boolean folder

Class inetsoft.sree.ViewsheetEntry extends RepositoryEntry implements Serializable

Serialized Fields

onReport

boolean onReport

snapshot

boolean snapshot

identifier

String identifier

desc

String desc

alias

String alias

entry

AssetEntry entry

Class inetsoft.sree.WorksheetEntry extends RepositoryEntry implements Serializable

Serialized Fields

onReport

boolean onReport

snapshot

boolean snapshot

identifier

String identifier

desc

String desc

alias

String alias

entry

AssetEntry entry

Package inetsoft.sree.schedule

Class inetsoft.sree.schedule.AbstractAction extends Object implements Serializable

Serialized Fields

isNotifyError

boolean isNotifyError

notifies

String notifies

emailInfo

inetsoft.sree.schedule.EmailInfo emailInfo

isCanceled

boolean isCanceled

Class inetsoft.sree.schedule.ArchiveAction extends Object implements Serializable

Serialized Fields

isCanceled

boolean isCanceled

Class inetsoft.sree.schedule.ArchiveInfo extends Object implements Serializable

Serialized Fields

arPath

String arPath

arFmt

int arFmt

arPerm

Permission arPerm

arRule

ArchiveRule arRule

arComment

String arComment

encoding

boolean encoding

Class inetsoft.sree.schedule.AssetFileBackupAction extends Object implements Serializable

Class inetsoft.sree.schedule.AuditAction extends Object implements Serializable

Class inetsoft.sree.schedule.BurstAction extends AbstractAction implements Serializable

Serialized Fields

replet

String replet

forceGen

boolean forceGen

emailUsers

String[] emailUsers

userEmails

Map userEmails

archiveInfo

ArchiveInfo archiveInfo

Class inetsoft.sree.schedule.CompletionCondition extends Object implements Serializable

Serialized Fields

taskname

String taskname

depencyCompleted

boolean depencyCompleted

encoding

boolean encoding

Class inetsoft.sree.schedule.DefaultUserAction extends Object implements Serializable

Serialized Fields

request

RepletRequest request

Class inetsoft.sree.schedule.DefaultUserCondition extends Object implements Serializable

Serialized Fields

request

RepletRequest request

encoding

boolean encoding

Class inetsoft.sree.schedule.MVAction extends Object implements Serializable

Serialized Fields

mv

inetsoft.report.composition.mv.MVDef mv

email

String email

creator

inetsoft.report.composition.mv.MVCreator creator

creatorLock

Lock creatorLock

canceled

boolean canceled

Class inetsoft.sree.schedule.RepletAction extends AbstractAction implements Serializable

Serialized Fields

replet

String replet

locale

String locale

printers

String[] printers

request

RepletRequest request

archiveInfo

ArchiveInfo archiveInfo

filePaths

Map filePaths

alerts

ScheduleAlert[] alerts

Class inetsoft.sree.schedule.ReportGenAction extends Object implements Serializable

Serialized Fields

locale

String locale

replet

String replet

request

RepletRequest request

Class inetsoft.sree.schedule.ScheduleAlert extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

elementId

String elementId

highlightName

String highlightName

Class inetsoft.sree.schedule.ScheduleServer extends UnicastRemoteObject implements Serializable

Serialized Fields

id

String id

Class inetsoft.sree.schedule.ScheduleServer_Stub extends RemoteStub implements Serializable

serialVersionUID: 2L

Class inetsoft.sree.schedule.ScheduleTask extends Object implements Serializable

Serialized Fields

conds

Vector conds

acts

Vector acts

name

String name

owner

String owner

locale

String locale

description

String description

enabled

boolean enabled

editable

boolean editable

removable

boolean removable

delNotRun

boolean delNotRun

startDate

Date startDate

endDate

Date endDate

dependency

Vector dependency

running

boolean running

identity

inetsoft.uql.util.Identity identity

cycleInfo

inetsoft.sree.internal.DataCycleManager.CycleInfo cycleInfo

runtimeTask

ScheduleTask runtimeTask

Class inetsoft.sree.schedule.TimeCondition extends Object implements Serializable

Serialized Fields

time

Date time

day_of_month

int day_of_month

day_of_week

int day_of_week

week_of_month

int week_of_month

week_of_year

int week_of_year

hour

int hour

minute

int minute

second

int second

hour_end

int hour_end

minute_end

int minute_end

second_end

int second_end

tz

TimeZone tz

dateFmt

DateFormat dateFmt

timeFmt

DateFormat timeFmt

type

int type

scheduleTime

long scheduleTime

days_of_week

int[] days_of_week

months_of_year

int[] months_of_year

interval

int interval

hourlyInterval

float hourlyInterval

weekdayOnly

boolean weekdayOnly

ajax

boolean ajax

Class inetsoft.sree.schedule.ViewsheetAction extends AbstractAction implements Serializable

Serialized Fields

formatMap

Map formatMap

vrequest

RepletRequest vrequest

engine

inetsoft.analytic.composition.ViewsheetService engine

viewsheet

String viewsheet

bookmarkType

int bookmarkType

bookmarkName

String bookmarkName

bookmarkUser

String bookmarkUser

bookmarkReadOnly

Boolean bookmarkReadOnly

alerts

ScheduleAlert[] alerts

Class inetsoft.sree.schedule.XAssetDependencyAction extends Object implements Serializable


Package inetsoft.sree.security

Class inetsoft.sree.security.AuthenticationChangeEvent extends EventObject implements Serializable

Serialized Fields

oldName

String oldName

newName

String newName

type

int type

removed

boolean removed

Class inetsoft.sree.security.AuthenticatorCommunicationException extends RuntimeException implements Serializable

Class inetsoft.sree.security.DefaultTicket extends Object implements Serializable

Serialized Fields

name

String name

passwd

String passwd

userObj

Object userObj

Class inetsoft.sree.security.FSGroup extends Group implements Serializable

Class inetsoft.sree.security.FSRole extends Role implements Serializable

Class inetsoft.sree.security.FSUser extends User implements Serializable

Class inetsoft.sree.security.Group extends inetsoft.uql.util.AbstractIdentity implements Serializable

Serialized Fields

name

String name

roles

String[] roles

groups

String[] groups

locale

String locale

Class inetsoft.sree.security.PasswordResetException extends RuntimeException implements Serializable

Class inetsoft.sree.security.Permission extends Object implements Serializable

Serialized Fields

usersR

String[] usersR

rolesR

String[] rolesR

usersW

String[] usersW

rolesW

String[] rolesW

usersD

String[] usersD

rolesD

String[] rolesD

groupsD

String[] groupsD

groupsR

String[] groupsR

groupsW

String[] groupsW

Class inetsoft.sree.security.Role extends inetsoft.uql.util.AbstractIdentity implements Serializable

Serialized Fields

name

String name

roles

String[] roles

desc

String desc

Class inetsoft.sree.security.SecurityException extends Exception implements Serializable

Class inetsoft.sree.security.SRPrincipal extends XPrincipal implements Serializable

serialVersionUID: 329619388094919499L

Serialized Fields

client

ClientInfo client

secureID

long secureID

age

Date age

accessed

long accessed

host

String host

Class inetsoft.sree.security.SRSecurityException extends Exception implements Serializable

Class inetsoft.sree.security.User extends inetsoft.uql.util.AbstractIdentity implements Serializable

Serialized Fields

name

String name

emails

String[] emails

roles

String[] roles

groups

String[] groups

locale

String locale

password

String password

active

boolean active

alias

String alias

Package inetsoft.sree.soap

Class inetsoft.sree.soap.EntryType extends Enum implements Serializable

Serialized Fields

entryConstant

int entryConstant

Class inetsoft.sree.soap.FormatType extends Enum implements Serializable

Serialized Fields

builderConstant

int builderConstant

Class inetsoft.sree.soap.ParameterValueType extends Enum implements Serializable

Serialized Fields

value

String value

Class inetsoft.sree.soap.RepletParametersStruct extends Object implements Serializable

Serialized Fields

name

String name

parameterNames

String[] parameterNames

aliases

String[] aliases

types

String[] types

Class inetsoft.sree.soap.RepletRequestStruct extends Object implements Serializable

Serialized Fields

name

String name

paramNames

String[] paramNames

paramValues

ParameterValue[] paramValues

Class inetsoft.sree.soap.RepletType extends Enum implements Serializable

Serialized Fields

repositoryConstant

int repositoryConstant

Class inetsoft.sree.soap.RepositoryEntryStruct extends Object implements Serializable

Serialized Fields

path

String path

type

EntryType type

visible

boolean visible

pregen

boolean pregen

portlet

boolean portlet

burst

boolean burst

paramOnly

boolean paramOnly

alias

String alias

description

String description

version

String version

versionedArchive

boolean versionedArchive

date

Date date

comment

String comment

fileType

String fileType

archiveEntries

RepositoryEntryStruct[] archiveEntries

Class inetsoft.sree.soap.UserVariableStruct extends Object implements Serializable

Serialized Fields

xType

String xType

label

String label

hidden

boolean hidden

customize

boolean customize

prompt

boolean prompt

multi

boolean multi

choiceQuery

String choiceQuery

Class inetsoft.sree.soap.VariableTableStruct extends Object implements Serializable

Serialized Fields

variableNames

String[] variableNames

variableValues

ParameterValue[] variableValues

Class inetsoft.sree.soap.XTableRowStruct extends Object implements Serializable

Serialized Fields

row

String[] row

Class inetsoft.sree.soap.XTableStruct extends Object implements Serializable

Serialized Fields

rowCount

int rowCount

colCount

int colCount

headerRowCount

int headerRowCount

headerColCount

int headerColCount

trailerRowCount

int trailerRowCount

trailerColCount

int trailerColCount

colIdentifiers

String[] colIdentifiers

colTypes

String[] colTypes

objectRows

XTableRowStruct[] objectRows

Package inetsoft.sree.store

Class inetsoft.sree.store.AgeArchiveRule extends ArchiveRule implements Serializable

Serialized Fields

year

int year

month

int month

days

int days

Class inetsoft.sree.store.ArchiveConstants extends Object implements Serializable

Class inetsoft.sree.store.ArchiveException extends Exception implements Serializable

Class inetsoft.sree.store.ArchiveRule extends Object implements Serializable

Class inetsoft.sree.store.DateArchiveRule extends ArchiveRule implements Serializable

Serialized Fields

date

Date date

Class inetsoft.sree.store.ReportDataDescriptor extends Object implements Serializable

Serialized Fields

label

String label
Report data file label.


type

String type
Report data file type.


format

int format
Report data file format.


compressed

boolean compressed
Indicates if file is compressed.


icon

Icon icon
Icon that represents the file type.


iconName

String iconName
The name of the icon that represents the file type.


visible

boolean visible
Indicates if file is visible. If false, the file should not be shown.

Class inetsoft.sree.store.VersionArchiveRule extends ArchiveRule implements Serializable

Serialized Fields

version

int version

Package inetsoft.sree.viewer

Class inetsoft.sree.viewer.ActionArchiveDialog extends ArchiveWizard implements Serializable

Serialized Fields

action

RepletAction action

engine

RepletRepository engine

principal

Principal principal

listener

ActionListener listener

Class inetsoft.sree.viewer.ActionOutputDialog extends JDialog implements Serializable

Serialized Fields

browseListener

ActionListener browseListener
Browse listener.


okListener

ActionListener okListener
OK listener.


catalog

inetsoft.util.Catalog catalog

printerTF

JTextField printerTF

pdfTF

JTextField pdfTF

emailTF

JTextField emailTF

fromTF

JTextField fromTF

messageTA

JTextArea messageTA

notifyTF

JTextField notifyTF

browseB

JButton browseB

formatCB

JComboBox formatCB

okB

JButton okB

act

RepletAction act

listener

ActionListener listener

Class inetsoft.sree.viewer.ArchivePathPane extends JPanel implements Serializable

Serialized Fields

engine

RepletRepository engine

user

Principal user

catalog

inetsoft.util.Catalog catalog

rtree

JTree rtree

rmodel

RepositoryTreeModel rmodel

formatCB

JComboBox formatCB

descriptors

ReportDataDescriptor[] descriptors

folderTF

JTextField folderTF

nameTF

JTextField nameTF

commentTF

JTextArea commentTF

foldermap

Hashtable foldermap

reportmap

Hashtable reportmap

Class inetsoft.sree.viewer.ArchiveWizard extends JDialog implements Serializable

Serialized Fields

backListener

ActionListener backListener
Back listener.


nextListener

ActionListener nextListener
Next listener.


okListener

ActionListener okListener
OK listener.


catalog

inetsoft.util.Catalog catalog

backB

JButton backB

nextB

JButton nextB

okB

JButton okB

cancelB

JButton cancelB

folder

JTabbedPane folder

pathPane

ArchivePathPane pathPane

rulePane

inetsoft.sree.viewer.ArchiveRulePane rulePane

permPane

inetsoft.sree.viewer.UserPermissionPane permPane

Class inetsoft.sree.viewer.ContentPane extends JPanel implements Serializable

Serialized Fields

changed

boolean changed

Class inetsoft.sree.viewer.DefaultRequestDialog extends JDialog implements Serializable

Serialized Fields

okListener

ActionListener okListener

clearListener

ActionListener clearListener

cancelListener

ActionListener cancelListener

params

RepletParameters params

engine

RepletRepository engine

repletId

Object repletId

fields

Component[] fields

hiddenFields

Map hiddenFields

ok

boolean ok

okButton

JButton okButton

clearButton

JButton clearButton

cancelButton

JButton cancelButton

Class inetsoft.sree.viewer.DrillSubQueryDialog extends JDialog implements Serializable

Serialized Fields

params

Hashtable params

dataLens

TableLens dataLens

subQueryD

JDialog subQueryD

subQueryT

JTable subQueryT

pot

Point pot

ok

Boolean ok

Class inetsoft.sree.viewer.ExportDialog extends JDialog implements Serializable

Serialized Fields

catalog

inetsoft.util.Catalog catalog

formatStrs

String[] formatStrs

formatOps

int[] formatOps

exts

String[] exts

selected

File selected

formatCB

JComboBox formatCB

filed

JFileChooser filed

Class inetsoft.sree.viewer.LauncherDialog extends JDialog implements Serializable

Serialized Fields

browseListener

ActionListener browseListener
Browse listener.


opListener

ItemListener opListener
Op listener.


okListener

ActionListener okListener
OK listener.


catalog

inetsoft.util.Catalog catalog

okB

JButton okB

browseB

JButton browseB

appRB

JRadioButton appRB

saveRB

JRadioButton saveRB

app

File app

op

String op

Class inetsoft.sree.viewer.PermissionPane extends JPanel implements Serializable

Serialized Fields

defCB

JCheckBox defCB

rpane

inetsoft.sree.viewer.PermissionPane.PermPane rpane

wpane

inetsoft.sree.viewer.PermissionPane.PermPane wpane

dpane

inetsoft.sree.viewer.PermissionPane.PermPane dpane

Class inetsoft.sree.viewer.RepositoryTreeRenderer extends DefaultTreeCellRenderer implements Serializable

Serialized Fields

catalog

inetsoft.util.Catalog catalog

over

Icon over

Class inetsoft.sree.viewer.RequestPane extends JPanel implements Serializable

Serialized Fields

focusListener

FocusListener focusListener

removeReqListener

ActionListener removeReqListener

moreListener

ActionListener moreListener

params

Vector params

paramPnl

JPanel paramPnl

currfield

Component currfield

content

ContentPane content

addB

inetsoft.widget.MenuButton addB

removeB

JButton removeB

stringCM

JCheckBoxMenuItem stringCM

booleanCM

JCheckBoxMenuItem booleanCM

integerCM

JCheckBoxMenuItem integerCM

doubleCM

JCheckBoxMenuItem doubleCM

dateCM

JCheckBoxMenuItem dateCM

timeCM

JCheckBoxMenuItem timeCM

Class inetsoft.sree.viewer.SaveWizard extends ArchiveWizard implements Serializable

Serialized Fields

id

Object id

viewer

Viewer viewer

engine

RepletRepository engine

Class inetsoft.sree.viewer.TreeDialog extends JDialog implements Serializable

Serialized Fields

treeListener

MouseListener treeListener
Tree listener.


okListener

ActionListener okListener
OK listener.


removeListener

ActionListener removeListener
Remove listener.


cancelListener

ActionListener cancelListener
Cancel listener.


selectionListener

TreeSelectionListener selectionListener
Tree selection listener.


rtree

JTree rtree

rmodel

RepositoryTreeModel rmodel

catalog

inetsoft.util.Catalog catalog

viewer

Viewer viewer

okb

JButton okb

removeb

JButton removeb

cancelb

JButton cancelb

Class inetsoft.sree.viewer.Viewer extends JFrame implements Serializable

Serialized Fields

zoomListener

ItemListener zoomListener

pgcomboListener

ActionListener pgcomboListener

openRepositoryListener

ActionListener openRepositoryListener

saveArchiveListener

ActionListener saveArchiveListener

scheduledTasksListener

ActionListener scheduledTasksListener

savePDFListener

ActionListener savePDFListener

exportListener

ActionListener exportListener

firstListener

ActionListener firstListener

lastListener

ActionListener lastListener

nextListener

ActionListener nextListener

prevListener

ActionListener prevListener

closeAllListener

ActionListener closeAllListener

logoutListener

ActionListener logoutListener

loginListener

ActionListener loginListener

changePasswdListener

ActionListener changePasswdListener

cascadeListener

ActionListener cascadeListener

findListener

ActionListener findListener

findNextListener

ActionListener findNextListener

refreshListener

ActionListener refreshListener

customListener

ActionListener customListener

printListener

ActionListener printListener

sendListener

ActionListener sendListener

sprintListener

ActionListener sprintListener

windowM

JMenu windowM

pagesmenu

inetsoft.report.internal.PagesMenu pagesmenu

menubar

JMenuBar menubar

toolbar

JToolBar toolbar

status

JLabel status

mdi

ViewerPane mdi

firstB

JButton firstB

prevB

JButton prevB

nextB

JButton nextB

lastB

JButton lastB

printerB

JButton printerB

mailB

JButton mailB

sprintB

JButton sprintB

findB

JButton findB

refreshB

JButton refreshB

customB

JButton customB

onepageB

JButton onepageB

savePDFB

JButton savePDFB

exportB

JButton exportB

saveArchiveB

JButton saveArchiveB

scheduleB

JButton scheduleB

firstM

JMenuItem firstM

prevM

JMenuItem prevM

nextM

JMenuItem nextM

lastM

JMenuItem lastM

findM

JMenuItem findM

refreshM

JMenuItem refreshM

findNextM

JMenuItem findNextM

customM

JMenuItem customM

pdfM

JMenuItem pdfM

exportM

JMenuItem exportM

saveArchiveM

JMenuItem saveArchiveM

sendM

JMenuItem sendM

actualM

JMenuItem actualM

onepageM

JMenuItem onepageM

fitwidthM

JMenuItem fitwidthM

zoomM

JMenuItem zoomM

gotoM

JMenuItem gotoM

cascadeM

JMenuItem cascadeM

closeAllM

JMenuItem closeAllM

printM

JMenuItem printM

sprintM

JMenuItem sprintM

logoutM

JMenuItem logoutM

loginM

JMenuItem loginM

changePasswdM

JMenuItem changePasswdM

scheduleM

JMenuItem scheduleM

zoomChoice

JComboBox zoomChoice

pgcombo

JToggleButton pgcombo

pageonlyB

JToggleButton pageonlyB

tocB

JToggleButton tocB

tocM

JCheckBoxMenuItem tocM

pageonlyM

JCheckBoxMenuItem pageonlyM

buttons

JButton[] buttons

actions

ViewerAction[] actions

psize

Dimension psize

filedir

String filedir

condition

SearchCondition condition

searchInfo

inetsoft.sree.internal.SearchInfo searchInfo

winmap

Hashtable winmap

exitit

boolean exitit

archive

int archive

printers

String[] printers

zoomlisteners

Vector zoomlisteners

login_msg

String login_msg

login_err

String login_err

catalog

inetsoft.util.Catalog catalog

Class inetsoft.sree.viewer.ViewerPane extends JDesktopPane implements Serializable

Serialized Fields

loader

Thread loader

engine

RepletRepository engine

principal

Principal principal

applet

AppletContext applet

currentFrame

ViewFrame currentFrame

queue

Vector queue

status

JLabel status

winPref

Dimension winPref

closed

boolean closed

errorpage

StylePage errorpage

Class inetsoft.sree.viewer.ViewFrame extends JInternalFrame implements Serializable

Serialized Fields

viewer

ViewerPane viewer

pane

inetsoft.sree.viewer.ViewFrame.PreviewPane pane

Class inetsoft.sree.viewer.ViewPreviewPane extends JPanel implements Serializable

Serialized Fields

treeListener

TreeSelectionListener treeListener

selectionListener

SelectionListener selectionListener

pane

ViewPreviewPane.ViewPane pane

disposeListener

ActionListener disposeListener

spliter

JSplitPane spliter

tree

inetsoft.widget.STree tree

newTree

boolean newTree

id

Object id

mask

int mask

cmds

EventHandler cmds

result

PageLocation result

box

Rectangle box

defDiv

int defDiv

tocmap

Hashtable tocmap

customParam

RepletParameters customParam

engine

RepletRepository engine

lastMouse

Point lastMouse

linkHand

boolean linkHand

currElement

String currElement

currItem

Point currItem

editingPage

inetsoft.sree.viewer.ViewPreviewPane.ViewPage editingPage

sheet

ReportSheet sheet

pmargin

Point pmargin

refreshThread

Thread refreshThread

destroyed

boolean destroyed

Class inetsoft.sree.viewer.ViewPreviewPane.ViewPane extends PagedPreviewPane implements Serializable

Serialized Fields

menuS

JButton menuS

menucmd

RepletCommand menucmd

exceptionFlag

boolean exceptionFlag

lock

Object lock

Package inetsoft.uql

Class inetsoft.uql.AbstractCondition extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws ClassNotFoundException,
                        IOException
Read object.

Throws:
ClassNotFoundException
IOException

writeObject

private void writeObject(ObjectOutputStream stream)
                  throws IOException
Write object.

Throws:
IOException
Serialized Fields

type

String type

op

int op

negated

boolean negated

equal

boolean equal

Class inetsoft.uql.ColumnSelection extends Object implements Serializable

Serialized Fields

attrs

List attrs

prop

Properties prop

Class inetsoft.uql.Condition extends AbstractCondition implements Serializable

Serialized Fields

caseSensitive

boolean caseSensitive

values

List values

Class inetsoft.uql.ConditionItem extends Object implements Serializable

Serialized Fields

attr

DataRef attr

condition

XCondition condition

level

int level

Class inetsoft.uql.ConditionList extends HierarchyList implements Serializable

Class inetsoft.uql.DataSourceFolder extends Object implements Serializable

Serialized Fields

name

String name

Class inetsoft.uql.DrillPath extends Object implements Serializable

Serialized Fields

name

String name

link

String link

targetFrame

String targetFrame

tip

String tip

query

DrillSubQuery query

params

Hashtable params

types

Hashtable types

passParams

boolean passParams

disablePrompting

boolean disablePrompting

linkType

int linkType

Class inetsoft.uql.DrillSubQuery extends Object implements Serializable

Serialized Fields

query

String query

params

Hashtable params

Class inetsoft.uql.HierarchyList extends Object implements Serializable

Serialized Fields

list

Vector list

Class inetsoft.uql.JunctionOperator extends Object implements Serializable

Serialized Fields

junction

int junction

level

int level

Class inetsoft.uql.VariableTable extends Object implements Serializable

serialVersionUID: -590812805739315908L

Serialized Fields

session

Object session

table

Map table

basetable

VariableTable basetable

Class inetsoft.uql.XDataSelection extends Object implements Serializable

Serialized Fields

source

String source

type

String type

attrs

ColumnSelection attrs

hiddens

ColumnSelection hiddens

conditions

ConditionList conditions

group

GroupInfo group

allRows

HashSet allRows

distinct

boolean distinct

sqlGroup

boolean sqlGroup

propmap

HashMap propmap

Class inetsoft.uql.XDataSource extends Object implements Serializable

Serialized Fields

name

String name

type

String type

desc

String desc

folders

ArrayList folders

Class inetsoft.uql.XDrillInfo extends Object implements Serializable

Serialized Fields

paths

Vector paths

Class inetsoft.uql.XFormatInfo extends Object implements Serializable

Serialized Fields

format

String format

formatSpec

String formatSpec

Class inetsoft.uql.XMetaInfo extends Object implements Serializable

Serialized Fields

dinfo

XDrillInfo dinfo

finfo

XFormatInfo finfo

asDate

boolean asDate

datePattern

String datePattern

locale

Locale locale

Class inetsoft.uql.XNode extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws ClassNotFoundException,
                        IOException
Optimize serialization.

Throws:
ClassNotFoundException
IOException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Optimize serialization.

Throws:
IOException
Serialized Fields

format

Format format

name

String name

value

Object value

children

Vector children

parent

XNode parent

addr

int addr

Class inetsoft.uql.XPrincipal extends Object implements Serializable

serialVersionUID: 615300870728701542L

Serialized Fields

name

String name

roles

String[] roles

groups

String[] groups

sessionID

String sessionID

prop

Properties prop

params

Hashtable params

ignoreLogin

boolean ignoreLogin

Class inetsoft.uql.XQuery extends Object implements Serializable

Serialized Fields

name

String name

folder

String folder

type

String type

datasource

XDataSource datasource

varmap

HashMap varmap

desc

String desc

rowlimit

int rowlimit

timeout

int timeout

estimated

long estimated

visible

boolean visible

partition

String partition

propmap

HashMap propmap

Class inetsoft.uql.XSequenceNode extends XNode implements Serializable

Serialized Fields

amax

int amax

Class inetsoft.uql.XTableNode extends XNode implements Serializable

Serialized Fields

amax

int amax

Package inetsoft.uql.asset

Class inetsoft.uql.asset.AbstractAssembly extends Object implements Serializable

Class inetsoft.uql.asset.AbstractSheet extends Object implements Serializable

Serialized Fields

widths

HashMap widths

heights

HashMap heights

created

long created

modified

long modified

createdBy

String createdBy

modifiedBy

String modifiedBy

Class inetsoft.uql.asset.AbstractTableAssembly extends AbstractWSAssembly implements Serializable

Serialized Fields

prop

Properties prop

preconds

ConditionListWrapper preconds

postconds

ConditionListWrapper postconds

topns

ConditionListWrapper topns

mvUpdatePreConds

ConditionListWrapper mvUpdatePreConds

mvUpdatePostConds

ConditionListWrapper mvUpdatePostConds

mvDeletePreConds

ConditionListWrapper mvDeletePreConds

mvDeletePostConds

ConditionListWrapper mvDeletePostConds

mvForceAppendUpdates

boolean mvForceAppendUpdates

ginfo

AggregateInfo ginfo

sinfo

SortInfo sinfo

columnPropertyName

String columnPropertyName

Class inetsoft.uql.asset.AbstractWSAssembly extends AbstractAssembly implements Serializable

Serialized Fields

ws

Worksheet ws

info

inetsoft.uql.asset.internal.WSAssemblyInfo info

Class inetsoft.uql.asset.AggregateFormula extends Object implements Serializable

Class inetsoft.uql.asset.AggregateInfo extends Object implements Serializable

Serialized Fields

groups

ArrayList groups

aggregates

ArrayList aggregates

aggregates2

ArrayList aggregates2

crosstab

boolean crosstab

pglevel

int pglevel

Class inetsoft.uql.asset.AggregateRef extends AbstractDataRef implements Serializable

Serialized Fields

ref

DataRef ref

ref2

DataRef ref2

formula

AggregateFormula formula

percentage

boolean percentage

percentageOption

int percentageOption

composite

boolean composite

userCreate

boolean userCreate

Class inetsoft.uql.asset.AliasDataRef extends ExpressionRef implements Serializable

Serialized Fields

ref

DataRef ref

name

String name

Class inetsoft.uql.asset.AssemblyEntry extends Object implements Serializable

Serialized Fields

aname

String aname

name

String name

type

int type

Class inetsoft.uql.asset.AssemblyRef extends Object implements Serializable

Serialized Fields

type

int type

entry

AssemblyEntry entry

Class inetsoft.uql.asset.AssetChangeEvent extends EventObject implements Serializable

Serialized Fields

entryType

int entryType

changeType

int changeType

assetEntry

AssetEntry assetEntry

oldName

String oldName

Class inetsoft.uql.asset.AssetCondition extends Condition implements Serializable

Class inetsoft.uql.asset.AssetContent extends Enum implements Serializable

Serialized Fields

rmtags

String[][] rmtags

Class inetsoft.uql.asset.AssetEntry extends Object implements Serializable

Serialized Fields

scope

int scope

type

int type

user

String user

path

String path

alias

String alias

prop

Properties prop

createdUsername

String createdUsername

createdDate

Date createdDate

modifiedUsername

String modifiedUsername

modifiedDate

Date modifiedDate

hash

int hash

Class inetsoft.uql.asset.AssetVariable extends UserVariable implements Serializable

Serialized Fields

style

int style

table

String table

vattr

DataRef vattr

lattr

DataRef lattr

Class inetsoft.uql.asset.BoundTableAssembly extends AbstractTableAssembly implements Serializable

Serialized Fields

cassemblies

ArrayList cassemblies

Class inetsoft.uql.asset.ColumnRef extends AbstractDataRef implements Serializable

Serialized Fields

ref

DataRef ref

alias

String alias

width

byte width

visible

boolean visible

valid

boolean valid

sql

boolean sql

dtype

String dtype

Class inetsoft.uql.asset.ComposedTableAssembly extends AbstractTableAssembly implements Serializable

Class inetsoft.uql.asset.CompositeTableAssembly extends ComposedTableAssembly implements Serializable

Serialized Fields

tnames

String[] tnames

Class inetsoft.uql.asset.ConcatenatedTableAssembly extends CompositeTableAssembly implements Serializable

Class inetsoft.uql.asset.ConfirmDataException extends ConfirmException implements Serializable

Serialized Fields

name

String name

Class inetsoft.uql.asset.ConfirmException extends Exception implements Serializable

Serialized Fields

cause

Throwable cause

keywords

String keywords

level

int level

event

AssetObject event

props

Map props

Class inetsoft.uql.asset.CubeTableAssembly extends BoundTableAssembly implements Serializable

Serialized Fields

expanded

Map expanded

Class inetsoft.uql.asset.DataTableAssembly extends AbstractTableAssembly implements Serializable

Serialized Fields

data

XTable data

Class inetsoft.uql.asset.DateCondition extends AbstractCondition implements Serializable

Serialized Fields

CALENDAR

Calendar CALENDAR

name

String name

label

String label

Class inetsoft.uql.asset.DateCondition.DayCondition extends DateCondition implements Serializable

Serialized Fields

dn

int dn

Class inetsoft.uql.asset.DateCondition.DaysCondition extends DateCondition implements Serializable

Serialized Fields

from

int from

to

int to

Class inetsoft.uql.asset.DateCondition.MonthCondition extends DateCondition implements Serializable

Serialized Fields

mn

int mn

yn

int yn

Class inetsoft.uql.asset.DateCondition.MonthsCondition extends DateCondition implements Serializable

Serialized Fields

from

int from

to

int to

Class inetsoft.uql.asset.DateCondition.NthHalfYearCondition extends DateCondition implements Serializable

Serialized Fields

hn

int hn

yn

int yn

Class inetsoft.uql.asset.DateCondition.NthMonthCondition extends DateCondition implements Serializable

Serialized Fields

mn

int mn

yn

int yn

Class inetsoft.uql.asset.DateCondition.NthQuarterCondition extends DateCondition implements Serializable

Serialized Fields

qn

int qn

yn

int yn

Class inetsoft.uql.asset.DateCondition.QuarterCondition extends DateCondition implements Serializable

Serialized Fields

qn

int qn

yn

int yn

Class inetsoft.uql.asset.DateCondition.REFERENCE extends Enum implements Serializable

Class inetsoft.uql.asset.DateCondition.ToDateCondition extends DateCondition implements Serializable

Serialized Fields

yearOffset

int yearOffset

quarterOffset

int quarterOffset

monthOffset

int monthOffset

startReference

DateCondition.REFERENCE startReference

Class inetsoft.uql.asset.DateCondition.WeekCondition extends DateCondition implements Serializable

Serialized Fields

wn

int wn

Class inetsoft.uql.asset.DateCondition.WeeksCondition extends DateCondition implements Serializable

Serialized Fields

from

int from

to

int to

Class inetsoft.uql.asset.DateCondition.YearCondition extends DateCondition implements Serializable

Serialized Fields

yn

int yn

Class inetsoft.uql.asset.DateRange extends DateCondition implements Serializable

Serialized Fields

conditions

ArrayList conditions

Class inetsoft.uql.asset.DateRangeRef extends ExpressionRef implements Serializable

Serialized Fields

ref

DataRef ref

attr

String attr

originalType

String originalType

option

int option

autoCreate

boolean autoCreate

drill

boolean drill

Class inetsoft.uql.asset.DefaultConditionAssembly extends AbstractWSAssembly implements Serializable

Serialized Fields

conds

ConditionList conds

attached

AttachedAssembly attached

Class inetsoft.uql.asset.DefaultDateRangeAssembly extends AbstractWSAssembly implements Serializable

Serialized Fields

range

DateCondition range

cinfo

inetsoft.uql.asset.internal.XConditionInfo cinfo

Class inetsoft.uql.asset.DefaultNamedGroupAssembly extends AbstractWSAssembly implements Serializable

Serialized Fields

info

NamedGroupInfo info

attached

AttachedAssembly attached

Class inetsoft.uql.asset.DefaultVariableAssembly extends AbstractWSAssembly implements Serializable

Serialized Fields

var

AssetVariable var

attached

AttachedAssembly attached

Class inetsoft.uql.asset.DependencyException extends ConfirmException implements Serializable

Serialized Fields

target

Object target

deps

List deps

exps

List exps

Class inetsoft.uql.asset.EmbeddedTableAssembly extends AbstractTableAssembly implements Serializable

Serialized Fields

data

inetsoft.uql.util.XEmbeddedTable data

shareData

boolean shareData

Class inetsoft.uql.asset.ExpressionValue extends Object implements Serializable

Serialized Fields

type

String type

expression

String expression

Class inetsoft.uql.asset.GroupRef extends AbstractDataRef implements Serializable

Serialized Fields

ref

DataRef ref

dgroup

int dgroup

type

int type

assembly

String assembly

source

String source

prefix

String prefix

groupInfo

inetsoft.uql.util.XNamedGroupInfo groupInfo

order

inetsoft.report.internal.binding.OrderInfo order

topn

inetsoft.report.internal.binding.TopNInfo topn

Class inetsoft.uql.asset.InvalidDependencyException extends Exception implements Serializable

Serialized Fields

cause

Throwable cause

level

Level level

keywords

String keywords

Class inetsoft.uql.asset.JoinTableAssembly extends CompositeTableAssembly implements Serializable

Class inetsoft.uql.asset.MirrorConditionAssembly extends AbstractWSAssembly implements Serializable

Class inetsoft.uql.asset.MirrorDateRangeAssembly extends AbstractWSAssembly implements Serializable

Serialized Fields

cinfo

inetsoft.uql.asset.internal.XConditionInfo cinfo

Class inetsoft.uql.asset.MirrorNamedGroupAssembly extends AbstractWSAssembly implements Serializable

Class inetsoft.uql.asset.MirrorTableAssembly extends ComposedTableAssembly implements Serializable

Class inetsoft.uql.asset.MirrorVariableAssembly extends AbstractWSAssembly implements Serializable

Class inetsoft.uql.asset.NamedGroupInfo extends Object implements Serializable

Serialized Fields

map

inetsoft.util.OrderedMap map

others

int others

Class inetsoft.uql.asset.NamedRangeRef extends ExpressionRef implements Serializable

Serialized Fields

ref

DataRef ref

attr

String attr

dataType

String dataType

groupNameInfo

inetsoft.uql.util.XNamedGroupInfo groupNameInfo

Class inetsoft.uql.asset.NumericRangeRef extends ExpressionRef implements Serializable

Serialized Fields

ref

DataRef ref

attr

String attr

vinfo

ValueRangeInfo vinfo

Class inetsoft.uql.asset.PeriodCondition extends DateCondition implements Serializable

Serialized Fields

from

long from

to

long to

Class inetsoft.uql.asset.PhysicalBoundTableAssembly extends BoundTableAssembly implements Serializable

Class inetsoft.uql.asset.QueryBoundTableAssembly extends BoundTableAssembly implements Serializable

Serialized Fields

qselection

ColumnSelection qselection

Class inetsoft.uql.asset.RangeGroupInfo extends NamedGroupInfo implements Serializable

Serialized Fields

ref

DataRef ref

values

double[] values

incMin

boolean incMin

incMax

boolean incMax

Class inetsoft.uql.asset.RankingCondition extends AbstractCondition implements Serializable

Serialized Fields

n

Object n

ref

DataRef ref

others

boolean others

Class inetsoft.uql.asset.ReportEntry extends Object implements Serializable

Serialized Fields

path

String path

opath

String opath

ouser

String ouser

user

String user

alias

String alias

template

String template

Class inetsoft.uql.asset.RotatedTableAssembly extends ComposedTableAssembly implements Serializable

Serialized Fields

tname

String tname

Class inetsoft.uql.asset.RuntimeMessageException extends RuntimeException implements Serializable

Serialized Fields

logLevel

Level logLevel

props

Map props

Class inetsoft.uql.asset.SNamedGroupInfo extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws ClassNotFoundException,
                        IOException
Read serializable object.

Throws:
ClassNotFoundException
IOException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Write serializable object.

Throws:
IOException
Serialized Fields

values

Hashtable values

groups

Vector groups

ref

DataRef ref

BLANKSTRING

String BLANKSTRING

Class inetsoft.uql.asset.SnapshotEmbeddedTableAssembly extends EmbeddedTableAssembly implements Serializable

Serialized Fields

prefix

int prefix

columns

ColumnSelection columns

dataPaths

String[] dataPaths

stable

inetsoft.uql.table.XSwappableTable stable

rowCnt

int rowCnt

dataPath

String dataPath

headers

Object[] headers

creators

String[] creators

lflags

boolean[] lflags

Class inetsoft.uql.asset.SortInfo extends Object implements Serializable

Serialized Fields

sorts

ArrayList sorts

Class inetsoft.uql.asset.SortRef extends AbstractDataRef implements Serializable

Serialized Fields

ref

DataRef ref

order

int order

Class inetsoft.uql.asset.SourceInfo extends Object implements Serializable

Serialized Fields

type

int type

prefix

String prefix

source

String source

prop

Properties prop

Class inetsoft.uql.asset.SubQueryValue extends Object implements Serializable

Serialized Fields

ref

DataRef ref

mref

DataRef mref

sref

DataRef sref

query

String query

Class inetsoft.uql.asset.TableAssemblyOperator extends Object implements Serializable

Serialized Fields

operators

ArrayList operators

Class inetsoft.uql.asset.TableAssemblyOperator.Operator extends Object implements Serializable

Serialized Fields

operation

int operation

distinct

boolean distinct

lref

DataRef lref

rref

DataRef rref

ltable

String ltable

rtable

String rtable

Class inetsoft.uql.asset.UnpivotTableAssembly extends ComposedTableAssembly implements Serializable

Serialized Fields

tname

String tname

Class inetsoft.uql.asset.ValueRangeInfo extends Object implements Serializable

Serialized Fields

values

double[] values

labels

String[] labels

showingBottomValue

boolean showingBottomValue

showingTopValue

boolean showingTopValue

Class inetsoft.uql.asset.Worksheet extends AbstractSheet implements Serializable

Serialized Fields

log

boolean log

primary

String primary

assemblies

ArrayList assemblies

cubes

Hashtable cubes

dependencies

HashSet dependencies

winfo

WorksheetInfo winfo

offline

boolean offline

showWarning

boolean showWarning

pool

inetsoft.util.ThreadPool pool

Class inetsoft.uql.asset.WorksheetInfo extends Object implements Serializable

Serialized Fields

inputmax

int inputmax

Package inetsoft.uql.erm

Class inetsoft.uql.erm.AbstractDataRef extends Object implements Serializable

Serialized Fields

cname

String cname

chash

int chash

Class inetsoft.uql.erm.AttributeRef extends AbstractDataRef implements Serializable

Serialized Fields

caption

String caption

entity

String entity

attr

String attr

refType

byte refType

formula

String formula

Class inetsoft.uql.erm.AutoAlias extends Object implements Serializable

Serialized Fields

joins

Vector joins

Class inetsoft.uql.erm.AutoAlias.IncomingJoin extends Object implements Serializable

Serialized Fields

table

String table

alias

String alias

keepOutgoing

boolean keepOutgoing

prefix

String prefix

Class inetsoft.uql.erm.DataModelEvent extends EventObject implements Serializable

Serialized Fields

entity

String entity

attribute

String attribute

oentity

String oentity

oattribute

String oattribute

attributeIndex

int attributeIndex

property

String property

oldValue

Object oldValue

newValue

Object newValue

Class inetsoft.uql.erm.ERMCubeMember extends Object implements Serializable

Serialized Fields

dataRef

DataRef dataRef

name

String name

type

String type

description

String description

meta

XMetaInfo meta

Class inetsoft.uql.erm.ERMDateDimension extends ERMDimension implements Serializable

Class inetsoft.uql.erm.ERMDimension extends Object implements Serializable

Serialized Fields

description

String description

name

String name

members

ArrayList members

Class inetsoft.uql.erm.ExprAttributeRef extends ExpressionRef implements Serializable

Serialized Fields

dataType

String dataType

Class inetsoft.uql.erm.ExpressionAttribute extends XAttribute implements Serializable

Serialized Fields

expr

String expr

aggr

boolean aggr

parseable

boolean parseable

Class inetsoft.uql.erm.ExpressionRef extends AbstractDataRef implements Serializable

Serialized Fields

datasource

String datasource

entity

String entity

name

String name

expression

String expression

refType

byte refType

Class inetsoft.uql.erm.ExpressionRef2 extends ExpressionRef implements Serializable

Serialized Fields

type

String type

expression2

String expression2

Class inetsoft.uql.erm.HiddenColumns extends VpmObject implements Serializable

Serialized Fields

roles

List roles

hiddens

List hiddens

Class inetsoft.uql.erm.VirtualPrivateModel extends VpmObject implements Serializable

Serialized Fields

desc

String desc

conds

List conds

hidden

HiddenColumns hidden

Class inetsoft.uql.erm.VpmCondition extends VpmObject implements Serializable

Serialized Fields

table

String table

type

int type

conds

inetsoft.uql.jdbc.XFilterNode conds

Class inetsoft.uql.erm.VpmObject extends Object implements Serializable

Serialized Fields

name

String name

script

String script

Class inetsoft.uql.erm.XAttribute extends Object implements Serializable

Serialized Fields

refType

int refType

formula

String formula

description

String description

name

String name

table

String table

column

String column

type

String type

browseable

boolean browseable

browseQuery

String browseQuery

meta

XMetaInfo meta

Class inetsoft.uql.erm.XDataModel extends Object implements Serializable

Serialized Fields

datasource

String datasource

Class inetsoft.uql.erm.XEntity extends Object implements Serializable

Serialized Fields

visible

boolean visible

entity_type

int entity_type

name

String name

base

XEntity base

description

String description

invisibleAttributes

List invisibleAttributes

attributesOrders

List attributesOrders

runtime

boolean runtime

attributes

inetsoft.util.OrderedMap attributes

location

Point location

attributeListener

inetsoft.uql.erm.XEntity.AttributePropertyListener attributeListener

Class inetsoft.uql.erm.XLogicalModel extends Object implements Serializable

Serialized Fields

entityOrder

boolean entityOrder

connection

String connection

partition

String partition

description

String description

runtime

boolean runtime

dimensions

inetsoft.util.OrderedMap dimensions

entities

inetsoft.util.OrderedMap entities

measures

HashMap measures

name

String name

base

XLogicalModel base

model

XDataModel model

entityListener

inetsoft.uql.erm.XLogicalModel.EntityListenerImpl entityListener

entityPropertyListener

inetsoft.uql.erm.XLogicalModel.EntityPropertyListener entityPropertyListener

varmap

inetsoft.util.OrderedMap varmap

Class inetsoft.uql.erm.XMeasure extends ERMCubeMember implements Serializable

Serialized Fields

aggregate

String aggregate

Class inetsoft.uql.erm.XPartition extends Object implements Serializable

Serialized Fields

name

String name

description

String description

tables

Hashtable tables

relationships

Vector relationships

aliastables

Hashtable aliastables

autoaliases

Hashtable autoaliases

agraph

inetsoft.util.Graph agraph

tgraph

inetsoft.util.Graph tgraph

zoomRatio

double zoomRatio

model

XDataModel model

base

XPartition base

connection

String connection

includeAllJoin

boolean includeAllJoin

metaDataCache

Map metaDataCache

Class inetsoft.uql.erm.XRelationship extends Object implements Serializable

Serialized Fields

dependentTable

String dependentTable

dependentColumn

String dependentColumn

dependentCardinality

int dependentCardinality

independentTable

String independentTable

independentColumn

String independentColumn

independentCardinality

int independentCardinality

weak

boolean weak

joinType

String joinType

order

int order

merging

String merging

Package inetsoft.uql.jdbc

Class inetsoft.uql.jdbc.FreeformSQL extends Object implements Serializable

Serialized Fields

sql

String sql

xselect

XSelection xselect

ds

JDBCDataSource ds

Class inetsoft.uql.jdbc.JDBCDataSource extends XDataSource implements Serializable

Serialized Fields

base

JDBCDataSource base

systemSchemas

String[] systemSchemas

systemCatalogs

String[] systemCatalogs

dbtype

int dbtype

driver

String driver

url

String url

login

boolean login

save

boolean save

user

String user

password

String password

product

String product

version

String version

defaultdb

String defaultdb

isolation

int isolation

ansiJoin

boolean ansiJoin

mvenabled

boolean mvenabled

option

int option

Class inetsoft.uql.jdbc.JDBCHandler extends XHandler implements Serializable

Serialized Fields

xds

JDBCDataSource xds

sqlTypes

inetsoft.uql.jdbc.util.SQLTypes sqlTypes

pcl

PropertyChangeListener pcl

Class inetsoft.uql.jdbc.JDBCQuery extends XQuery implements Serializable

Serialized Fields

sql

inetsoft.uql.jdbc.SQLDefinition sql

venabled

boolean venabled

Class inetsoft.uql.jdbc.JDBCSelection extends XSelection implements Serializable

Serialized Fields

tablemap

Hashtable tablemap

vmap

Properties vmap

aggregates

HashSet aggregates

plan

boolean plan

Class inetsoft.uql.jdbc.JDBCTableNode extends XTableNode implements Serializable

Serialized Fields

cancelled

boolean cancelled

ncol

int ncol

names

String[] names

creators

inetsoft.uql.table.XTableColumnCreator[] creators

types

Class[] types

sqltypes

int[] sqltypes

sizes

int[] sizes

minfos

XMetaInfo[] minfos

result

ResultSet result

rewindable

boolean rewindable

max

int max

count

int count

amax

int amax

Class inetsoft.uql.jdbc.OrderByItem extends Object implements Serializable

Serialized Fields

field

Object field

order

String order

Class inetsoft.uql.jdbc.ProcedureSQL extends Object implements Serializable

Serialized Fields

name

String name

path

String path

params

Vector params

columns

Vector columns

xselect

XSelection xselect

retType

Integer retType

retTypeName

String retTypeName

inputType

XTypeNode inputType

inputValue

XNode inputValue

ds

JDBCDataSource ds

Class inetsoft.uql.jdbc.ProcedureSQL.Parameter extends Object implements Serializable

Serialized Fields

name

String name

type

String type

typename

String typename

sqltype

int sqltype

inout

int inout

Class inetsoft.uql.jdbc.SelectTable extends Object implements Serializable

Serialized Fields

name

Object name

alias

String alias

location

Point location

scrollLocation

Point scrollLocation

catalog

String catalog

schema

String schema

Class inetsoft.uql.jdbc.SQLExpressionFailedException extends RuntimeException implements Serializable

Class inetsoft.uql.jdbc.SQLSelection extends XSelection implements Serializable

Serialized Fields

tables

Vector tables

orders

Hashtable orders

Class inetsoft.uql.jdbc.StructuredSQL extends Object implements Serializable

Serialized Fields

xselect

XSelection xselect

conds

Hashtable conds

tables

Vector tables

joins

Vector joins

sorting

Hashtable sorting

ds

JDBCDataSource ds

Class inetsoft.uql.jdbc.UniformSQL extends Object implements Serializable

Serialized Fields

sqlstring

String sqlstring

xselect

XSelection xselect

xselect2

XSelection xselect2

tables

Vector tables

fields

Vector fields

orderByList

Vector orderByList

groups

Object[] groups

where

inetsoft.uql.jdbc.XFilterNode where

having

inetsoft.uql.jdbc.XFilterNode having

dataSource

JDBCDataSource dataSource

distinctKey

boolean distinctKey

allKey

boolean allKey

grpall

boolean grpall

psql

inetsoft.uql.jdbc.UniformSQL psql

columns

inetsoft.uql.jdbc.XField[] columns

parseResult

int parseResult

root

XNode root

parseIt

boolean parseIt

hints

HashMap hints

sub

boolean sub

cache

boolean cache

cstring

String cstring

expressions

Vector expressions

aliasflags

HashSet aliasflags

ojoins

Collection ojoins

Class inetsoft.uql.jdbc.XBinaryCondition extends inetsoft.uql.jdbc.XFilterNode implements Serializable

Serialized Fields

expression1

inetsoft.uql.jdbc.XExpression expression1

expression2

inetsoft.uql.jdbc.XExpression expression2

op

String op

Class inetsoft.uql.jdbc.XExpression extends Object implements Serializable

Serialized Fields

quote

int quote

value

Object value

type

String type

Class inetsoft.uql.jdbc.XExpressionCondition extends inetsoft.uql.jdbc.XFilterNode implements Serializable

Serialized Fields

exp

inetsoft.uql.jdbc.XExpression exp

Class inetsoft.uql.jdbc.XField extends Object implements Serializable

Serialized Fields

alias

String alias

name

Object name

table

String table

physicalTable

String physicalTable

type

String type

Class inetsoft.uql.jdbc.XFilterNode extends XNode implements Serializable

Serialized Fields

clause

String clause

isNot

boolean isNot

Class inetsoft.uql.jdbc.XJoin extends inetsoft.uql.jdbc.XBinaryCondition implements Serializable

Serialized Fields

table1

String table1

table2

String table2

Class inetsoft.uql.jdbc.XSet extends inetsoft.uql.jdbc.XFilterNode implements Serializable

Serialized Fields

relation

String relation

Class inetsoft.uql.jdbc.XTrinaryCondition extends inetsoft.uql.jdbc.XFilterNode implements Serializable

Serialized Fields

expression1

inetsoft.uql.jdbc.XExpression expression1

expression2

inetsoft.uql.jdbc.XExpression expression2

expression3

inetsoft.uql.jdbc.XExpression expression3

op

String op

Class inetsoft.uql.jdbc.XUnaryCondition extends inetsoft.uql.jdbc.XFilterNode implements Serializable

Serialized Fields

expression1

inetsoft.uql.jdbc.XExpression expression1

op

String op

Package inetsoft.uql.object

Class inetsoft.uql.object.ConditionNotSupportedException extends Exception implements Serializable

Class inetsoft.uql.object.ObjectDataSource extends HierDataSource implements Serializable

Serialized Fields

serverclass

String serverclass

serverprops

Map serverprops

datahelper

String datahelper

methods

List methods

inmap

Map inmap

outmap

Map outmap

classmap

Map classmap

parammap

Map parammap

Class inetsoft.uql.object.ObjectHandler extends XHandler implements Serializable

Serialized Fields

dx

ObjectDataSource dx

ref

Object ref

Class inetsoft.uql.object.ObjectQuery extends HierQuery implements Serializable


Package inetsoft.uql.path

Class inetsoft.uql.path.ConditionExpression extends Object implements Serializable

Class inetsoft.uql.path.PathNode extends Object implements Serializable

Serialized Fields

name

String name

cond

ConditionExpression cond

Class inetsoft.uql.path.XNodePath extends Object implements Serializable

Serialized Fields

nodes

Vector nodes

Class inetsoft.uql.path.XSelection extends Object implements Serializable

Serialized Fields

expanded

boolean expanded

paths

Vector paths

aliasmap

Vector aliasmap

expmap

Vector expmap

bmap

Hashtable bmap

opaths

Vector opaths

metamap

Vector metamap

typemap

Hashtable typemap

fmtmap

Hashtable fmtmap

cachedSeqTable

inetsoft.uql.path.XSelection.ExpandedSeqTable cachedSeqTable

fixedFmtMap

Map fixedFmtMap

Package inetsoft.uql.path.expr

Class inetsoft.uql.path.expr.AlgoExpr extends Expr implements Serializable

Serialized Fields

expr1

Expr expr1

expr2

Expr expr2

op

char op

Class inetsoft.uql.path.expr.AndExpr extends Expr implements Serializable

Serialized Fields

expr1

Expr expr1

expr2

Expr expr2

Class inetsoft.uql.path.expr.BetweenExpr extends Expr implements Serializable

Serialized Fields

expr1

Expr expr1

expr2

Expr expr2

expr3

Expr expr3

Class inetsoft.uql.path.expr.ComparisonExpr extends Expr implements Serializable

Serialized Fields

expr1

Expr expr1

expr2

Expr expr2

op

String op

Class inetsoft.uql.path.expr.DateExpr extends Expr implements Serializable

Serialized Fields

value

Object value

str

String str

fmt

String fmt

Class inetsoft.uql.path.expr.ExistsExpr extends Expr implements Serializable

Serialized Fields

expr1

Expr expr1

Class inetsoft.uql.path.expr.Expr extends ConditionExpression implements Serializable

Class inetsoft.uql.path.expr.FilterExpr extends Expr implements Serializable

Serialized Fields

pathstr

String pathstr

path

XNodePath path

Class inetsoft.uql.path.expr.InExpr extends Expr implements Serializable

Serialized Fields

expr1

Expr expr1

list

Vector list

listExpr

Expr listExpr

Class inetsoft.uql.path.expr.LikeExpr extends Expr implements Serializable

Serialized Fields

expr1

Expr expr1

pattern

String pattern

re

Pattern re

Class inetsoft.uql.path.expr.ListComparisonExpr extends Expr implements Serializable

Serialized Fields

expr1

Expr expr1

expr2

Expr expr2

op

String op

type

int type

Class inetsoft.uql.path.expr.ListFuncExpr extends Expr implements Serializable

Serialized Fields

op

String op

var

Expr var

Class inetsoft.uql.path.expr.ListMatchExpr extends Expr implements Serializable

Serialized Fields

expr1

Expr expr1

pat

String pat

type

int type

re

Pattern re

Class inetsoft.uql.path.expr.LiteralExpr extends Expr implements Serializable

Serialized Fields

value

Object value

Class inetsoft.uql.path.expr.MatchExpr extends Expr implements Serializable

Serialized Fields

expr1

Expr expr1

pattern

String pattern

re

Pattern re

Class inetsoft.uql.path.expr.NameExpr extends Expr implements Serializable

Serialized Fields

provider

inetsoft.uql.util.KeywordProvider provider

name

String name

Class inetsoft.uql.path.expr.NegateExpr extends Expr implements Serializable

Serialized Fields

expr1

Expr expr1

Class inetsoft.uql.path.expr.NotExpr extends Expr implements Serializable

Serialized Fields

expr1

Expr expr1

Class inetsoft.uql.path.expr.NullExpr extends Expr implements Serializable

Serialized Fields

expr1

Expr expr1

Class inetsoft.uql.path.expr.OrExpr extends Expr implements Serializable

Serialized Fields

expr1

Expr expr1

expr2

Expr expr2

Class inetsoft.uql.path.expr.QueryExpr extends Expr implements Serializable

Serialized Fields

name

String name

params

Hashtable params

Class inetsoft.uql.path.expr.VarExpr extends Expr implements Serializable

Serialized Fields

name

String name

Package inetsoft.uql.schema

Class inetsoft.uql.schema.BooleanType extends XTypeNode implements Serializable

Class inetsoft.uql.schema.BooleanValue extends XValueNode implements Serializable

Class inetsoft.uql.schema.ByteType extends NumberBaseType implements Serializable

Class inetsoft.uql.schema.ByteValue extends XValueNode implements Serializable

Serialized Fields

format

NumberFormat format

Class inetsoft.uql.schema.CharacterType extends XTypeNode implements Serializable

Class inetsoft.uql.schema.CharacterValue extends XValueNode implements Serializable

Class inetsoft.uql.schema.DateBaseType extends XTypeNode implements Serializable

Serialized Fields

fmt

String fmt

Class inetsoft.uql.schema.DateType extends DateBaseType implements Serializable

Class inetsoft.uql.schema.DateValue extends XValueNode implements Serializable

Serialized Fields

format

DateFormat format

Class inetsoft.uql.schema.DoubleType extends NumberBaseType implements Serializable

Class inetsoft.uql.schema.DoubleValue extends XValueNode implements Serializable

Serialized Fields

format

NumberFormat format

Class inetsoft.uql.schema.EnumType extends StringType implements Serializable

Serialized Fields

enums

String[] enums

Class inetsoft.uql.schema.EnumValue extends StringValue implements Serializable

Class inetsoft.uql.schema.FloatType extends NumberBaseType implements Serializable

Class inetsoft.uql.schema.FloatValue extends XValueNode implements Serializable

Serialized Fields

format

NumberFormat format

Class inetsoft.uql.schema.IntegerType extends NumberBaseType implements Serializable

Class inetsoft.uql.schema.IntegerValue extends XValueNode implements Serializable

Serialized Fields

format

NumberFormat format

Class inetsoft.uql.schema.LongType extends NumberBaseType implements Serializable

Class inetsoft.uql.schema.LongValue extends XValueNode implements Serializable

Serialized Fields

format

NumberFormat format

Class inetsoft.uql.schema.NumberBaseType extends XTypeNode implements Serializable

Serialized Fields

fmt

String fmt

Class inetsoft.uql.schema.QueryVariable extends XVariable implements Serializable

Serialized Fields

query

String query

xpath

XNodePath xpath

aggregate

String aggregate

local

boolean local

Class inetsoft.uql.schema.RoleType extends XTypeNode implements Serializable

Class inetsoft.uql.schema.RoleValue extends XValueNode implements Serializable

Class inetsoft.uql.schema.ShortType extends NumberBaseType implements Serializable

Class inetsoft.uql.schema.ShortValue extends XValueNode implements Serializable

Serialized Fields

format

NumberFormat format

Class inetsoft.uql.schema.StringType extends XTypeNode implements Serializable

Class inetsoft.uql.schema.StringValue extends XValueNode implements Serializable

Class inetsoft.uql.schema.TimeInstantType extends DateBaseType implements Serializable

Class inetsoft.uql.schema.TimeInstantValue extends XValueNode implements Serializable

Serialized Fields

format

DateFormat format

Class inetsoft.uql.schema.TimeType extends DateBaseType implements Serializable

Class inetsoft.uql.schema.TimeValue extends XValueNode implements Serializable

Serialized Fields

format

DateFormat format

Class inetsoft.uql.schema.UserDefinedType extends XTypeNode implements Serializable

Serialized Fields

type

XTypeNode type

uchildren

Vector uchildren

Class inetsoft.uql.schema.UserType extends XTypeNode implements Serializable

Class inetsoft.uql.schema.UserValue extends XValueNode implements Serializable

Class inetsoft.uql.schema.UserVariable extends XVariable implements Serializable

Serialized Fields

label

String label

toolTip

String toolTip

xtype

XTypeNode xtype

value

XValueNode value

choices

Object[] choices

values

Object[] values

sortValue

boolean sortValue

hidden

boolean hidden

prompt

boolean prompt

embedded

boolean embedded

customize

boolean customize

isLocalWorksheet

boolean isLocalWorksheet

usedInOneOf

boolean usedInOneOf

choiceQuery

String choiceQuery

multi

boolean multi

Class inetsoft.uql.schema.XSchema extends Object implements Serializable

Serialized Fields

typemap

Hashtable typemap

types

Vector types

Class inetsoft.uql.schema.XTypeNode extends XNode implements Serializable

Serialized Fields

attrs

Vector attrs

minOccurs

int minOccurs

maxOccurs

int maxOccurs

Class inetsoft.uql.schema.XValueNode extends XNode implements Serializable

Serialized Fields

var

String var

Class inetsoft.uql.schema.XVariable extends Object implements Serializable

Serialized Fields

name

String name

source

String source

Package inetsoft.uql.service

Class inetsoft.uql.service.RemoteHandler extends XHandler implements Serializable

Serialized Fields

dataSource

String dataSource

session

Object session

teamClient

inetsoft.util.team.TeamClient teamClient

Class inetsoft.uql.service.XHandler extends Object implements Serializable

Serialized Fields

session

Object session

repository

XRepository repository

qparamMap

Hashtable qparamMap

Package inetsoft.uql.soap

Class inetsoft.uql.soap.SoapDataSource extends HierDataSource implements Serializable

Serialized Fields

url

String url

post

boolean post

login

boolean login

user

String user

password

String password

serverclass

String serverclass

reqmap

HashMap reqmap

methods

ArrayList methods

inputs

ArrayList inputs

outputs

ArrayList outputs

parameters

ArrayList parameters

generated

boolean generated

client

File client

clientLoader

ClassLoader clientLoader

Class inetsoft.uql.soap.SoapHandler extends XHandler implements Serializable

Serialized Fields

dx

SoapDataSource dx

ref

Object ref

Class inetsoft.uql.soap.SoapQuery extends HierQuery implements Serializable


Package inetsoft.uql.tabular

Class inetsoft.uql.tabular.TabularDataSource extends XDataSource implements Serializable

Class inetsoft.uql.tabular.TabularQuery extends XQuery implements Serializable

Serialized Fields

cols

XTypeNode[] cols

Class inetsoft.uql.tabular.ViewAlign extends Enum implements Serializable

Class inetsoft.uql.tabular.ViewType extends Enum implements Serializable


Package inetsoft.uql.text

Class inetsoft.uql.text.TextDataSource extends XMLDataSource implements Serializable

Class inetsoft.uql.text.TextFileType extends Enum implements Serializable

Serialized Fields

label

String label

fileInfoClass

Class fileInfoClass

fileReaderClass

Class fileReaderClass

Class inetsoft.uql.text.TextHandler extends inetsoft.uql.xml.XMLHandler implements Serializable

Class inetsoft.uql.text.TextOutput extends XTypeNode implements Serializable

Serialized Fields

type

inetsoft.uql.text.TextFileType type

headerInfo

TextFileInfo headerInfo

bodyInfo

TextFileInfo bodyInfo

tablespec

XSelection tablespec

selcols

int[] selcols

autoImportText

boolean autoImportText

Class inetsoft.uql.text.TextQuery extends XQuery implements Serializable

Serialized Fields

delim

String delim

headerR

Boolean headerR

fixedLength

boolean fixedLength

lengths

int[] lengths

distinct

boolean distinct

item

String item

tablespec

XSelection tablespec

selcols

int[] selcols

conditionNode

inetsoft.uql.jdbc.XFilterNode conditionNode

Package inetsoft.uql.util

Class inetsoft.uql.util.AbstractIdentity extends Object implements Serializable

Class inetsoft.uql.util.CompositeTableNode extends XTableNode implements Serializable

Serialized Fields

names

String[] names

types

Class[] types

table

inetsoft.uql.table.XSwappableTable table

node

XTableNode node

idx

int idx

maxrows

int maxrows

amax

int amax

cancelled

boolean cancelled

disposed

boolean disposed

Class inetsoft.uql.util.Config extends Object implements Serializable

Serialized Fields

dxmap

Map dxmap

dxtypes

List dxtypes

imagemap

Hashtable imagemap

jdbcType

Vector jdbcType

jdbcDesc

ArrayList jdbcDesc

jdbcDriver

Vector jdbcDriver

jdbcUrl

Vector jdbcUrl

Class inetsoft.uql.util.DefaultIdentity extends inetsoft.uql.util.AbstractIdentity implements Serializable

Serialized Fields

name

String name

type

int type

isChanged

boolean isChanged

Class inetsoft.uql.util.DefaultTable extends Object implements Serializable

Serialized Fields

data

Object[][] data

identifiers

inetsoft.uql.util.XIdentifierContainer identifiers

Class inetsoft.uql.util.DerivedHandler extends XHandler implements Serializable

Serialized Fields

basehandler

XHandler basehandler

xquery

DerivedQuery xquery

Class inetsoft.uql.util.DerivedQuery extends HierQuery implements Serializable

Serialized Fields

query

XQuery query

vmap

inetsoft.util.OrderedMap vmap

Class inetsoft.uql.util.DistinctTable extends XTableNode implements Serializable

Serialized Fields

table

XTableNode table

rows

Vector rows

Class inetsoft.uql.util.FilterTable extends XTableNode implements Serializable

Serialized Fields

base

XTableNode base

conditions

inetsoft.uql.util.XFilterNodeGroup conditions

Class inetsoft.uql.util.HierarchyListModel extends AbstractListModel implements Serializable

Serialized Fields

hierarchyList

HierarchyList hierarchyList

Class inetsoft.uql.util.HierDataSource extends XDataSource implements Serializable

Serialized Fields

resolver

inetsoft.uql.util.jtype.TypeResolver resolver

Class inetsoft.uql.util.HierQuery extends XQuery implements Serializable

Serialized Fields

item

String item

select

String select

xpath

XNodePath xpath

inparams

XNode inparams

xselect

XSelection xselect

attrmap

Map attrmap

distinct

boolean distinct

showFlds

boolean showFlds

Class inetsoft.uql.util.LevelValue extends Object implements Serializable

Serialized Fields

desc

String desc

value

Object value

Class inetsoft.uql.util.NoConnectionException extends Exception implements Serializable

Serialized Fields

cause

Throwable cause

Class inetsoft.uql.util.TableTree extends XSequenceNode implements Serializable

Serialized Fields

table

XTableNode table

first

boolean first

Class inetsoft.uql.util.XAgent extends Object implements Serializable

Class inetsoft.uql.util.XEmbeddedTable extends Object implements Serializable

Serialized Fields

rowLock

Lock rowLock

rowCondition

Condition rowCondition

completed

boolean completed

types

String[] types

tableReference

inetsoft.uql.util.XEmbeddedTable.TableReference tableReference

links

Object[][] links

identifiers

inetsoft.uql.util.XIdentifierContainer identifiers

dataLoaded

boolean dataLoaded

Class inetsoft.uql.util.XIdentifierContainer extends Object implements Serializable

Serialized Fields

table

XTable table

identifiers

String[] identifiers

Class inetsoft.uql.util.XNodeTable extends Object implements Serializable

Serialization Methods

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

delegate

XTable delegate

cancelled

boolean cancelled

disposed

boolean disposed

root

XNode root

types

Class[] types

refCnt

int refCnt

identifiers

inetsoft.uql.util.XIdentifierContainer identifiers

Class inetsoft.uql.util.XTableDataSet extends AbstractDataSet implements Serializable

Serialized Fields

data

XTable data

hcount

int hcount

rcount

int rcount

ccount

int ccount

hmap

Map hmap

headers

String[] headers

dimension

boolean[] dimension

comparer

Comparator[] comparer

Class inetsoft.uql.util.XTableNodeWrapper extends XTableNode implements Serializable

Serialized Fields

max

int max

amax

int amax

count

int count

table

XTableNode table

Class inetsoft.uql.util.XTableTableNode extends XTableNode implements Serializable

Serialized Fields

idx

int idx

table

XTable table

Package inetsoft.uql.xml

Class inetsoft.uql.xml.XMLDataSource extends HierDataSource implements Serializable

Serialized Fields

currentRequest

String currentRequest

url

String url

method

String method

typesFixed

boolean typesFixed

dtd

String dtd

names

Vector names

params

Vector params

outputs

Vector outputs

encode

Vector encode

Class inetsoft.uql.xml.XMLHandler extends XHandler implements Serializable

Serialized Fields

dx

XMLDataSource dx

Class inetsoft.uql.xml.XMLQuery extends HierQuery implements Serializable

serialVersionUID: 1L


Package inetsoft.uql.xmla

Class inetsoft.uql.xmla.Cube extends Object implements Serializable

Serialized Fields

name

String name

dimensions

ArrayList dimensions

measures

ArrayList measures

type

String type

cubCaption

String cubCaption

maps

Map maps

Class inetsoft.uql.xmla.CubeDate extends Timestamp implements Serializable

Serialized Fields

mobj

inetsoft.uql.xmla.MemberObject mobj

Class inetsoft.uql.xmla.Dimension extends Object implements Serializable

Serialized Fields

dimName

String dimName

uniqueName

String uniqueName

dimCaption

String dimCaption

type

int type

levels

ArrayList levels

originalOrder

boolean originalOrder

Class inetsoft.uql.xmla.DimMember extends Object implements Serializable

Serialized Fields

name

String name

uniqueName

String uniqueName

memberCaption

String memberCaption

number

int number

ref

DataRef ref

meta

XMetaInfo meta

Class inetsoft.uql.xmla.Domain extends Object implements Serializable

Serialized Fields

datasource

String datasource

cubes

ArrayList cubes

version

String version

Class inetsoft.uql.xmla.HierDimension extends inetsoft.uql.xmla.Dimension implements Serializable

Serialized Fields

hierName

String hierName

hierUniqueName

String hierUniqueName

hierCaption

String hierCaption

parentCaption

String parentCaption

userDefined

boolean userDefined

Class inetsoft.uql.xmla.LMCubeHandler extends XHandler implements Serializable

Serialized Fields

datasource

XDataSource datasource

Class inetsoft.uql.xmla.Measure extends Object implements Serializable

Serialized Fields

name

String name

uniqueName

String uniqueName

caption

String caption

ref

DataRef ref

type

String type

folder

String folder

meta

XMetaInfo meta

Class inetsoft.uql.xmla.MemberObject extends Object implements Serializable

Serialized Fields

hierarchy

String hierarchy

lName

String lName

caption

String caption

fullCaption

String fullCaption

parent

String parent

uName

String uName

plNum

int plNum

lNum

int lNum

Class inetsoft.uql.xmla.UnionTableNode extends XTableNode implements Serializable

Serialized Fields

swappable

inetsoft.uql.table.XSwappableTable swappable

colHeaders

Vector colHeaders

colCreators

Vector colCreators

colType

HashMap colType

colIndex

HashMap colIndex

row

int row

creators

inetsoft.uql.table.XTableColumnCreator[] creators

Class inetsoft.uql.xmla.XMLADataSource extends XDataSource implements Serializable

Serialized Fields

datasource

String datasource

datasourceName

String datasourceName

datasourceInfo

String datasourceInfo

catalogName

String catalogName

url

String url

user

String user

password

String password

login

boolean login

Class inetsoft.uql.xmla.XMLAHandler extends XHandler implements Serializable

Serialized Fields

datasource

XMLADataSource datasource

params

VariableTable params

Class inetsoft.uql.xmla.XMLANode extends XNode implements Serializable

Class inetsoft.uql.xmla.XMLAQuery extends XQuery implements Serializable

Serialized Fields

cube

String cube

dims

ArrayList dims

measures

ArrayList measures

where

XNode where

conditions

ConditionList conditions

groupAcestor

Map groupAcestor

expanded

Map expanded

Class inetsoft.uql.xmla.XMLAQuery2 extends XMLAQuery implements Serializable

Serialized Fields

aggregateInfo

AggregateInfo aggregateInfo

Class inetsoft.uql.xmla.XMLASet extends inetsoft.uql.xmla.XMLANode implements Serializable

Serialized Fields

relation

String relation

Class inetsoft.uql.xmla.XMLATableNode extends XTableNode implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

data

Object[][] data

types

Class[] types

row

int row

map

Map map


Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved.