A B C D E F G I K L M N O P Q R S T U V W X _

A

AbstractParameter - class dke.smwp.fragmentation.AbstractParameter.
abstract base class for parameter
AbstractParameter() - Constructor for class dke.smwp.fragmentation.AbstractParameter
default constructor
AbstractTrigger - class dke.smwp.trigger.AbstractTrigger.
Abstract case class of all triggers;
AbstractTrigger() - Constructor for class dke.smwp.trigger.AbstractTrigger
default constructor
actionPerformed(ActionEvent) - Method in class dke.smwp.tools.CommandHistoryDialog
 
actionPerformed(ActionEvent) - Method in class dke.smwp.tools.Console
performs several actions depending on which action was fired
actionPerformed(ActionEvent) - Method in class dke.smwp.tools.LoginDialog
 
addColumn(Column) - Method in class dke.smwp.fragmentation.FragmentClass
 
addForeignKey(ForeignKeyConstraint) - Method in class dke.smwp.fragmentation.FragmentClass
 
addFoundationFragmentClass(FragmentClass, Hashtable) - Method in class dke.smwp.fragmentation.PageClass
adds the foundation fragment class to page class; number of parameters for page class and foundation fragment class must be equal
addFragmentClass(FragmentClass, Hashtable) - Method in class dke.smwp.fragmentation.PageClass
adds fragment class mapping to page class;
addPageReference(FragmentClass, ExternalPageRef) - Method in class dke.smwp.fragmentation.PageClass
adds external page reference to page class;
addPageReference(FragmentClass, InternalPageRef) - Method in class dke.smwp.fragmentation.PageClass
adds internal page reference to page class;
addParameter(ArrayList) - Method in class dke.smwp.fragmentation.FragmentClass
 
addParameter(String) - Method in class dke.smwp.fragmentation.FragmentClass
 
addPrimaryKey(String) - Method in class dke.smwp.fragmentation.FragmentClass
 
alterEditMenu(boolean) - Method in class dke.smwp.tools.Console
create menu bar "edit" and set enabled if login is set true
alterFileMenu(boolean) - Method in class dke.smwp.tools.Console
create menu bar &qout;file" and set its menuitems enabled if login is set true
alterFragmentClass(String, String[], String[]) - Method in class dke.smwp.CommandProcessor
 
alterFragmentClass(String, String[], String[]) - Method in class dke.smwp.Site
Alters XML publishing information for Fragment Class defined by fc_rootName and fc_paramNames by overwriting the old publishing information with new information in xmlPublishStmt.
alterPageClassAddFC(String, String[], String, String[], String, Hashtable, String[], String[][], String[], InternalPageRef[], ExternalPageRef[]) - Method in class dke.smwp.CommandProcessor
method for ALTERING page classes; adds fragment class to page class
alterPageClassAddFC(String, String[], String, String[], String, Hashtable, String[], String[][], String[], InternalPageRef[], ExternalPageRef[]) - Method in class dke.smwp.Site
Adds Fragment Class (defined by fc_rootName, fc_paramNames) to Page Class (defined by pc_rootName, pc_paramNames).
alterPageClassDropFC(String, String[], String, String[]) - Method in class dke.smwp.CommandProcessor
method for ALTERING page classes remove fragment class from page class
alterPageClassDropFC(String, String[], String, String[]) - Method in class dke.smwp.Site
Removing Fragment Class mapping from Page Class as well as the internal and external page references mapped to this Fragment Class.
AlterStmt() - Static method in class dke.smwp.compiler.Parser
 

B

buf - Static variable in class dke.smwp.compiler.Buffer
 
Buffer - class dke.smwp.compiler.Buffer.
 
Buffer() - Constructor for class dke.smwp.compiler.Buffer
 
bufLen - Static variable in class dke.smwp.compiler.Buffer
 
buildMenu() - Method in class dke.smwp.tools.Console
initializes menu of frame
buildModificationDescrObj(FragmentSer, String, TColumnTable, int) - Static method in class dke.smwp.serialize.SerializeTupleModification
 

C

cancel - Variable in class dke.smwp.tools.CommandHistoryDialog
 
cancel - Variable in class dke.smwp.tools.LoginDialog
 
cancelCmd - Variable in class dke.smwp.tools.CommandHistoryDialog
 
cancelCmd - Variable in class dke.smwp.tools.LoginDialog
 
ch - Static variable in class dke.smwp.compiler.Scanner
 
characters(char[], int, int) - Method in class dke.smwp.serialize.IncrementalModificationFilter
Filter a character data event if character is in scope of modification.
CheckLiteral() - Static method in class dke.smwp.compiler.Scanner
 
checkPageClassExists(String, String) - Method in class dke.smwp.db.DB_smwp_publish_pc
checks if at least one page class exists which maps a given fragment class using a given maintenance mode
ClassName() - Static method in class dke.smwp.compiler.Parser
 
close() - Method in class dke.smwp.tools.CommandHistoryDialog
 
close() - Method in class dke.smwp.tools.LoginDialog
 
closeConn() - Method in class dke.smwp.compiler.Compiler
closes connection
cmdProc - Static variable in class dke.smwp.compiler.Parser
 
cmdProc - Variable in class dke.smwp.compiler.Compiler
 
col - Variable in class dke.smwp.compiler.Token
 
Column - class dke.smwp.fragmentation.Column.
column object representing single database column
COLUMN_DERIVBASE - Static variable in class dke.smwp.db.DB_smwp_fc
column name for logical name of the derivation base class (null if fragment class is a primary fragment class)
COLUMN_FC_ELEMENT_LOCALNAME - Static variable in class dke.smwp.db.DB_smwp_publish_fc
class name for local name of fragment elements
COLUMN_FC_KIND - Static variable in class dke.smwp.db.DB_smwp_fc
column name for type of fragment class: "primary", "derived", "root"
COLUMN_FC_NAME - Static variable in class dke.smwp.db.DB_smwp_pcfc_mapping
column name for logical name of fragment class (mapped to page class)
COLUMN_FC_NAME - Static variable in class dke.smwp.db.DB_smwp_publish_fc
class name for fragment class name (longname)
COLUMN_FC_NAME - Static variable in class dke.smwp.db.DB_smwp_param_mapping
column name - locigal fragment class name
COLUMN_FC_NAME - Static variable in class dke.smwp.db.DB_smwp_fc
column name for logical name of the fragment class (longname, which is being mapped to a shortname via table SMWP_TABLENAME)
COLUMN_FC_PARAM_NAME - Static variable in class dke.smwp.db.DB_smwp_param_mapping
column name - parameter name of fragment class, which is mapped to the parameter of the page class
COLUMN_FC_ROOT_NAME - Static variable in class dke.smwp.db.DB_smwp_parameters
logical name of the root fragment class relation
COLUMN_FOUNDATION_FC - Static variable in class dke.smwp.db.DB_smwp_pcfc_mapping
class name descibing fragment class as foundation fragment class "J" if fragment class is the foundation fragment class for the mapped page class; "N" otherwise; every page class must contain exactly one foundation fragment class
COLUMN_FRAGBASE - Static variable in class dke.smwp.db.DB_smwp_fc
column name for logical name of the fragment base class
COLUMN_FRAGMENT_SELECTION_PREDICATE - Static variable in class dke.smwp.db.DB_smwp_fc
column name for fragment selection predicate (null if fragment class is a derived fragment class)
COLUMN_JOIN_BY - Static variable in class dke.smwp.db.DB_smwp_pageref_internal
join statement which uses alias names for framgnet class names
COLUMN_JOIN_BY - Static variable in class dke.smwp.db.DB_smwp_pageref_external
join statement which uses alias names for framgnet class names
COLUMN_MAINTENANCE_MODE - Static variable in class dke.smwp.db.DB_smwp_publish_pc
designates the method used to keep the generated documens up to date.
COLUMN_NAMESPACE - Static variable in class dke.smwp.db.DB_smwp_publish_fc
class name for namespace URI of frament element and its tuple elements
COLUMN_NS_URI - Static variable in class dke.smwp.db.DB_smwp_publish_pc
column name for page class namespace
COLUMN_PARAM_KIND - Static variable in class dke.smwp.db.DB_smwp_parameters
type of the defined parameter: predicate, value
COLUMN_PARAM_NAME - Static variable in class dke.smwp.db.DB_smwp_parameters
name of the fragmentation parameter, which is defined upon the root fragment class
COLUMN_PC_ELEMENT_LOCALNAME - Static variable in class dke.smwp.db.DB_smwp_publish_pc
column name for local name of the page
COLUMN_PC_NAME - Static variable in class dke.smwp.db.DB_smwp_pcfc_mapping
column name for name of page class
COLUMN_PC_NAME - Static variable in class dke.smwp.db.DB_smwp_publish_pc
column name for page class name
COLUMN_PC_NAME - Static variable in class dke.smwp.db.DB_smwp_pc_params
column name for page class name
COLUMN_PC_NAME - Static variable in class dke.smwp.db.DB_smwp_pc
column name for unique page class name
COLUMN_PC_NAME - Static variable in class dke.smwp.db.DB_smwp_param_mapping
column name for page class
COLUMN_PC_PARAM_NAME - Static variable in class dke.smwp.db.DB_smwp_pc_params
column name for parameter name
COLUMN_PC_PARAM_NAME - Static variable in class dke.smwp.db.DB_smwp_param_mapping
column name containing parameter name for page class; unique within page class
COLUMN_RR_ATTR_NAME - Static variable in class dke.smwp.db.DB_smwp_parameters
name of the attribute within the reference relaion which is used as fragmentation parameter
COLUMN_RR_NAME - Static variable in class dke.smwp.db.DB_smwp_parameters
name of the reference relation containing the parameter domain
COLUMN_SOURCE_FC - Static variable in class dke.smwp.db.DB_smwp_pageref_internal
column name for source fragment class
COLUMN_SOURCE_FC - Static variable in class dke.smwp.db.DB_smwp_pageref_external
column name for source fragment class
COLUMN_SOURCE_FC_ALIAS - Static variable in class dke.smwp.db.DB_smwp_pageref_internal
column alias name for source fragment class
COLUMN_SOURCE_FC_ALIAS - Static variable in class dke.smwp.db.DB_smwp_pageref_external
column alias name for source fragment class
COLUMN_SOURCE_PC - Static variable in class dke.smwp.db.DB_smwp_pageref_internal
column name for source page class
COLUMN_SOURCE_PC - Static variable in class dke.smwp.db.DB_smwp_pageref_external
column name for source page class
COLUMN_STORAGE_MEDIA - Static variable in class dke.smwp.db.DB_smwp_publish_pc
defines where the generated pages (xml documents) are to be saved
COLUMN_SYSTEM_ID - Static variable in class dke.smwp.db.DB_smwp_publish_pc
System ID (filename including relative filepath) for the generated XML document.
COLUMN_TARGET_FC - Static variable in class dke.smwp.db.DB_smwp_pageref_internal
column name for target fragment class
COLUMN_TARGET_FC - Static variable in class dke.smwp.db.DB_smwp_pageref_external
column name for target fragment class
COLUMN_TARGET_FC_ALIAS - Static variable in class dke.smwp.db.DB_smwp_pageref_internal
column alias name for target fragment class
COLUMN_TARGET_FC_ALIAS - Static variable in class dke.smwp.db.DB_smwp_pageref_external
column alias name for target fragment class
COLUMN_TARGET_PC - Static variable in class dke.smwp.db.DB_smwp_pageref_external
column name for target page class
COLUMN_TARGET_PC_ALIAS - Static variable in class dke.smwp.db.DB_smwp_pageref_external
column alias name for target page class
COLUMN_TUPLE_ELEMENT_LOCALNAME - Static variable in class dke.smwp.db.DB_smwp_publish_fc
class name for local name of tuple elements
COLUMN_TUPLE_SELECTION_PREDICATE - Static variable in class dke.smwp.db.DB_smwp_fc
column name for tuple selection predicate (null if fragment class is a derived fragment class)
Column(String, String, String) - Constructor for class dke.smwp.fragmentation.Column
constructor; initializes Column object
columnExists(String, String) - Method in class dke.smwp.db.DB_Table
checks if column exists within given table
columnNamesToString_rr() - Method in class dke.smwp.fragmentation.AbstractParameter
returns column names in comma separated list rr_attr_name { "," rr_attr_name }
columnNamesToString_rr() - Method in class dke.smwp.fragmentation.FragmentationRelation
returns column names in comma separated list by using following syntax:
columnName { "," columnName }
columnNamesToString_rr(String) - Method in class dke.smwp.fragmentation.AbstractParameter
returns column names in comma separated list prefix columnName { "," prefix columnName }
columnNamesToString_rr(String) - Method in class dke.smwp.fragmentation.FragmentationRelation
returns column names of reference relation in comma separated list
prefix columnName { "," prefix columnName }
columnNamesToString() - Method in class dke.smwp.fragmentation.FragmentClass
generates a string of column names in a comma separated list with following syntax { "," }
columnNamesToString() - Method in class dke.smwp.fragmentation.AbstractParameter
returns column names in comma separated list columnName { "," columnName }
columnNamesToString() - Method in class dke.smwp.fragmentation.FragmentationRelation
returns column names in comma speperated list using following syntax:
columnName { "," columnName }
columnNamesToString(String) - Method in class dke.smwp.fragmentation.FragmentClass
generates a string of column names in a comma separated list with following syntax { "," }
columnNamesToString(String) - Method in class dke.smwp.fragmentation.AbstractParameter
returns column names in comma separated list prefix columnName { "," prefix columnName }
columnNamesToString(String) - Method in class dke.smwp.fragmentation.FragmentationRelation
returns column names in comma separated list using following syntax:
prefix columnName { "," prefix columnName }
commandHistory - Variable in class dke.smwp.tools.Console
list of Strings - containing all executed SMWP commands
CommandHistoryDialog - class dke.smwp.tools.CommandHistoryDialog.
Title: Description: Copyright: Copyright (c) 2002 Company:
CommandHistoryDialog(Frame, String, boolean, Console) - Constructor for class dke.smwp.tools.CommandHistoryDialog
 
CommandProcessor - class dke.smwp.CommandProcessor.
This class represents the interface for creating, dropping, altering, etc. fragment classes, fragment class parameters and page classes.
CommandProcessor() - Constructor for class dke.smwp.CommandProcessor
default constructor
comp - Variable in class dke.smwp.tools.Console
Compiler instance - parses smwp commands and executes corresponding methods
compareTo(Object) - Method in class dke.xml.QName
Compares this QName with Object obj.
Compiler - class dke.smwp.compiler.Compiler.
 
Compiler() - Constructor for class dke.smwp.compiler.Compiler
 
conn - Variable in class dke.smwp.compiler.Compiler
 
ConnectionPool - class dke.smwp.ConnectionPool.
Pool which handles database connections.
ConnectionPool(String, String, String, String, int, int) - Constructor for class dke.smwp.ConnectionPool
default constructor - initializes ConnectionPool and creates database connections (number of initial connections defined by initialConnections
cons - Variable in class dke.smwp.tools.CommandHistoryDialog
 
cons - Variable in class dke.smwp.tools.LoginDialog
 
Console - class dke.smwp.tools.Console.
comando interface (gui)
Console() - Constructor for class dke.smwp.tools.Console
default constructor - initializing window
CONTENT_TYPE - Static variable in class dke.smwp.GetPage
content type of fetched document
copyTo(FragmentClassSer) - Method in class dke.smwp.serialize.FragmentClassSer
copies itself to target object
copyTo(PageClassSer) - Method in class dke.smwp.serialize.PageClassSer
copies the values of this object to target
count - Variable in class dke.smwp.compiler.ErrorStream
 
create(Datum, int) - Method in class dke.smwp.serialize.dbtypes.TcolumnRef
ORADataFactory interface
create(Datum, int) - Method in class dke.smwp.serialize.dbtypes.Tcolumn
ORADataFactory interface
create(Datum, int) - Method in class dke.smwp.serialize.dbtypes.TColumnTable
ORADataFactory interface
create(FragmentClass) - Method in class dke.smwp.trigger.SerializeFragmentTrigger
create Serialize Fragment Trigger defined upon Fragmentation Relation of given Fragment Class;
create(FragmentClass) - Method in class dke.smwp.trigger.DataFragmentTrigger
creates database triggger which listens to Fragmentation Relation defined upon Fragment Class fragementClass; tuple deletion on Fragmentation Relation leads to tuple deletion in Fragment Class (where FR<> parameters match FC<> parameters)
create(FragmentClass) - Method in class dke.smwp.trigger.SerializeTrigger
create Serialize Trigger on Fragment Class trigger is defined upon the base Fragment Class of fragmentClass and uses fragmentClass as trigger target; fragmentClass must not bee Root Fragment Class.
create(FragmentClass, AbstractParameter, String, String) - Method in class dke.smwp.fragmentation.PrimaryFragmentClass
creates primary fragment class based upon given fragmentation base class;
create(String, FragmentClass, FragmentClass, String) - Method in class dke.smwp.fragmentation.DerivedFragmentClass
creates derived fragment class based upon fragmentation base class and derivation base class; name is used as root name for the created fragment class; using a different value as the root name of its fragment base class will cause errors.
create(Tcolumn, Datum, int) - Method in class dke.smwp.serialize.dbtypes.Tcolumn
 
createConstraints(FragmentClass) - Method in class dke.smwp.db.DB_FragmentClass
creates foreign key and primary key constraints for Fragment Class relaion;
createDerived(DerivedFragmentClass) - Method in class dke.smwp.trigger.FragmentationTrigger
Creates Trigger for Fragmentation Relation defined upon Fragment Class fragmentClass. If the Derived Fragment Class is defined upon unfragmented Fragment Base Class, only one trigger is to be created which is defined on the Fragmentation Relation of its Derivation Base Class. Otherwise trigger 1 is defined upon the Fragmentation Relation of its Fragment Base Class, and trigger 2 is defined on the Fragmentation Relation of its Derivation Base Class.
createDerivedFragmentClass(String, FragmentClass, FragmentClass, String, XMLPublishFCStatement) - Method in class dke.smwp.Site
Creates a Derived Fragment Class which is based upon fragmentation base Fragment Class fragmentBaseClass and derivation base Fragment Class derivationBaseClass.
createDerivedFragmentClass(String, String[], String, String[], String, String, String[], String, String, String[]) - Method in class dke.smwp.CommandProcessor
method for CREATING derived fragment classes
createDerivedFragmentClass(String, String[], String, String[], String, String, String[], String, String, String[]) - Method in class dke.smwp.Site
Creates a Derived Fragment Class (designated by fc_rootName and fc_paramNames) based upon Fragment Base Class (designated by bfc_rootName and bfc_paramNames).
createDerivedTrigger(DerivedFragmentClass, FragmentClass, FragmentClass) - Method in class dke.smwp.trigger.DerivedDataTrigger
creates two Derived Fragment Data Trigger; Trigger 1 triggers from fragmentBaseClass to fragmentClass, Trigger 2 triggers from derivedFragmentClass to fragmentClass; Trigger 2 is seperated into before and after trigger to evade Mutating Table problems; both triggers propagate tuple deleting/insertion/update to its trigger target;
createExpansiveTrigger(String, String, String) - Method in class dke.smwp.trigger.ReferenceRelationTrigger
Creates expansive Reference Relation Trigger.
createPageClass(String, String[], String, String, FragmentClass, Hashtable, InternalPageRef[], ExternalPageRef[], FragmentClass[], Hashtable[], InternalPageRef[][], ExternalPageRef[][], XMLPublishPCStatement) - Method in class dke.smwp.Site
Creates Page Class dependent on Foundation Fragment Class foundationFragmentClass with a list of Fragment Classes fragmentClasses mapped.
createPageClass(String, String[], String, String, String, String[], String, Hashtable, InternalPageRef[], ExternalPageRef[], String[], String[][], String[], Hashtable[], InternalPageRef[][], ExternalPageRef[][], String[]) - Method in class dke.smwp.CommandProcessor
method for CREATING page classes
createPageClass(String, String[], String, String, String, String[], String, Hashtable, InternalPageRef[], ExternalPageRef[], String[], String[][], String[], Hashtable[], InternalPageRef[][], ExternalPageRef[][], String[]) - Method in class dke.smwp.Site
Creates Page Class dependent on Foundation Fragment Class with a list of Fragment Classes mapped.
createPredicateParameter(String, String, String[], String[]) - Method in class dke.smwp.Site
Creates Predicate Based Parameter by creating a table in database named "RP_" fr_rootName "_" rp_name with the columns label and predicate.
createPredicateParameter(String, String, String[], String[], String[]) - Method in class dke.smwp.CommandProcessor
create new reference relation containing predicate based parameters;
createPrimary(PrimaryFragmentClass, AbstractParameter) - Method in class dke.smwp.trigger.FragmentationTrigger
Creates Trigger for Fragmentation Relation defined upon Fragment Class fragmentClass.
createPrimaryFragmentClass(FragmentClass, AbstractParameter, String, String, XMLPublishFCStatement) - Method in class dke.smwp.Site
Creates a new Fragment Class using fragmentClass as base Fragment Class, introducing the new parameter parameter to the Fragmentation.
createPrimaryFragmentClass(String, String[], String, String[], String, String, String[]) - Method in class dke.smwp.CommandProcessor
method for CREATING primary fragment classes
createPrimaryFragmentClass(String, String[], String, String[], String, String, String[]) - Method in class dke.smwp.Site
Creates Fragment Class (designated by fc_rootName and fc_paramNames) based upon Fragment Base Class (designated by bfc_rootName and bfc_paramNames).
createPrimaryTrigger(FragmentClass) - Method in class dke.smwp.trigger.PrimaryDataTrigger
create Primary Data Trigger on Fragment Class trigger is defined upon the Fragment Base Class of fragmentClass and uses fragmentClass as trigger target; fragmentClass must not bee Root Fragment Class
CreateReferenceRelationStmt(String, String, String[]) - Static method in class dke.smwp.compiler.Parser
 
CreateStmt() - Static method in class dke.smwp.compiler.Parser
 
createSynchronizedTrigger(String, String, String) - Method in class dke.smwp.trigger.ReferenceRelationTrigger
Creates synchronized Reference Relation Trigger. A Parameter can only exists in Reference Relation if it also exists in the linked Fragment Class Relation designated by fc_shortName (parameter is held synchronous).
createTable(FragmentClass) - Method in class dke.smwp.db.DB_FragmentClass
creates database relation for Fragment Class
createTable(String, ArrayList, ArrayList, ArrayList) - Method in class dke.smwp.db.DB_Parameter
create relation for ValueParameter (RV<>), or PredicateParameter (RP<>), or Fragmenation Relation (FR<>)
createValueParameter(String, String, String[], String) - Method in class dke.smwp.CommandProcessor
create new reference relation defined upon existing root fragment class;
createValueParameter(String, String, String[], String) - Method in class dke.smwp.Site
creates new Value Parameter named vbpParam defined upon Root Fragment Class designated by fc_rootName and fc_paramNames = null by creating a table in database named "RV_" fr_rootName "_" vbpParam with the column vpbParam; syncPolicy specifies the synchronization between the column of Root Fragment Class which is used as source for Value Parameter and its Value Parameter relation (RV<>) "synchronized" creates a trigger which keeps the FC<> parameter column and the RV<> parameter column synchronized; the RV<> column contains exactly the same parameters as its source FC<>; FC<> grows => RV<> grows; FC<> shrinks => RV<> shrinks "expansive" creates a trigger which forwards parameter insertions to its RV<> relation; FC<> grows => RV<> grows; FC<> shrinks => RV<> unchanged "none" no trigger created
createValueParameter(String, String, String[], String, String) - Method in class dke.smwp.CommandProcessor
create value parameter by using the column of an existing relation as reference relation;
createValueParameter(String, String, String[], String, String) - Method in class dke.smwp.Site
creates new Value Parameter named vbpParam defined upon Root Fragment Class designated by fc_rootName and fc_paramNames = null; the Value Parameter relation is not generated from the Root Fragment Class, it is mapped to an existing relation;
createXMLDocument() - Method in class dke.smwp.fragmentation.PageClass
create xml documnets based on Page Class definition (metadata)
createXMLReader() - Static method in class dke.smwp.serialize.PageSer
creates and initializes an xml reader for serialization
curDepth - Variable in class dke.smwp.serialize.IncrementalModificationFilter
 

D

DatabaseToIFS - class dke.smwp.DatabaseToIFS.
Deprecated.  
DatabaseToIFS() - Constructor for class dke.smwp.DatabaseToIFS
Deprecated.  
DataFragmentTrigger - class dke.smwp.trigger.DataFragmentTrigger.
manages DataFragmentTrigger manages database triggger which listens to Fragmentation Relation defined upon Fragment Class fragementClass; tuple deletion on Fragmentation Relation leads to tuple deletion in Fragment Class (where FR<> parameters match FC<> parameters)
DataFragmentTrigger() - Constructor for class dke.smwp.trigger.DataFragmentTrigger
default constructor
DB_FragmentClass - class dke.smwp.db.DB_FragmentClass.
database handling for creating, initializing and deleting fragment class relations;
DB_FragmentClass() - Constructor for class dke.smwp.db.DB_FragmentClass
default constructor
DB_Parameter - class dke.smwp.db.DB_Parameter.
database handling for creating, initializing and deleting parameter relations; used by following parameters: ValueParameter, PredicateParameter, FragmentationRelation
DB_Parameter() - Constructor for class dke.smwp.db.DB_Parameter
default constructor
DB_SCHEMA_NAME - Static variable in class dke.smwp.GetPage
database schema nanme
DB_smwp_fc - class dke.smwp.db.DB_smwp_fc.
database handling for table SMWP_FC_PARAMS; CREATE TABLE SMWP_FC ( FC_NAME VARCHAR2 (255) FC_KIND VARCHAR2 (50) FRAGBASE VARCHAR2 (255) DERIVBASE VARCHAR2 (255) P_T VARCHAR2 (500) P_F VARCHAR2 (500) )
DB_smwp_fc_params - class dke.smwp.db.DB_smwp_fc_params.
database handling for table SMWP_FC_PARAMS; SMWP_FC_PARAMS ( FC_NAME VARCHAR2 (255) FC_PARAM_NAME VARCHAR2 (30) )
DB_smwp_fc_params() - Constructor for class dke.smwp.db.DB_smwp_fc_params
default constructor
DB_smwp_fc() - Constructor for class dke.smwp.db.DB_smwp_fc
default constructor
DB_smwp_log - class dke.smwp.db.DB_smwp_log.
class providing log functionality
DB_smwp_log() - Constructor for class dke.smwp.db.DB_smwp_log
default constructor
DB_smwp_pageref_external - class dke.smwp.db.DB_smwp_pageref_external.
database handling for table smwp_pageref_external; Stores information about external links to other page classes which is used for when displaying the serialized xml documents.
DB_smwp_pageref_external() - Constructor for class dke.smwp.db.DB_smwp_pageref_external
default constructor
DB_smwp_pageref_internal - class dke.smwp.db.DB_smwp_pageref_internal.
database handling for table smwp_pageref_internal; Stores information about internal links to other fragments within the same page calss which is used for when displaying the serialized xml documents.
DB_smwp_pageref_internal() - Constructor for class dke.smwp.db.DB_smwp_pageref_internal
default constructor
DB_smwp_param_mapping - class dke.smwp.db.DB_smwp_param_mapping.
database handling for table SMWP_PARAM_MAPPING; Fragment classes and page classes can contain parameters with different names which have the same semantic meaning.
DB_smwp_param_mapping() - Constructor for class dke.smwp.db.DB_smwp_param_mapping
default constructor
DB_smwp_parameters - class dke.smwp.db.DB_smwp_parameters.
database handling for table SMWP_PARAM_MAPPING; Defines all created parameters which are available.
DB_smwp_parameters() - Constructor for class dke.smwp.db.DB_smwp_parameters
default constructor
DB_smwp_pc - class dke.smwp.db.DB_smwp_pc.
database handling for table SMWP_PC; Contains all existing page classes.
DB_smwp_pc_params - class dke.smwp.db.DB_smwp_pc_params.
database handling for table SMWP_PC_PARAMS; Defines all parameters which are used to parameterize page classes.
DB_smwp_pc_params() - Constructor for class dke.smwp.db.DB_smwp_pc_params
default constructor
DB_smwp_pc() - Constructor for class dke.smwp.db.DB_smwp_pc
default constructor
DB_smwp_pcfc_mapping - class dke.smwp.db.DB_smwp_pcfc_mapping.
database handling for table SMWP_PCFC_MAPPING; Assigns fragment classes to page classes, and defines which fragment class is used as foundation fragment class.
DB_smwp_pcfc_mapping() - Constructor for class dke.smwp.db.DB_smwp_pcfc_mapping
default constructor
DB_smwp_publish_fc - class dke.smwp.db.DB_smwp_publish_fc.
database handling for table SMWP_PUBLISH_FC; Defines XML serialization of fragment classes.
DB_smwp_publish_fc() - Constructor for class dke.smwp.db.DB_smwp_publish_fc
default constructor
DB_smwp_publish_pc - class dke.smwp.db.DB_smwp_publish_pc.
database handling for table SMWP_PUBLISH_PC; Defines the XML serialization of a page class.
DB_smwp_publish_pc() - Constructor for class dke.smwp.db.DB_smwp_publish_pc
default constructor
DB_smwp_tablename - class dke.smwp.db.DB_smwp_tablename.
database handling for table SMWP_TABLENAME; SMWP_TABLENAME ( LONGNAME VARCHAR2 (255) SHORTNAME VARCHAR2 (30) )
DB_smwp_tablename() - Constructor for class dke.smwp.db.DB_smwp_tablename
default constructor
DB_Table - class dke.smwp.db.DB_Table.
class for table handling; creates and drops relations;
DB_Table() - Constructor for class dke.smwp.db.DB_Table
default constructor
DB_XML_Document - class dke.smwp.db.DB_XML_Document.
XML document handling in database; no method for update necessary; updating Clob data works by getting the Reader handle via the read method to manipulate the Reader directly
DB_XML_Document() - Constructor for class dke.smwp.db.DB_XML_Document
default constructor
dbLocation - Variable in class dke.smwp.tools.CommandHistoryDialog
 
dbLocation - Variable in class dke.smwp.tools.LoginDialog
 
dbName - Variable in class dke.smwp.tools.CommandHistoryDialog
 
dbName - Variable in class dke.smwp.tools.LoginDialog
 
dbPort - Variable in class dke.smwp.tools.CommandHistoryDialog
 
dbPort - Variable in class dke.smwp.tools.LoginDialog
 
Debug - class dke.smwp.serialize.Debug.
sets debug output on or off
DEBUG - Static variable in class dke.smwp.ConnectionPool
debug variable
DEBUG - Static variable in class dke.smwp.serialize.FragmentSer
debug information
DEBUG - Variable in class dke.smwp.serialize.FileAccessSync
 
DEBUG - Static variable in class dke.smwp.serialize.SerializeTupleModification
 
DEBUG - Variable in class dke.smwp.serialize.PageClassSer
 
DEBUG - Static variable in class dke.smwp.serialize.IncrementalModificationFilter
 
DEBUG - Static variable in class dke.smwp.serialize.IncrementalTextModification
 
DEBUG - Static variable in class dke.smwp.serialize.Debug
true debug output on, false debug output of
DEBUG - Static variable in class dke.smwp.serialize.PageSer
 
Debug() - Constructor for class dke.smwp.serialize.Debug
default constructor
delete(Connection, String) - Method in class dke.smwp.db.DB_XML_Document
deletes xml document saved in database designated by file_systemID
delete(String) - Method in class dke.smwp.db.DB_smwp_pcfc_mapping
deletes all fragment class mappings mapped to given page class
delete(String) - Method in class dke.smwp.db.DB_smwp_publish_pc
deletes publishing information for given page class
delete(String) - Method in class dke.smwp.db.DB_smwp_fc_params
deletes meta-data of fragment class designated by fc_long_name
delete(String) - Method in class dke.smwp.db.DB_smwp_pc_params
deletes meta-data for Page Class pc_name
delete(String) - Method in class dke.smwp.db.DB_smwp_pc
deletes meta-data for Page Class;
delete(String) - Method in class dke.smwp.db.DB_smwp_tablename
deletes meta-data of given Fragment Class
delete(String) - Method in class dke.smwp.db.DB_smwp_publish_fc
deletes publishing information for given Fragment Class
delete(String) - Method in class dke.smwp.db.DB_smwp_param_mapping
delete page class meta-data
delete(String) - Method in class dke.smwp.db.DB_smwp_fc
deletes meta-data of Fragment Class designated by fc_longName;
delete(String, String) - Method in class dke.smwp.db.DB_smwp_pcfc_mapping
deletes Fragment Class mapping to Page Class
delete(String, String) - Method in class dke.smwp.db.DB_smwp_parameters
deletes meta-data for parameter
delete(String, String) - Method in class dke.smwp.db.DB_smwp_pc_params
deletes meta-data for parameter pc_paramName used by page class pc_name
delete(String, String) - Method in class dke.smwp.db.DB_smwp_param_mapping
deletes fragment class mapping to page class
delete(String, String, String, String) - Method in class dke.smwp.db.DB_smwp_param_mapping
delete meta-data
deleteBySource(String) - Method in class dke.smwp.db.DB_smwp_pageref_internal
deletes all page-references of page class; removes all internal links within page class source_pc_longName
deleteBySource(String) - Method in class dke.smwp.db.DB_smwp_pageref_external
deletes all page-references of page class; removes all external links within page class source_pc_longName
deleteBySource(String, String) - Method in class dke.smwp.db.DB_smwp_pageref_internal
deletes page-reference by source fragment class; removes link from source fragment class source_fc_longName within page class source_pc_longName;
deleteBySource(String, String) - Method in class dke.smwp.db.DB_smwp_pageref_external
deletes page-reference by source fragment class; removes link from source fragment class source_fc_longName within page class source_pc_longName;
deleteByTarget(String) - Method in class dke.smwp.db.DB_smwp_pageref_internal
deletes all page-references by target page class;
deleteByTarget(String) - Method in class dke.smwp.db.DB_smwp_pageref_external
deletes all page-references by target page class;
deleteByTarget(String, String) - Method in class dke.smwp.db.DB_smwp_pageref_internal
deletes page-reference by target fragment class; removes link to target fragment class target_fc_longName within page class source_pc_longName
deleteByTarget(String, String) - Method in class dke.smwp.db.DB_smwp_pageref_external
deletes page-reference by target fragment class; removes link to target fragment class target_fc_longName within page class target_pc_longName
derivedColumnNamesToString(FragmentClass, String) - Method in class dke.smwp.trigger.DerivedDataTrigger
generates a comma seperated list of derived column names; columns of Fragment Class MINUS columns of Fragment Base Class = derived column(s); syntax of generated string:
prefix columnName { ", " prefix columnName }
DerivedDataTrigger - class dke.smwp.trigger.DerivedDataTrigger.
manages data trigger for derived fragment classes; creates two Derived Fragment Data Trigger; Trigger 1 triggers from fragmentBaseClass to fragmentClass, Trigger 2 triggers from derivedFragmentClass to fragmentClass; Trigger 2 is seperated into before and after trigger to evade Mutating Table problems; both triggers propagate tuple deleting/insertion/update to its trigger target;
DerivedDataTrigger() - Constructor for class dke.smwp.trigger.DerivedDataTrigger
default constructor
DerivedFragmentClass - class dke.smwp.fragmentation.DerivedFragmentClass.
derived fragment class
DerivedFragmentClass() - Constructor for class dke.smwp.fragmentation.DerivedFragmentClass
default constructor
determinePagesByIncompleteParameters(Connection, Hashtable) - Method in class dke.smwp.serialize.PageClassSer
Determines all actual page class parameter from an incomplete set of page parameter values.
DFCCreateStmt() - Static method in class dke.smwp.compiler.Parser
 
dke.smwp - package dke.smwp
 
dke.smwp.compiler - package dke.smwp.compiler
 
dke.smwp.db - package dke.smwp.db
 
dke.smwp.fragmentation - package dke.smwp.fragmentation
 
dke.smwp.serialize - package dke.smwp.serialize
 
dke.smwp.serialize.dbtypes - package dke.smwp.serialize.dbtypes
 
dke.smwp.tools - package dke.smwp.tools
 
dke.smwp.trigger - package dke.smwp.trigger
 
dke.xml - package dke.xml
 
documentExists(Connection, String) - Method in class dke.smwp.db.DB_XML_Document
checks if xml document designated by file_systemID exists in database
doDelete(String) - Method in class dke.smwp.db.DB_smwp_pageref_internal
FOR INTERNAL USE ONLY; deletes external page references marked by whereClause
doDelete(String) - Method in class dke.smwp.db.DB_smwp_pageref_external
FOR INTERNAL USE ONLY; deletes external page references marked by whereClause
doGet(String) - Method in class dke.smwp.db.DB_smwp_pageref_internal
FOR INTERNAL USE ONLY; gets internal page references marked by whereClause
doGet(String) - Method in class dke.smwp.db.DB_smwp_pageref_external
FOR INTERNAL USE ONLY; gets external page references marked by whereClause
dropAllPages(String) - Method in class dke.smwp.Serializer
drops all generated pages (xml documents)
dropFragmentClass(FragmentClass) - Method in class dke.smwp.fragmentation.PageClass
remove fragment class mapping and recreate xml documents for new page class definition
dropFragmentClass(String, String[]) - Method in class dke.smwp.CommandProcessor
method for DROPPING fragment classes
dropFragmentClass(String, String[]) - Method in class dke.smwp.Site
drop fragment class designated by fc_rootName and fc_paramNames (remove Fragment Class, and depending relations (FR_) and meta-data)
dropLongName(String) - Static method in class dke.smwp.fragmentation.TableName
deletes shortname-longname mapping
dropPageClass(String, String[]) - Method in class dke.smwp.CommandProcessor
method for DROPPING page classes
dropPageClass(String, String[]) - Method in class dke.smwp.Site
drops Page Class designated by pc_rootName and pc_paramNames.
dropPageClassFromDatabase(Connection, String) - Method in class dke.smwp.serialize.PageClassSer
removes xml documents of page class' from database
dropPageReferences(FragmentClass) - Method in class dke.smwp.fragmentation.PageClass
drops internal and external page references of fragment class, which is source of this page reference;
dropPagesOfPageClass(String, String) - Method in class dke.smwp.Serializer
drops all pages (xml documents) of a given page class
dropPageTargetReferences(FragmentClass) - Method in class dke.smwp.fragmentation.PageClass
drops internal and external page references of fragment class, which is target of this page reference;
dropParameter(String, String) - Method in class dke.smwp.Site
drop parameter designated by fc_rootName and paramName. deletion only permitted if the parameter is not used by any Fragment Class; it drops the parameter reference relation and its meta-data;
dropParameter(String, String, String[]) - Method in class dke.smwp.CommandProcessor
method for DROPPING parameters; drop parameter mapped to fragment class (designated by fcName and fcParams) defining parameter paramName
DropStmt() - Static method in class dke.smwp.compiler.Parser
 
dropTable(String) - Method in class dke.smwp.db.DB_Table
deletes table designated by table_name
dropTrigger(String) - Method in class dke.smwp.trigger.AbstractTrigger
drops all derived fragment data trigger using fragment class fc_longName as trigger target
dropTrigger(String) - Method in class dke.smwp.trigger.SerializeFragmentTrigger
drops Serialize Fragment Trigger defined upon the Fragmentation Relation of Fragment Class relation fc_longName
dropTrigger(String) - Method in class dke.smwp.trigger.FragmentationTrigger
drops all Fragmentation Trigger designated by Fragment Class fc_longName as trigger target;
dropTrigger(String) - Method in class dke.smwp.trigger.ReferenceRelationTrigger
Drops the reference relation trigger which is defined upon reference relation designated by rr_longName
dropTrigger(String) - Method in class dke.smwp.trigger.DataFragmentTrigger
drops Data Fragment Trigger designated by Fragment Class fc_longName
dropTrigger(String) - Method in class dke.smwp.trigger.SerializeTrigger
drops Serialize Trigger defined upon Fragment Class relation fc_shortName as trigger target;
dropXMLDocument() - Method in class dke.smwp.fragmentation.PageClass
drops all published pages (xml documents) from this page class;
dropXMLPublishStmt() - Method in class dke.smwp.fragmentation.FragmentClass
drops the xml publiscation information for fragment class

E

endElement(String, String, String) - Method in class dke.smwp.serialize.IncrementalModificationFilter
Filters an end document event limitation: not possible to use multiple child-elements which are using the same element-name
EOF - Static variable in class dke.smwp.compiler.Scanner
 
EOL - Static variable in class dke.smwp.compiler.Scanner
 
equals(PageSer) - Method in class dke.smwp.serialize.PageSer
comparison operator; compared current object with b
equals(QName) - Method in class dke.xml.QName
compares this Object with q
err - Static variable in class dke.smwp.compiler.Scanner
 
Error(int) - Static method in class dke.smwp.compiler.Parser
 
ErrorStream - class dke.smwp.compiler.ErrorStream.
 
ErrorStream() - Constructor for class dke.smwp.compiler.ErrorStream
 
Exception(String) - Method in class dke.smwp.compiler.ErrorStream
 
Expect(int) - Static method in class dke.smwp.compiler.Parser
 
ExpectWeak(int, int) - Static method in class dke.smwp.compiler.Parser
 
ExternalPageRef - class dke.smwp.compiler.ExternalPageRef.
Title: Description: Copyright: Copyright (c) 2002 Company:
ExternalPageRef() - Static method in class dke.smwp.compiler.Parser
 
ExternalPageRef(String, String[], String, String[], String, String, String[], String, String, String[], String, String) - Constructor for class dke.smwp.compiler.ExternalPageRef
default constructor
ExternalPageRef(String, String[], String, String, String[], String, String) - Constructor for class dke.smwp.compiler.ExternalPageRef
constructor; not containing initialization of source paprameters; used by Parser
ExternalPageRef(String, String, String, String, String, String, String, String) - Constructor for class dke.smwp.compiler.ExternalPageRef
default constructor

F

FC_PARAM_AS_KEY - Static variable in class dke.smwp.serialize.FragmentClassSer
 
FCAlterStmt() - Static method in class dke.smwp.compiler.Parser
 
FCCreateStmt() - Static method in class dke.smwp.compiler.Parser
 
FCDropStmt() - Static method in class dke.smwp.compiler.Parser
 
FCShowStmt() - Static method in class dke.smwp.compiler.Parser
 
featuresNamespaceURI() - Method in class dke.xml.QName
check if namespaceURI variable is set
FileAccessDescr - class dke.smwp.serialize.FileAccessDescr.
wrapper for files; dummy class, contains only filename
FileAccessDescr(String) - Constructor for class dke.smwp.serialize.FileAccessDescr
dummy so far, may contain additional information in the future
FileAccessSync - class dke.smwp.serialize.FileAccessSync.
 
FileAccessSync() - Constructor for class dke.smwp.serialize.FileAccessSync
Singleton
FileName() - Static method in class dke.smwp.compiler.Parser
 
Fill(String) - Static method in class dke.smwp.compiler.Buffer
 
finalize() - Method in class dke.smwp.ConnectionPool
closes all connections wthin pool
ForeignKeyConstraint - class dke.smwp.fragmentation.ForeignKeyConstraint.
mapping for foeign key contraints
ForeignKeyConstraint(ArrayList, String, ArrayList) - Constructor for class dke.smwp.fragmentation.ForeignKeyConstraint
default constructor
FragmentationRelation - class dke.smwp.fragmentation.FragmentationRelation.
creating (and initializing), deleting, initializing fragmentation relations;
FragmentationRelation(FragmentClass, AbstractParameter, String) - Constructor for class dke.smwp.fragmentation.FragmentationRelation
constructor - used for primary fragmentation; creates an FR_ relation and initializes it by using fragment selection predicate;
FragmentationRelation(FragmentClass, FragmentClass, FragmentClass) - Constructor for class dke.smwp.fragmentation.FragmentationRelation
constructor - used by derived fragmentation creates an FR_ relation for fragment class by using the fragmentation relations of fragment base class and derivation base class as source
FragmentationRelation(String) - Constructor for class dke.smwp.fragmentation.FragmentationRelation
constructor - builds fragmentation relation upon existing relation
FragmentationTrigger - class dke.smwp.trigger.FragmentationTrigger.
Class for creating/deploying and deleting Fragmentation Triggers This triggers are used to propagate tuple modifications in parameter relations (ValueParameter, PredicateParameter) to Fragmentation Relations.
FragmentationTrigger() - Constructor for class dke.smwp.trigger.FragmentationTrigger
default constructor
FragmentClass - class dke.smwp.fragmentation.FragmentClass.
 
FragmentClass() - Constructor for class dke.smwp.fragmentation.FragmentClass
default constructor
FragmentClass(String) - Constructor for class dke.smwp.fragmentation.FragmentClass
constructor - initializes itself from fragment class relation
FragmentClass(String, ArrayList) - Constructor for class dke.smwp.fragmentation.FragmentClass
constructor - initializes itself from fragment class relation
FragmentClass(String, String[]) - Constructor for class dke.smwp.fragmentation.FragmentClass
constructor - initializes itself from fragment class relation
FragmentClassSer - class dke.smwp.serialize.FragmentClassSer.
class handling fragment serialization for given framgnet class;
FragmentClassSer(Connection, String) - Constructor for class dke.smwp.serialize.FragmentClassSer
constructor
FragmentClassSer(Connection, String, TColumnTable) - Constructor for class dke.smwp.serialize.FragmentClassSer
constructor
FragmentClassSerCache - class dke.smwp.serialize.FragmentClassSerCache.
Container class, storing instances of FragmentClassSer objects
FragmentClassSerCache() - Constructor for class dke.smwp.serialize.FragmentClassSerCache
default constructor
FragmentSer - class dke.smwp.serialize.FragmentSer.
Serializes single fragments
FragmentSer(FragmentClassSer, Hashtable) - Constructor for class dke.smwp.serialize.FragmentSer
default constructor:

G

generateLongname(String, ArrayList) - Static method in class dke.smwp.fragmentation.TableName
generates longname from root_name and param_names (alphabetical order); root_name {"_" param_name}
generateLongname(String, String[]) - Static method in class dke.smwp.fragmentation.TableName
generates longname from root_name and param_names (alphabetical order); root_name {"_" param_name}
generateShortname(String) - Static method in class dke.smwp.fragmentation.TableName
generates a valid shortname from longname (neccessary due the 30 char restriction on tablenames in oracle)
GENERATION_APPROACH_CORE_SMWP - Static variable in class dke.smwp.fragmentation.PageClass
publication strategy, incrementally modify affected pages when fragment class data was modified
GENERATION_APPROACH_ON_THE_FLY - Static variable in class dke.smwp.fragmentation.PageClass
publicaton strategy, which re-creates ALL PAGES of page class when fragment class data was modified
GENERATION_APPROACH_PULL_OF_FRAGMENTS - Static variable in class dke.smwp.fragmentation.PageClass
publication strategy, which re-creates affected pages when fragment class data was modified
Get() - Static method in class dke.smwp.compiler.Parser
 
get(String) - Method in class dke.smwp.serialize.PageClassSerCache
gets PageClassSer object by page class name
get(String) - Method in class dke.smwp.serialize.FragmentClassSerCache
gets fragment class designated by fcName from cache
get(String) - Method in class dke.smwp.db.DB_smwp_pageref_internal
gets internal page references designated by source page class
get(String) - Method in class dke.smwp.db.DB_smwp_pageref_external
gets external page references designated by source page class
get(String, String) - Method in class dke.smwp.db.DB_smwp_pageref_internal
gets internal page references designated by source page class and fragment class
get(String, String) - Method in class dke.smwp.db.DB_smwp_pageref_external
gets external page references designated by source page class and fragment class
getAccess(String) - Method in class dke.smwp.serialize.FileAccessSync
gets access to file by applying Java's synchronized to the retrieved FileAccessDescr object.
getAffectedPages(Connection, String, boolean) - Method in class dke.smwp.serialize.FragmentSer
gets all pages which need to be modified due modification of current fragment; if fragmentUsedAsFoundationFragmentClass is set to true only pages are fetched which use the current fragment as foundation fragment class; if the parameter is set to false all mapped page classes are mapped;
getAliasName() - Method in class dke.smwp.fragmentation.FragmentClass
 
getAllPageClasses() - Method in class dke.smwp.db.DB_smwp_pc
gets names of all defined Page Classes
getAllSystemid(Connection) - Method in class dke.smwp.db.DB_XML_Document
gets the filenames (systemID's) of all saved xml documents
getArray() - Method in class dke.smwp.serialize.dbtypes.TColumnTable
array accessor methods
getArray(long, int) - Method in class dke.smwp.serialize.dbtypes.TColumnTable
 
getBaseType() - Method in class dke.smwp.serialize.dbtypes.TColumnTable
 
getBaseTypeName() - Method in class dke.smwp.serialize.dbtypes.TColumnTable
 
getColumn() - Method in class dke.smwp.fragmentation.AbstractParameter
gets Column object; only for ValueParameter which contains exactly one column
getColumn() - Method in class dke.smwp.fragmentation.FragmentationRelation
gets columns; depreciated - do not use (fragmentation relation can have more than one columns)
getColumn() - Method in class dke.smwp.fragmentation.PredicateParameter
get label column from predicate parameter relation
getColumn() - Method in class dke.smwp.fragmentation.ValueParameter
returns Column object from ValueParameter relation (RV_) (RV_ relations contain exactly one column)
getColumn(String, String) - Method in class dke.smwp.db.DB_Table
fetches column object from given table and column name
getColumnName() - Method in class dke.smwp.fragmentation.Column
gets column name
getColumns_rr() - Method in class dke.smwp.fragmentation.FragmentationRelation
gets all column names of reference relation
getColumns() - Method in class dke.smwp.fragmentation.FragmentClass
 
getColumns() - Method in class dke.smwp.fragmentation.AbstractParameter
gets Column objects of parameter
getColumns() - Method in class dke.smwp.fragmentation.FragmentationRelation
gets all columns of fragmentation relation
getColumns(String) - Method in class dke.smwp.db.DB_Table
fetches all columns as Column objects from given table into an ArrayList
getColumns(String, String[]) - Method in class dke.smwp.db.DB_Table
fetches all columns as Column objects from given table and given column names into ArrayList
getConnection() - Method in class dke.smwp.ConnectionPool
gets the connection handle
getDataType() - Method in class dke.smwp.fragmentation.Column
 
getDerivBaseClass() - Method in class dke.smwp.fragmentation.FragmentClass
returns the derivation base class for fragment class (if fragment class is a derived fragment class)
getDerivBaseClassLongName() - Method in class dke.smwp.fragmentation.FragmentClass
 
getDerivBaseClassShortName() - Method in class dke.smwp.fragmentation.FragmentClass
 
getDerivedTupleTrigger_derivBase_after(DerivedFragmentClass, FragmentClass, FragmentClass) - Method in class dke.smwp.trigger.DerivedDataTrigger
creates PL/SQL trigger code for PL/SQL trigger defined upon Fragment Class derivatoinBaseClass and Fragment Class fragmentClass as trigger target; due mutating table problems this trigger is devided into before and after trigger; the generated trigger uses the data saved into the temporary database relation as substitute to :NEW, :OLD database operators to propagate changes from fragmentBaseClass to fragmentClass
getDerivedTupleTrigger_derivBase_before(DerivedFragmentClass, FragmentClass) - Method in class dke.smwp.trigger.DerivedDataTrigger
creates PL/SQL trigger code for PL/SQL trigger defined upon Fragment Class derivatoinBaseClass and Fragment Class fragmentClass as trigger target; due mutating table problems this trigger is devided into before and after trigger; the generated trigger saves inserted/deleted/updated tuples in derivationBaseClass into a temporary database relation for further processing in the after part of this trigger
getDerivedTupleTrigger_fragBase(DerivedFragmentClass, FragmentClass, FragmentClass) - Method in class dke.smwp.trigger.DerivedDataTrigger
creates PL/SQL trigger code for trigger defined upon fragment class fragmentBaseClass and fragment class fragmentClass as trigger target;
getDescriptor() - Method in class dke.smwp.serialize.dbtypes.TColumnTable
 
getDocument(Connection, String, String, boolean) - Method in class dke.smwp.serialize.PageSer
gets xml document from spezified source (designated by storageMedia
getElement(long) - Method in class dke.smwp.serialize.dbtypes.TColumnTable
 
getExpansiveTrigger(String, String, String) - Method in class dke.smwp.trigger.ReferenceRelationTrigger
generates trigger code for expansive trigger, which triggers from fragment root class (from which the reference was generated upon) into the reference relation (value based) which inserts new parameters into the reference relation
getFCElementLocalname() - Method in class dke.smwp.fragmentation.FragmentClass
gets publishing information for xml - fc_element_localname
getFCElementLocalname(String) - Method in class dke.smwp.db.DB_smwp_publish_fc
fetches fc_element_localname from meta-data table for given Fragment Class
getFcName() - Method in class dke.smwp.serialize.FragmentClassSer
gets fragment class name
getFCRootName() - Method in class dke.smwp.fragmentation.AbstractParameter
gets root fragment class name upon which the parameter is defined
getForeignKeys() - Method in class dke.smwp.fragmentation.FragmentClass
 
getForeignKeys(String) - Method in class dke.smwp.db.DB_Table
get foreign key constraints of table designated by tablename
getFoundationFragmentClass() - Method in class dke.smwp.serialize.PageClassSer
get foundation fragment class of page class
getFragBaseClass() - Method in class dke.smwp.fragmentation.FragmentClass
returns the fragmnetation base class for fragment class (if fragment class is either primary fragment class or derived fragment class)
getFragmentationKeys(FragmentClass, String, boolean) - Method in class dke.smwp.trigger.DerivedDataTrigger
creates comma seperated list of primary keys from Fragment Class fragmentClass; method used for trigger generation on SQL cursor handling; syntax of generated String:
prefix columnName [columnType] { "," prefix columnName [columnType] }
getFragmentationRelation() - Method in class dke.smwp.serialize.FragmentClassSer
Get the name of the fragmentation relation (this is a short name).
getFragmentationRelation() - Method in class dke.smwp.fragmentation.FragmentClass
returns the fragmentation relation for fragment class
getFragmentBaseClassLongName() - Method in class dke.smwp.fragmentation.FragmentClass
 
getFragmentBaseClassShortName() - Method in class dke.smwp.fragmentation.FragmentClass
 
getFragmentClass() - Method in class dke.smwp.serialize.FragmentSer
get fragment class
getFragmentClassData(String) - Method in class dke.smwp.db.DB_smwp_fc
gets Fragment Class meta-data of given Fragment Class
getFragmentClasses() - Method in class dke.smwp.serialize.PageClassSer
get all fragment classes which are mapped to page class
getFragmentClasses() - Method in class dke.smwp.db.DB_smwp_fc
gets Fragment Class meta-data of all Fragment Classes;
getFragmentClassUsingParameter(String, String) - Method in class dke.smwp.db.DB_smwp_parameters
gets names of Fragment Classes using the parameter paramName which is defined upon Root Fragment Class fc_longName TODO: does not fetch parameters of derived fragment classes
getFragmentElementname() - Method in class dke.smwp.fragmentation.XMLPublishFCStatement
gets fragment element name
getFragmentParameters(Connection, FragmentClassSer, TColumnTable) - Static method in class dke.smwp.serialize.SerializeTupleModification
Extracts the fragment parameters from the given tuple that resides within the given fragment class.
getFragmentPredicate() - Method in class dke.smwp.fragmentation.FragmentClass
gets fragment selection predicate for fragment class
getFragmentPredicate(String) - Method in class dke.smwp.db.DB_smwp_fc
fetching fragment selection predicate from meta-data table for Fragment Class designated by fc_longName
getGenerationApproach() - Method in class dke.smwp.fragmentation.PageClass
gets generation approach for page class
getInstance() - Static method in class dke.smwp.SMWP_Properties
gets properties object
getInstance() - Static method in class dke.smwp.ConnectionPool
gets the sole instance of ConnectionPool
getInstance() - Static method in class dke.smwp.serialize.FileAccessSync
retrieves the only instance
getInstance() - Static method in class dke.smwp.serialize.SerializeTupleModification
gets instance of SerializeIncrementalImpl (only one instance exists)
getInstance() - Static method in class dke.smwp.serialize.PageClassSerCache
gets instance of PageClassSerCache (only one instance exists)
getInstance() - Static method in class dke.smwp.serialize.FragmentClassSerCache
gets instance of FragmentClassSerCache (only one instance exists)
getJoinAttributesForFragmentClass(String) - Method in class dke.smwp.fragmentation.DerivedFragmentClass
parse join predicate (SQL statements) and retrieve attribute names of derivation base class (which are used as join attributes); e.g. following join predicate (where aliasName2 ^= alias Name of derivation base class
aliasName1.attribute1 = aliasName2.attribute2 AND aliasName1.attribute3 = aliasName2.attribute4 ==> retrieve attribute2 and attribute4 for aliasName2
getJoinClause() - Method in class dke.smwp.compiler.InternalPageRef
 
getJoinPredicate() - Method in class dke.smwp.fragmentation.DerivedFragmentClass
gets join predicate; sql statement used to join fragmentation base class with derivation base class;
getKindOfModification() - Method in class dke.smwp.serialize.TupleModificationDescr
gets kind of modification
getLabelTriggerCode(Connection, PredicateParameter, ArrayList, String, String) - Method in class dke.smwp.trigger.PrimaryDataTrigger
creates PL/SQL trigger code to get Predicate Parameter Label for inserted/deleted/updated tuples in corresponding Fragment Base Class
getLocalName() - Method in class dke.xml.QName
get QName localname
getLongname() - Method in class dke.smwp.fragmentation.AbstractParameter
gets longname (rr_name) of reference relation
getLongName() - Method in class dke.smwp.fragmentation.FragmentClass
returns fragment class longname
getLongname(String) - Static method in class dke.smwp.fragmentation.TableName
resolves longname upon which a shortname is mapped
getLongname(String) - Method in class dke.smwp.db.DB_smwp_tablename
resolves logical from meta-data for pyhsical shortName atabase relation
getMaintenanceMode() - Method in class dke.smwp.serialize.PageClassSer
get maintenance mode
getMappedFragmentClasses(String) - Method in class dke.smwp.db.DB_smwp_pcfc_mapping
gets all fragment class mapping of given page class
getMappedPageClasses(Connection, String, boolean) - Method in class dke.smwp.serialize.FragmentClassSer
Fetches page classes which are mapped to current fragment class; If isUsedAsFoundationFragmentClass is set to true only page classes are fetched which use the current fragment class as foundation fragment class.
getMappedPageClasses(String) - Method in class dke.smwp.db.DB_smwp_pcfc_mapping
gets all page class mapping of given fragment class
getMappingForPC(String) - Method in class dke.smwp.db.DB_smwp_param_mapping
gets page class parameter mapping
getName() - Method in class dke.smwp.serialize.PageClassSer
get page class name
getName() - Method in class dke.smwp.serialize.dbtypes.Tcolumn
accessor methods
getNamespace() - Method in class dke.smwp.fragmentation.XMLPublishFCStatement
gets fragment element namespace
getNamespaceURI() - Method in class dke.xml.QName
get QName namespace
getNewestParameter() - Method in class dke.smwp.fragmentation.FragmentClass
 
getNsURI() - Method in class dke.smwp.fragmentation.PageClass
gets page class namespace
getORADataFactory() - Static method in class dke.smwp.serialize.dbtypes.TcolumnRef
 
getORADataFactory() - Static method in class dke.smwp.serialize.dbtypes.Tcolumn
 
getORADataFactory() - Static method in class dke.smwp.serialize.dbtypes.TColumnTable
 
getOutput() - Method in class dke.smwp.CommandProcessor
gets the String output for command execution which is generated another method in this class for creating, dropping, altering, etc. fragment classes, fragment class parameters and page classes.
GetPage - class dke.smwp.GetPage.
Reads XML documents from database and stores their contents into files.
GetPage() - Constructor for class dke.smwp.GetPage
Default Constructor
getPageElementname() - Method in class dke.smwp.fragmentation.XMLPublishPCStatement
get page element name
getPageNamespace() - Method in class dke.smwp.fragmentation.XMLPublishPCStatement
get page namespace
getParameter() - Method in class dke.smwp.fragmentation.Column
 
getParameter(String, String) - Method in class dke.smwp.db.DB_smwp_parameters
gets the parameter designated by the Root Fragment Class fc_rootName and parameter name
getParameterByFragmentClass(String, String) - Method in class dke.smwp.db.DB_smwp_parameters
gets all parameters used by fragment class recursive method - iterates trough fragmentation tree in order to find the Root Fragment Class on which the searched parameter is defined upon and returns this parameter
getParameterNames() - Method in class dke.smwp.serialize.PageClassSer
get parameter names
getParameterNames() - Method in class dke.smwp.serialize.FragmentClassSer
get parameter names used by fragment class
getParameters() - Method in class dke.smwp.serialize.FragmentSer
get fragment class parameters
getParameters() - Method in class dke.smwp.serialize.FragmentClassSer
gets fragment class parameters
getParameters() - Method in class dke.smwp.fragmentation.FragmentClass
gets parameter names for FragmentClass
getParameters(String) - Method in class dke.smwp.db.DB_smwp_parameters
gets List of parameters designated by the name of the parameter paramName, regardless of which Root Fragment Class it is defined
getParameters(String) - Method in class dke.smwp.db.DB_smwp_fc_params
gets parameter names used by Fragment Class designated by
getParameters(String) - Method in class dke.smwp.db.DB_smwp_pc_params
gets parameter names defined upon Page Class pc_name
getParametersByFragmentClass(String) - Method in class dke.smwp.db.DB_smwp_parameters
gets List of all parameters which are defined upon Root Fragment Class fc_rootName
getParamKind() - Method in class dke.smwp.fragmentation.AbstractParameter
gets parameter kind; either "value" or "predicate"
getParamMapping(Connection, PageClassSer, int) - Method in class dke.smwp.serialize.FragmentClassSer
fetch mapping of fragment class - page class parameters as Hashtable; using page class parameter names as key and fragment class parameter names as value;
getParamName() - Method in class dke.smwp.fragmentation.AbstractParameter
gets parameter name
getParamNames(String) - Method in class dke.smwp.db.DB_smwp_parameters
get parameter names for parameters (ValueParameter, PredicateParameter) which are defined upon Root Fragment Class designated by fc_rootName
getParamTuple(String, String) - Method in class dke.smwp.db.DB_smwp_parameters
gets parameter data for parameter defined upon Fragment Class fc_rootName
getParentElt() - Method in class dke.smwp.serialize.TupleModificationDescr
gets name parent element
getPCElementName() - Method in class dke.smwp.fragmentation.PageClass
gets page class element name
getPcName() - Method in class dke.smwp.fragmentation.PageClass
gets page class name
getPrimaryKeys() - Method in class dke.smwp.fragmentation.FragmentClass
 
getPrimaryKeys(String) - Method in class dke.smwp.db.DB_Table
get column names of table which are primary key
getPrimaryTrigger(FragmentClass) - Method in class dke.smwp.trigger.PrimaryDataTrigger
creates PL/SQL trigger code for Primary Tuple Trigger where the newest Fragment Class Parameter is ValueParameter;
getPrimaryTriggerPredicateBased(Connection, FragmentClass) - Method in class dke.smwp.trigger.PrimaryDataTrigger
creates PL/SQL trigger code for Primary Tuple Trigger where the newest Fragment Class Parameter is PredicateParameter;
getProcessSmwpOutput() - Method in class dke.smwp.compiler.Compiler
fetches output string from the last executed smwp statement
getPublishingInfo(String) - Method in class dke.smwp.db.DB_smwp_publish_fc
fetches xml publishing information for given Fragment Class
getReferencedColumns() - Method in class dke.smwp.fragmentation.ForeignKeyConstraint
get columns referenced by foreign key statement
getReferencedTable() - Method in class dke.smwp.fragmentation.ForeignKeyConstraint
get table referenced by foreign key statement
getReferenceRelationAttributeName(String, String) - Method in class dke.smwp.db.DB_smwp_parameters
gets attribute name of reference relation which is used as Value Parameter and mapped to parameter name param_name
getReferenceRelationName(String, String) - Method in class dke.smwp.db.DB_smwp_parameters
gets attribute name of reference relation which is used as Value Parameter and mapped to parameter name param_name
getReferencingColumns() - Method in class dke.smwp.fragmentation.ForeignKeyConstraint
get columns which are referencing other columns via foreign key statement
getRootName() - Method in class dke.smwp.fragmentation.FragmentClass
 
getRootName(String) - Method in class dke.smwp.db.DB_smwp_fc
recursive walk up the fragmentation hierarchy to get the name of the Root Fragment Class of a given Fragment Class designaed by fc_longName;
getRootName(String, String[]) - Method in class dke.smwp.fragmentation.PageClass
gets root name of page class;
getRowIdQName() - Method in class dke.smwp.serialize.TupleModificationDescr
gets qualified name for rowid element
getRowIdValue() - Method in class dke.smwp.serialize.TupleModificationDescr
gets rowid value, which qualifies exactly one tuple
getRRName() - Method in class dke.smwp.fragmentation.AbstractParameter
gets name of reference relation
getRRParam() - Method in class dke.smwp.fragmentation.AbstractParameter
gets name of reference relation column name which is mapped to parameter name
getShortname() - Method in class dke.smwp.fragmentation.AbstractParameter
gets shortname of reference relation; generates shortname if it has not been defined yet;
getShortName() - Method in class dke.smwp.fragmentation.FragmentClass
 
getShortName(Connection, String) - Static method in class dke.smwp.TableNameResolver
resolves shortname mapped to longname
getShortname(String) - Static method in class dke.smwp.fragmentation.TableName
resolves shortname which is mapped to longname
getShortname(String) - Method in class dke.smwp.db.DB_smwp_tablename
resolves physical shortName from meta-data for logical longName database relation
getSourceFcAlias() - Method in class dke.smwp.compiler.InternalPageRef
 
getSourceFcName() - Method in class dke.smwp.compiler.InternalPageRef
 
getSourcePcName() - Method in class dke.smwp.compiler.InternalPageRef
 
getStorageMedia() - Method in class dke.smwp.serialize.PageClassSer
get storage media
getSynchronizedTrigger1(String, String, String) - Method in class dke.smwp.trigger.ReferenceRelationTrigger
generates trigger code for synchronized trigger, which triggers from fragment root class (from which the reference was generated upon) into the reference relation (value based) which synchronizes value parameters between these two relations
getSynchronizedTrigger2(String, String, String) - Method in class dke.smwp.trigger.ReferenceRelationTrigger
generates trigger code for synchronized trigger, which triggers from fragment root class (from which the reference was generated upon) into the reference relation (value based) which synchronizes value parameters between these two relations
getSystemId() - Method in class dke.smwp.serialize.PageClassSer
A page class' system ID is never a full filename, but one that will be expanded by a page with actual parameter values.
getSystemId() - Method in class dke.smwp.serialize.PageSer
gets page (xml document) systemid which is folderpath and filename prefix for page
getSystemidRoot() - Method in class dke.smwp.fragmentation.PageClass
gets system id
getTargetFcAlias() - Method in class dke.smwp.compiler.InternalPageRef
 
getTargetFcName() - Method in class dke.smwp.compiler.InternalPageRef
 
getTargetPcAlias() - Method in class dke.smwp.compiler.ExternalPageRef
 
getTargetPcName() - Method in class dke.smwp.compiler.ExternalPageRef
 
getTColumnPosition(String, ArrayList) - Method in class dke.smwp.trigger.AbstractTrigger
checks the position of a column in a TColumnTable object; not by using the TColumnsTable directly but checking for the same order of columns in the table tableName, also used for TColumnTable generation;
getTColumnPosition(String, String) - Method in class dke.smwp.trigger.AbstractTrigger
checks the position of a column in a TColumnTable object; not by using the TColumnsTable directly but checking for the same order of columns in the table tableName, also used for TColumnTable generation;
getTColumnPosition(String, String[]) - Method in class dke.smwp.trigger.AbstractTrigger
checks the position of a column in a TColumnTable object; not using the TColumnsTable directly but checking for the same order of columns in table tableName used for TColumnTable generation;
getTColumnString(String) - Method in class dke.smwp.trigger.AbstractTrigger
generates PL/SQL trigger code for creating and initializing TColumnTable objects within triger; TColumnTable is used as container for tuples which are used by java stored procedures;
getTextFromInput() - Method in class dke.smwp.tools.Console
gets text from input field
getTrigger(AbstractParameter, AbstractParameter, FragmentationRelation, String, int) - Method in class dke.smwp.trigger.FragmentationTrigger
creates PL/SQL trigger code for Fragmentation Relation;
getTrigger(AbstractParameter, FragmentationRelation, String, boolean) - Method in class dke.smwp.trigger.FragmentationTrigger
creates PL/SQL trigger code for Fragmentation Relation;
getTrigger(FragmentClass, FragmentationRelation) - Method in class dke.smwp.trigger.DataFragmentTrigger
creates PL/SQL trigger code for PL/SQL trigger defined upon Fragmentation Relation fr_fragmentClass which triggers to fragmentClass; trigger propagates tuple deletion in FR<> to FC<> where FC<> parameters equal FR<> parameter
getTriggerCode(Connection, String) - Method in class dke.smwp.trigger.SerializeTrigger
gets PL/SQL trigger code for Serialize Trigger which is defined upon Fragment Class relation fc_longName which invoces java stored procedures for keeping xml documents (via publishing as Page Class) up to date.
getTriggerCode(FragmentClass) - Method in class dke.smwp.trigger.SerializeFragmentTrigger
gets PL/SQL trigger code for Serialize Fragment Trigger which is defined upon Fragmentation Relation which keeps fragments and fragment instances (xml documents) synchronized.
getTupleElementLocalname() - Method in class dke.smwp.fragmentation.FragmentClass
gets publishing information for xml - tuple_element_localname
getTupleElementLocalname(String) - Method in class dke.smwp.db.DB_smwp_publish_fc
fetches tuple_element_localname from meta-data table for given fragment class
getTupleElementName() - Method in class dke.smwp.fragmentation.XMLPublishFCStatement
gets tuple element name
getTupleElt() - Method in class dke.smwp.serialize.TupleModificationDescr
gets name of tuple element
getTuplePredicate() - Method in class dke.smwp.fragmentation.FragmentClass
gets tuple selection predicate for fragment class
getTuplePredicate(String) - Method in class dke.smwp.db.DB_smwp_fc
fetching tuple selection predicate from meta-data table for Fragment Class designated by fc_longName
getTupleRelation() - Method in class dke.smwp.serialize.FragmentClassSer
get tablename of fragment class relation
getType() - Method in class dke.smwp.serialize.dbtypes.Tcolumn
 
getValue() - Method in class dke.smwp.serialize.dbtypes.TcolumnRef
 
getValue() - Method in class dke.smwp.serialize.dbtypes.Tcolumn
 
getWhereClause(ArrayList, ArrayList, String, String, String, String) - Method in class dke.smwp.trigger.AbstractTrigger
generates sql where clause; used for PL/SQL trigger; columns_left and columns_right can contain a mixture of Column and String objects leftPrefix columnName_left comparison_operator rightPrefix columnName_right { seperator leftPrefix columnName_left comparison_operator rightPrefix columnName_right }
getWhereClause(ArrayList, String, String, String, String) - Method in class dke.smwp.trigger.AbstractTrigger
generates sql where clause; used for PL/SQL trigger; the same colun name is used on both sides of the comparison operator; columns can contain a mixture of Column and String objects; leftPrefix columnName comparison_operator rightPrefix columnName { seperator leftPrefix columnName comparison_operator rightPrefix columnName }
getWhereClause(String[], String[], String, String, String, String) - Method in class dke.smwp.trigger.AbstractTrigger
generates sql where clause; used for PL/SQL trigger; leftPrefix columnName_left comparison_operator rightPrefix columnName_right { seperator leftPrefix columnName_left comparison_operator rightPrefix columnName_right }
getWhereClause(String[], String, String, String, String) - Method in class dke.smwp.trigger.AbstractTrigger
generates sql where clause; used for PL/SQL trigger; the same coloumn name is used on both sides of the comarison operator with different prefixes; leftPrefix columnName comparison_operator rightPrefix columnName { seperator leftPrefix columnName comparison_operator rightPrefix columnName }
getXMLFragmentLocalName() - Method in class dke.smwp.serialize.FragmentClassSer
gets fragment local name (xml element name for fragment)
getXMLLocalName() - Method in class dke.smwp.serialize.PageClassSer
get xml Localname
getXMLNsUri() - Method in class dke.smwp.serialize.PageClassSer
get xml NamespaceURI
getXMLNsUri() - Method in class dke.smwp.serialize.FragmentClassSer
gets fragment class namespace uri
getXMLPublishStatement(String) - Method in class dke.smwp.db.DB_smwp_publish_pc
gets xml publishing information for a given page class
getXMLTuple() - Method in class dke.smwp.serialize.TupleModificationDescr
gets affected tuple
getXMLTupleLocalName() - Method in class dke.smwp.serialize.FragmentClassSer
gets fragment tuple local name (xml element name for fragment tuples)

I

idAttLocalName - Variable in class dke.smwp.serialize.IncrementalModificationFilter
private cache of id attribute
idAttNamespaceURI - Variable in class dke.smwp.serialize.IncrementalModificationFilter
private cache of id attribute
idAttValue - Variable in class dke.smwp.serialize.IncrementalModificationFilter
private cache of id attribute
Ident() - Static method in class dke.smwp.compiler.Parser
 
ignore - Static variable in class dke.smwp.compiler.Scanner
 
IncrementalModificationFilter - class dke.smwp.serialize.IncrementalModificationFilter.
Class for deriving an XML filter.
IncrementalModificationFilter(TupleModificationDescr) - Constructor for class dke.smwp.serialize.IncrementalModificationFilter
Construct an empty XML filter, with no parent using TupleModificationDescr.
IncrementalTextModification - class dke.smwp.serialize.IncrementalTextModification.
Incrementally modifies xml documents by using String functions instead of using xml parsers.
IncrementalTextModification() - Constructor for class dke.smwp.serialize.IncrementalTextModification
default constructor
Init(String) - Static method in class dke.smwp.compiler.Scanner
 
Init(String, ErrorStream) - Static method in class dke.smwp.compiler.Scanner
 
initializeDerived(FragmentationRelation, FragmentationRelation, FragmentationRelation) - Method in class dke.smwp.db.DB_Parameter
initializes Fragmentation Relation fr of an Derived Fragment Class by gathering tuple-data from the Fragmentation Relation fragBase_fr of Fragment Base Class and Fragmentation Relation derivBase_fr of Derivation Base Class
initializeDerived(FragmentClass, FragmentClass, FragmentClass, String) - Method in class dke.smwp.db.DB_FragmentClass
initializes Fragment Class relation; used for Derived Fragment Classes
initializePrimary(FragmentationRelation, FragmentationRelation, PredicateParameter, String) - Method in class dke.smwp.db.DB_Parameter
initializes primary Fragmentation Relation fr which is based upon base Fragmentation Relation fr_base and Predicate Parameter param; the fragment selection predicate fragmentParameter_pf is used as filter for fr;
initializePrimary(FragmentationRelation, FragmentationRelation, ValueParameter, String) - Method in class dke.smwp.db.DB_Parameter
initialize Fragmentation Relation fr (of Primary Fragment Class) which is based upon base Fragmentation Relation fr_base and Value Parameter param; the cartesian product from the relations fr_base and is inserted into fr; the fragment selection predicate fragmentParameter_pf is used as filter for fr;
initializePrimary(FragmentClass, FragmentClass, PredicateParameter, String) - Method in class dke.smwp.db.DB_FragmentClass
initializes Fragment Class relation; used for Primary Fragment Classes where newest parameter is PredicateParameter
initializePrimary(FragmentClass, FragmentClass, String) - Method in class dke.smwp.db.DB_FragmentClass
initializes Fragment Class relation; used for Primary Fragment Classes where newest parameter is ValueParameter
initializeTable(String, String, String, String) - Method in class dke.smwp.db.DB_Parameter
initialize ValueParameter relation (RV<>) (the value parameter relation contains exactly ONE column)
input() - Method in class dke.smwp.tools.Console
gets handle to input component
inScopeOfModification - Variable in class dke.smwp.serialize.IncrementalModificationFilter
 
insertPredicateParameter(String, String, String) - Method in class dke.smwp.db.DB_Parameter
inserts initial data into the Predicate Parameter relation;
instance - Static variable in class dke.smwp.ConnectionPool
connection pool instance
InternalPageRef - class dke.smwp.compiler.InternalPageRef.
 
InternalPageRef() - Static method in class dke.smwp.compiler.Parser
 
InternalPageRef() - Constructor for class dke.smwp.compiler.InternalPageRef
 
InternalPageRef(String, String[], String, String) - Constructor for class dke.smwp.compiler.InternalPageRef
constructor; not containing initialization of source paprameters; used by Parser
InternalPageRef(String, String[], String, String[], String, String, String[], String, String) - Constructor for class dke.smwp.compiler.InternalPageRef
default constructor
InternalPageRef(String, String, String, String, String, String) - Constructor for class dke.smwp.compiler.InternalPageRef
default constructor
isFragmentclass(String) - Method in class dke.smwp.db.DB_smwp_fc
checks if a fragment class by name longName exists;
isFragmentclass(String, ArrayList) - Method in class dke.smwp.db.DB_smwp_fc
checks if a fragment class by name rootName, paramNames exists;
isFragmentclass(String, String[]) - Method in class dke.smwp.db.DB_smwp_fc
checks if a fragment class by name rootName, paramNames exists;
isLoggedIn() - Method in class dke.smwp.compiler.Compiler
gets login status
isMappedToPageClass(String) - Method in class dke.smwp.db.DB_smwp_pcfc_mapping
checks if fragment class, designated by fc_longName is mapped to a page class
isMappedToPageClass(String, String) - Method in class dke.smwp.db.DB_smwp_pcfc_mapping
checks if fragment class, designated by fc_longName is mapped to page class pc_name
isPageClass(String) - Method in class dke.smwp.db.DB_smwp_pc
checks if pc_name is a Page Class
isRootFragment(String) - Method in class dke.smwp.db.DB_smwp_fc
check if fragment class designated by fc_longName is a root fragment class;
isUsedAsBaseClass(String) - Method in class dke.smwp.db.DB_smwp_fc
checks if a Fragment Class designated by longName is being used as fragment base class or derivation base class;

K

kind - Variable in class dke.smwp.compiler.Token
 
kindOfMod - Variable in class dke.smwp.serialize.TupleModificationDescr
type of modification whose valid values are TUPLE_INSERT, TUPLE_UPDATE, TUPLE_DELETE

L

length() - Method in class dke.smwp.serialize.dbtypes.TColumnTable
 
line - Static variable in class dke.smwp.compiler.Scanner
 
line - Variable in class dke.smwp.compiler.Token
 
lineStart - Static variable in class dke.smwp.compiler.Scanner
 
Locator - class dke.smwp.compiler.Locator.
 
Locator() - Constructor for class dke.smwp.compiler.Locator
 
login(String, String, String, String, String) - Method in class dke.smwp.compiler.Compiler
 
LoginDialog - class dke.smwp.tools.LoginDialog.
 
LoginDialog(Frame, String, boolean, Console) - Constructor for class dke.smwp.tools.LoginDialog
 
loginName - Variable in class dke.smwp.tools.CommandHistoryDialog
 
loginName - Variable in class dke.smwp.tools.LoginDialog
 
loginPwd - Variable in class dke.smwp.tools.CommandHistoryDialog
 
loginPwd - Variable in class dke.smwp.tools.LoginDialog
 
LOOKUP_TABLENAME - Static variable in class dke.smwp.TableNameResolver
database tablename which contains mapping between shortname and longname

M

main(String[]) - Static method in class dke.smwp.Serializer
 
main(String[]) - Static method in class dke.smwp.GetPage
Process the request
main(String[]) - Static method in class dke.smwp.DatabaseToIFS
Deprecated.  
main(String[]) - Static method in class dke.smwp.tools.Console
main class - initiating creation of console gui
main(String[]) - Static method in class dke.smwp.compiler.Locator
 
MAINTENANCE_CORESMWP - Static variable in class dke.smwp.serialize.PageClassSer
name of maintenance mode for incremental updates
MAINTENANCE_MODE - Static variable in class dke.smwp.serialize.SerializeCompleteImpl
serialization strategy for this class
MAINTENANCE_MODE - Static variable in class dke.smwp.serialize.SerializeIncrementalImpl
 
MAINTENANCE_ONTHEFLY - Static variable in class dke.smwp.serialize.PageClassSer
name of maintenance mode for recreating all pages on changed application relation data
MAINTENANCE_PULLOFFRAMGENTS - Static variable in class dke.smwp.serialize.PageClassSer
name of maintenance mode for updating only affected page classes
maxP - Static variable in class dke.smwp.compiler.Parser
 
maxT - Static variable in class dke.smwp.compiler.Parser
 
menuItDatabaseToIFS - Variable in class dke.smwp.tools.Console
name of menuitem in label database - transfering all stored pages (xml documnets) into the Oracle IFS - internet file system
menuItDropPages - Variable in class dke.smwp.tools.Console
label of menuitem in label database - dropping all generated pages (xml documents)
menuItExit - Variable in class dke.smwp.tools.Console
name of menuitem in label file - exits console
menuItHistory - Variable in class dke.smwp.tools.Console
name of menuitem in label edit - display list of previously executed smwp commands
menuItLogin - Variable in class dke.smwp.tools.Console
name of menuitem in label file - create new connection, disconnect from existing connection
menuItLogout - Variable in class dke.smwp.tools.Console
name of menuitem in label file - disconnect from database
menuItRebuildPages - Variable in class dke.smwp.tools.Console
name of menuitem in label database - regenerating all pages for all page classes
menuItSubmit - Variable in class dke.smwp.tools.Console
name of menuitem in label edit - submit entered smwp command
modifyDescr - Variable in class dke.smwp.serialize.IncrementalModificationFilter
type of modificaton on tuple
modifyIncrementally(Connection, TupleModificationDescr) - Method in class dke.smwp.serialize.PageSer
incrementally modifies one page (xml document)
modifyPagesCompl(Connection, PageSer[]) - Method in class dke.smwp.serialize.SerializeCompleteImpl
serializes all given pages - created new from scratch
modifyPagesIncr(Connection, PageSer[], TupleModificationDescr) - Method in class dke.smwp.serialize.SerializeIncrementalImpl
modifies pages (xml documents) which are to be modified

N

Namespace() - Static method in class dke.smwp.compiler.Parser
 
Namespaces - class dke.smwp.Namespaces.
Class providing namespaces for SMWP and XML
Namespaces() - Constructor for class dke.smwp.Namespaces
 
NEW_OPERATOR - Variable in class dke.smwp.trigger.AbstractTrigger
sql new operator
NextCh() - Static method in class dke.smwp.compiler.Scanner
 
noSym - Static variable in class dke.smwp.compiler.Scanner
 
NSURI_SMWP - Static variable in class dke.smwp.Namespaces
namespace for SMWP
NSURI_XMLNS - Static variable in class dke.smwp.Namespaces
namespace for XML (e.g. http://www.w3.org/TR/REC-xml-names)

O

okay - Variable in class dke.smwp.tools.CommandHistoryDialog
 
okay - Variable in class dke.smwp.tools.LoginDialog
 
okayCmd - Variable in class dke.smwp.tools.CommandHistoryDialog
 
okayCmd - Variable in class dke.smwp.tools.LoginDialog
 
OLD_OPERATOR - Variable in class dke.smwp.trigger.AbstractTrigger
sql old operator
oldEols - Static variable in class dke.smwp.compiler.Scanner
 
output() - Method in class dke.smwp.tools.Console
gets handle to output component

P

PageClass - class dke.smwp.fragmentation.PageClass.
class for handling page class generation and manipulation;
PageClass(String) - Constructor for class dke.smwp.fragmentation.PageClass
constructor initializing page class object for page class designated by pc_longName
PageClass(String, String[]) - Constructor for class dke.smwp.fragmentation.PageClass
constructor initializing page class object for existing page class
PageClass(String, String[], String, String, XMLPublishPCStatement) - Constructor for class dke.smwp.fragmentation.PageClass
constructor - generates new page class
PageClassSer - class dke.smwp.serialize.PageClassSer.
 
PageClassSer(Connection, String) - Constructor for class dke.smwp.serialize.PageClassSer
default constructor
PageClassSerCache - class dke.smwp.serialize.PageClassSerCache.
Container class, storing instances of PageClassSer objects
PageClassSerCache() - Constructor for class dke.smwp.serialize.PageClassSerCache
default constructor
PageSer - class dke.smwp.serialize.PageSer.
Serializes single pages
PageSer(PageClassSer, Hashtable) - Constructor for class dke.smwp.serialize.PageSer
constructor
PARAM_KIND_PREDICATE - Static variable in class dke.smwp.db.DB_smwp_parameters
name for predicate parameter
PARAM_KIND_VALUE - Static variable in class dke.smwp.db.DB_smwp_parameters
name for value parameter
ParamCreateStmt() - Static method in class dke.smwp.compiler.Parser
 
ParamDropStmt() - Static method in class dke.smwp.compiler.Parser
 
parameterExists(String, String) - Method in class dke.smwp.db.DB_smwp_parameters
checks if a parameter exists; parameter is designated by Root Fragment Class fc_rootName, parameter name paramName;
parameterExists(String, String, String) - Method in class dke.smwp.db.DB_smwp_parameters
checks if a parameter exists; parameter is designated by Root Fragment Class fc_rootName, parameter name paramName and type of parameter paramKind
ParameterMap() - Static method in class dke.smwp.compiler.Parser
 
parameterNamesToString() - Method in class dke.smwp.fragmentation.FragmentClass
generates a string of parameter names in a comma separated list with following syntax {, }
parameterNamesToString(String) - Method in class dke.smwp.fragmentation.FragmentClass
generates a string of parameter names in a comma separated list with following syntax {"," }
ParametersList() - Static method in class dke.smwp.compiler.Parser
 
parameterUsed(String, String) - Method in class dke.smwp.db.DB_smwp_parameters
checks if a defined parameter, designated by fc_rootName and fc_paramName, is used by at least one Fragment Class
ParamShowStmt() - Static method in class dke.smwp.compiler.Parser
 
parentElt - Variable in class dke.smwp.serialize.IncrementalModificationFilter
private cache of parent element
parentElt - Variable in class dke.smwp.serialize.TupleModificationDescr
parent element of modified tuple
Parse() - Static method in class dke.smwp.compiler.Parser
 
parse(Connection, InputSource, TupleModificationDescr, CharArrayWriter) - Method in class dke.smwp.serialize.IncrementalTextModification
proprietary xml parser using string functions
Parser - class dke.smwp.compiler.Parser.
 
Parser() - Constructor for class dke.smwp.compiler.Parser
 
ParserException - exception dke.smwp.compiler.ParserException.
 
ParserException(String) - Constructor for class dke.smwp.compiler.ParserException
 
ParsErr(int, int, int) - Method in class dke.smwp.compiler.ErrorStream
 
ParsErr(int, int, int) - Method in class dke.smwp.compiler.SmwpErrorStream
 
PBPDefineStmt() - Static method in class dke.smwp.compiler.Parser
 
PC_PARAM_AS_KEY - Static variable in class dke.smwp.serialize.FragmentClassSer
 
PCAlterAddStmt(String, String[]) - Static method in class dke.smwp.compiler.Parser
 
PCAlterDropStmt(String, String[]) - Static method in class dke.smwp.compiler.Parser
 
PCAlterStmt() - Static method in class dke.smwp.compiler.Parser
 
PCCreateStmt() - Static method in class dke.smwp.compiler.Parser
 
PCDropStmt() - Static method in class dke.smwp.compiler.Parser
 
PCShowStmt() - Static method in class dke.smwp.compiler.Parser
 
PFCCreateStmt() - Static method in class dke.smwp.compiler.Parser
 
populatePane() - Method in class dke.smwp.tools.Console
inserts top (input) and bottom (output) plane into frame
pos - Static variable in class dke.smwp.compiler.Scanner
 
pos - Variable in class dke.smwp.compiler.Token
 
pos - Static variable in class dke.smwp.compiler.Buffer
 
PredicateParameter - class dke.smwp.fragmentation.PredicateParameter.
handling predicate parameters
PredicateParameter(String, String, String[], String[]) - Constructor for class dke.smwp.fragmentation.PredicateParameter
constructor - for creation of new predicate parameter relation PredicateParameter object is initialized which physically creates (and initializes) its reference relation
PredicateParameter(String, String, String, String) - Constructor for class dke.smwp.fragmentation.PredicateParameter
constructor - initializing predicate parameter PredicateParameter object is initialized without manipulating any data
PrimaryDataTrigger - class dke.smwp.trigger.PrimaryDataTrigger.
Class for creating/deploying and deleting Fragmentation Triggers This triggers are used to propagate tuple modifications in parameter relations (ValueParameter, PredicateParameter) to Fragmentation Relations.
PrimaryDataTrigger() - Constructor for class dke.smwp.trigger.PrimaryDataTrigger
default constructor
PrimaryFragmentClass - class dke.smwp.fragmentation.PrimaryFragmentClass.
primary fragment class
PrimaryFragmentClass() - Constructor for class dke.smwp.fragmentation.PrimaryFragmentClass
default constructor
processSmwp(String) - Method in class dke.smwp.compiler.Compiler
processes smwp statements
PROPERTIES_FILE - Static variable in class dke.smwp.SMWP_Properties
filename for smwp properties
propFileName - Variable in class dke.smwp.compiler.Compiler
 
put(FragmentClassSer) - Method in class dke.smwp.serialize.FragmentClassSerCache
adds FragmentClassSer class to cache
put(PageClassSer) - Method in class dke.smwp.serialize.PageClassSerCache
adds PageClassSer object to cache

Q

QName - class dke.xml.QName.
Qualified name objects
QName(String, String) - Constructor for class dke.xml.QName
Constructor to create QName (qualified name) objects

R

read() - Static method in class dke.smwp.compiler.Buffer
 
read(Connection, String) - Method in class dke.smwp.db.DB_XML_Document
gets the reader handle for xml document saved in database, designated by file_systemID
ReferenceRelationTrigger - class dke.smwp.trigger.ReferenceRelationTrigger.
Class for creating/deploying and deleting reference relation triggers.
ReferenceRelationTrigger() - Constructor for class dke.smwp.trigger.ReferenceRelationTrigger
default constructor
removeFromDatabase(Connection) - Method in class dke.smwp.serialize.PageSer
removes page (xml document) from database
removeFromDisk() - Method in class dke.smwp.serialize.PageSer
Deprecated.  
returnConnection(Connection) - Method in class dke.smwp.ConnectionPool
returns the connection handle to the connection pool
RFCCreateStmt() - Static method in class dke.smwp.compiler.Parser
 
rowIdQName - Static variable in class dke.smwp.serialize.TupleModificationDescr
 
rowIdValue - Variable in class dke.smwp.serialize.TupleModificationDescr
rowid of modified tuple - used to identify tuple

S

save(Connection, String, String, Reader, Hashtable) - Method in class dke.smwp.db.DB_XML_Document
saves xml document and to database
saveContentToFile(String, String) - Method in class dke.smwp.GetPage
gets the XML document from database designated by systemID and stores them to file filename
saveDbToIFS() - Method in class dke.smwp.DatabaseToIFS
Deprecated.  
Scan() - Static method in class dke.smwp.compiler.Scanner
 
Scanner - class dke.smwp.compiler.Scanner.
 
Scanner() - Constructor for class dke.smwp.compiler.Scanner
 
SemanticParserException - exception dke.smwp.compiler.SemanticParserException.
 
SemanticParserException(String) - Constructor for class dke.smwp.compiler.SemanticParserException
 
SemErr(int, int, int) - Method in class dke.smwp.compiler.ErrorStream
 
SemErr(int, int, int) - Method in class dke.smwp.compiler.SmwpErrorStream
 
serialize(Connection, ContentHandler) - Method in class dke.smwp.serialize.FragmentSer
serializes fragment
serialize(Connection, ContentHandler) - Method in class dke.smwp.serialize.PageSer
Serializes a certain page of the Page Class.
serializeAll(String) - Method in class dke.smwp.Serializer
serializes all pages as xml documents
SerializeCompleteImpl - class dke.smwp.serialize.SerializeCompleteImpl.
implementation of serialization strategy "onTheFly"
SerializeCompleteImpl() - Constructor for class dke.smwp.serialize.SerializeCompleteImpl
default constructor
serializeFragment(Connection, ContentHandler, PageClassSer, Hashtable) - Method in class dke.smwp.serialize.FragmentClassSer
serializes fragment as XML element
serializeFragmentDeletion(Connection, String, TColumnTable) - Method in class dke.smwp.serialize.SerializeTupleModification
deletes published pages (xml documents)
serializeFragmentDeletion(Connection, String, TColumnTable) - Method in class dke.smwp.serialize.SerializeCompleteImpl
deletes published pages (xml documents)
serializeFragmentDeletion(Connection, String, TColumnTable) - Method in class dke.smwp.serialize.SerializeIncrementalImpl
deletes published pages (xml documents)
serializeFragmentInsertion(Connection, String, TColumnTable) - Method in class dke.smwp.serialize.SerializeTupleModification
creates new Page Class/pages as xml documents
serializeFragmentInsertion(Connection, String, TColumnTable) - Method in class dke.smwp.serialize.SerializeCompleteImpl
creates new Page Class/pages as xml documents
serializeFragmentInsertion(Connection, String, TColumnTable) - Method in class dke.smwp.serialize.SerializeIncrementalImpl
creates new Page Class/pages as xml documents
serializeFragmentModification(Connection, String, TColumnTable, TColumnTable) - Method in class dke.smwp.serialize.SerializeTupleModification
updates published Page Class/pages (xml documents) by deleting old pages designated by fragmentation parameter values of oldTuple and creating new pages designated by newTuple
serializeFragmentModification(Connection, String, TColumnTable, TColumnTable) - Method in class dke.smwp.serialize.SerializeCompleteImpl
updates published Page Class/pages (xml documents) by deleting old pages designated by fragmentation parameter values of oldTuple and creating new pages designated by newTuple
serializeFragmentModification(Connection, String, TColumnTable, TColumnTable) - Method in class dke.smwp.serialize.SerializeIncrementalImpl
updates published Page Class/pages (xml documents) by deleting old pages designated by fragmentation parameter values of oldTuple and creating new pages designated by newTuple
SerializeFragmentTrigger - class dke.smwp.trigger.SerializeFragmentTrigger.
creates/deletes Serialize Fragment Trigger defined upon Fragmentation Relation which keeps fragments and fragment instances (xml documents) synchronized Serialize Fragment Trigger are defined upon Fragmentation Relation.
SerializeFragmentTrigger() - Constructor for class dke.smwp.trigger.SerializeFragmentTrigger
default constructor
SerializeIncrementalImpl - class dke.smwp.serialize.SerializeIncrementalImpl.
triggeredFragmentDeletion / -insertion / -modification The TColumnTable object parameters represent tuples which where inserted / deleted / updated in the Fragmentation Relation of a Fragment Class.
SerializeIncrementalImpl() - Constructor for class dke.smwp.serialize.SerializeIncrementalImpl
default constructor
serializePageClass(String, String) - Method in class dke.smwp.Serializer
serializes all pages of an given page class as xml documents;
serializePageClassToDatabase(Connection, String) - Method in class dke.smwp.serialize.PageClassSer
serializes xml documents into database for current Page Class within database publishToUri is used as prefix to systemId for generated xml document; when transferring the xml documents from database to (IFS-) filesystem the prefix is used as folderpath
Serializer - class dke.smwp.Serializer.
Class for initializing page class serialization
Serializer() - Constructor for class dke.smwp.Serializer
default constructor
serializeToDatabase(Connection) - Method in class dke.smwp.serialize.PageSer
serializes Page Class/page as xml document to database
serializeToDisk(Connection) - Method in class dke.smwp.serialize.PageSer
Deprecated.  
SerializeTrigger - class dke.smwp.trigger.SerializeTrigger.
creates/deletes Serialize Trigger defined upon Fragment Class relation which uses java stored procedures to publish its tuples as xml documents; Serialize Trigger are defined upon Fragment Class relations.
SerializeTrigger() - Constructor for class dke.smwp.trigger.SerializeTrigger
default constructor
serializeTupleDeletion(Connection, String, String, TColumnTable) - Method in class dke.smwp.serialize.SerializeTupleModification
 
serializeTupleDeletion(Connection, String, String, TColumnTable) - Method in class dke.smwp.serialize.SerializeCompleteImpl
 
serializeTupleDeletion(Connection, String, String, TColumnTable) - Method in class dke.smwp.serialize.SerializeIncrementalImpl
deletes tuple data from affected page
serializeTupleInsertion(Connection, String, String, TColumnTable) - Method in class dke.smwp.serialize.SerializeTupleModification
 
serializeTupleInsertion(Connection, String, String, TColumnTable) - Method in class dke.smwp.serialize.SerializeCompleteImpl
inserts tuple data into affected page
serializeTupleInsertion(Connection, String, String, TColumnTable) - Method in class dke.smwp.serialize.SerializeIncrementalImpl
inserts tuple data into affected page
SerializeTupleModification - class dke.smwp.serialize.SerializeTupleModification.
Base class for all page serialization approaches which covers tuple modifications in fragment class relations and fragmentation relations.
SerializeTupleModification() - Constructor for class dke.smwp.serialize.SerializeTupleModification
 
serializeTupleModification(Connection, String, String, TColumnTable, TColumnTable) - Method in class dke.smwp.serialize.SerializeTupleModification
updates Page Class/pages (xml documents)
serializeTupleModification(Connection, String, String, TColumnTable, TColumnTable) - Method in class dke.smwp.serialize.SerializeCompleteImpl
 
serializeTupleModification(Connection, String, String, TColumnTable, TColumnTable) - Method in class dke.smwp.serialize.SerializeIncrementalImpl
updates Page Class/pages (xml documents)
set - Static variable in class dke.smwp.compiler.Parser
 
set(Connection, String, String, String) - Method in class dke.smwp.db.DB_smwp_log
sets log data
set(ExternalPageRef) - Method in class dke.smwp.db.DB_smwp_pageref_external
saves page-reference metadata
Set(int) - Static method in class dke.smwp.compiler.Buffer
 
set(InternalPageRef) - Method in class dke.smwp.db.DB_smwp_pageref_internal
saves page-reference metadata
set(String) - Method in class dke.smwp.db.DB_smwp_pc
inserts meta-data for Page Class;
set(String, ArrayList) - Method in class dke.smwp.db.DB_smwp_fc_params
inserts SMWP_FC_PARAMS(fc_name, fc_param_name) tuples into meta-data relation
set(String, ArrayList) - Method in class dke.smwp.db.DB_smwp_pc_params
inserts meta-data for Page Class; ignoring insert if tuple already exists in table smwp_pc_params;
set(String, String) - Method in class dke.smwp.db.DB_smwp_fc_params
inserts SMWP_FC_PARAMS(fc_name, fc_param_name) tuple into meta-data relation;
set(String, String) - Method in class dke.smwp.db.DB_smwp_pc_params
inserts meta-data for Page Class; ignoring insert if tuple already exists in table smwp_pc_params;
set(String, String) - Method in class dke.smwp.db.DB_smwp_fc
set Fragment Class meta-data
set(String, String, boolean) - Method in class dke.smwp.db.DB_smwp_pcfc_mapping
inserts page class mapping to fragment class
set(String, String, String, String) - Method in class dke.smwp.db.DB_smwp_publish_fc
saves xml publishing information for given Fragment Class
set(String, String, String, String) - Method in class dke.smwp.db.DB_smwp_param_mapping
set meta-data
set(String, String, String, String, String) - Method in class dke.smwp.db.DB_smwp_publish_pc
saves xml publishing information for given Page Class
set(String, String, String, String, String) - Method in class dke.smwp.db.DB_smwp_parameters
inserts parameter information into meta-data relation
set(String, String, String, String, String, String) - Method in class dke.smwp.db.DB_smwp_pageref_internal
saves page reference meta-data
set(String, String, String, String, String, String) - Method in class dke.smwp.db.DB_smwp_fc
set Fragment Class meta-data
set(String, String, String, String, String, String, String, String) - Method in class dke.smwp.db.DB_smwp_pageref_external
saves page reference meta-data
set(String, XMLPublishFCStatement) - Method in class dke.smwp.db.DB_smwp_publish_fc
saves xml publishing information for given fragment class
setAliasName(String) - Method in class dke.smwp.fragmentation.FragmentClass
 
setArray(Tcolumn[]) - Method in class dke.smwp.serialize.dbtypes.TColumnTable
 
setArray(Tcolumn[], long) - Method in class dke.smwp.serialize.dbtypes.TColumnTable
 
setColumnName(String) - Method in class dke.smwp.fragmentation.Column
sets column name
setDataType(String) - Method in class dke.smwp.fragmentation.Column
sets column data type
setElement(Tcolumn, long) - Method in class dke.smwp.serialize.dbtypes.TColumnTable
 
setLongName(String) - Method in class dke.smwp.fragmentation.FragmentClass
 
setName(String) - Method in class dke.smwp.serialize.dbtypes.Tcolumn
 
setOutput(String) - Method in class dke.smwp.CommandProcessor
set output String
setParameter(String) - Method in class dke.smwp.fragmentation.Column
sets parameter for data type
setRootName(String) - Method in class dke.smwp.fragmentation.FragmentClass
 
setSource(String, String[], String, String[], String) - Method in class dke.smwp.compiler.InternalPageRef
sets source parameters of external page reference
setSource(String, String, String) - Method in class dke.smwp.compiler.InternalPageRef
 
setTablename(String, String) - Method in class dke.smwp.db.DB_smwp_tablename
saves shortName - longName mapping
setTupleElementInDepth(int) - Method in class dke.smwp.serialize.IncrementalModificationFilter
sets element depth in which elements are to be processed
setType(BigDecimal) - Method in class dke.smwp.serialize.dbtypes.Tcolumn
 
setValue(String) - Method in class dke.smwp.serialize.dbtypes.Tcolumn
 
setValue(Tcolumn) - Method in class dke.smwp.serialize.dbtypes.TcolumnRef
 
setXMLPublishStmt(XMLPublishFCStatement) - Method in class dke.smwp.fragmentation.FragmentClass
sets the publication information for fragment class (without publicaton information fragments cannot be serialized as part of pages (xml documents))
showFragmentClass() - Method in class dke.smwp.Site
view list of all defined Fragment Classes
showFragmentClass() - Method in class dke.smwp.fragmentation.FragmentClass
creates output for displaying fragment class data className fc_name wines<region> fc_kind derived fc_fragBase wines<> fc_derivBase wineries<region> param_name region param_type value tuple selection predicate null fragment selection predicate null publishing info (smwp_publish_fc) namespace http://dke.uni-linz.ac.at/smwp/smwpbench fc_element_localname all-wines-of-a-given-region tuple_element_localname wine
showFragmentClass(String, String[]) - Method in class dke.smwp.CommandProcessor
method for DISPLAYING fragment classes
showFragmentClass(String, String[]) - Method in class dke.smwp.Site
displays details of Fragment Class designated by fc_rootName and fc_paramNames; shows xml publishing information, used parameters, Fragment Base Class and Derivation Base Class names, ...
showPageClass() - Method in class dke.smwp.Site
show list of all Page Classes
showPageClass() - Method in class dke.smwp.fragmentation.PageClass
generates String representation of page class;
showPageClass(String, String[]) - Method in class dke.smwp.CommandProcessor
methods for DISPLAYING page classes
showPageClass(String, String[]) - Method in class dke.smwp.Site
view details of Page Class designated by pc_rootName and pc_paramNames;
showPages() - Method in class dke.smwp.GetPage
gets a list of pages and their corresponding systemIDs for all generated xml documents
showParameter(String) - Method in class dke.smwp.Site
show all defined parameter designated by paramName
showParameter(String, String, String[]) - Method in class dke.smwp.CommandProcessor
methods for DISPLAYING parameter(s)
showParameter(String, String, String[]) - Method in class dke.smwp.Site
shows Fragment Class Parameter(s) defined upon Root Fragment Class, or used by Fragment Class Root Fragment Class is designated by fc_rootName and fc_paramNames = null; Fragment Class is designated by fc_rootName and fc_paramNames.
showParameters() - Method in class dke.smwp.Site
show list of all defined parameters
showParametersOfFragmentClass(String, String[]) - Method in class dke.smwp.Site
prints parameter description of parameters used by Fragment Class, or defined upon Root Fragment Class; fc_rootName and fc_paramNames
ShowStmt() - Static method in class dke.smwp.compiler.Parser
 
Site - class dke.smwp.Site.
Central class managing all functionality needed to manage self maintaining web pages for creating, altering, deleting and displaying of fragment parameters, fragment classes and page classes Several methods for creation, alteration and deletion of fragment classes and page classes exist two times.
Site() - Constructor for class dke.smwp.Site
default Constructor
SMWP_Properties - class dke.smwp.SMWP_Properties.
Class providing SMWP properties
SMWP_Properties() - Constructor for class dke.smwp.SMWP_Properties
default constructor
Smwp() - Static method in class dke.smwp.compiler.Parser
 
SmwpErrorStream - class dke.smwp.compiler.SmwpErrorStream.
 
SmwpErrorStream() - Constructor for class dke.smwp.compiler.SmwpErrorStream
 
SMWPException - exception dke.smwp.fragmentation.SMWPException.
SMWPException handling
SMWPException() - Constructor for class dke.smwp.fragmentation.SMWPException
default constructor
SMWPException(String) - Constructor for class dke.smwp.fragmentation.SMWPException
constructor
splitPane - Variable in class dke.smwp.tools.Console
pane containing input and output pane
SQLExpression() - Static method in class dke.smwp.compiler.Parser
 
start - Static variable in class dke.smwp.compiler.Scanner
 
startElement(String, String, String, Attributes) - Method in class dke.smwp.serialize.IncrementalModificationFilter
Filters a start element event.
StartOf(int) - Static method in class dke.smwp.compiler.Parser
 
stingReplace(String, String, String) - Static method in class dke.smwp.trigger.AbstractTrigger
replace all occurrences in sourceString of searchPattern with replace pattern if replacePattern is used as column name;
stingReplace(String, String, String) - Method in class dke.smwp.db.DB_Table
replace all occurrences of searchPattern in sourceString with replacePattern
stingTablenameReplace(String, String, String) - Static method in class dke.smwp.trigger.AbstractTrigger
replace all occurrences in sourceString of searchPattern with replacePattern if searchPattern is used as table name .. (
STORAGE_DATABASE - Static variable in class dke.smwp.serialize.PageClassSer
name of storage media for storing xml documents within database - systemID is being used as primary key
STORAGE_FILE - Static variable in class dke.smwp.serialize.PageClassSer
name of storage media for storing xml documents in file-system - systemID is being used as filename
STORAGE_IFS - Static variable in class dke.smwp.serialize.PageClassSer
name of storage media for storing xml documents in Oracle iFS - systemID is being used as filename
switchLogin(String, String, String, String, String) - Method in class dke.smwp.tools.Console
creates database connection to smwp database
SyntacticParserException - exception dke.smwp.compiler.SyntacticParserException.
 
SyntacticParserException(String) - Constructor for class dke.smwp.compiler.SyntacticParserException
 

T

t - Static variable in class dke.smwp.compiler.Scanner
 
t - Static variable in class dke.smwp.compiler.Parser
 
T - Static variable in class dke.smwp.compiler.Parser
 
TABLE_SMWP_WORKTRACE - Static variable in class dke.smwp.trigger.DerivedDataTrigger
 
TABLE_SMWP_XML_DOCUMENT - Static variable in class dke.smwp.GetPage
table containing xml documents
TABLE_SMWP_XML_DOCUMENT_PARAMS - Static variable in class dke.smwp.GetPage
table containing metadata for stored xml documents
tableExists(String) - Method in class dke.smwp.db.DB_Table
check if table designated by table_name exists in database
TableName - class dke.smwp.fragmentation.TableName.
Resolves and creates shortname to longname mapping.
TABLENAME_PARAM_MAPPING - Variable in class dke.smwp.serialize.FragmentClassSer
table containing parameter mapping
TABLENAME_PCFC_MAPPING - Static variable in class dke.smwp.serialize.PageClassSer
tablename contains mapping which fragment classes are mapped to which page classes
TABLENAME_SMWP_FC - Static variable in class dke.smwp.db.DB_smwp_fc
tablename for fragment classes
TABLENAME_SMWP_FC_PARAMS - Static variable in class dke.smwp.db.DB_smwp_fc_params
tablename for mapped fragment class parameters
TABLENAME_SMWP_LOG - Static variable in class dke.smwp.db.DB_smwp_log
table containing log information
TABLENAME_SMWP_PAGEREF_EXTERNAL - Static variable in class dke.smwp.db.DB_smwp_pageref_external
tablename for external page references
TABLENAME_SMWP_PAGEREF_INTERNAL - Static variable in class dke.smwp.db.DB_smwp_pageref_internal
tablename for internal page references
TABLENAME_SMWP_PARAM_MAPPING - Static variable in class dke.smwp.db.DB_smwp_param_mapping
tablename for smwp parameter mapping
TABLENAME_SMWP_PARAMETERS - Static variable in class dke.smwp.db.DB_smwp_parameters
tablename for metadata of parameters
TABLENAME_SMWP_PC - Static variable in class dke.smwp.db.DB_smwp_pc
tablename for page class names
TABLENAME_SMWP_PC_PARAMS - Static variable in class dke.smwp.db.DB_smwp_pc_params
tablename
TABLENAME_SMWP_PCFC_MAPPING - Static variable in class dke.smwp.db.DB_smwp_pcfc_mapping
tablename for page class to fragment class mapping
TABLENAME_SMWP_PUBLISH_FC - Static variable in class dke.smwp.db.DB_smwp_publish_fc
tablename for publication information of fragment class
TABLENAME_SMWP_PUBLISH_PC - Static variable in class dke.smwp.db.DB_smwp_publish_pc
tablename for publication information of page class
TABLENAME_SMWP_TABLENAME - Static variable in class dke.smwp.fragmentation.TableName
 
TABLENAME_SMWP_TABLENAME - Static variable in class dke.smwp.db.DB_smwp_tablename
tablename containing shortname-longname mapping
TABLENAME_SMWP_XML_DOCUMENT - Static variable in class dke.smwp.db.DB_XML_Document
tablename for storing xml documents
TABLENAME_SMWP_XML_DOCUMENT_PARAMS - Static variable in class dke.smwp.db.DB_XML_Document
tablename for storing metadata for xml documents
TableName() - Constructor for class dke.smwp.fragmentation.TableName
default constructor
TableNameResolver - class dke.smwp.TableNameResolver.
Resolves shortname mapped to longname All columnnames, tablenames, constraint names etc. are limited to 30 characters by the underlying oracle database.
TableNameResolver() - Constructor for class dke.smwp.TableNameResolver
 
Tcolumn - class dke.smwp.serialize.dbtypes.Tcolumn.
 
Tcolumn() - Constructor for class dke.smwp.serialize.dbtypes.Tcolumn
default constructor
Tcolumn(boolean) - Constructor for class dke.smwp.serialize.dbtypes.Tcolumn
constructor
TcolumnRef - class dke.smwp.serialize.dbtypes.TcolumnRef.
 
TcolumnRef() - Constructor for class dke.smwp.serialize.dbtypes.TcolumnRef
default constructor
TColumnTable - class dke.smwp.serialize.dbtypes.TColumnTable.
 
TColumnTable() - Constructor for class dke.smwp.serialize.dbtypes.TColumnTable
default constructor
TColumnTable(Tcolumn[]) - Constructor for class dke.smwp.serialize.dbtypes.TColumnTable
 
toDatum(Connection) - Method in class dke.smwp.serialize.dbtypes.TcolumnRef
ORAData interface
toDatum(Connection) - Method in class dke.smwp.serialize.dbtypes.Tcolumn
ORAData interface
toDatum(Connection) - Method in class dke.smwp.serialize.dbtypes.TColumnTable
ORAData interface
token - Static variable in class dke.smwp.compiler.Parser
 
Token - class dke.smwp.compiler.Token.
generated by myself for UML
Token() - Constructor for class dke.smwp.compiler.Token
 
toString() - Method in class dke.xml.QName
generates String representation of QName in following syntax
"{" namespaceURI "}" localname
toString() - Method in class dke.smwp.serialize.PageClassSer
generates String representation in following syntax
"page-class " pcName "<" [ pcParamNames { "," pcParamNames } ] ">"
toString() - Method in class dke.smwp.serialize.PageSer
Generates String-representation of page class name in following syntax: pc_name "(" [ pc_param_name { "," pc_param_name } ] ")"
toString() - Method in class dke.smwp.serialize.FragmentClassSer
String representation of FragmentClassSer using following syntax "fragment-class <" [fc_paramName {"," fc_paramName} ] ">"
toString() - Method in class dke.smwp.serialize.TupleModificationDescr
gets String representation of tuple modificationm description
toString() - Method in class dke.smwp.serialize.dbtypes.Tcolumn
 
toString() - Method in class dke.smwp.serialize.dbtypes.TColumnTable
 
toString() - Method in class dke.smwp.fragmentation.FragmentClass
generates string representation for fragment class fc_rootName < [ paramName { "," paramName } ]
toString() - Method in class dke.smwp.fragmentation.AbstractParameter
string representation of abstract parameter
toString() - Method in class dke.smwp.fragmentation.FragmentationRelation
generates String representation of FragmentationRelation object
toString() - Method in class dke.smwp.fragmentation.ForeignKeyConstraint
generate String representation of foreign key constraint for usage as part of an SQL statement; syntax: " FOREIGN KEY (" column_name_referencing {"," column_name_referencing } ") REFERENCES " tablename_referenced "(" column_name_referenced {"," column_name_referenced } ")"
toString() - Method in class dke.smwp.fragmentation.Column
genterates string representation of Column object
toString() - Method in class dke.smwp.fragmentation.PredicateParameter
generats String representation of PredicateParameter object
toString() - Method in class dke.smwp.fragmentation.ValueParameter
generats String representation of ValueParameter object
toString() - Method in class dke.smwp.fragmentation.PageClass
generates page class name for string output; pc_rootName "<" [ paramName { "," paramName } ] ">"
triggeredSerializeFragmentDeletion(String, TColumnTable) - Static method in class dke.smwp.serialize.TriggerTarget
deletes published pages (xml documents) method invoced by PL/SQL trigger on tuple deletion in Fragmentation Relation
triggeredSerializeFragmentInsertion(String, TColumnTable) - Static method in class dke.smwp.serialize.TriggerTarget
creates new pages serialized as xml documents method invoced by PL/SQL trigger on tuple insertion in Fragmentation Relation
triggeredSerializeFragmentModification(String, TColumnTable, TColumnTable) - Static method in class dke.smwp.serialize.TriggerTarget
updates published Page Class/pages (xml documents) by deleting old pages designated by fragmentation parameter values of oldTuple and creating new pages designated by newTuple method invoced by PL/SQL trigger on tuple update in Fragmentation Relation
triggeredSerializeTupleDeletion(String, String, TColumnTable) - Static method in class dke.smwp.serialize.TriggerTarget
method invoced by pl/sql trigger on tuple deletion in fragment class relation
triggeredSerializeTupleInsertion(String, String, TColumnTable) - Static method in class dke.smwp.serialize.TriggerTarget
method invoced by pl/sql trigger on tuple insert in fragment class relation
triggeredSerializeTupleModification(String, String, TColumnTable, TColumnTable) - Static method in class dke.smwp.serialize.TriggerTarget
updates Page Class/pages (xml documents) method invoced by PL/SQL trigger on tuple update in Fragment Class relation
TriggerTarget - class dke.smwp.serialize.TriggerTarget.
 
TriggerTarget() - Constructor for class dke.smwp.serialize.TriggerTarget
 
TUPLE_DELETE - Static variable in class dke.smwp.serialize.TupleModificationDescr
 
TUPLE_INSERT - Static variable in class dke.smwp.serialize.TupleModificationDescr
 
TUPLE_UPDATE - Static variable in class dke.smwp.serialize.TupleModificationDescr
 
tupleAsXMLTuple(FragmentSer, TColumnTable) - Static method in class dke.smwp.serialize.SerializeTupleModification
converts tuple data from TColumn into an Hashtable containing column description QName as key, and tuple data as data;
tupleElt - Variable in class dke.smwp.serialize.IncrementalModificationFilter
private cache of tuple element
tupleElt - Variable in class dke.smwp.serialize.TupleModificationDescr
element name of modified tuple
tupleEltInDepth - Variable in class dke.smwp.serialize.IncrementalModificationFilter
 
TupleModificationDescr - class dke.smwp.serialize.TupleModificationDescr.
Describes tuple modification used to process modification to xml documents
TupleModificationDescr(QName, QName, String, Hashtable, int) - Constructor for class dke.smwp.serialize.TupleModificationDescr
constructor
TYPE_SMWP_FC_DERIVED - Static variable in class dke.smwp.db.DB_smwp_fc
designator for fragment class type: derived fragment class
TYPE_SMWP_FC_PRIMARY - Static variable in class dke.smwp.db.DB_smwp_fc
designator for fragment class type: primary fragment class
TYPE_SMWP_FC_ROOT - Static variable in class dke.smwp.db.DB_smwp_fc
designator for fragment class type: root fragment class

U

update(String, String, String, String) - Method in class dke.smwp.db.DB_smwp_publish_fc
updates xml publishing information for given fragment class
update(String, String, String, String, String) - Method in class dke.smwp.db.DB_smwp_publish_pc
updates xml publishing information of given Page Class
update(String, XMLPublishFCStatement) - Method in class dke.smwp.db.DB_smwp_publish_fc
updates xml publishing information for given fragment class
UseReferenceRelationStmt(String, String, String[]) - Static method in class dke.smwp.compiler.Parser
 

V

val - Variable in class dke.smwp.compiler.Token
 
ValueParameter - class dke.smwp.fragmentation.ValueParameter.
handling value parameters
ValueParameter(String, String, String) - Constructor for class dke.smwp.fragmentation.ValueParameter
constructor - creates and initializes ValueParameter object which is generated upon given fragment class fc_root_name; generates reference relation in database for value parameter;
ValueParameter(String, String, String, String) - Constructor for class dke.smwp.fragmentation.ValueParameter
constructor - initializes ValueParameter object defined upon existing reference relation;
VBPDefineStmt() - Static method in class dke.smwp.compiler.Parser
 

W

WeakSeparator(int, int, int) - Static method in class dke.smwp.compiler.Parser
 

X

x - Static variable in class dke.smwp.compiler.Parser
 
XMLPublishFCStatement - class dke.smwp.fragmentation.XMLPublishFCStatement.
container class for storing xml publication information used for page generation as xml document
XMLPublishFCStatement(String, String, String) - Constructor for class dke.smwp.fragmentation.XMLPublishFCStatement
default constructor
XMLPublishFCStmt() - Static method in class dke.smwp.compiler.Parser
 
XMLPublishPCStatement - class dke.smwp.fragmentation.XMLPublishPCStatement.
container class for storing xml publication information used for page generation as xml document
XMLPublishPCStatement(String, String) - Constructor for class dke.smwp.fragmentation.XMLPublishPCStatement
default constructor
XMLPublishPCStmt() - Static method in class dke.smwp.compiler.Parser
 
xmlTuple - Variable in class dke.smwp.serialize.IncrementalModificationFilter
private cache of tuple in pseudo XML representation
xmlTuple - Variable in class dke.smwp.serialize.TupleModificationDescr
tuple which was modified; saved as Hashtable containing column names (as key) and column values (as value)
xmlTupleElts - Variable in class dke.smwp.serialize.IncrementalModificationFilter
private cache of tuple in pseudo XML representation

_

_array - Variable in class dke.smwp.serialize.dbtypes.TColumnTable
 
_cache - Variable in class dke.smwp.serialize.PageClassSerCache
container, storing instances of PageClassSer objects
_cache - Variable in class dke.smwp.serialize.FragmentClassSerCache
container, storing instances of FragmentClassSer objects
_columnName - Variable in class dke.smwp.fragmentation.Column
column name
_columns - Variable in class dke.smwp.fragmentation.FragmentClass
contains Column objects representing all columns for the fragment class relation
_columns - Variable in class dke.smwp.fragmentation.FragmentationRelation
collection containing column objects
_connectionPool - Variable in class dke.smwp.trigger.AbstractTrigger
 
_connectionPool - Variable in class dke.smwp.db.DB_smwp_pcfc_mapping
ConnectionPool handle
_connectionPool - Variable in class dke.smwp.db.DB_smwp_publish_pc
ConnectionPool handle
_connectionPool - Variable in class dke.smwp.db.DB_smwp_parameters
ConnectionPool handle
_connectionPool - Variable in class dke.smwp.db.DB_smwp_fc_params
connection pool handling
_connectionPool - Variable in class dke.smwp.db.DB_smwp_pc_params
ConnectionPool handle
_connectionPool - Variable in class dke.smwp.db.DB_smwp_pc
ConnectionPool handle
_connectionPool - Variable in class dke.smwp.db.DB_smwp_log
connection pool object
_connectionPool - Variable in class dke.smwp.db.DB_smwp_tablename
ConnectionPool handle
_connectionPool - Variable in class dke.smwp.db.DB_smwp_publish_fc
ConnectionPool handle
_connectionPool - Variable in class dke.smwp.db.DB_Table
connection pool handle
_connectionPool - Variable in class dke.smwp.db.DB_FragmentClass
 
_connectionPool - Variable in class dke.smwp.db.DB_smwp_param_mapping
 
_connectionPool - Variable in class dke.smwp.db.DB_Parameter
connection object handle
_connectionPool - Variable in class dke.smwp.db.DB_smwp_fc
ConnectionPool handle
_connections - Variable in class dke.smwp.ConnectionPool
stores all open connections
_dataType - Variable in class dke.smwp.fragmentation.Column
column datatype (e.g.
_dbURL - Variable in class dke.smwp.ConnectionPool
database url
_derivBase - Variable in class dke.smwp.fragmentation.FragmentClass
longname of derivation base class if fragment class is derived fragment class
_derivBaseClass - Variable in class dke.smwp.fragmentation.FragmentClass
 
_errorText - Static variable in class dke.smwp.ConnectionPool
internal error text
_factory - Static variable in class dke.smwp.serialize.dbtypes.Tcolumn
 
_fc - Variable in class dke.smwp.serialize.FragmentSer
fragment class which is being serialized
_fc_alias_name - Variable in class dke.smwp.fragmentation.FragmentClass
alias name for fragment class (required for tuple selection predicate, fragment selection predicate, and join statements (derived fragment class only)
_fc_long_name - Variable in class dke.smwp.fragmentation.FragmentClass
fragment class long name - logical name; e.g. long name for fragment class wineries<region> is wineries_region
_fc_root_name - Variable in class dke.smwp.fragmentation.FragmentClass
fragment class root name - e.g. the root name for fragment class wineries<region> is wineries
_fc_root_name - Variable in class dke.smwp.fragmentation.AbstractParameter
name of root fragment class the parameter is defined upon
_fc_short_name - Variable in class dke.smwp.fragmentation.FragmentClass
fragment class short name (physical name in database)
_fcName - Variable in class dke.smwp.serialize.FragmentClassSer
fragment class name
_fcParamNames - Variable in class dke.smwp.serialize.FragmentClassSer
names of parameters used by fragment class
_fcParams - Variable in class dke.smwp.serialize.FragmentClassSer
Fragment class parameters.
_fcs - Variable in class dke.smwp.serialize.PageClassSer
fragment classes mapped to page class
_ffcParamNames - Variable in class dke.smwp.serialize.PageClassSer
parameter names of foundation fragment class
_fileId - Variable in class dke.smwp.serialize.FileAccessDescr
 
_files - Variable in class dke.smwp.serialize.FileAccessSync
 
_foreignKeys - Variable in class dke.smwp.fragmentation.FragmentClass
container for ForeignKeyConstraint objects
_foundationFC - Variable in class dke.smwp.serialize.PageClassSer
fragment class used by page class as foundation fragment class
_fParams - Variable in class dke.smwp.serialize.FragmentSer
parameters used by fragment class; using parameter names as key and parameter values as value
_fragBase - Variable in class dke.smwp.fragmentation.FragmentClass
longname of fragment base class - null if fragment class is root fragment class
_fragBaseClass - Variable in class dke.smwp.fragmentation.FragmentClass
 
_fragment_element_name - Variable in class dke.smwp.fragmentation.XMLPublishFCStatement
element name for fragments
_fragmentationTableName - Variable in class dke.smwp.serialize.FragmentClassSer
name of fragmentation relation
_fragRelation - Variable in class dke.smwp.fragmentation.FragmentClass
 
_genApproach - Variable in class dke.smwp.fragmentation.PageClass
defines type of update to page (xml document), when tuples within fragments (which are mapped to page class) are inserted/deleted/updated
_increment - Variable in class dke.smwp.ConnectionPool
number of connections which are being opened if available connections run out
_instance - Static variable in class dke.smwp.SMWP_Properties
properties instance
_instance - Static variable in class dke.smwp.serialize.FileAccessSync
 
_instance - Static variable in class dke.smwp.serialize.SerializeTupleModification
 
_instance - Static variable in class dke.smwp.serialize.PageClassSerCache
sole cache instance handling PageClassSer objects
_instance - Static variable in class dke.smwp.serialize.FragmentClassSerCache
sole cache instance handling FragmentClassSer objects
_instance - Static variable in class dke.smwp.serialize.SerializeCompleteImpl
sole serialization instance
_joinClause - Variable in class dke.smwp.compiler.InternalPageRef
 
_joinPredicate - Variable in class dke.smwp.fragmentation.DerivedFragmentClass
sql statement defining join clause between fragmentation base class and derivation base class
_localName - Variable in class dke.xml.QName
localname for qulified object
_maintenanceMode - Variable in class dke.smwp.serialize.PageClassSer
used maintenance mode for updating pages (xml documents) when data in application relations was changed
_namespace - Variable in class dke.smwp.fragmentation.XMLPublishFCStatement
namespace uri used for fragment element name
_namespaceURI - Variable in class dke.xml.QName
namespace for qualified object
_ns_uri - Variable in class dke.smwp.fragmentation.PageClass
namespace used for page element when published as xml document
_output - Variable in class dke.smwp.CommandProcessor
contains output/feedback from the previously executed method
_page_element_name - Variable in class dke.smwp.fragmentation.XMLPublishPCStatement
element name for page
_page_namespace - Variable in class dke.smwp.fragmentation.XMLPublishPCStatement
namespace uri for page element
_param_kind - Variable in class dke.smwp.fragmentation.AbstractParameter
type of parameter {"predicate", "value"}
_param_kind - Static variable in class dke.smwp.fragmentation.PredicateParameter
 
_param_kind - Static variable in class dke.smwp.fragmentation.ValueParameter
 
_param_name - Variable in class dke.smwp.fragmentation.AbstractParameter
parameter name
_parameter - Variable in class dke.smwp.fragmentation.Column
column datatype parameters
_parameters - Variable in class dke.smwp.fragmentation.FragmentClass
contains AbstractParameter objects defining parameters which are used for fragment class parameterization
_parser - Static variable in class dke.smwp.serialize.PageSer
xml parser
_password - Variable in class dke.smwp.ConnectionPool
database password
_pc - Variable in class dke.smwp.serialize.PageSer
page class the page is mapped to
_pc_name - Variable in class dke.smwp.fragmentation.PageClass
element name for page when published as xml document
_pc_params - Variable in class dke.smwp.fragmentation.PageClass
names of parameters, which are used by page class
_pc_root_name - Variable in class dke.smwp.fragmentation.PageClass
page class root name; first part of page class name
_pcName - Variable in class dke.smwp.serialize.PageClassSer
name of page class
_pcParamNames - Variable in class dke.smwp.serialize.PageClassSer
parameter names of page class
_pParams - Variable in class dke.smwp.serialize.PageSer
parameters used by fragment class; using parameter name as key and parameter value as value
_primaryKeys - Variable in class dke.smwp.fragmentation.FragmentClass
contains (String) names of primary key columns
_publishToUri - Static variable in class dke.smwp.serialize.PageClassSer
directory to publish the pages (xml documents) to; prefix of systemId required for _storageMedia == "FILE"
_ref - Variable in class dke.smwp.serialize.dbtypes.TcolumnRef
 
_refencingColumns - Variable in class dke.smwp.fragmentation.ForeignKeyConstraint
names of referencing columns
_referencedColumns - Variable in class dke.smwp.fragmentation.ForeignKeyConstraint
names of referenced columns
_referencedTable - Variable in class dke.smwp.fragmentation.ForeignKeyConstraint
name of table which is referenced
_relativeSystemId - Variable in class dke.smwp.serialize.PageClassSer
system id relative to publication directory
_rr_attr_name - Variable in class dke.smwp.fragmentation.AbstractParameter
column name of reference relation which is being mapped as parameter
_rr_name - Variable in class dke.smwp.fragmentation.AbstractParameter
name of reference relation
_selectedRow - Variable in class dke.smwp.tools.CommandHistoryDialog
 
_site - Static variable in class dke.smwp.CommandProcessor
central class for managing fragment classes, fragment class parameters and page classes
_source_fc_aliasName - Variable in class dke.smwp.compiler.InternalPageRef
 
_source_fc_longName - Variable in class dke.smwp.compiler.InternalPageRef
 
_source_pc_longName - Variable in class dke.smwp.compiler.InternalPageRef
 
_SQL_BASETYPE - Static variable in class dke.smwp.serialize.dbtypes.TcolumnRef
 
_SQL_NAME - Static variable in class dke.smwp.serialize.dbtypes.Tcolumn
 
_SQL_NAME - Static variable in class dke.smwp.serialize.dbtypes.TColumnTable
 
_SQL_TYPECODE - Static variable in class dke.smwp.serialize.dbtypes.TcolumnRef
 
_SQL_TYPECODE - Static variable in class dke.smwp.serialize.dbtypes.Tcolumn
 
_SQL_TYPECODE - Static variable in class dke.smwp.serialize.dbtypes.TColumnTable
 
_sqlType - Static variable in class dke.smwp.serialize.dbtypes.Tcolumn
 
_storageMedia - Variable in class dke.smwp.serialize.PageClassSer
location where pages (xml documents) are stored valid values are: DATABASE, FILE, IFS - only database supported
_struct - Variable in class dke.smwp.serialize.dbtypes.Tcolumn
 
_systemId - Variable in class dke.smwp.serialize.PageClassSer
name/filename of page
_systemId - Variable in class dke.smwp.serialize.PageSer
filename of serialized page (xml document)
_systemid_root - Variable in class dke.smwp.fragmentation.PageClass
filepath and first part of filename for generated pages (xml documents)
_target_fc_aliasName - Variable in class dke.smwp.compiler.InternalPageRef
 
_target_fc_longName - Variable in class dke.smwp.compiler.InternalPageRef
 
_target_pc_aliasName - Variable in class dke.smwp.compiler.ExternalPageRef
 
_target_pc_longName - Variable in class dke.smwp.compiler.ExternalPageRef
 
_TcolumnFactory - Static variable in class dke.smwp.serialize.dbtypes.Tcolumn
 
_TcolumnRefFactory - Static variable in class dke.smwp.serialize.dbtypes.TcolumnRef
 
_TColumnTableFactory - Static variable in class dke.smwp.serialize.dbtypes.TColumnTable
 
_tuple_element_name - Variable in class dke.smwp.fragmentation.XMLPublishFCStatement
element name for tuples
_tupleTableName - Variable in class dke.smwp.serialize.FragmentClassSer
 
_user - Variable in class dke.smwp.ConnectionPool
database username
_xmlFragmentLocalName - Variable in class dke.smwp.serialize.FragmentClassSer
fragment name
_xmlLocalName - Variable in class dke.smwp.serialize.PageClassSer
element name within XML document for page
_xmlNsUri - Variable in class dke.smwp.serialize.PageClassSer
namespace uri für page element in xml document
_xmlNsUri - Variable in class dke.smwp.serialize.FragmentClassSer
fragment namespace uri
_xmlPublishPCStmt - Variable in class dke.smwp.fragmentation.PageClass
publication information for page class when published as xml document
_xmlTupleLocalName - Variable in class dke.smwp.serialize.FragmentClassSer
tuple name

A B C D E F G I K L M N O P Q R S T U V W X _