Skip navigation links
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 

B

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
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.
Base64() - Constructor for class com.groiss.util.Base64
 
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(Application, Agent, OrgUnit, Serializable) - Constructor for class com.groiss.notification.BasicNotificationItem
Construct a BasicNotificationItem.
BasicNotificationItem() - Constructor for class com.groiss.notification.BasicNotificationItem
Public constructor.
BasicUserDirectorySyncer - Class in com.groiss.ldap
 
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 - Class in com.groiss.wf.batch
Captures state information about batch jobs.
BatchJob(String, int, ActivityInstance, String) - Constructor for class com.groiss.wf.batch.BatchJob
Create a BatchJob instance.
BatchJob() - Constructor for class com.groiss.wf.batch.BatchJob
Create an empty BatchJob instance.
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").
BeanManager() - Constructor for class com.groiss.component.BeanManager
 
before(CreatePIMessage) - Method in interface com.groiss.wfxml.MessageListener
You get a CreateProcessInstance request before it will be processed by the WfXML layer.
before(GetPIDataMessage) - Method in interface com.groiss.wfxml.MessageListener
A GetProcessInstanceData request has arrived.
before(ChangePIStateMessage) - Method in interface com.groiss.wfxml.MessageListener
A ChangeProcessInstanceState request has arrived.
before(PIStateChangedMessage) - Method in interface com.groiss.wfxml.MessageListener
A ProcessInstanceStateChangedMessage has arrived.
before(NotifyMessage) - Method in interface com.groiss.wfxml.MessageListener
A Notify message has arrived.
before(CreatePIMessage) - Method in class com.groiss.wfxml.MessageListenerAdapter
Default implementation, does nothing and returns true.
before(GetPIDataMessage) - Method in class com.groiss.wfxml.MessageListenerAdapter
Default implementation, does nothing and returns true.
before(ChangePIStateMessage) - Method in class com.groiss.wfxml.MessageListenerAdapter
Default implementation, does nothing and returns true.
before(PIStateChangedMessage) - Method in class com.groiss.wfxml.MessageListenerAdapter
Default implementation, does nothing and returns true.
before(NotifyMessage) - Method in class com.groiss.wfxml.MessageListenerAdapter
Default implementation, does nothing and returns true.
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(DMSForm) - Method in class com.groiss.dms.FormEventAdapter
Deprecated.
This method is called before the form is deleted.
beforeDelete(DMSForm) - 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.
beforeDelete(Persistent) - Method in class com.groiss.org.ObjectExtensionCleaner
 
beforeDelete() - Method in interface com.groiss.store.Persistent
This method is called before the persistent object is deleted.
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() - Method in class com.groiss.store.PersistentObject
 
beforeImport(Map<String, Object>, Map<String, Object>) - Method in interface com.groiss.fileimport.FileImportHandler
called after reading a row
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.
beforeInsert(DMSForm) - Method in class com.groiss.dms.FormEventAdapter
Deprecated.
This method is called before the form is inserted into the store.
beforeInsert(DMSForm) - 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.
beforeInsert(Map<String, Object>, T) - Method in interface com.groiss.fileimport.FileImportHandler
 
beforeInsert() - Method in interface com.groiss.store.Persistent
This method is called before the persistent object is inserted into the store.
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() - Method in class com.groiss.store.PersistentObject
 
beforeInsert() - Method in class com.groiss.wf.ProcessRelation
 
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".
beforeSend(PIStateChangedMessage, ProcessInstance) - Method in interface com.groiss.wfxml.OutgoingMessageModifier
Implement this method to modify automatically generated outgoing PIStateChangedMessage messages before they are sent.
beforeShow(DMSForm, 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(DMSForm) - 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(DMSForm) - 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).
beforeUpdate(Map<String, Object>, T) - Method in interface com.groiss.fileimport.FileImportHandler
 
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(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() - Method in class com.groiss.store.PersistentObject
 
beforeUpdate() - Method in class com.groiss.wf.ProcessRelation
 
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
 
BLOCK - Static variable in interface com.groiss.dms.FormField
Non-database field.
body - Variable in class com.groiss.gui.XHTMLPage
 
body - Variable in class com.groiss.wfxml.WfXMLMessage
Body Element of the message.
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.
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
BufferListener - Interface in com.groiss.wfxml
You can use a buffer listener in order to have control of messages that can not be sent immediately.
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(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(Component, String) - 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(InputStream, String) - Constructor for class com.groiss.util.ByteArrayDataSource
Create a DataSoruce from an input stream.
ByteArrayDataSource(byte[], String) - Constructor for class com.groiss.util.ByteArrayDataSource
Create a DataSource from a byte array.
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 
Skip navigation links

@enterprise 10.0.37525 Copyright © 2001-2024 Groiss Informatics GmbH. All Rights Reserved.