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

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.
SerializeFragmentTrigger() - Constructor for class dke.smwp.trigger.SerializeFragmentTrigger
default constructor
SerializeIncrementalImpl - class dke.smwp.serialize.SerializeIncrementalImpl.
implementation of serialization strategy "coreSMWP".
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.
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 for page reference;
setSource(String, String, String) - Method in class dke.smwp.compiler.InternalPageRef
sets source parameters for page reference;
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
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
 

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