A C D E G H I N O R S U V

A

addApplication(IApplication) - Method in class vub.starlab.InterpretationLayer.DatabaseAPI
 
addApplication(IApplication) - Method in interface vub.starlab.InterpretationLayer.IDatabaseInsertionAPI
This method adds a new Application
addRule(IRule) - Method in class vub.starlab.InterpretationLayer.DatabaseAPI
 
addRule(IRule) - Method in interface vub.starlab.InterpretationLayer.IDatabaseInsertionAPI
This method adds a new rule
addRuleToView(IRule, IView) - Method in class vub.starlab.InterpretationLayer.DatabaseAPI
 
addRuleToView(IRule, IView) - Method in interface vub.starlab.InterpretationLayer.IDatabaseInsertionAPI
This method activates a rule for a certain view.
addUserAccount(IUserAccount) - Method in class vub.starlab.InterpretationLayer.DatabaseAPI
 
addUserAccount(IUserAccount) - Method in interface vub.starlab.InterpretationLayer.IDatabaseInsertionAPI
This method adds a new useraccount
addView(IView) - Method in class vub.starlab.InterpretationLayer.DatabaseAPI
 
addView(IView) - Method in interface vub.starlab.InterpretationLayer.IDatabaseInsertionAPI
This method adds a new view
addViewToApplication(IView, IApplication) - Method in class vub.starlab.InterpretationLayer.DatabaseAPI
 
addViewToApplication(IView, IApplication) - Method in interface vub.starlab.InterpretationLayer.IDatabaseInsertionAPI
Method activates a view for a certain application
alreadyAccessed - Variable in class vub.starlab.InterpretationLayer.util.ObjectIterator
 
Application - class vub.starlab.InterpretationLayer.objects.Application.
Title: Dogma Interpretation Layer Objects : Application
Description:
Copyright: Copyright (c) 2001
Company: VUB - STARLab
Application(String) - Constructor for class vub.starlab.InterpretationLayer.objects.Application
 
Application(String, String, String, String) - Constructor for class vub.starlab.InterpretationLayer.objects.Application
 
ApplicationAlreadyExistsException - exception vub.starlab.InterpretationLayer.exceptions.ApplicationAlreadyExistsException.
Title: Dogma interpretation layer API - ApplicationAlreadyExistsException exception
Description:
Copyright: Copyright (c) 2001
Company: VUB - STARLab
ApplicationAlreadyExistsException(String) - Constructor for class vub.starlab.InterpretationLayer.exceptions.ApplicationAlreadyExistsException
 
ApplicationCollectionIterator - class vub.starlab.InterpretationLayer.util.ApplicationCollectionIterator.
Title: DOGMA interpretation layer utils: ApplicationCollectionIterator
Description:
Copyright: Copyright (c) 2001
Company: VUB - STARLab
ApplicationCollectionIterator() - Constructor for class vub.starlab.InterpretationLayer.util.ApplicationCollectionIterator
 
ApplicationNotFoundException - exception vub.starlab.InterpretationLayer.exceptions.ApplicationNotFoundException.
Title: Dogma interpretation layer API - ApplicationNotFoundException
Description:
Copyright: Copyright (c) 2001
Company: VUB - STARLab
ApplicationNotFoundException(String) - Constructor for class vub.starlab.InterpretationLayer.exceptions.ApplicationNotFoundException
 

C

closeConnection() - Method in class vub.starlab.InterpretationLayer.DatabaseAPI
 
closeConnection() - Method in interface vub.starlab.InterpretationLayer.IDatabaseAPI
This method is called when all database operations are finished, and a connection to the database is not longer required.
collection - Variable in class vub.starlab.InterpretationLayer.util.ObjectIterator
 

D

DatabaseAPI - class vub.starlab.InterpretationLayer.DatabaseAPI.
Title: Dogma Interpretation Layer Database API
Description:
Copyright: Copyright (c) 2001
Company: VUB - STARLab
DatabaseAPI() - Constructor for class vub.starlab.InterpretationLayer.DatabaseAPI
 
DatabaseAPI(String, String, String, String) - Constructor for class vub.starlab.InterpretationLayer.DatabaseAPI
 
deleteApplication(IApplication) - Method in class vub.starlab.InterpretationLayer.DatabaseAPI
 
deleteApplication(IApplication) - Method in interface vub.starlab.InterpretationLayer.IDatabaseModificationAPI
This method removes an application from the interpretation server.
deleteRule(IRule) - Method in class vub.starlab.InterpretationLayer.DatabaseAPI
 
deleteRule(IRule) - Method in interface vub.starlab.InterpretationLayer.IDatabaseModificationAPI
This method removes a rule from the interpretation server.
deleteRuleFromView(IRule, IView) - Method in class vub.starlab.InterpretationLayer.DatabaseAPI
 
deleteRuleFromView(IRule, IView) - Method in interface vub.starlab.InterpretationLayer.IDatabaseModificationAPI
This method deactivates a rule for a view.
deleteUserAccount(IUserAccount) - Method in class vub.starlab.InterpretationLayer.DatabaseAPI
 
deleteUserAccount(IUserAccount) - Method in interface vub.starlab.InterpretationLayer.IDatabaseModificationAPI
This method removes a useraccount from the interpretation server.
deleteView(IView) - Method in class vub.starlab.InterpretationLayer.DatabaseAPI
 
deleteView(IView) - Method in interface vub.starlab.InterpretationLayer.IDatabaseModificationAPI
This method removes a view from the interpretation server.
deleteViewFromApplication(IView, IApplication) - Method in class vub.starlab.InterpretationLayer.DatabaseAPI
 
deleteViewFromApplication(IView, IApplication) - Method in interface vub.starlab.InterpretationLayer.IDatabaseModificationAPI
This method deactivates a view for an application.

E

establishConnection(String, String, String, String) - Method in class vub.starlab.InterpretationLayer.DatabaseAPI
 
establishConnection(String, String, String, String) - Method in interface vub.starlab.InterpretationLayer.IDatabaseAPI
This method should be called before calling any other method of this interface.

G

getAffiliation() - Method in interface vub.starlab.InterpretationLayer.objects.IUserAccount
Accessor method returns the affiliation for this user
getAffiliation() - Method in class vub.starlab.InterpretationLayer.objects.UserAccount
 
getApplicationDescription() - Method in class vub.starlab.InterpretationLayer.objects.Application
 
getApplicationDescription() - Method in interface vub.starlab.InterpretationLayer.objects.IApplication
Accessor method for getting the ApplicationDescription of this application
getApplicationLabel() - Method in class vub.starlab.InterpretationLayer.exceptions.ApplicationAlreadyExistsException
Accessor method
getApplicationLabel() - Method in class vub.starlab.InterpretationLayer.exceptions.ApplicationNotFoundException
Accessor method
getApplicationLabel() - Method in class vub.starlab.InterpretationLayer.exceptions.ViewAlreadyActiveForApplicationException
Accessor method returning the ApplicationLabel of the application the view is already active for
getApplicationLabel() - Method in class vub.starlab.InterpretationLayer.exceptions.ViewNotActiveForApplicationException
Accessor method returning the ApplicationLabel of the application the view is not active for
getApplicationLabel() - Method in class vub.starlab.InterpretationLayer.objects.Application
 
getApplicationLabel() - Method in interface vub.starlab.InterpretationLayer.objects.IApplication
Accessor method for getting the ApplicationLabel of this application
getApplicationName() - Method in class vub.starlab.InterpretationLayer.objects.Application
 
getApplicationName() - Method in interface vub.starlab.InterpretationLayer.objects.IApplication
Accessor method for getting the ApplicationName of this application
getApplications() - Method in class vub.starlab.InterpretationLayer.DatabaseAPI
 
getApplications() - Method in interface vub.starlab.InterpretationLayer.IDatabaseRetrievalAPI
This method retrieves all applications currently stored in the interpretation server.
getEmail() - Method in interface vub.starlab.InterpretationLayer.objects.IUserAccount
Accessor method for getting the email address of this user
getEmail() - Method in class vub.starlab.InterpretationLayer.objects.UserAccount
 
getName() - Method in interface vub.starlab.InterpretationLayer.objects.IUserAccount
Accessor method for getting the name of this user
getName() - Method in class vub.starlab.InterpretationLayer.objects.UserAccount
 
getPassword() - Method in interface vub.starlab.InterpretationLayer.objects.IUserAccount
Accessor method for getting the password of this user
getPassword() - Method in class vub.starlab.InterpretationLayer.objects.UserAccount
 
getResultSet() - Method in class vub.starlab.InterpretationLayer.util.ObjectCollection
Method is protected and should only be used by subclasses extending this object Returns the underlying resultset which is used for delayed database retrieval
getRuleBody() - Method in interface vub.starlab.InterpretationLayer.objects.IRule
Accessor method for getting the Body of this rule
getRuleBody() - Method in class vub.starlab.InterpretationLayer.objects.Rule
 
getRuleDescription() - Method in interface vub.starlab.InterpretationLayer.objects.IRule
Accessor method for getting the Description of this rule
getRuleDescription() - Method in class vub.starlab.InterpretationLayer.objects.Rule
 
getRuleID() - Method in class vub.starlab.InterpretationLayer.exceptions.RuleAlreadyActiveForViewException
Accessor method returning the RuleID of the rule that is already active
getRuleID() - Method in class vub.starlab.InterpretationLayer.exceptions.RuleNotActiveForViewException
Accessor method returning the RuleID of the rule that is not active
getRuleID() - Method in class vub.starlab.InterpretationLayer.exceptions.RuleNotFoundException
Accessor method returning the RuleID of the rule that was not found
getRuleID() - Method in class vub.starlab.InterpretationLayer.exceptions.RuleStillActiveException
Accessor method returning the RuleID of the rule that is still active
getRuleID() - Method in interface vub.starlab.InterpretationLayer.objects.IRule
Accessor method for getting the ID of this rule
getRuleID() - Method in class vub.starlab.InterpretationLayer.objects.Rule
 
getRules() - Method in class vub.starlab.InterpretationLayer.DatabaseAPI
 
getRules() - Method in interface vub.starlab.InterpretationLayer.IDatabaseRetrievalAPI
This method retrieves all rules currently stored in the interpretation server.
getRules(IApplication) - Method in class vub.starlab.InterpretationLayer.DatabaseAPI
 
getRules(IApplication) - Method in interface vub.starlab.InterpretationLayer.IDatabaseRetrievalAPI
This method retrieves all rules associated with a given application in the interpretation server.
getRules(IView) - Method in class vub.starlab.InterpretationLayer.DatabaseAPI
 
getRules(IView) - Method in interface vub.starlab.InterpretationLayer.IDatabaseRetrievalAPI
This method retrieves all rules associated with a given view in the interpretation server.
getUserAccount(IApplication) - Method in class vub.starlab.InterpretationLayer.DatabaseAPI
 
getUserAccount(IApplication) - Method in interface vub.starlab.InterpretationLayer.IDatabaseRetrievalAPI
This method retrieves the useraccount of the last contributor to a given application The method returns a UserAccount object.
getUserAccount(IView) - Method in class vub.starlab.InterpretationLayer.DatabaseAPI
 
getUserAccount(IView) - Method in interface vub.starlab.InterpretationLayer.IDatabaseRetrievalAPI
This method retrieves the useraccount of the last contributor to a given view The method returns a UserAccount object.
getUserAccounts() - Method in class vub.starlab.InterpretationLayer.DatabaseAPI
 
getUserAccounts() - Method in interface vub.starlab.InterpretationLayer.IDatabaseRetrievalAPI
This method retrieves all useraccounts currently stored in the interpretation server.
getUserName() - Method in class vub.starlab.InterpretationLayer.exceptions.UserAccountAlreadyExistsException
Accessor method returning the username of the account that already exists
getUserName() - Method in class vub.starlab.InterpretationLayer.exceptions.UserAccountNotFoundException
Accessor method returning the username of the account that was not found
getUserName() - Method in class vub.starlab.InterpretationLayer.exceptions.UserAccountStillActiveException
Accessor method returning the UserName of the useraccount that is still active
getUserName() - Method in class vub.starlab.InterpretationLayer.objects.Application
 
getUserName() - Method in interface vub.starlab.InterpretationLayer.objects.IApplication
Accessor method for getting the UserName of the last contributor to this application
getUserName() - Method in interface vub.starlab.InterpretationLayer.objects.IUserAccount
Accessor method for getting the username of this user
getUserName() - Method in interface vub.starlab.InterpretationLayer.objects.IView
Accessor method for getting the username of the last contibutor to this view
getUserName() - Method in class vub.starlab.InterpretationLayer.objects.UserAccount
 
getUserName() - Method in class vub.starlab.InterpretationLayer.objects.View
 
getViewDescription() - Method in interface vub.starlab.InterpretationLayer.objects.IView
Accessor method for getting the description of this view
getViewDescription() - Method in class vub.starlab.InterpretationLayer.objects.View
 
getViewID() - Method in class vub.starlab.InterpretationLayer.exceptions.RuleAlreadyActiveForViewException
Accessor method returning the ViewID of the view the rule is already active for
getViewID() - Method in class vub.starlab.InterpretationLayer.exceptions.RuleNotActiveForViewException
Accessor method returning the ViewID of the view the rule is not active for
getViewID() - Method in class vub.starlab.InterpretationLayer.exceptions.ViewAlreadyActiveForApplicationException
Accessor method returning the ViewID of the view that is already active
getViewID() - Method in class vub.starlab.InterpretationLayer.exceptions.ViewAlreadyExistsException
Accessor method returning the username of the view that already exists
getViewID() - Method in class vub.starlab.InterpretationLayer.exceptions.ViewNotActiveForApplicationException
Accessor method returning the ViewID of the view that is not active
getViewID() - Method in class vub.starlab.InterpretationLayer.exceptions.ViewNotFoundException
Accessor method returning the username of the account that was not found
getViewID() - Method in class vub.starlab.InterpretationLayer.exceptions.ViewStillActiveException
Accessor method returning the ViewID of the view that is still active
getViewID() - Method in interface vub.starlab.InterpretationLayer.objects.IView
Accessor method for getting the ID of this view
getViewID() - Method in class vub.starlab.InterpretationLayer.objects.View
 
getViews() - Method in class vub.starlab.InterpretationLayer.DatabaseAPI
 
getViews() - Method in interface vub.starlab.InterpretationLayer.IDatabaseRetrievalAPI
This method retrieves all views currently stored in the interpretation server.
getViews(IApplication) - Method in class vub.starlab.InterpretationLayer.DatabaseAPI
 
getViews(IApplication) - Method in interface vub.starlab.InterpretationLayer.IDatabaseRetrievalAPI
This method retrieves all views associated with a given application in the interpretation server.
getViewTitle() - Method in interface vub.starlab.InterpretationLayer.objects.IView
Accessor method for getting the Title of this view
getViewTitle() - Method in class vub.starlab.InterpretationLayer.objects.View
 
getViewType() - Method in interface vub.starlab.InterpretationLayer.objects.IView
Accessor method for getting the Type of this view
getViewType() - Method in class vub.starlab.InterpretationLayer.objects.View
 

H

hasMoreElements - Variable in class vub.starlab.InterpretationLayer.util.ObjectIterator
 
hasNext() - Method in class vub.starlab.InterpretationLayer.util.ObjectIterator
Checks whether or not this collection has more elements; returns true if it has and false if it hasn't

I

IApplication - interface vub.starlab.InterpretationLayer.objects.IApplication.
Title: Dogma Interpretation Layer Objects: Application object interface
Description:
Copyright: Copyright (c) 2001
Company: VUB - STARLab
IDatabaseAPI - interface vub.starlab.InterpretationLayer.IDatabaseAPI.
Title: Dogma Interpretation Layer Database API Interface
Description:
Copyright: Copyright (c) 2001
Company: VUB - STARLab
IDatabaseInsertionAPI - interface vub.starlab.InterpretationLayer.IDatabaseInsertionAPI.
Title: Dogma Interpretation Layer Database Insertion API interface
Description:
Copyright: Copyright (c) 2001
Company: VUB - STARLab
IDatabaseModificationAPI - interface vub.starlab.InterpretationLayer.IDatabaseModificationAPI.
Title: DOGMA InterpretationLayer Database Modification API interface
Description:
Copyright: Copyright (c) 2001
Company: VUB - STARLab
IDatabaseRetrievalAPI - interface vub.starlab.InterpretationLayer.IDatabaseRetrievalAPI.
Title: DOGMA Interpretation layer Database retrieval API interface
Description:
Copyright: Copyright (c) 2001
Company: VUB - STARLab
IIlObject - interface vub.starlab.InterpretationLayer.objects.IIlObject.
Title: Dogma Interpretation Layer Objects: InterpreationLayerObject interface
Description:
Copyright: Copyright (c) 2001
Company: VUB - STARLab
IRule - interface vub.starlab.InterpretationLayer.objects.IRule.
Title: Dogma Interpretation Layer Objects: Rule object interface
Description:
Copyright: Copyright (c) 2001
Company: VUB - STARLab
isAdministrator() - Method in interface vub.starlab.InterpretationLayer.objects.IUserAccount
Accessor method returns true if this user is an administrator, false otherwise
isAdministrator() - Method in class vub.starlab.InterpretationLayer.objects.UserAccount
 
iterator() - Method in class vub.starlab.InterpretationLayer.util.ObjectCollection
Returns an iterator for this collection
IUserAccount - interface vub.starlab.InterpretationLayer.objects.IUserAccount.
Title: Dogma Interpretation Layer Objects: UserAccoutn object interface
Description:
Copyright: Copyright (c) 2001
Company: VUB - STARLab
IView - interface vub.starlab.InterpretationLayer.objects.IView.
Title: Dogma Interpretation Layer Objects: View object interface
Description:
Copyright: Copyright (c) 2001
Company: VUB - STARLab

N

next() - Method in class vub.starlab.InterpretationLayer.util.ApplicationCollectionIterator
 
next() - Method in class vub.starlab.InterpretationLayer.util.ObjectIterator
Abstract method, is overridden by subclasses
next() - Method in class vub.starlab.InterpretationLayer.util.RuleCollectionIterator
 
next() - Method in class vub.starlab.InterpretationLayer.util.UserAccountCollectionIterator
 
next() - Method in class vub.starlab.InterpretationLayer.util.ViewCollectionIterator
 

O

ObjectCollection - class vub.starlab.InterpretationLayer.util.ObjectCollection.
Title: DOGMA interpretation layer utils: ObjectCollection
Description:
Copyright: Copyright (c) 2001
Company: VUB - STARLab
ObjectCollection(ResultSet, ObjectIterator) - Constructor for class vub.starlab.InterpretationLayer.util.ObjectCollection
 
ObjectIterator - class vub.starlab.InterpretationLayer.util.ObjectIterator.
Title: DOGMA interpretation layer utils: ObjectIterator
Description:
Copyright: Copyright (c) 2001
Company: VUB - STARLab
ObjectIterator() - Constructor for class vub.starlab.InterpretationLayer.util.ObjectIterator
 

R

Rule - class vub.starlab.InterpretationLayer.objects.Rule.
Title: Dogma Interpretation Layer Objects: Rule
Description:
Copyright: Copyright (c) 2001
Company: VUB - STARLab
Rule(int, String, String) - Constructor for class vub.starlab.InterpretationLayer.objects.Rule
 
Rule(String, String) - Constructor for class vub.starlab.InterpretationLayer.objects.Rule
 
RuleAlreadyActiveForViewException - exception vub.starlab.InterpretationLayer.exceptions.RuleAlreadyActiveForViewException.
Title: Dogma Interpretation Layer API: RuleAlreadyActiveForViewException
Description:
Copyright: Copyright (c) 2001
Company: VUB - STARLab
RuleAlreadyActiveForViewException(int, String) - Constructor for class vub.starlab.InterpretationLayer.exceptions.RuleAlreadyActiveForViewException
 
RuleCollectionIterator - class vub.starlab.InterpretationLayer.util.RuleCollectionIterator.
Title: DOGMA interpretation layer utils: RuleCollectionIterator
Description:
Copyright: Copyright (c) 2001
Company: VUB - STARLab
RuleCollectionIterator() - Constructor for class vub.starlab.InterpretationLayer.util.RuleCollectionIterator
 
RuleNotActiveForViewException - exception vub.starlab.InterpretationLayer.exceptions.RuleNotActiveForViewException.
Title: DOGMA InterpretationLayer API: RuleNotActiveForViewException
Description:
Copyright: Copyright (c) 2001
Company: VUB - STARLab
RuleNotActiveForViewException(int, String) - Constructor for class vub.starlab.InterpretationLayer.exceptions.RuleNotActiveForViewException
 
RuleNotFoundException - exception vub.starlab.InterpretationLayer.exceptions.RuleNotFoundException.
Title: Dogma interpretation layer API - RuleNotFoundException
Description:
Copyright: Copyright (c) 2001
Company: VUB - STARLab
RuleNotFoundException(int) - Constructor for class vub.starlab.InterpretationLayer.exceptions.RuleNotFoundException
 
RuleStillActiveException - exception vub.starlab.InterpretationLayer.exceptions.RuleStillActiveException.
Title: Dogma interpretation layer API - RuleStillActiveException
Description:
Copyright: Copyright (c) 2001
Company: VUB - STARLab
RuleStillActiveException(int) - Constructor for class vub.starlab.InterpretationLayer.exceptions.RuleStillActiveException
 

S

setAdministrator(boolean) - Method in interface vub.starlab.InterpretationLayer.objects.IUserAccount
Accessor method to set whether or not this user is an administrator
setAdministrator(boolean) - Method in class vub.starlab.InterpretationLayer.objects.UserAccount
 
setAffiliation(String) - Method in interface vub.starlab.InterpretationLayer.objects.IUserAccount
Accessor method to set the affiliation for this user
setAffiliation(String) - Method in class vub.starlab.InterpretationLayer.objects.UserAccount
 
setApplicationDescription(String) - Method in class vub.starlab.InterpretationLayer.objects.Application
 
setApplicationDescription(String) - Method in interface vub.starlab.InterpretationLayer.objects.IApplication
Accessor method to set the ApplicationDescription for this application
setApplicationLabel(String) - Method in class vub.starlab.InterpretationLayer.objects.Application
 
setApplicationLabel(String) - Method in interface vub.starlab.InterpretationLayer.objects.IApplication
Accessor method to set the ApplicationLabel for this application
setApplicationName(String) - Method in class vub.starlab.InterpretationLayer.objects.Application
 
setApplicationName(String) - Method in interface vub.starlab.InterpretationLayer.objects.IApplication
Accessor method to set the ApplicationName for this application
setCollection(ObjectCollection) - Method in class vub.starlab.InterpretationLayer.util.ObjectIterator
Protected method which should only be called once by the collection to which this iterator belongs
setEmail(String) - Method in interface vub.starlab.InterpretationLayer.objects.IUserAccount
Accessor method to set the email address for this user
setEmail(String) - Method in class vub.starlab.InterpretationLayer.objects.UserAccount
 
setName(String) - Method in interface vub.starlab.InterpretationLayer.objects.IUserAccount
Accessor method to set the name for this user
setName(String) - Method in class vub.starlab.InterpretationLayer.objects.UserAccount
 
setPassword(String) - Method in interface vub.starlab.InterpretationLayer.objects.IUserAccount
Accessor method to set the password for this user
setPassword(String) - Method in class vub.starlab.InterpretationLayer.objects.UserAccount
 
setRuleBody(String) - Method in interface vub.starlab.InterpretationLayer.objects.IRule
Accessor method to set the body for this rule
setRuleBody(String) - Method in class vub.starlab.InterpretationLayer.objects.Rule
 
setRuleDescription(String) - Method in interface vub.starlab.InterpretationLayer.objects.IRule
Accessor method to set the description for this rule
setRuleDescription(String) - Method in class vub.starlab.InterpretationLayer.objects.Rule
 
setRuleID(int) - Method in interface vub.starlab.InterpretationLayer.objects.IRule
Accessor method to set the ID for this rule
setRuleID(int) - Method in class vub.starlab.InterpretationLayer.objects.Rule
 
setUserName(String) - Method in class vub.starlab.InterpretationLayer.objects.Application
 
setUserName(String) - Method in interface vub.starlab.InterpretationLayer.objects.IApplication
Accessor method to set the username of the last contributor to this application
setUserName(String) - Method in interface vub.starlab.InterpretationLayer.objects.IUserAccount
Accessor method to set the username for this user
setUserName(String) - Method in interface vub.starlab.InterpretationLayer.objects.IView
Accessor method to set the username of the last contributor to this view
setUserName(String) - Method in class vub.starlab.InterpretationLayer.objects.UserAccount
 
setUserName(String) - Method in class vub.starlab.InterpretationLayer.objects.View
 
setViewDescription(String) - Method in interface vub.starlab.InterpretationLayer.objects.IView
Accessor method to set the description for this view
setViewDescription(String) - Method in class vub.starlab.InterpretationLayer.objects.View
 
setViewID(String) - Method in interface vub.starlab.InterpretationLayer.objects.IView
Accessor method to set the ID for this view
setViewID(String) - Method in class vub.starlab.InterpretationLayer.objects.View
 
setViewTitle(String) - Method in interface vub.starlab.InterpretationLayer.objects.IView
Accessor method to set the Title for this view
setViewTitle(String) - Method in class vub.starlab.InterpretationLayer.objects.View
 
setViewType(String) - Method in interface vub.starlab.InterpretationLayer.objects.IView
Accessor method to set the Type for this view
setViewType(String) - Method in class vub.starlab.InterpretationLayer.objects.View
 

U

updateApplication(IApplication) - Method in class vub.starlab.InterpretationLayer.DatabaseAPI
 
updateApplication(IApplication) - Method in interface vub.starlab.InterpretationLayer.IDatabaseModificationAPI
This method updates an application in the interpretation server.
updateRule(IRule) - Method in class vub.starlab.InterpretationLayer.DatabaseAPI
 
updateRule(IRule) - Method in interface vub.starlab.InterpretationLayer.IDatabaseModificationAPI
This method updates a rule in the interpretation server.
updateUserAccount(IUserAccount) - Method in class vub.starlab.InterpretationLayer.DatabaseAPI
 
updateUserAccount(IUserAccount) - Method in interface vub.starlab.InterpretationLayer.IDatabaseModificationAPI
This method updates a useraccount in the interpretation server.
updateView(IView) - Method in class vub.starlab.InterpretationLayer.DatabaseAPI
 
updateView(IView) - Method in interface vub.starlab.InterpretationLayer.IDatabaseModificationAPI
This method updates a view in the interpretation server.
UserAccount - class vub.starlab.InterpretationLayer.objects.UserAccount.
Title: Dogma Interpretation Layer Objects: UserAccount
Description:
Copyright: Copyright (c) 2001
Company: VUB - STARLab
UserAccount(String) - Constructor for class vub.starlab.InterpretationLayer.objects.UserAccount
 
UserAccount(String, String, String, String, boolean, String) - Constructor for class vub.starlab.InterpretationLayer.objects.UserAccount
 
UserAccountAlreadyExistsException - exception vub.starlab.InterpretationLayer.exceptions.UserAccountAlreadyExistsException.
Title: Dogma interpretation layer API - UserAccountAlreadyExistsException
Description:
Copyright: Copyright (c) 2001
Company: VUB - STARLab
UserAccountAlreadyExistsException(String) - Constructor for class vub.starlab.InterpretationLayer.exceptions.UserAccountAlreadyExistsException
 
UserAccountCollectionIterator - class vub.starlab.InterpretationLayer.util.UserAccountCollectionIterator.
Title: DOGMA interpretation layer utils: UserAccountCollectionIterator
Description:
Copyright: Copyright (c) 2001
Company: VUB - STARLab
UserAccountCollectionIterator() - Constructor for class vub.starlab.InterpretationLayer.util.UserAccountCollectionIterator
 
UserAccountNotFoundException - exception vub.starlab.InterpretationLayer.exceptions.UserAccountNotFoundException.
Title: Dogma interpretation layer API - UserAccountNotFoundException
Description:
Copyright: Copyright (c) 2001
Company: VUB - STARLab
UserAccountNotFoundException(String) - Constructor for class vub.starlab.InterpretationLayer.exceptions.UserAccountNotFoundException
 
UserAccountStillActiveException - exception vub.starlab.InterpretationLayer.exceptions.UserAccountStillActiveException.
Title: Dogma interpretation layer API - UserAccountStillActiveException
Description:
Copyright: Copyright (c) 2001
Company: VUB - STARLab
UserAccountStillActiveException(String) - Constructor for class vub.starlab.InterpretationLayer.exceptions.UserAccountStillActiveException
 

V

View - class vub.starlab.InterpretationLayer.objects.View.
Title: Dogma Interpretation Layer Objects: View
Description:
Copyright: Copyright (c) 2001
Company: VUB - STARLab
View(String) - Constructor for class vub.starlab.InterpretationLayer.objects.View
 
View(String, String, String, String, String) - Constructor for class vub.starlab.InterpretationLayer.objects.View
 
ViewAlreadyActiveForApplicationException - exception vub.starlab.InterpretationLayer.exceptions.ViewAlreadyActiveForApplicationException.
Title: Dogma Interpretation Layer API - ViewAlreadyActiveForApplicationException
Description:
Copyright: Copyright (c) 2001
Company: VUB - STARLab
ViewAlreadyActiveForApplicationException(String, String) - Constructor for class vub.starlab.InterpretationLayer.exceptions.ViewAlreadyActiveForApplicationException
 
ViewAlreadyExistsException - exception vub.starlab.InterpretationLayer.exceptions.ViewAlreadyExistsException.
Title: Dogma interpretation layer API - ViewAlreadyExistsException
Description:
Copyright: Copyright (c) 2001
Company: VUB - STARLab
ViewAlreadyExistsException(String) - Constructor for class vub.starlab.InterpretationLayer.exceptions.ViewAlreadyExistsException
 
ViewCollectionIterator - class vub.starlab.InterpretationLayer.util.ViewCollectionIterator.
Title: DOGMA interpretation layer utils: ViewCollectionIterator
Description:
Copyright: Copyright (c) 2001
Company: VUB - STARLab
ViewCollectionIterator() - Constructor for class vub.starlab.InterpretationLayer.util.ViewCollectionIterator
 
ViewNotActiveForApplicationException - exception vub.starlab.InterpretationLayer.exceptions.ViewNotActiveForApplicationException.
Title: Dogma interpretation layer API - ViewNotActiveForApplicationException
Description:
Copyright: Copyright (c) 2001
Company: VUB - STARLab
ViewNotActiveForApplicationException(String, String) - Constructor for class vub.starlab.InterpretationLayer.exceptions.ViewNotActiveForApplicationException
 
ViewNotFoundException - exception vub.starlab.InterpretationLayer.exceptions.ViewNotFoundException.
Title: Dogma interpretation layer API - ViewNotFoundException
Description:
Copyright: Copyright (c) 2001
Company: VUB - STARLab
ViewNotFoundException(String) - Constructor for class vub.starlab.InterpretationLayer.exceptions.ViewNotFoundException
 
ViewStillActiveException - exception vub.starlab.InterpretationLayer.exceptions.ViewStillActiveException.
Title: Dogma interpretation layer API - ViewStillActiveException
Description:
Copyright: Copyright (c) 2001
Company: VUB - STARLab
ViewStillActiveException(String) - Constructor for class vub.starlab.InterpretationLayer.exceptions.ViewStillActiveException
 

A C D E G H I N O R S U V