Serialized Form


Package com.groiss.cluster.communication

Class com.groiss.cluster.communication.Message extends java.lang.Object implements Serializable

serialVersionUID: 8706906552790897639L

Serialized Fields

content

java.io.Serializable content

from

java.lang.String from

Package com.groiss.component

Class com.groiss.component.Resource extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialization Methods

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

resname

java.lang.String resname

errname

java.lang.String errname

resources

java.util.Hashtable<K,V> resources

errors

java.util.Hashtable<K,V> errors

defaultLocale

java.util.Locale defaultLocale

Package com.groiss.dms

Class com.groiss.dms.DMSFolderItemRel extends com.dec.gi.sql.SQLObject implements Serializable

Serialized Fields

folder

DMSFolder folder

item

DMSObject item

itemServer

com.dec.avw.core.Server itemServer

Class com.groiss.dms.DocForm extends com.dec.avw.core.Form implements Serializable

serialVersionUID: -5297583210652286419L

Serialized Fields

avwextension

java.lang.String avwextension
extension of the document


avwstatus

int avwstatus
status of the document (IN or OUT)


avwusedBy

com.dec.avw.core.User avwusedBy
user, who edits the document


avwcontentSize

long avwcontentSize
the size of the document


avwmessageDigest

byte[] avwmessageDigest
Holds the message digest for the content of this document.


avwcontent

byte[] avwcontent
the content of the document

Class com.groiss.dms.DocumentVersion extends com.dec.gi.sql.SQLObject implements Serializable

serialVersionUID: -8744942637892416701L

Serialized Fields

doc

com.dec.avw.core.Form doc
Holds a reference to the document of which this is a version


createdBy

com.dec.avw.core.User createdBy
Holds the user who has made this version.


createdAt

java.util.Date createdAt
Holds the date when this version was made.


description

java.lang.String description
Holds some description for this version.


id

java.lang.String id
Holds the id of this version


messageDigest

byte[] messageDigest
Holds the message digest for the content of this version.


extension

java.lang.String extension
Holds the extension of the versioned document, but only if it is a DocForm


formContent

java.lang.String formContent
Holds the version of the forms html-page


content

byte[] content
holds the version of the content of a DocForm, else it is empty.

Class com.groiss.dms.DocumentVersionRel extends com.dec.gi.sql.SQLObject implements Serializable

serialVersionUID: 8181343665121260648L

Serialized Fields

master

DocumentVersion master
The reference to the version of the master document.


detail

DocumentVersion detail
The reference to the version of the detail document.

Class com.groiss.dms.FolderForm extends com.dec.avw.core.Form implements Serializable

serialVersionUID: -7730995150877145739L

Serialized Fields

dept

com.dec.avw.core.Dept dept
Holds the department this folder may belong to


process

com.dec.avw.core.StepInstance process
Holds the process this folder may belong to


bequestACL

boolean bequestACL
Determines if objects which are added to this folder should inherit the folders ACL. If the objects have their own ACL it is considered to be stronger so it will not be replaced by the folders ACL


Package com.groiss.dms.html

Class com.groiss.dms.html.DMSNode extends com.dec.avw.lclient.Node implements Serializable

Serialized Fields

folder

DMSFolder folder

user

com.dec.avw.core.User user

Class com.groiss.dms.html.DMSObjectTable extends com.dec.gi.ui.Table implements Serializable

Serialized Fields

folder

DMSFolder folder

user

com.dec.avw.core.User user

sort

int sort

from

java.lang.Integer from

sortable

boolean sortable

maxCol

int maxCol

readonly_rec

boolean readonly_rec

sc

int sc

mode

int mode

request

javax.servlet.http.HttpServletRequest request

task

com.dec.avw.core.StepInstance task

pathToRootString

java.lang.String pathToRootString

fc

com.groiss.dms.impl.FolderColumn fc

pathToRoot

java.lang.String pathToRoot

rootIsProcess

boolean rootIsProcess

referer

java.lang.String referer

handler

DMSTableHandler handler

columnDescriptors

java.util.List<E> columnDescriptors

contents

java.util.List<E> contents

versions

java.util.Map<K,V> versions

versionsNew

java.util.Map<K,V> versionsNew

attachedNotes

java.util.Map<K,V> attachedNotes

formFields

java.util.Map<K,V> formFields

Class com.groiss.dms.html.DocumentVersionTable extends com.dec.gi.ui.Table implements Serializable

Serialized Fields

document

DMSObject document

user

com.dec.avw.core.User user

request

javax.servlet.http.HttpServletRequest request

backUrl

java.lang.String backUrl

isSigningAvailable

boolean isSigningAvailable

maxCol

int maxCol

readonly

boolean readonly

hasAttributes

java.util.Hashtable<K,V> hasAttributes

df

java.text.DateFormat df

Class com.groiss.dms.html.NoteTable extends com.dec.gi.ui.Table implements Serializable

Serialized Fields

obj

DMSObject obj

user

com.dec.avw.core.User user

sort

int sort

from

java.lang.Integer from

sortable

boolean sortable

readonly

boolean readonly

req

javax.servlet.http.HttpServletRequest req

showContent

boolean showContent

maxCol

int maxCol

Package com.groiss.ds

Class com.groiss.ds.ComparablePair extends Pair implements Serializable

serialVersionUID: -1852512546131047729L

Class com.groiss.ds.ListComparator extends java.lang.Object implements Serializable

Serialized Fields

sortcols

int[] sortcols

collator

java.text.Collator collator

Class com.groiss.ds.MultiMap extends java.lang.Object implements Serializable

serialVersionUID: -2954387038735011456L

Serialized Fields

map

java.util.Hashtable<K,V> map

initialVectorSize

int initialVectorSize

Class com.groiss.ds.Pair extends java.lang.Object implements Serializable

serialVersionUID: 6778539658882478862L

Serialized Fields

first

java.lang.Object first
The first object.


second

java.lang.Object second
The second object.

Class com.groiss.ds.QueueFullException extends java.lang.Exception implements Serializable

Class com.groiss.ds.WouldBlockException extends java.lang.Exception implements Serializable


Package com.groiss.gui

Class com.groiss.gui.AbstractComponent extends java.lang.Object implements Serializable

Serialized Fields

viewMode

short viewMode
how should the component be rendered


browserMode

short browserMode
for which browser should the component be rendered


isSensitive

boolean isSensitive
shows if the component can listen to events


parentElem

org.jdom.Element parentElem
the parent element of the components root


parent

Container parent

root

org.jdom.Element root
the root element of the internal JDOM-Tree of the component


outputRoot

org.jdom.Element outputRoot

label

Label label
the reference to the component, which is the label of this component


actions

java.util.Hashtable<K,V> actions

Class com.groiss.gui.AbstractContainer extends AbstractComponent implements Serializable

Serialized Fields

components

java.util.Hashtable<K,V> components
the components of the container

Class com.groiss.gui.ActionPage extends HTMLPage implements Serializable

Class com.groiss.gui.HTMLPage extends java.lang.Object implements Serializable

Serialized Fields

page

java.lang.String page

contentType

java.lang.String contentType

Class com.groiss.gui.HTMLTree extends HTMLPage implements Serializable

Serialized Fields

clickable

boolean clickable

showBall

boolean showBall

showFolder

boolean showFolder

defaultTarget

java.lang.String defaultTarget

treeName

java.lang.String treeName

cnt

int cnt

pre

java.lang.String pre

script

java.lang.StringBuffer script

tree

java.lang.StringBuffer tree

objectCounter

int objectCounter

totalObjects

int totalObjects

currentPercent

int currentPercent

treeStruct

Pair treeStruct

showRefresh

boolean showRefresh

Class com.groiss.gui.RawElement extends org.jdom.Element implements Serializable

Serialized Fields

text

java.lang.String text

Class com.groiss.gui.TabbedDialog extends XHTMLPage implements Serializable

Class com.groiss.gui.XHTMLPage extends AbstractContainer implements Serializable

Serialized Fields

doc

org.jdom.Document doc

id

java.lang.String id

head

org.jdom.Element head

body

org.jdom.Element body

Package com.groiss.gui.component

Class com.groiss.gui.component.Button extends AbstractContainer implements Serializable

Serialized Fields

labelStr

java.lang.String labelStr

Class com.groiss.gui.component.Checkbox extends AbstractComponent implements Serializable

Class com.groiss.gui.component.ColoredDate extends java.lang.Object implements Serializable

Serialized Fields

date

java.util.Date date

Class com.groiss.gui.component.DivComponent extends AbstractContainer implements Serializable

Class com.groiss.gui.component.DropdownList extends SelectList implements Serializable

Class com.groiss.gui.component.FieldSet extends AbstractContainer implements Serializable

Serialized Fields

legendElem

org.jdom.Element legendElem

Class com.groiss.gui.component.FileChooser extends AbstractComponent implements Serializable

Class com.groiss.gui.component.FormContainer extends AbstractContainer implements Serializable

Class com.groiss.gui.component.HiddenField extends Textfield implements Serializable

Class com.groiss.gui.component.Image extends AbstractComponent implements Serializable

Class com.groiss.gui.component.Label extends AbstractContainer implements Serializable

Serialized Fields

labelFor

Component labelFor
the reference to the component, where this component is the label for

Class com.groiss.gui.component.Link extends AbstractComponent implements Serializable

Serialized Fields

text

java.lang.String text

Class com.groiss.gui.component.PasswordField extends Textfield implements Serializable

Class com.groiss.gui.component.RadioButton extends AbstractComponent implements Serializable

Class com.groiss.gui.component.RadioGroup extends AbstractComponent implements Serializable

Serialized Fields

radios

java.util.Vector<E> radios

Class com.groiss.gui.component.SelectList extends AbstractComponent implements Serializable

Class com.groiss.gui.component.SubmitButton extends AbstractComponent implements Serializable

Class com.groiss.gui.component.TableContainer extends AbstractContainer implements Serializable

Serialized Fields

tm

javax.swing.table.TableModel tm

headerNames

java.util.Vector<E> headerNames

colouredRows

boolean colouredRows

counter

int counter

lastDataprops

java.util.Vector<E> lastDataprops

lastRowprops

java.util.Vector<E> lastRowprops

comment

boolean comment

Class com.groiss.gui.component.Tabs extends AbstractContainer implements Serializable

Class com.groiss.gui.component.Text extends AbstractComponent implements Serializable

Class com.groiss.gui.component.Textarea extends AbstractComponent implements Serializable

Class com.groiss.gui.component.Textfield extends AbstractComponent implements Serializable


Package com.groiss.reporting

Class com.groiss.reporting.StoredQuery extends com.dec.gi.sql.LoggedObject implements Serializable

serialVersionUID: -4100064962101274288L

Serialized Fields

id

java.lang.String id

name

java.lang.String name

description

java.lang.String description

qxml

java.lang.String qxml

querydate

java.util.Date querydate

userid

com.dec.avw.core.User userid

functionGroup

com.dec.avw.core.FunctionGroup functionGroup

Package com.groiss.reporting.export.chart

Class com.groiss.reporting.export.chart.BarChart.EpCategoryDomainAxis extends org.jfree.chart.axis.CategoryAxis implements Serializable

serialVersionUID: -2732205694653087065L

Class com.groiss.reporting.export.chart.PieChart.EpPieLabelGenerator extends org.jfree.chart.labels.StandardPieSectionLabelGenerator implements Serializable

serialVersionUID: 1318605105220375439L


Package com.groiss.reporting.xml

Class com.groiss.reporting.xml.AttributeConditionFilter extends java.lang.Object implements Serializable

serialVersionUID: -6801430209337056360L

Class com.groiss.reporting.xml.ElementFilterByParamValue extends java.lang.Object implements Serializable

serialVersionUID: -1937361768327823072L

Serialized Fields

param

java.lang.String param

value

java.lang.String value

Class com.groiss.reporting.xml.RelationFilter extends java.lang.Object implements Serializable

serialVersionUID: -4684296984008111674L

Serialized Fields

ents

java.lang.String[] ents

atts

java.lang.String[] atts

Package com.groiss.server

Class com.groiss.server.RunningNode extends com.dec.gi.sql.SQLObject implements Serializable

serialVersionUID: 3977583597480130353L

Serialized Fields

hostname

java.lang.String hostname

httpPort

java.lang.String httpPort

contextRoot

java.lang.String contextRoot

rmiPort

java.lang.String rmiPort

nodeId

java.lang.String nodeId

startupTime

java.util.Date startupTime

numUsers

int numUsers

performanceFactor

float performanceFactor

runsClusterTimers

boolean runsClusterTimers

heartBeatTime

java.util.Date heartBeatTime

isRunning

int isRunning

Package com.groiss.servlet

Class com.groiss.servlet.AVWInit extends javax.servlet.http.HttpServlet implements Serializable

Class com.groiss.servlet.Dispatcher extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

pathInfo

java.lang.String pathInfo

Class com.groiss.servlet.FileServlet extends javax.servlet.http.HttpServlet implements Serializable


Package com.groiss.store

Class com.groiss.store.Lock extends PersistentObject implements Serializable

serialVersionUID: 8794436449244708041L

Serialized Fields

obj

long obj

lockname

java.lang.String lockname

lockdate

java.util.Date lockdate

nodeid

java.lang.String nodeid

Class com.groiss.store.PersistentObject extends java.lang.Object implements Serializable

serialVersionUID: 2914642491627045021L

Serialized Fields

oid

long oid

filled

boolean filled

Package com.groiss.util

Class com.groiss.util.ApplicationException extends java.lang.Exception implements Serializable

Serialized Fields

exception

java.lang.Throwable exception

appl

com.groiss.component.Application appl

errnum

int errnum

args

java.lang.Object[] args

isWarning

boolean isWarning

ef

ErrorFormatter ef

Class com.groiss.util.ApplicationRtException extends java.lang.RuntimeException implements Serializable

Serialized Fields

errnum

int errnum

exception

java.lang.Throwable exception

args

java.lang.Object[] args

isWarning

boolean isWarning

ef

ErrorFormatter ef

Class com.groiss.util.Assert.Failed extends java.lang.RuntimeException implements Serializable


Package com.groiss.wf

Class com.groiss.wf.ProcessRelation extends PersistentObject implements Serializable

Serialized Fields

p1

com.dec.avw.core.StepInstance p1

p2

com.dec.avw.core.StepInstance p2

reltype

java.lang.String reltype

Class com.groiss.wf.WfException extends ApplicationException implements Serializable


Package com.groiss.wf.batch

Class com.groiss.wf.batch.BatchJob extends com.dec.gi.sql.SQLObject implements Serializable

Serialized Fields

jobtype

java.lang.String jobtype

jobstate

int jobstate

context

com.dec.avw.core.StepInstance context

params

java.lang.String params

resultvalues

java.lang.String resultvalues

resultcode

int resultcode

creationtime

java.util.Date creationtime

starttime

java.util.Date starttime

finishtime

java.util.Date finishtime

completiontime

java.util.Date completiontime

startnow

boolean startnow

autofinish

boolean autofinish

newthread

boolean newthread

gobackonerror

boolean gobackonerror

Class com.groiss.wf.batch.HTMLBatchJob extends com.groiss.storegui.XHTMLForm implements Serializable


Package com.groiss.wfxml

Class com.groiss.wfxml.Partner extends PersistentObject implements Serializable

serialVersionUID: -3521616213123784001L

Serialized Fields

id

java.lang.String id

opmode

short opmode

hostname

java.lang.String hostname

port

int port

pathname

java.lang.String pathname

Class com.groiss.wfxml.Test extends javax.swing.JFrame implements Serializable

serialVersionUID: 4883570841050368987L

Serialized Fields

newPanel

javax.swing.JPanel newPanel

newPanelEmpty

javax.swing.JPanel newPanelEmpty

newPanelCPI

javax.swing.JPanel newPanelCPI

newPanelChangeState

javax.swing.JPanel newPanelChangeState

newPanelGetPIData

javax.swing.JPanel newPanelGetPIData

addNotePanel

javax.swing.JPanel addNotePanel

addDocPanel

javax.swing.JPanel addDocPanel

addFormPanel

javax.swing.JPanel addFormPanel

dataRequestPanel

javax.swing.JPanel dataRequestPanel

modTabbedPane

javax.swing.JTabbedPane modTabbedPane

messageTabbedPane

javax.swing.JTabbedPane messageTabbedPane

requestText

javax.swing.JTextArea requestText

responseText

javax.swing.JTextArea responseText

incomingMessagesText

javax.swing.JTextArea incomingMessagesText

messageComboBox

javax.swing.JComboBox messageComboBox

urlHost

javax.swing.JTextField urlHost

urlPort

javax.swing.JTextField urlPort

urlPath

javax.swing.JTextField urlPath

respRequired

javax.swing.JComboBox respRequired

cPIkeyApplID

javax.swing.JTextField cPIkeyApplID

cPIkeyProcDefID

javax.swing.JTextField cPIkeyProcDefID

cPIkeyVersion

javax.swing.JTextField cPIkeyVersion

cPIUser

javax.swing.JTextField cPIUser

cPIOrgUnit

javax.swing.JTextField cPIOrgUnit

cPIDueDate

javax.swing.JTextField cPIDueDate

cPIMsgOrigin

javax.swing.JTextField cPIMsgOrigin

cPIObserver

javax.swing.JCheckBox cPIObserver

noteSubject

javax.swing.JTextField noteSubject

noteUserId

javax.swing.JTextField noteUserId

noteContent

javax.swing.JTextArea noteContent

notePrivate

javax.swing.JCheckBox notePrivate

docName

javax.swing.JTextField docName

docFilename

javax.swing.JTextField docFilename

docUserId

javax.swing.JTextField docUserId

docFormId

javax.swing.JTextField docFormId

docFormVersion

javax.swing.JTextField docFormVersion

docIdVersionPanel

javax.swing.JPanel docIdVersionPanel

docAttachNote

javax.swing.JCheckBox docAttachNote

docAddSubform

javax.swing.JCheckBox docAddSubform

docFilenameLabel

javax.swing.JLabel docFilenameLabel

docAddSubformLabel

javax.swing.JLabel docAddSubformLabel

docType

javax.swing.JComboBox docType

fileChooseButton

javax.swing.JButton fileChooseButton

formName

javax.swing.JTextField formName

formId

javax.swing.JTextField formId

formVersion

javax.swing.JTextField formVersion

formUserId

javax.swing.JTextField formUserId

formAttachNote

javax.swing.JCheckBox formAttachNote

formAddSubform

javax.swing.JCheckBox formAddSubform

changePIKey

javax.swing.JTextField changePIKey

changePIState

javax.swing.JComboBox changePIState

getPIDataKey

javax.swing.JTextField getPIDataKey

getPIDataDMSFolder

javax.swing.JCheckBox getPIDataDMSFolder

getPIDataNotes

javax.swing.JCheckBox getPIDataNotes

getPIDataProcessForms

javax.swing.JCheckBox getPIDataProcessForms

getPIDataDescription

javax.swing.JCheckBox getPIDataDescription

getPIDataLastModified

javax.swing.JCheckBox getPIDataLastModified

getPIDataName

javax.swing.JCheckBox getPIDataName

getPIDataObserverKey

javax.swing.JCheckBox getPIDataObserverKey

getPIDataPriority

javax.swing.JCheckBox getPIDataPriority

getPIDataProcDefKey

javax.swing.JCheckBox getPIDataProcDefKey

getPIDataState

javax.swing.JCheckBox getPIDataState

getPIDataSubject

javax.swing.JCheckBox getPIDataSubject

getPIDataValidStates

javax.swing.JCheckBox getPIDataValidStates

getPIDataProcessForm

javax.swing.JTextField getPIDataProcessForm

requestMessage

WfXMLMessage requestMessage

port

int port

Class com.groiss.wfxml.WfXMLMessageException extends java.lang.Exception implements Serializable

serialVersionUID: 4231197742688828712L



Copyright © 2001-2006 Groiss Informatics GmbH. All Rights Reserved.