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

D

DAILY - Static variable in interface com.groiss.cal.CalEvent
 
data - Variable in class com.groiss.ds.ObjectTableModel
 
data - Variable in class com.groiss.ds.Tree
 
DATABASE_FIELD - Static variable in interface com.groiss.dms.FormField
Database field.
dataChanged(TableModel) - Method in class com.groiss.gui.component.TableContainer
builds the tree in a new order (moveRow)
DataRow - Interface in com.groiss.store.external
A class representing result rows from XStores.
DataSet - Interface in com.groiss.ml.ds
Interface representing a list of instances used for learning and/or evaluation.
DATE - Static variable in class com.groiss.cal.CalUtil
Date format as set in the configuration
DATE_FORMATS - Static variable in interface com.groiss.reporting.data.Attribute
 
DATE_OPERATORS - Static variable in class com.groiss.reporting.Query
 
DATE_TIME - Static variable in class com.groiss.cal.CalUtil
Date and time format as set in the configuration
DATE_TIME_SEC - Static variable in class com.groiss.cal.CalUtil
date format : yyyy-MM-dd HH:mm:ss
DATE_TIME_SEC_DIGITS - Static variable in class com.groiss.cal.CalUtil
date format : yyyyMMddHHmmss
DATE_TIME_WITHOUT_ZONE - Static variable in class com.groiss.cal.CalUtil
CalUtil.DATE_TIME without zone info
dateAdd(Timestamp, double) - Static method in class com.groiss.util.DBExtender
 
DateAttribute - Class in com.groiss.ml.ds
Attribute representing a date value.
DateAttribute(String) - Constructor for class com.groiss.ml.ds.DateAttribute
Creates a new DateAttribute.
dateformat - Variable in class com.groiss.reporting.data.impl.DateReportingData
 
DateReportingData - Class in com.groiss.reporting.data.impl
Reporting data type for date values
DateReportingData() - Constructor for class com.groiss.reporting.data.impl.DateReportingData
 
DateReportingData(Entity, Attribute) - Constructor for class com.groiss.reporting.data.impl.DateReportingData
 
DateReportingData(Date, String) - Constructor for class com.groiss.reporting.data.impl.DateReportingData
 
DateReportingData(Date, String, boolean) - Constructor for class com.groiss.reporting.data.impl.DateReportingData
 
dateToWfXMLDate(Date) - Static method in class com.groiss.wfxml.WfXML2
Transforms a date to a WfXML date (like specified in the WfXML specification).
DAYS - Static variable in class com.groiss.cal.CalUtil
 
daysbetween(Calendar, Date, boolean) - Static method in class com.groiss.cal.CalUtil
Days between start and end date, including start.
dbAttrPos(Persistent, String) - Static method in class com.groiss.store.StoreUtil
 
dbAttrs(Persistent) - Static method in class com.groiss.store.StoreUtil
 
dbAttrs(Persistent, String) - Static method in class com.groiss.store.StoreUtil
 
dbAttrsCount(Persistent) - Static method in class com.groiss.store.StoreUtil
 
DBConnPool - Class in com.groiss.store
This class maintains a pool of database connections.
DBConnPool() - Constructor for class com.groiss.store.DBConnPool
 
DBExtender - Class in com.groiss.util
Some utility methods used for compatibility between databases.
dbFields() - Method in interface com.groiss.store.Persistent
This method must return the persistent fields of this persistent object.
dbFields() - Method in class com.groiss.store.PersistentObject
Returns the persistent fields of this object in a List containing java.lang.reflect.Field objects.
dbFields(Persistent) - Static method in class com.groiss.store.StoreUtil
Returns the fields of the object which have corresponding fields in the database.
dbMultiValuedFields(Persistent) - Static method in class com.groiss.store.StoreUtil
Returns the multivalued fields (Lists, Maps, Sets) of the object which have corresponding fields in the database.
DEBUG - Enum constant in enum class com.groiss.util.ApplicationException.Level
 
DECLINE - Static variable in interface com.groiss.cal.Notifier
 
decode(String) - Static method in class com.groiss.util.Base64
Decodes a BASE-64 encoded stream to recover the original data.
decodeText(String) - Static method in class com.groiss.util.MailUtil
Decodes the given encoded text (e.g. mail subjects).
decodeURL(String) - Static method in class com.groiss.util.StringUtil
 
DEFAULT - Static variable in class com.groiss.gui.AbstractComponent
some browser modes
DEFAULT - Static variable in interface com.groiss.org.Application
The default application oid.
DEFAULT - Static variable in class com.groiss.org.OrgData.Applications
The default application.
DEFAULT - Static variable in class com.groiss.org.OrgData.OrgTrees
The default organization tree.
DEFAULT - Static variable in interface com.groiss.org.OrgTree
The default tree
DEFAULT_CHARSET - Static variable in class com.groiss.http.Client
the default characters set to be used if not other is specified
DEFAULT_TYPE - Static variable in class com.groiss.cluster.communication.Message
 
defaultAction - Variable in class com.groiss.gui.table.TableAdapter
 
DefaultApplicationAdapter - Class in com.groiss.wf
Default implementation for ApplicationAdapter
DefaultApplicationAdapter() - Constructor for class com.groiss.wf.DefaultApplicationAdapter
 
DefaultErrorFormatter - Class in com.groiss.gui
This class is responsible for showing the error page.
DefaultErrorFormatter() - Constructor for class com.groiss.gui.DefaultErrorFormatter
 
defaultLocale - Variable in class com.groiss.component.Resource
 
DefaultReportingData - Class in com.groiss.reporting.data.impl
Parent class of several reporting data classes.
DefaultReportingData() - Constructor for class com.groiss.reporting.data.impl.DefaultReportingData
 
DefaultReportingData(Entity, Attribute) - Constructor for class com.groiss.reporting.data.impl.DefaultReportingData
 
DefaultResource - Class in com.groiss.component
Provides static methods for accessing the default resource.
defaultTarget - Variable in class com.groiss.gui.HTMLTree
 
DefaultTimeManagementImpl - Class in com.groiss.timemgmt
Default implementation computes process and task due dates based on process and task durations.
DefaultTimeManagementImpl() - Constructor for class com.groiss.timemgmt.DefaultTimeManagementImpl
 
DEFERRED - Enum constant in enum class com.groiss.util.MailSender.MailAction
 
DefinedEnum - Interface in com.groiss.store
Provides associate a fixed value to each instance of an Enum.
definedValue() - Method in enum class com.groiss.dms.DMSNote.Type
 
definedValue() - Method in enum class com.groiss.messaging.Recipient.AgentType
 
definedValue() - Method in interface com.groiss.store.DefinedEnum
Get the fixed value for this DefinedEnum.
definedValue() - Method in enum class com.groiss.wf.ActivityInstance.LastAction
 
definedValue() - Method in enum class com.groiss.wf.WorklistKind
 
delete(DMSFolder, DMSObject) - Method in interface com.groiss.dms.DMS
Deletes the object o which resides in folder f.
delete(DMSFolder, DMSObject) - Method in interface com.groiss.dms.RemoteDMS
Deprecated.
Deletes the object o which resides in folder f.
delete(Persistent) - Method in interface com.groiss.org.OrgData
Delete the object including right check.
delete(Persistent) - Method in interface com.groiss.org.RemoteOrgData
Deprecated.
Delete the object including right check.
delete(Persistent) - Method in interface com.groiss.store.RemoteStore
Deprecated.
Deletes the object from the database.
delete(Persistent) - Method in interface com.groiss.store.Store
Deletes the object from the database.
delete(File) - Static method in class com.groiss.util.FileUtil
Deletes the passed file silently, i.e. any exception thrown when doing so will be caught and logged and the file will be registered to be deleted on exit.
delete(Class<?>, String, Object...) - Method in interface com.groiss.store.RemoteStore
Deprecated.
Deletes some objects from the database.
delete(Class<?>, String, Object...) - Method in interface com.groiss.store.Store
Deletes some objects from the database.
delete(String, DMSObject) - Method in interface com.groiss.dms.IStore
Deletes the content identified by id from the storage of the DMS.
delete(String, Parameter...) - Method in class com.groiss.http.Client
Executes a DELETE request on the passed url using the passed parameters
delete(String, Object, Parameter...) - Method in class com.groiss.http.Client
Executes a DELETE request on the passed url using the passed payload and parameters
delete(String, String, Object...) - Method in interface com.groiss.store.RemoteStore
Deprecated.
Deletes some objects from the database.
delete(String, String, Object...) - Method in interface com.groiss.store.Store
Deletes some objects from the database.
delete(Collection<?>) - Method in interface com.groiss.store.RemoteStore
Deprecated.
Deletes the objects of the collection from the database.
delete(Collection<?>) - Method in interface com.groiss.store.Store
Deletes the objects of the collection from the database.
delete(Map<String, Object>) - Method in class com.groiss.smartclient.ObjectSelectProvider
 
delete(Map<String, Object>) - Method in interface com.groiss.smartclient.ReadWriteJsonData
delete(T, Map<String, Object>) - Method in class com.groiss.smartclient.ObjectSelectProvider
Delete an object
DELETE - Enum constant in enum class com.groiss.http.Client.Method
 
DELETE - Static variable in interface com.groiss.cal.Notifier
 
DELETE - Static variable in interface com.groiss.dms.DMSTableHandler
key for the action 'Delete'
DELETE - Static variable in class com.groiss.dms.FormContext
The form will be deleted.
DELETE - Static variable in class com.groiss.notification.Names
Event type that represents a deletion (e.g.
DELETE - Static variable in interface com.groiss.org.LogEntry
Identifies change as delete.
DELETE - Static variable in class com.groiss.org.OrgData.Rights
The right to delete objects.
DELETE - Static variable in interface com.groiss.org.Right
The oid for right delete.
DELETE_DRAFT - Enum constant in enum class com.groiss.mail.MailFunctions.DefaultMailFunction
 
DELETE_INSERT - Static variable in class com.groiss.notification.Names
Event type that represents an update what should be propagated as distinct delete and insert events for the sake of client notification (e.g. when a stepinstance is transferred to another worklist like userfolder changes).
deleteCascade(OrgUnit) - Method in interface com.groiss.org.OrgData
Delete the passed organizational unit and also objects which are of no use without it.
deleteCascade(OrgUnit) - Method in interface com.groiss.org.RemoteOrgData
Deprecated.
Delete the passed organizational unit and also objects which are of no use without it.
deleteDir(File) - Static method in class com.groiss.util.FileUtil
Deletes the passed directory and all its subdirectories (and so on).
deleteDir(String) - Static method in class com.groiss.util.FileUtil
Deprecated.
deleteFilter(HttpServletRequest) - Method in class com.groiss.gui.table.TableRenderer
 
deleteNodeCookie(HttpServletResponse) - Static method in class com.groiss.org.AuthUtil
 
deleteObjectExtension(Persistent, String) - Method in interface com.groiss.org.OrgData
delete the object extension for the given object.
deleteObjectExtension(Persistent, String) - Method in interface com.groiss.org.RemoteOrgData
Deprecated.
delete the object extension for the given object.
deleteOption(int) - Method in class com.groiss.gui.component.SelectList
Removes the specified option, if it can be identified, from the dropdownlist.
deleteOption(String) - Method in class com.groiss.gui.component.SelectList
Removes the specified option, if it can be identified, from the dropdownlist.
deleteOption(String, String) - Method in class com.groiss.gui.component.SelectList
Deprecated.
use method with one argument
deleteProcessDefinition(ProcessDefinition) - Method in class com.groiss.timemgmt.DefaultTimeManagementImpl
 
deleteProcessDefinition(ProcessDefinition) - Method in class com.groiss.timemgmt.PlanTimeMgmt
 
deleteProcessDefinition(ProcessDefinition) - Method in interface com.groiss.timemgmt.TimeManagement
If something is to do when process definitions are deleted (clean up).
deleteSubtree(DirContext) - Static method in class com.groiss.ldap.LDAPUtils
Recursivly delete a subtree in the LDAP-Server
deleteTimeInfoUntil(Calendar, int) - Static method in class com.groiss.cal.CalUtil
Set the time information to 0 starting at the given field, for example hour
deleteVersion(PersistentVersion) - Method in interface com.groiss.dms.DMS
Deletes the passed version of an object.
deleteVersion(PersistentVersion) - Method in interface com.groiss.dms.RemoteDMS
Deprecated.
Deletes the passed version of an object.
deleteVersions(DMSForm) - Method in interface com.groiss.dms.DMS
Deletes all versions of the passed form.
deleteVersions(DMSForm) - Method in interface com.groiss.dms.RemoteDMS
Deprecated.
Deletes all versions of the passed form.
delimiter - Variable in class com.groiss.reporting.export.DelimiterSeperatedValuesExporter
 
DelimiterSeperatedValuesExporter - Class in com.groiss.reporting.export
An Exporter for creating tables in csv format.
DelimiterSeperatedValuesExporter() - Constructor for class com.groiss.reporting.export.DelimiterSeperatedValuesExporter
 
demansch(String) - Static method in class com.groiss.component.Configuration
Deprecated. 
DEPENDENT_TREE - Static variable in interface com.groiss.org.Permission
The tree of the independent dept and the dependent sub-depts
DEPT - Static variable in class com.groiss.org.OrgData.Roles
The dept role.
DEPT - Static variable in interface com.groiss.org.Permission
Scope is the given department or the department of the object
DEPT - Static variable in interface com.groiss.org.Role
The dept role.
deRegisterHandler(Handler) - Static method in class com.groiss.cluster.communication.Connector
Removes a handler for receiving cluster messages.
deRegisterHandler(Handler, String) - Static method in class com.groiss.cluster.communication.Connector
Removes a handler for receiving cluster messages.
description() - Element in annotation interface com.groiss.wf.CallableMethod
Description of the method.
DESCRIPTION - Static variable in interface com.groiss.dms.DMSWebLink
Defines the name of the field holding the describtion of this weblink.
deserialize(Column, Object) - Method in interface com.groiss.fileimport.Deserializer
 
Deserializer - Interface in com.groiss.fileimport
used for userdefined object deserialization while importing
deserializers - Variable in class com.groiss.fileimport.StructuredFileSettings
 
DialogConfiguration() - Constructor for class com.groiss.smartclient.ClientUtil.DialogConfiguration
 
DirectoryServer - Class in com.groiss.ldap
Persistance class for Directory Servers
DirectoryServer() - Constructor for class com.groiss.ldap.DirectoryServer
 
DirectorySyncer - Interface in com.groiss.ldap
Provides a method to synchronize between a LDAP Server and @enterprise.
disableNotification() - Static method in class com.groiss.notification.NotificationSuite
Disables sending of notification for this transaction Default is enabled.
disableRightChecks() - Method in interface com.groiss.dms.DMS
Deprecated, for removal: This API element is subject to removal in a future version.
Use PersistentAspect.add(PersistentAspect...) with PersistentAspect.ALL_PERMISSIONS as parameter instead to disable any permission check. If you use the following code pattern you do not need to care about removing the added aspect on your own:

 try (SilentCloseable sc = PersistentAspect.add(PersistentAspect.ALL_PERMISSIONS)) {
    //do your DMS related unchecked stuff
 }
 
disableRightChecks() - Method in interface com.groiss.dms.RemoteDMS
Deprecated.
Use PersistentAspect.add(PersistentAspect...) with PersistentAspect.ALL_PERMISSIONS as parameter instead to disable any permission check. If you use the following code pattern you do not need to care about removing the added aspect on your own:

 try (SilentCloseable sc = PersistentAspect.add(PersistentAspect.ALL_PERMISSIONS)) {
    //do your DMS related unchecked stuff
 }
 
displayFields - Variable in class com.groiss.smartclient.ObjectSelectProvider
 
DivComponent - Class in com.groiss.gui.component
A HTML div element.
DivComponent() - Constructor for class com.groiss.gui.component.DivComponent
Constructs a new div.
DivComponent(String) - Constructor for class com.groiss.gui.component.DivComponent
Constructs a new div with id.
DivComponent(String, Object) - Constructor for class com.groiss.gui.component.DivComponent
 
DivComponent(String, Object, String) - Constructor for class com.groiss.gui.component.DivComponent
 
DMS - Interface in com.groiss.dms
Utility class for DMS related operations.
DMS.AddOption - Enum Class in com.groiss.dms
Options for adding a document to a folder.
DMS.FormTypes - Class in com.groiss.dms
Predefined form types.
DMSArchiver - Interface in com.groiss.dms
Interface for archiving documents.
DMSDocForm - Interface in com.groiss.dms
The base interface for all documents with meta data in @enterprise DMS
DMSFolder - Interface in com.groiss.dms
This interface represents a folder containing DMSObjects.
DMSFolderForm - Interface in com.groiss.dms
base interface for all form-based DMS folders
DMSForm - Interface in com.groiss.dms
The base interface for all forms in @enterprise DMS
DMSLink - Interface in com.groiss.dms
The base interface for all links in @enterprise DMS
DMSNote - Interface in com.groiss.dms
The base interface for all notes in @enterprise DMS
DMSNote.Type - Enum Class in com.groiss.dms
Defines the various types of a note
DMSObject - Interface in com.groiss.dms
 
DMSTableAdapter - Class in com.groiss.dms
Deprecated.
since ep 10.0, implement interface DMSTableHandler directly which provides default implementations now
DMSTableAdapter() - Constructor for class com.groiss.dms.DMSTableAdapter
Deprecated.
 
DMSTableHandler - Interface in com.groiss.dms
Implement this class for modifying a DMS table.
DMSUtil - Class in com.groiss.dms.html
Utility class containing methods for customizing web interfaces of the document management.
DMSWebLink - Interface in com.groiss.dms
The base interface for all Weblinks in @enterprise DMS
DNF - Class in com.groiss.accesscontrol
Disjunctive normal form.
DNF(boolean) - Constructor for class com.groiss.accesscontrol.DNF
dnf with a given value
DNF(boolean, Persistent) - Constructor for class com.groiss.accesscontrol.DNF
dnf with a given value / context-object
DNF(List<List<PermissionQuery>>) - Constructor for class com.groiss.accesscontrol.DNF
 
doc - Variable in class com.groiss.gui.XHTMLPage
 
DocCreator - Class in com.groiss.office
Create a document from an open office template.
DocCreator() - Constructor for class com.groiss.office.DocCreator
 
doCompensate(BatchJob) - Method in interface com.groiss.wf.batch.BatchAdapter
Will be called when a GoBack() action on the process is being performed and the goBack path crosses the corresponding batch step.
doCompensate(BatchJob) - Method in class com.groiss.wf.batch.NullAdapter
 
DOCUMENT_FORM - Static variable in interface com.groiss.dms.FormType
Determines that this formtype is a document
DocumentEventHandler<T extends DMSDocForm> - Interface in com.groiss.dms
This interface can be used to react on setting the content of a DMS document.
DocumentManager - Class in com.groiss.office
Utility class for handling office-documents and templates following variables are accessible, in the mixin(..) methods ai: the current activity instance (WfEngine.getContext()) pi: the process-instance of $ai user: ThreadContext.getThreadPrincipal() form_{formid}: the process-form with the given id configuration: the system configuration configuration_applid: the application configuration all other properties specified with the respective methods
doInit(Agent, Right, List<? extends Persistent>) - Method in interface com.groiss.accesscontrol.IPermissionMapping
This init method is called by the permission-system itself.
doInit(Agent, Right, List<? extends Persistent>) - Method in class com.groiss.accesscontrol.PermissionMapping
This init method is called by the permission-system itself.
doLogDBSessionId() - Static method in class com.groiss.store.DBConnPool
 
dontUseMappedString - Variable in class com.groiss.reporting.data.impl.DefaultReportingData
 
doPoll(BatchJob) - Method in interface com.groiss.wf.batch.BatchAdapter
The doPoll method is being used by the executing (timer) thread to determine if a batchjob has been finished.
doPoll(BatchJob) - Method in class com.groiss.wf.batch.NullAdapter
 
doStart(BatchJob) - Method in interface com.groiss.wf.batch.BatchAdapter
The doStart Method is responsible for starting the batch job.
doStart(BatchJob) - Method in class com.groiss.wf.batch.NullAdapter
 
download(HttpServletRequest, HttpServletResponse) - Method in class com.groiss.reporting.export.DelimiterSeperatedValuesExporter
 
download(HttpServletRequest, HttpServletResponse) - Method in class com.groiss.reporting.export.DownloadExporter
Implement this method to provide download.
DOWNLOAD - Static variable in interface com.groiss.dms.DMSTableHandler
key for the action 'Download'
DownloadExporter<T> - Class in com.groiss.reporting.export
Abstract subclass of HTMLExporter.
DownloadExporter() - Constructor for class com.groiss.reporting.export.DownloadExporter
 
drawNonClickable(Pair<?, ?>, int) - Method in class com.groiss.gui.HTMLTree
 
DropdownList - Class in com.groiss.gui.component
A HTML select element with size=1
DropdownList() - Constructor for class com.groiss.gui.component.DropdownList
Constructs a new empty dropdown list component.
DropdownList(String) - Constructor for class com.groiss.gui.component.DropdownList
Constructor with name.
DropdownList(String, Object[]) - Constructor for class com.groiss.gui.component.DropdownList
Constructor with name and content list.
DropdownList(String, Collection<?>) - Constructor for class com.groiss.gui.component.DropdownList
Constructor with name and content list.
DropdownList(String, Collection<?>, boolean) - Constructor for class com.groiss.gui.component.DropdownList
Constructor with name and content list.
DropdownList(String, Collection<?>, boolean, String) - Constructor for class com.groiss.gui.component.DropdownList
Constructor with name and content list.
DropdownList(String, Collection<?>, boolean, String, String) - Constructor for class com.groiss.gui.component.DropdownList
Constructor with name and content list.
duedateChanged(ActivityInstance) - Method in class com.groiss.timemgmt.DefaultTimeManagementImpl
 
duedateChanged(ActivityInstance) - Method in class com.groiss.timemgmt.PlanTimeMgmt
This method reacts on duedate changes as follows: If a plan exists, the plan is not changed, but the slack is recomputed.
duedateChanged(ActivityInstance) - Method in interface com.groiss.timemgmt.TimeManagement
This method is called if the duedate of an activity or process instance is changed (from API or user interface).
Duplicate - Enum constant in enum class com.groiss.fileimport.csv.EscapeMode
 
duration() - Method in class com.groiss.ml.classifier.EvaluationResult
Returns how long it took (in seconds) for calculating this result
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