Index

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

B

Backslash - Enum constant in enum class com.groiss.fileimport.csv.EscapeMode
 
backupToVersion(DMSForm, PersistentVersion) - Method in interface com.groiss.dms.DMS
Makes the content of the passed version to the current content of the passed form.
backupToVersion(DMSForm, PersistentVersion) - Method in interface com.groiss.dms.RemoteDMS
Deprecated.
Makes the content of the passed version to the current content of the passed form.
base(Persistent) - Static method in class com.groiss.store.StoreUtil
Return the base object of a Persistent o.
Base64 - Class in com.groiss.util
Provides encoding of raw bytes to base64-encoded characters, and decoding of base64 characters to raw bytes.
BasicEvent - Class in com.groiss.event
Implementation of the Event class.
BasicEvent() - Constructor for class com.groiss.event.BasicEvent
 
BasicEvent(String, ActivityInstance, Object, int) - Constructor for class com.groiss.event.BasicEvent
Create an event.
BasicNotificationItem - Class in com.groiss.notification
A default implementation for NotificationItem.
BasicNotificationItem() - Constructor for class com.groiss.notification.BasicNotificationItem
Public constructor.
BasicNotificationItem(Application, Agent, OrgUnit, Serializable) - Constructor for class com.groiss.notification.BasicNotificationItem
Construct a BasicNotificationItem.
BasicUserDirectorySyncer - Class in com.groiss.ldap
Class for synchronizing users from LDAP or Active Directory.
BasicUserDirectorySyncer() - Constructor for class com.groiss.ldap.BasicUserDirectorySyncer
 
BATCH - Static variable in interface com.groiss.wf.ActivityInstance
batch
BatchAdapter - Interface in com.groiss.wf.batch
Interface BatchAdapter allows an instance to be notified by the BatchManager of execution events of a BatchJob.
BatchJob - Interface in com.groiss.wf.batch
Captures state information about batch jobs.
BatchManager - Class in com.groiss.wf.batch
Starts and Completes BatchJobs.
BatchManager() - Constructor for class com.groiss.wf.batch.BatchManager
 
BeanManager - Class in com.groiss.component
Manages transaction aware components (="beans").
beforeCompletion(VoidCallable) - Static method in class com.groiss.component.BeanManager
Register a callable to be executed before transaction commit.
beforeCompletion(BatchJob) - Method in interface com.groiss.wf.batch.BatchAdapter
The beforeCompletion method notifies a BatchAdapter that a BatchJob is about to complete.
beforeCompletion(BatchJob) - Method in class com.groiss.wf.batch.NullAdapter
 
beforeDelete() - Method in interface com.groiss.store.Persistent
This method is called before the persistent object is deleted.
beforeDelete() - Method in class com.groiss.store.PersistentObject
 
beforeDelete(Persistent) - Method in class com.groiss.org.ObjectExtensionCleaner
 
beforeDelete(P) - Method in class com.groiss.store.PersistentEventAdapter
Deprecated.
 
beforeDelete(P) - Method in interface com.groiss.store.PersistentEventHandler
Called before the object is deleted from the database.
beforeDelete(T) - Method in class com.groiss.dms.FormEventAdapter
Deprecated.
This method is called before the form is deleted.
beforeDelete(T) - Method in interface com.groiss.dms.FormEventHandler
This method is called before the form is deleted.
beforeDelete(T) - Method in class com.groiss.dms.XHTMLFormEventAdapter
Deprecated.
This method is called before the form is deleted.
beforeDelete(T) - Method in interface com.groiss.dms.XHTMLFormEventHandler
This method is called before the form is deleted.
beforeImport(Map<String, Persistent>) - Method in interface com.groiss.store.Exportable
This method is called by the importer after the object is filled with data.
beforeImport(Map<String, Object>, Map<String, Object>) - Method in interface com.groiss.fileimport.FileImportHandler
called after reading a row
beforeInsert() - Method in interface com.groiss.store.Persistent
This method is called before the persistent object is inserted into the store.
beforeInsert() - Method in class com.groiss.store.PersistentObject
 
beforeInsert() - Method in class com.groiss.wf.ProcessRelation
 
beforeInsert(Map<String, Object>, T) - Method in interface com.groiss.fileimport.FileImportHandler
 
beforeInsert(P) - Method in class com.groiss.store.PersistentEventAdapter
Deprecated.
 
beforeInsert(P) - Method in interface com.groiss.store.PersistentEventHandler
Called before the object is inserted into the database.
beforeInsert(T) - Method in class com.groiss.dms.FormEventAdapter
Deprecated.
This method is called before the form is inserted into the store.
beforeInsert(T) - Method in interface com.groiss.dms.FormEventHandler
This method is called before the form is inserted into the store.
beforeInsert(T) - Method in class com.groiss.dms.XHTMLFormEventAdapter
Deprecated.
This method is called before the form is inserted into the store.
beforeInsert(T) - Method in interface com.groiss.dms.XHTMLFormEventHandler
This method is called before the form is inserted into the store.
beforeMailSent(String, MessageTemplate, DMSFolder, Pair<FormType, String>, HttpServletRequest) - Method in interface com.groiss.smartclient.mail.MailActionsHandler
This method is called before the mail is sent and before the permission check is performed, if the user is able to create an email object (info available in parameter "emailFtInfo") and is able to store this object in appropriate DMSFolder "mailFolder".
beforeShow(T, FormContext, HttpServletRequest) - Method in interface com.groiss.dms.FormEventHandler
This method will be called before the page for the passed form is build.
beforeShow(T, FormContext, HttpServletRequest) - Method in interface com.groiss.dms.XHTMLFormEventHandler
This method will be called before the page for the passed form is build.
beforeShow(T, FormContext, HttpServletRequest) - Method in interface com.groiss.storegui.ObjectFormHandler
This method will be called before the page for the passed form is build.
beforeUpdate() - Method in interface com.groiss.store.Persistent
This method is called before the persistent object is updated in the store (the existing object in the store will be overwritten with the values of this object).
beforeUpdate() - Method in class com.groiss.store.PersistentObject
 
beforeUpdate() - Method in class com.groiss.wf.ProcessRelation
 
beforeUpdate(Map<String, Object>, T) - Method in interface com.groiss.fileimport.FileImportHandler
 
beforeUpdate(P) - Method in class com.groiss.store.PersistentEventAdapter
Deprecated.
 
beforeUpdate(P) - Method in interface com.groiss.store.PersistentEventHandler
Called before the object is updated in the database.
beforeUpdate(T) - Method in class com.groiss.dms.FormEventAdapter
Deprecated.
This method is called before the form is updated in the store (the existing form in the store will be overwritten with the values of this form).
beforeUpdate(T) - Method in interface com.groiss.dms.FormEventHandler
This method is called before the form is updated in the store (the existing form in the store will be overwritten with the values of this form).
beforeUpdate(T) - Method in class com.groiss.dms.XHTMLFormEventAdapter
Deprecated.
This method is called before the form is updated in the store (the existing form in the store will be overwritten with the values of this form).
beforeUpdate(T) - Method in interface com.groiss.dms.XHTMLFormEventHandler
This method is called before the form is updated in the store (the existing form in the store will be overwritten with the values of this form).
BEGIN - Static variable in class com.groiss.gui.table.TableRenderer
 
BEGIN - Static variable in interface com.groiss.wf.ActivityInstance
A begin node.
belongsTo() - Method in class com.groiss.ml.classifier.EvaluationResult
Returns the representative of the model to which this result belongs to
bequestACL() - Method in interface com.groiss.dms.DMSFolder
Returns true if objects which are added to this folder should inherit the folders ACL, otherwise false is returned
bequestACL(boolean) - Method in interface com.groiss.dms.DMSFolder
Sets if objects which are added to this folder should inherit the folders ACL.
bindThreadToTransaction(UserTransaction) - Static method in class com.groiss.component.BeanManager
Deprecated, for removal: This API element is subject to removal in a future version. 
BLOCK - Static variable in interface com.groiss.dms.FormField
Non-database field.
body - Variable in class com.groiss.gui.XHTMLPage
 
BooleanAttribute - Class in com.groiss.ml.ds
A nominal attribute which is able to represent the boolean values true and false.
BooleanAttribute(String) - Constructor for class com.groiss.ml.ds.BooleanAttribute
Creates a new BooleanAttribute.
BOTH - Enum constant in enum class com.groiss.gui.table.Table.ToolbarShape
 
BRANCH - Static variable in interface com.groiss.wf.ActivityInstance
A branch node.
breakText(String, int, boolean) - Static method in class com.groiss.util.StringUtil
This method breaks a text (i.e. inserts "\n" characters) so that none of its lines exceed the maximum line length specified by the parameter maxl.
browserMode - Variable in class com.groiss.gui.AbstractComponent
for which browser should the component be rendered
build() - Method in class com.groiss.gui.component.TableContainer
builds the table with the elements of the TableModel.
build(String, ProcessDefinition) - Method in interface com.groiss.ml.classifier.ClassificationService
Builds the classifier of specified classifier assignment of the passed process.
Buildable - Interface in com.groiss.ml.classifier
A Classifier that can be built using Buildable.buildClassifier(DataSet) based on a given training set.
buildClassifier(DataSet) - Method in interface com.groiss.ml.classifier.Buildable
Build classifier based on the given training set.
buildSQLStatement() - Method in class com.groiss.reporting.Query
 
buildTable(HttpServletRequest) - Method in class com.groiss.gui.table.TableRenderer
 
buildTablePage(HttpServletRequest) - Method in class com.groiss.gui.table.TableRenderer
 
BulkQuery - Class in com.groiss.store
Allows efficient execution of queries for a set of items.
BulkQuery() - Constructor for class com.groiss.store.BulkQuery
Construct a fresh BulkQuery.
BulkQuery(int) - Constructor for class com.groiss.store.BulkQuery
Construct a fresh BulkQuery and set a split size
BulkQuery(Collection<?>) - Constructor for class com.groiss.store.BulkQuery
Construct a fresh BulkQuery and add each of the elements of the Collection.
BulkQuery(Collection<?>, boolean) - Constructor for class com.groiss.store.BulkQuery
Construct a fresh BulkQuery and add the elements of the Collection.
Button - Class in com.groiss.gui.component
A HTML button element.
Button() - Constructor for class com.groiss.gui.component.Button
 
Button(Component, String) - Constructor for class com.groiss.gui.component.Button
 
Button(String, String) - Constructor for class com.groiss.gui.component.Button
Standard constructor with label and action
Button(String, String, boolean) - Constructor for class com.groiss.gui.component.Button
 
Button(String, String, String) - Constructor for class com.groiss.gui.component.Button
Constructor with label, action and style.
BY_BOOL - Static variable in class com.groiss.ldap.AttributeMapping
Reference type BY_BOOL designates a reference based on a boolean value (TRUE/FALSE)
BY_CLASS - Static variable in class com.groiss.ldap.AttributeMapping
Reference type BY_CLASS designates a reference based on the name of the Java objects class
BY_DN - Static variable in class com.groiss.ldap.AttributeMapping
Reference type BY_DN designates a reference based on the distinguished name (LDAP-DN) of the class mapping of the objects class
BY_ID - Static variable in class com.groiss.ldap.AttributeMapping
Reference type BY_ID designates a reference based on the value of the id field of the Java Object
BY_ID_CHAIN - Static variable in class com.groiss.ldap.AttributeMapping
Reference type BY_ID_CHAIN designates a reference based on a chain of id references
BY_OID - Static variable in class com.groiss.ldap.AttributeMapping
Reference type BY_OID designates a reference based on the value of field oid of the java object
BY_PWD - Static variable in class com.groiss.ldap.AttributeMapping
Reference type BY_PWD designates a special treatment of the password field according to RFC 2307
BY_VALUE - Static variable in class com.groiss.ldap.AttributeMapping
Reference type BY_VALUE designates a reference based on the attributes value.
ByteArrayDataSource - Class in com.groiss.util
A DataSource that can be created out of a byte array, a String or an input stream.
ByteArrayDataSource(byte[], String) - Constructor for class com.groiss.util.ByteArrayDataSource
Create a DataSource from a byte array.
ByteArrayDataSource(InputStream, String) - Constructor for class com.groiss.util.ByteArrayDataSource
Create a DataSoruce from an input stream.
ByteArrayDataSource(String, String) - Constructor for class com.groiss.util.ByteArrayDataSource
Create a DataSource from a String.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form