Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
C
- Caches - Class in com.groiss.ds
-
This is a utility class to construct clustered caches which propagate changes in the cluster.
- calculateActivityDueDate(ActivityInstance, ActivityInstance) - Method in class com.groiss.timemgmt.DefaultTimeManagementImpl
-
The activity due date is the current date plus the task duration (defined in task definition).
- calculateActivityDueDate(ActivityInstance, ActivityInstance) - Method in class com.groiss.timemgmt.PlanTimeMgmt
-
Set the activity due date.
- calculateActivityDueDate(ActivityInstance, ActivityInstance) - Method in interface com.groiss.timemgmt.TimeManagement
-
Compute the duedate for the given ActivityInstance.
- calculateProcessDueDate(ProcessDefinition) - Method in class com.groiss.timemgmt.DefaultTimeManagementImpl
-
The process due date is the current date plus the process duration (defined in process definition).
- calculateProcessDueDate(ProcessDefinition) - Method in class com.groiss.timemgmt.PlanTimeMgmt
-
The process duedate is proposed, if there is a default plan for this process.
- calculateProcessDueDate(ProcessDefinition) - Method in interface com.groiss.timemgmt.TimeManagement
-
Returns a default duedate for a process start.
- CalEvent - Interface in com.groiss.cal
-
a calendar event returned by
CalInfo
- CalFormat - Interface in com.groiss.cal
-
CalEvent
import/export format - CalInfo - Interface in com.groiss.cal
-
Source for Calendar Events.
- CalInfoAdapter - Class in com.groiss.cal
-
Deprecated.
- CalInfoAdapter() - Constructor for class com.groiss.cal.CalInfoAdapter
-
Deprecated.
- call() - Method in interface com.groiss.function.VoidCallable
- CallableMethod - Annotation Interface in com.groiss.wf
-
Annotation for methods that should be displayed in the system task editor.
- CalRegistry - Class in com.groiss.cal
-
Use this class to register your own
CalInfo
implementation or participant class. - CalUtil - Class in com.groiss.cal
-
This class provides some utilities for date and time handling.
- CalView - Interface in com.groiss.cal
-
contains a set of objects and
CalInfo
s - canBeUsedForSelect(String) - Static method in class com.groiss.store.StoreUtil
-
Returns true if the passed objectname exists in the database schema and can be used as select target.
- canCacheResult(User, Right, Object) - Method in interface com.groiss.accesscontrol.IPermissionMapping
-
check, if the permission-result should be cached to avoid repeated expensive calculations
- cancelActivity(String) - Method in class com.groiss.wf.SystemAction
-
Cancel the activity: finishes the activity with the given task id
- cancelProcess() - Method in class com.groiss.wf.SystemAction
-
Cancel the whole process.
- canShowDetails() - Method in class com.groiss.gui.DefaultErrorFormatter
-
Returns true if the system is not yet set up or the user has admin rights.
- canTake(ActivityInstance) - Method in interface com.groiss.wf.RemoteWfEngine
-
Deprecated.Check if the thread-user can take the activity.
- canTake(ActivityInstance) - Method in interface com.groiss.wf.WfEngine
-
Check if the thread-user can take the activity.
- CellValue - Class in com.groiss.gui.table
-
Use this object for writing a cell value into a table model if you need cell attributes.
- CellValue(Object, Comparable<?>, Object) - Constructor for class com.groiss.gui.table.CellValue
- CellValue(Object, List<Pair<String, String>>) - Constructor for class com.groiss.gui.table.CellValue
-
Construct a new cell value.
- CHANGE_TYPE - Static variable in interface com.groiss.dms.DMSTableHandler
-
key for the action 'Change type'
- changeAgent(ActivityInstance, Agent, OrgUnit, String) - Method in interface com.groiss.wf.RemoteWfEngine
-
Deprecated.Give the activity instance to another agent.
- changeAgent(ActivityInstance, Agent, OrgUnit, String) - Method in interface com.groiss.wf.WfEngine
-
Give the activity instance to another agent.
- CHANGEAGENT - Enum constant in enum class com.groiss.wf.ActivityInstance.LastAction
- CHANGED_AT - Static variable in interface com.groiss.dms.DMSTableHandler
-
key for the column holding the date of the last change of the DMSObject
- changeDeferred(Persistent, Date) - Method in interface com.groiss.org.OrgData
-
Change the Object later
- changeDeferred(Persistent, Date) - Method in interface com.groiss.org.RemoteOrgData
-
Deprecated.Change the Object later
- changeIdOfFormType(FormType, String, boolean, PrintWriter) - Method in interface com.groiss.server.Admin
-
Change the id of the passed formtype.
- changeType(DMSForm, FormType, DMSFolder) - Method in interface com.groiss.dms.DMS
-
This method changes the type of the passed DMSObject to the passed FormType.
- changeType(DMSForm, FormType, DMSFolder) - Method in interface com.groiss.dms.RemoteDMS
-
Deprecated.This method changes the type of the passed DMSObject to the passed FormType.
- charset - Variable in class com.groiss.reporting.export.DelimiterSeperatedValuesExporter
- ChartType - Interface in com.groiss.reporting.export
-
To generate Charts reporting uses the JfreeChart libary.
- checkAbort(ProcessInstance) - Method in interface com.groiss.wf.RemoteWfEngine
-
Deprecated.Check if the thread user may abort the process.
- checkAbort(ProcessInstance) - Method in interface com.groiss.wf.WfEngine
-
Check if the thread user may abort the process.
- checkAdminSession(HttpServletRequest) - Static method in class com.groiss.servlet.ServletUtils
-
check if the session is an admin session and throw exception if it is not.
- Checkbox - Class in com.groiss.gui.component
-
A HTML Checkbox, <input type=checkbox ...
- Checkbox() - Constructor for class com.groiss.gui.component.Checkbox
-
Constructs a new Checkbox.
- Checkbox(String, String) - Constructor for class com.groiss.gui.component.Checkbox
-
Constructs a new Checkbox with name and value.
- Checkbox(String, String, boolean) - Constructor for class com.groiss.gui.component.Checkbox
-
Constructs a new Checkbox with name and value.
- Checkbox(String, String, boolean, String) - Constructor for class com.groiss.gui.component.Checkbox
-
Constructs a new Checkbox with name and value.
- CHECKBOX - Enum constant in enum class com.groiss.smartclient.ClientUtil.DialogConfiguration.ChoiceType
- checkDataLength(Persistent) - Static method in class com.groiss.store.StoreUtil
-
Check the content of the fields of a persistent against the length constraint of the columns in the database.
- checkDelete(User, DMSObject) - Method in interface com.groiss.dms.DMS
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
OrgData.checkRight(Right, Persistent)
instead - checkDelete(User, DMSObject) - Method in interface com.groiss.dms.RemoteDMS
-
Deprecated.Use
OrgData.checkRight(Right, Persistent)
instead - checkDuplicateNames(DMSFolder, DMSObject, String, String) - Method in interface com.groiss.dms.DMS
-
Checks if the passed folder does not already contain an element with the same name as the passed one.
- checkDuplicateNames(DMSFolder, DMSObject, String, String) - Method in interface com.groiss.dms.RemoteDMS
-
Deprecated.Checks if the passed folder does not already contain an element with the same name as the passed one.
- checkEdit(User, DMSObject) - Method in interface com.groiss.dms.DMS
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
OrgData.checkRight(Right, Persistent)
instead - checkEdit(User, DMSObject) - Method in interface com.groiss.dms.RemoteDMS
-
Deprecated.Use
OrgData.checkRight(Right, Persistent)
instead - CheckedPersistent - Class in com.groiss.org
-
This is an extension of the ExportablePersistentObject class that implements the additional interfaces OptimisticLocking and HasPermissionList.
- CheckedPersistent() - Constructor for class com.groiss.org.CheckedPersistent
- Checker - Interface in com.groiss.passwd
-
Interface for Policy Checker.
- checkIn(User, byte[]) - Method in interface com.groiss.dms.DMSDocForm
-
Deprecated, for removal: This API element is subject to removal in a future version.since ep10, use
DMS.setContent(DMSDocForm, byte[])
instead - checkIn(User, InputStream) - Method in interface com.groiss.dms.DMSDocForm
-
Deprecated, for removal: This API element is subject to removal in a future version.since ep10, use
DMS.setContent(DMSDocForm, InputStream)
instead - checkIn(User, InputStream, long, byte[]) - Method in interface com.groiss.dms.DMSDocForm
-
Deprecated, for removal: This API element is subject to removal in a future version.since ep10, use
DMS.setContent(DMSDocForm, InputStream, long, byte[])
instead - checkLocked() - Method in class com.groiss.fileimport.StructuredFileSettings
- checkLoginAllowed(User) - Method in interface com.groiss.org.OrgData
-
Check if the user is active, not too many unsuccessful logins and system not in admin mode.
- checkLoginAllowed(User) - Method in interface com.groiss.org.RemoteOrgData
-
Deprecated.Check if the user is active, not too many unsuccessful logins and system not in admin mode.
- checkPassword(String) - Method in interface com.groiss.org.User
-
Check the password.
- checkPasswordPolicy(String) - Method in interface com.groiss.org.OrgData
-
Check a password against the password policy.
- checkPasswordPolicy(String) - Method in interface com.groiss.org.RemoteOrgData
-
Deprecated.Check a password against the password policy.
- checkRight(Right, Persistent) - Method in interface com.groiss.org.OrgData
-
Check whether the thread user has the right r on object o.
- checkRight(Right, Persistent) - Method in interface com.groiss.org.RemoteOrgData
-
Deprecated.Check whether the thread user has the right r on object o.
- checkSessionIP(HttpServletRequest, HttpServletResponse, HttpSession) - Static method in class com.groiss.servlet.ServletUtils
-
Checks if the remote address of the request matches the address in session attribute "ip".
- checkSysadmPasswd(String) - Static method in class com.groiss.org.AuthUtil
- checkTempJoin(Query, String, String, String, String, String) - Method in class com.groiss.reporting.data.impl.DefaultReportingData
- checkTypeCompatibility(Object) - Method in class com.groiss.ml.ds.NominalAttribute
- checkUnique(Persistent) - Method in interface com.groiss.store.RemoteStore
-
Deprecated.This method throws an
ApplicationException
if a duplicate of the given object is in the database. - checkUnique(Persistent) - Method in interface com.groiss.store.Store
- checkUnique(Persistent, boolean) - Method in interface com.groiss.store.RemoteStore
-
Deprecated.This method throws an
ApplicationException
if a duplicate of the given object is in the database. - checkUnique(Persistent, boolean) - Method in interface com.groiss.store.Store
- checkURL(HttpServletRequest, String) - Static method in class com.groiss.servlet.ServletUtils
-
Check the permissibility of the request with the URLChecker.
- checkUser(String, String, String) - Method in class com.groiss.ldap.LDAPPasswdAuth
- checkUser(String, String, String) - Static method in class com.groiss.org.AuthUtil
-
Checks the user.
- checkUser(String, String, String) - Method in class com.groiss.org.PasswdAuth
- checkUser(String, String, String) - Method in interface com.groiss.servlet.HttpAuth
-
This method gets the parameters necessary for checking if the user is allowed to connect to the server.
- checkUser(String, String, String, boolean) - Static method in class com.groiss.org.AuthUtil
-
Checks the user.
- checkValidName(DMSObject, String, String) - Method in interface com.groiss.dms.DMS
-
Checks if the name and extension do not contain any forbidden characters
- checkValidName(DMSObject, String, String) - Method in interface com.groiss.dms.RemoteDMS
-
Deprecated.Checks if the name and extension do not contain any forbidden characters
- checkView(User, DMSObject) - Method in interface com.groiss.dms.DMS
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
OrgData.checkRight(Right, Persistent)
instead - checkView(User, DMSObject) - Method in interface com.groiss.dms.RemoteDMS
-
Deprecated.Use
OrgData.checkRight(Right, Persistent)
instead - checkXPathExpression(String) - Static method in class com.groiss.xml.XMLUtil
-
Check, if an an XPath expression is compileable.
- children - Variable in class com.groiss.ds.Tree
- children - Variable in class com.groiss.gui.NavigationNode
- CHOICE - Enum constant in enum class com.groiss.smartclient.ClientUtil.DialogConfiguration.Type
-
choose from a set of options
- CHOICE - Static variable in interface com.groiss.wf.ActivityInstance
-
Start of a choice construct.
- CHOICE_BRANCH - Static variable in interface com.groiss.wf.ActivityInstance
-
A branch of a choice.
- CLASS - Static variable in class com.groiss.gui.XHTMLPage
- ClassificationAction - Class in com.groiss.ml.classifier
-
This class provides methods to be used in system steps of process definitions as well as pre-processings and postconditions of tasks.
- ClassificationAction() - Constructor for class com.groiss.ml.classifier.ClassificationAction
- ClassificationResult<T> - Class in com.groiss.ml.classifier
-
Represents the label of a classification prediction along with the probability of that prediction.
- ClassificationResult(T) - Constructor for class com.groiss.ml.classifier.ClassificationResult
-
Creates a new classification result with the passed label and an unknown probability
- ClassificationResult(T, double) - Constructor for class com.groiss.ml.classifier.ClassificationResult
-
Creates a new classification result with the passed label and probability
- classifications(Instance) - Method in interface com.groiss.ml.classifier.Classifier
-
Classify given instance and return the indexes of labels in descending order.
- classifications(String, ActivityInstance) - Method in interface com.groiss.ml.classifier.ClassificationService
-
Classifies the given activity instance using the classifier of the specified classifier assignment
- ClassificationService - Interface in com.groiss.ml.classifier
-
Main interface for performing classifications.
- Classifier - Interface in com.groiss.ml.classifier
-
Base interface for classifier implementations.
- ClassifierAssignment - Interface in com.groiss.ml.classifier
-
Representation of what classifier is used for what output field and which input fields get used to do so.
- ClassifierOption - Class in com.groiss.ml.classifier
-
Represents a single option with arguments for a
ClassifierAssignment
. - ClassifierOption(String, List<String>) - Constructor for class com.groiss.ml.classifier.ClassifierOption
-
Create a new
ClassifierOption
with the passed option name an argument list. - classify(Instance) - Method in interface com.groiss.ml.classifier.Classifier
-
The given instance gets classified based on the set class attribute.
- classify(String, ActivityInstance) - Method in interface com.groiss.ml.classifier.ClassificationService
-
Classifies the given activity instance using the classifier of the specified classifier assignment
- classLoader - Variable in class com.groiss.util.ApplicationObjectInputStream
- ClassMapping - Class in com.groiss.ldap
-
Maps a Java Class to an LDAP Object Class.
- ClassMapping(SchemaMapping) - Constructor for class com.groiss.ldap.ClassMapping
-
Constructs a class mapping and adds it to the provided schema mapping.
- ClasspathResolver - Class in com.groiss.ws
-
implements differenet kinds of resolvers/locators and checks for references in the classpath
- ClasspathResolver() - Constructor for class com.groiss.ws.ClasspathResolver
- ClasspathResolver(Element, String) - Constructor for class com.groiss.ws.ClasspathResolver
- ClassUtil - Class in com.groiss.util
-
Utility for loading classes and creating instances.
- clean() - Static method in class com.groiss.util.ThreadContext
-
Clean the thread context.
- cleanDbFieldV() - Static method in class com.groiss.store.StoreUtil
- clear() - Method in interface com.groiss.dms.DMSFolder
-
Removes the whole content of this folder
- clear() - Method in class com.groiss.ds.KeyedList
- clear() - Method in class com.groiss.ds.MultiMap
-
Removes all mappings from this map
- clear() - Method in class com.groiss.ds.OrderedMap
- clear() - Method in class com.groiss.ds.TwoLevelMap
- clear() - Method in class com.groiss.gui.component.SelectList
-
removes all options from this selectlist
- clear() - Static method in enum class com.groiss.store.PersistentAspect
-
Clears all PersistentAspects.
- clear() - Method in class com.groiss.util.Clipboard
-
Clears the clipboard
- clear(Persistent) - Static method in enum class com.groiss.store.PersistentAspect
-
Clears all PersistentAspects of an object.
- clearCachedUserProperties(User) - Method in interface com.groiss.org.OrgData
-
Clears the cache for the user properties of the passed user.
- clearCachedUserProperties(User) - Method in interface com.groiss.org.RemoteOrgData
-
Deprecated.Clears the cache for the user properties of the passed user.
- clearRecipients(Message.RecipientType) - Method in interface com.groiss.messaging.MessageTemplate
-
Remove all recipients of the given type from the message.
- clickable - Variable in class com.groiss.gui.HTMLTree
- Client - Class in com.groiss.http
-
This class is designed to be used in any case you need to communicate with another server using the HTTP protocol.
- Client() - Constructor for class com.groiss.http.Client
-
creates a new client
- Client(ClientConfiguration) - Constructor for class com.groiss.http.Client
-
creates a new client based on the passed configuration
- Client.Method - Enum Class in com.groiss.http
-
the HTTP methods supported by this client
- clientBuilder - Variable in class com.groiss.http.Client
- ClientConfiguration - Class in com.groiss.http
-
With this class the
Client
for HTTP based communication can be configured. - ClientConfiguration() - Constructor for class com.groiss.http.ClientConfiguration
- ClientSideExporter - Interface in com.groiss.reporting.export
-
interface for exporters which present the data on the client side using the browser/dojo
- ClientUtil - Class in com.groiss.smartclient
-
A potpourri of utility methods for smartclients.
- ClientUtil.DialogConfiguration - Class in com.groiss.smartclient
-
A configuration object that holds all the settings to be used for presenting the requested dialog on the clientside
- ClientUtil.DialogConfiguration.ChoiceType - Enum Class in com.groiss.smartclient
-
for
ClientUtil.DialogConfiguration.Type.CHOICE
dialogs to specify the kind of input to be used for the options - ClientUtil.DialogConfiguration.Type - Enum Class in com.groiss.smartclient
-
Type of dialog.
- Clipboard - Class in com.groiss.util
-
This class is the clipboard for all copy/cut/link actions.
- CLIPBOARD - Static variable in interface com.groiss.dms.DMSTableHandler
-
key for the action 'Clipboard'
- Clipboard.Mode - Enum Class in com.groiss.util
-
the supported modes for the clipboard
- clone() - Method in interface com.groiss.cal.CalEvent
- clone() - Method in class com.groiss.cal.SimpleEvent
- clone() - Method in class com.groiss.ds.OrderedMap
- clone() - Method in class com.groiss.gui.AbstractComponent
-
returns a copy of the Component object
- clone() - Method in interface com.groiss.gui.Component
-
returns a copy of the Component object
- clone() - Method in class com.groiss.gui.table.CellValue
- clone() - Method in class com.groiss.gui.table.ColumnDescription
- clone() - Method in class com.groiss.store.PersistentObject
- clone() - Method in class com.groiss.wfxml.WfXMLFolder
-
Creates a copy of this WfXMLFolder.
- clone() - Method in class com.groiss.wfxml.WfXMLForm
-
Use the clone method if you need a copy of this WfXMLForm.
- clone() - Method in class com.groiss.wfxml.WfXMLNote
-
Creates a deep copy of this note.
- clone() - Method in class com.groiss.wfxml.WfXMLWebLink
-
Creates a deep copy of this web link.
- close() - Method in class com.groiss.fileimport.csv.CSVReader
- close() - Method in class com.groiss.fileimport.csv.CSVWriter
-
closes the underlying writer
- close() - Method in interface com.groiss.fileimport.StructuredFileReader
-
closes the underlying IO-structures and releases any resources.
- close() - Method in class com.groiss.http.Client
-
Closes the client and releases all resources.
- close() - Method in class com.groiss.http.Response
-
Closes the response and therefore releases all resources.
- close() - Method in interface com.groiss.store.external.XStore
-
Commits the connection and releases it.
- close() - Method in interface com.groiss.util.SilentCloseable
- close() - Method in class com.groiss.ws.ClasspathResolver
- CLOSE - Static variable in class com.groiss.gui.ActionPage
- closePredecessor(ActivityInstance) - Method in interface com.groiss.wf.RemoteWfEngine
-
Deprecated.If the predecessor of ai was not finished completely (is in status WAITING) and the necessary action is done now (for example setting the agent for ai) this method will complete it.
- closePredecessor(ActivityInstance) - Method in interface com.groiss.wf.WfEngine
-
If the predecessor of ai was not finished completely (is in status WAITING) and the necessary action is done now (for example setting the agent for ai) this method will complete it.
- closeServerSocketLocker() - Static method in class com.groiss.component.ServiceManager
- ClusterInfo - Class in com.groiss.cluster
-
This class can be used to acquire cluster specific data.
- ClusterSupport - Class in com.groiss.cluster
-
Cluster support functions accessible via HTTP requests.
- colfilters - Variable in class com.groiss.gui.table.TableRenderer
- colouredRows - Variable in class com.groiss.gui.component.TableContainer
- Column - Class in com.groiss.fileimport
-
Holds column definition from import.xml.
- Column - Annotation Interface in com.groiss.store
-
Annotation to define the labels (i18n keys) for fields of
Persistent
objects. - Column(String) - Constructor for class com.groiss.fileimport.Column
- ColumnDescription - Class in com.groiss.gui.table
-
This class represents the description of a column within a table, i.e. it defines the properties for a column like its name or if the column is visible by default.
- ColumnDescription(String, Object) - Constructor for class com.groiss.gui.table.ColumnDescription
-
Creates a new column description.
- ColumnDescription(String, Object, String, boolean, boolean, boolean) - Constructor for class com.groiss.gui.table.ColumnDescription
-
Creates a new column description.
- columns - Variable in class com.groiss.gui.table.TableAdapter
- com.groiss.accesscontrol - package com.groiss.accesscontrol
-
Contains classes to customize permission checks.
- com.groiss.auth - package com.groiss.auth
-
OAuth authorization classes.
- com.groiss.cal - package com.groiss.cal
-
Provides classes for handling date/time and calendar events.
- com.groiss.cluster - package com.groiss.cluster
-
Provides basic cluster information.
- com.groiss.cluster.communication - package com.groiss.cluster.communication
-
Contains classes and interfaces for sending and receiving cluster wide messages.
- com.groiss.component - package com.groiss.component
-
Main class and some classes defining the structure of the application.
- com.groiss.dms - package com.groiss.dms
-
Classes and interfaces for handling documents.
- com.groiss.dms.html - package com.groiss.dms.html
-
Utility for customizing web interfaces of the document management system.
- com.groiss.ds - package com.groiss.ds
-
Useful data structures and interfaces.
- com.groiss.event - package com.groiss.event
-
Classes related to events within processes.
- com.groiss.fileimport - package com.groiss.fileimport
-
Provides classes and interfaces for customizing file import operations.
- com.groiss.fileimport.csv - package com.groiss.fileimport.csv
-
Provides classes for creating/reading CSV-files.
- com.groiss.function - package com.groiss.function
-
Functional interfaces.
- com.groiss.gui - package com.groiss.gui
-
Contains classes for building HTML interfaces.
- com.groiss.gui.component - package com.groiss.gui.component
-
Components for HTML interfaces.
- com.groiss.gui.excel - package com.groiss.gui.excel
-
Creation of Excel files.
- com.groiss.gui.table - package com.groiss.gui.table
-
Classes to render HTML tables.
- com.groiss.http - package com.groiss.http
-
HTTP client utilities.
- com.groiss.ldap - package com.groiss.ldap
-
Classes and interfaces for synchronization with LDAP servers.
- com.groiss.mail - package com.groiss.mail
-
Interface for receiving mails.
- com.groiss.messaging - package com.groiss.messaging
-
Template for mail messages; document tracking.
- com.groiss.ml.classifier - package com.groiss.ml.classifier
-
Classifier implementations for machine learning component.
- com.groiss.ml.ds - package com.groiss.ml.ds
-
Data structures for machine learning component.
- com.groiss.ml.field - package com.groiss.ml.field
-
Fields (or attributes) for machine learning component.
- com.groiss.notification - package com.groiss.notification
-
Client notification subsystem.
- com.groiss.office - package com.groiss.office
-
Classes for creation and handling of Office documents.
- com.groiss.org - package com.groiss.org
-
Accessing the organizational data.
- com.groiss.passwd - package com.groiss.passwd
-
Interface to implement a password policy checker.
- com.groiss.reporting - package com.groiss.reporting
-
Load and execute reports.
- com.groiss.reporting.data - package com.groiss.reporting.data
-
Contains basic reporting data classes and classes to obtain information about the reporting schema.
- com.groiss.reporting.data.impl - package com.groiss.reporting.data.impl
-
Additional class for reporting data types.
- com.groiss.reporting.export - package com.groiss.reporting.export
-
Provides classes and interfaces to export report results to various formats.
- com.groiss.server - package com.groiss.server
-
Administrative actions and server information.
- com.groiss.servlet - package com.groiss.servlet
-
Servlet related classes.
- com.groiss.smartclient - package com.groiss.smartclient
-
Utility classes for smart clients.
- com.groiss.smartclient.mail - package com.groiss.smartclient.mail
-
Mail handling for smart clients.
- com.groiss.smartclient.mobile - package com.groiss.smartclient.mobile
-
Classes for mobile smart clients.
- com.groiss.store - package com.groiss.store
-
Access to and manipulation of persistent data.
- com.groiss.store.external - package com.groiss.store.external
-
Provides simple abstractions to access other databases.
- com.groiss.storegui - package com.groiss.storegui
-
Classes for customizations for form and table display.
- com.groiss.timemgmt - package com.groiss.timemgmt
-
Contains an interface and a default implementation for deadline computations.
- com.groiss.timer - package com.groiss.timer
-
Interfaces and classes for controlling timed tasks.
- com.groiss.util - package com.groiss.util
-
Various utilities for files, strings, and other areas.
- com.groiss.wf - package com.groiss.wf
-
Interfaces for accessing the workflow engine.
- com.groiss.wf.batch - package com.groiss.wf.batch
-
Contains the classes which support long running tasks (batch jobs).
- com.groiss.wf.html - package com.groiss.wf.html
-
Utilities for building HTML interfaces for the workflow engine.
- com.groiss.wfxml - package com.groiss.wfxml
-
Classes to support Wf-XML functionality.
- com.groiss.ws - package com.groiss.ws
-
Classes to interact with SOAP WebServices.
- com.groiss.ws.client - package com.groiss.ws.client
-
Classes for webservice clients.
- com.groiss.ws.server - package com.groiss.ws.server
-
Classes for webservice server.
- com.groiss.xforms - package com.groiss.xforms
-
XForms API classes.
- com.groiss.xml - package com.groiss.xml
-
XML utilities.
- CombinedWorklist - Class in com.groiss.wf.html
-
A worklist adapter that delegates the adapter method calls to all adapters configured in the params object in property adapters.
- CombinedWorklist() - Constructor for class com.groiss.wf.html.CombinedWorklist
- commit() - Static method in class com.groiss.component.BeanManager
-
Commits the transaction and releases all beans.
- commit() - Method in interface com.groiss.store.external.XStore
-
Commit the operations on this XStore.
- commit() - Method in interface com.groiss.wf.Session
-
Deprecated.Commit the current transaction.
- COMMON_TOPIC - Static variable in class com.groiss.notification.BasicNotificationItem
-
Topic string which could be used for "generic" NotificationItems
- ComparableComponent<T extends Comparable<T>> - Class in com.groiss.gui.component
-
A gui component with a compare value.
- ComparableComponent(T, Element) - Constructor for class com.groiss.gui.component.ComparableComponent
- ComparablePair<F extends Comparable<F>,
S> - Class in com.groiss.ds -
The comparable pair represents a pair of a key and a value.
- ComparablePair(F, S) - Constructor for class com.groiss.ds.ComparablePair
-
Constructor with key and value
- compare(KeyValuePair<K, V>, KeyValuePair<K, V>) - Method in class com.groiss.ds.PairComparator
- compare(Object, Object) - Method in class com.groiss.ds.AlphanumericComparator
- compare(Object, Object) - Method in class com.groiss.ds.MapComparator
- compare(List<Object>, List<Object>) - Method in class com.groiss.ds.ListComparator
-
Compare two lists.
- compare(JSONObject, JSONObject) - Method in class com.groiss.ds.JsonComparator
- compare2(Object, Object) - Static method in class com.groiss.reporting.data.impl.DefaultReportingData
- compareKey(Object) - Method in interface com.groiss.reporting.data.AggregateValue
-
Compare the key of this Aggregate Value, returns 0 if its the same key.
- compareNumbers(Number, Number) - Static method in class com.groiss.ds.ListComparator
-
Compares 2 Objects implementing Interface Number, even if they are different types
- compareObjects(Object, Object) - Static method in class com.groiss.ds.ListComparator
- compareTo(ComparablePair<F, ?>) - Method in class com.groiss.ds.ComparablePair
- compareTo(Column) - Method in class com.groiss.fileimport.Column
- compareTo(Column) - Method in class com.groiss.fileimport.csv.CSVColumn
- compareTo(ComparableComponent<T>) - Method in class com.groiss.gui.component.ComparableComponent
- compareTo(CellValue) - Method in class com.groiss.gui.table.CellValue
- compareTo(ReportingExportable) - Method in class com.groiss.reporting.data.impl.DateReportingData
- compareTo(ReportingExportable) - Method in class com.groiss.reporting.data.impl.DefaultReportingData
- compareTo(ReportingExportable) - Method in class com.groiss.reporting.data.impl.PersistentData
- compareTo(ReportingExportable) - Method in class com.groiss.reporting.data.impl.TimeInterval
- compareTo(ReportingExportable) - Method in class com.groiss.reporting.data.SimpleReportingExportable
-
compares the 2 object if they are Comparable. if not, the toString-represantations are compared
- compareTo(ReportingExportable) - Method in interface com.groiss.reporting.export.ReportingExportable
- compareTo(Object) - Method in class com.groiss.gui.component.Link
- compareval - Variable in class com.groiss.gui.component.ComparableComponent
- COMPATIBILITY - Static variable in interface com.groiss.wf.html.WorklistDescription
-
The links in the worklist are shown like in @enterprise 6.4
- COMPENSATED - Static variable in interface com.groiss.wf.ActivityInstance
-
Instance has been compensated.
- COMPENSATING - Static variable in interface com.groiss.wf.ActivityInstance
-
Step is currently beeing compensated
- COMPLETED - Static variable in interface com.groiss.wf.batch.BatchJob
-
State for completed instances.
- COMPLETEDERRORHANDLING - Static variable in interface com.groiss.wf.batch.BatchJob
-
error handling has been completed
- completeJob(BatchJob) - Static method in class com.groiss.wf.batch.BatchManager
-
Complete a started BatchJob.
- completeJob(BatchJob, int) - Static method in class com.groiss.wf.batch.BatchManager
-
Complete a started BatchJob.
- completeJob(BatchJob, int, String) - Static method in class com.groiss.wf.batch.BatchManager
-
Complete a started BatchJob.
- completeSeries(Set<ReportingExportable>, Query) - Method in class com.groiss.reporting.data.impl.DateReportingData
- completeSeries(Set<ReportingExportable>, Query) - Method in class com.groiss.reporting.data.impl.DefaultReportingData
- completeSeries(Set<ReportingExportable>, Query) - Method in class com.groiss.reporting.data.impl.PersistentData
- completeSeries(Set<ReportingExportable>, Query) - Method in class com.groiss.reporting.data.impl.TimeInterval
- completeSeries(Set<ReportingExportable>, Query) - Method in interface com.groiss.reporting.data.ReportingData
-
invoked for matrix-style reports to be able to add missing entries in the given
series
- completeSeries(Set<ReportingExportable>, String, Date, Date, boolean) - Static method in class com.groiss.reporting.data.impl.DateReportingData
- completeTransaction(boolean) - Static method in class com.groiss.store.DBConnPool
-
Completes the database transaction (commit or rollback).
- Component - Interface in com.groiss.gui
-
interface for any component the component is an elementary part of any view see the composite pattern [GoF95] for any details
- components - Variable in class com.groiss.gui.AbstractContainer
-
The components of the container.
- COMPOSE - Enum constant in enum class com.groiss.mail.MailFunctions.DefaultMailFunction
- CONCAT - Static variable in interface com.groiss.reporting.data.Attribute
- CONDUNITS - Static variable in class com.groiss.reporting.data.impl.DateReportingData
- CONF - Static variable in class com.groiss.org.OrgData.Rights
-
The right to edit the configuration.
- CONF - Static variable in interface com.groiss.org.Right
-
The oid for right edit_conf.
- config - Variable in class com.groiss.http.Client
-
the configuration object for this client
- config - Variable in class com.groiss.smartclient.JsonDataAdapter
- config - Variable in class com.groiss.wf.html.FilteredWorklist
- CONFIG_SCHEMA - Static variable in class com.groiss.component.Configuration
- configId - Variable in class com.groiss.gui.NavigationNode
- Configuration - Class in com.groiss.component
-
This class handles the access to the configuration.
- ConfigurationAmender - Interface in com.groiss.component
-
Can be used to load properties which usually come from the configuration of @enterprise or of applications from other locations.
- ConfigurationContextFactory - Class in com.groiss.ws.client
-
provides
ConfigurationContext
instances for ws-client calls the axis2.xml and repositories have to be in ws/client.ctx - ConfiguredTable - Class in com.groiss.gui.table
-
A table where the configuration is read from XML.
- ConfiguredTable() - Constructor for class com.groiss.gui.table.ConfiguredTable
- CONFIRM - Enum constant in enum class com.groiss.smartclient.ClientUtil.DialogConfiguration.Type
-
ok/cancel
- confusionMatrix() - Method in class com.groiss.ml.classifier.EvaluationResult
-
Returns the confusion matrix for the data of this result.
- connect(DirectoryServer) - Static method in class com.groiss.ldap.LDAPUtils
-
Connect to a directory server.
- connect(String, String, String, String, String, String, String, String) - Static method in class com.groiss.ldap.LDAPUtils
-
Connect to a directory server.
- connectAndList(HttpServletRequest) - Static method in class com.groiss.ldap.LDAPUtils
-
Connect to an LDAP Server and list its contents
- Connector - Class in com.groiss.cluster.communication
-
The facade to the cluster communication mechanism.
- Container - Interface in com.groiss.gui
-
the container is an composite component of a view see the composite pattern [GoF95] for any details
- contains(DMSObject) - Method in interface com.groiss.dms.DMSFolder
-
Returns true if the passed object is an element of this folder, false otherwise.
- contains(ActivityInstance) - Method in interface com.groiss.wf.UserFolder
-
Checks for membership of the provided ActivityInstance in this UserFolder
- contains(Object) - Method in class com.groiss.ds.KeyedList
- containsAll(Collection<?>) - Method in class com.groiss.ds.KeyedList
- containsKey(Pair<K1, K2>) - Method in class com.groiss.ds.TwoLevelMap
-
Returns
true
if this map contains a mapping for the specified key path designated by the specified Pair - containsKey(Object) - Method in class com.groiss.ds.MultiMap
-
Returns
true
if this map contains a mapping for the specified key. - containsKey(Object) - Method in class com.groiss.ds.OrderedMap
- containsKey(Object) - Method in class com.groiss.ds.TwoLevelMap
-
Returns
true
if this map contains a mapping for the specified key path component. - containsKey(K1, K2) - Method in class com.groiss.ds.TwoLevelMap
-
Returns
true
if this map contains a mapping for the specified key path. - containsTable(String, String) - Method in class com.groiss.reporting.Query
- containsValue(Object) - Method in class com.groiss.ds.MultiMap
-
Returns
true
if this map maps one or more keys to the specified value. - containsValue(Object) - Method in class com.groiss.ds.OrderedMap
- containsValue(Object) - Method in class com.groiss.ds.TwoLevelMap
- content - Variable in class com.groiss.wfxml.WfXMLForm
- CONTENT - Static variable in interface com.groiss.dms.DMSNote
-
Defines the name of the field holding the content of this note.
- contentType - Variable in class com.groiss.gui.HTMLPage
- contentType - Variable in class com.groiss.gui.XHTMLPage
- contextObject - Variable in class com.groiss.accesscontrol.DNF
-
The context object defines an object where the permission is dependent on.
- convert(DMSDocForm, String) - Static method in class com.groiss.office.DocumentManager
-
converts a document between different formats
- convert(InputStream, String, String) - Static method in class com.groiss.office.DocumentManager
-
converts a document between different formats
- convertBytesToMessage(byte[]) - Static method in class com.groiss.util.MailUtil
-
Converts the given Byte Array to a javax.mail.Message
- convertBytesToMessage(byte[], Session) - Static method in class com.groiss.util.MailUtil
-
Converts the given Byte Array to a javax.mail.Message
- convertMessageToBytes(Message) - Static method in class com.groiss.util.MailUtil
-
Converts the given message to Byte Array
- convertToArray(String) - Static method in class com.groiss.util.MailUtil
-
Converts the given TO addresses (separated by comma) to an array
- convertToMimeMessage(MAPIMessage) - Static method in class com.groiss.util.MailUtil
-
Method to convert
MAPIMessage
toMimeMessage
. - convertToPDF(XHTMLPage, OutputStream, String, Locale) - Static method in class com.groiss.wf.html.HTMLUtils
-
Create a pdf out of the form.
- convertType(Class<?>, String, String) - Static method in class com.groiss.component.Configuration
-
converts the string value to the specified data-type
- cookieName(String) - Static method in class com.groiss.servlet.HttpUtils
-
Generate a cookie name by prepending the serverid and _ to the suffix.
- copy(String, DMSObject, String, DMSObject) - Method in interface com.groiss.dms.IStore
-
Copies the data of the content identified by origId to the content identified by copyId.
- COPY - Enum constant in enum class com.groiss.util.Clipboard.Mode
- COPY - Static variable in interface com.groiss.dms.DMS
-
Determines that a DMSObject should be copied from one folder to another
- COPY - Static variable in interface com.groiss.dms.DMSTableHandler
-
key for the action 'Copy'
- COPY - Static variable in interface com.groiss.dms.RemoteDMS
-
Deprecated, for removal: This API element is subject to removal in a future version.use
DMS.COPY
instead - COPY - Static variable in class com.groiss.wf.WfEngine.Tasks
-
The copy task.
- copyData(TimeInterval) - Method in class com.groiss.reporting.data.impl.TimeInterval
- copyFileOrDirectory(File, File) - Static method in class com.groiss.util.FileUtil
-
copies a file or a whole folder to the given destination
- copyStreams(InputStream, OutputStream) - Static method in class com.groiss.util.FileUtil
-
Copies the content of the passed input stream into the passed output stream
- copyTo(ActivityInstance, User) - Method in interface com.groiss.wf.RemoteWfEngine
-
Deprecated.Send a copy to another user.
- copyTo(ActivityInstance, User) - Method in interface com.groiss.wf.WfEngine
-
Send a copy to another user.
- copyTo(ActivityInstance, User, String) - Method in interface com.groiss.wf.RemoteWfEngine
-
Deprecated.Send a copy to another user.
- copyTo(ActivityInstance, User, String) - Method in interface com.groiss.wf.WfEngine
-
Send a copy to another user.
- copyTo(File, File) - Static method in class com.groiss.util.FileUtil
-
Copy a file.
- copyToDir(File, File) - Static method in class com.groiss.util.FileUtil
-
Copy file to directory
- count(Class<?>, String, Object...) - Method in class com.groiss.store.BulkQuery
-
Count the number of members of a given class matching the given condition based on the current elements.
- count(Class<?>, String, Object...) - Method in interface com.groiss.store.RemoteStore
-
Deprecated.This method returns the number of members of a given class matching the given condition.
- count(Class<?>, String, Object...) - Method in interface com.groiss.store.Store
-
This method returns the number of members of a given class matching the given condition.
- count(Object) - Method in class com.groiss.ds.MultiMap
-
Returns number of values mapped to a given key.
- count(String, String, Object...) - Method in interface com.groiss.store.RemoteStore
-
Deprecated.This method returns the number of members of a given class matching the given condition.
- count(String, String, Object...) - Method in interface com.groiss.store.Store
-
This method returns the number of members of a given class matching the given condition.
- COUNT - Static variable in interface com.groiss.reporting.data.Attribute
- CountedSemaphore - Class in com.groiss.ds
-
A CountedSemaphore (from Dijkstra) where waiting threads are handled in FIFO order.
- CountedSemaphore(int) - Constructor for class com.groiss.ds.CountedSemaphore
-
Construct a new semaphore.
- CountedSemaphore(int, int) - Constructor for class com.groiss.ds.CountedSemaphore
-
Construct a new semaphore.
- counter - Variable in class com.groiss.gui.component.TableContainer
- countSubforms(DMSForm, int) - Method in interface com.groiss.dms.DMS
-
Counts the number of subforms in the subform-relation where
f
is the main form. - countSubforms(DMSForm, int) - Method in interface com.groiss.dms.RemoteDMS
-
Deprecated.Counts the number of subforms in the subform-relation where
f
is the main form. - create(String) - Static method in class com.groiss.component.Configuration
-
Add a configuration to the internal map of configurations.
- create(String, String, String, String) - Method in class com.groiss.office.DocCreator
-
System step or postcondition for creating a document.
- create(HttpServletRequest, HttpServletResponse) - Method in class com.groiss.office.DocCreator
-
Task function for creating an office document.
- create(Element) - Static method in class com.groiss.gui.AbstractComponent
-
Create element from dom
- CREATE - Static variable in class com.groiss.org.OrgData.Rights
-
The right to create objects.
- CREATE - Static variable in interface com.groiss.org.Right
-
The oid for right create.
- CREATE_VERSION - Static variable in interface com.groiss.dms.DMSTableHandler
-
key for the action 'Create Version'
- CREATE_WITH_NEW_NAME - Enum constant in enum class com.groiss.dms.DMS.AddOption
-
Insert the document with a new name.
- CREATED - Static variable in interface com.groiss.wf.batch.BatchJob
-
Initial state for the instance.
- createdAt() - Method in class com.groiss.ml.classifier.EvaluationResult
-
Returns the date when this result was created
- createDataCell(Row, int, Object, CellStyle, CellStyle, CellStyle, CellStyle, CellStyle, CreationHelper) - Static method in class com.groiss.gui.excel.ExcelUtils
-
Creates a
Cell
object in the given row and column. - createDMSObject(User) - Method in class com.groiss.wfxml.WfXMLDocForm
-
Use this method to create a
DMSObject
out of this WfXMLDocForm object. - createDMSObject(User) - Method in class com.groiss.wfxml.WfXMLFolder
-
This method creates a
DMSFolder
out of this WfXMLObject object. - createDMSObject(User) - Method in class com.groiss.wfxml.WfXMLForm
- createDMSObject(User) - Method in class com.groiss.wfxml.WfXMLNote
- createDMSObject(User) - Method in class com.groiss.wfxml.WfXMLObject
-
This method creates a
DMSObject
out of a WfXMLObject. - createDMSObject(User) - Method in class com.groiss.wfxml.WfXMLWebLink
-
Creates a
DMSWebLink
object out of thisWfXMLWebLink
. - createDMSObject(User, DMSFolder) - Method in class com.groiss.wfxml.WfXMLFolder
- createDocForm(FormType, String, String, P, PermissionList) - Method in interface com.groiss.dms.DMS
-
Creates a new document of the specified formtype.
- createDocForm(FormType, String, String, P, PermissionList) - Method in interface com.groiss.dms.RemoteDMS
-
Deprecated.Creates a new document of the specified formtype.
- createDocForm(String, String) - Method in interface com.groiss.dms.DMS
-
Creates a new standard document.
- createDocForm(String, String) - Method in interface com.groiss.dms.RemoteDMS
-
Deprecated.Creates a new standard document.
- createEvent(NotificationItem, short, Agent) - Static method in class com.groiss.notification.NotificationSuite
-
Create a NotificationEvent from a NotificationItem.
- createExportKey(Persistent) - Static method in class com.groiss.store.StoreUtil
-
Create a unique key for the object.
- createFolder(FormType, String, P, PermissionList) - Method in interface com.groiss.dms.DMS
-
Creates a new folder of a given type.
- createFolder(FormType, String, P, PermissionList) - Method in interface com.groiss.dms.RemoteDMS
-
Deprecated.Creates a new folder of a given type.
- createFolder(String) - Method in interface com.groiss.dms.DMS
-
Creates a new standard folder.
- createFolder(String) - Method in interface com.groiss.dms.RemoteDMS
-
Deprecated.Creates a new standard folder.
- createForm(FormType, P, PermissionList) - Method in interface com.groiss.dms.DMS
-
Creates a new form of the specified formtype.
- createForm(FormType, P, PermissionList) - Method in interface com.groiss.dms.RemoteDMS
-
Deprecated.Creates a new form of the specified formtype.
- createHeaderCell(Row, int, CellStyle, String) - Static method in class com.groiss.gui.excel.ExcelUtils
-
Get a new header
Cell
object with given information - createInstance(DMSObject) - Static method in class com.groiss.wfxml.WfXMLObject
-
Use this method to create a WfXMLObject out of a
DMSObject
. - createInstance(HttpServletRequest) - Static method in class com.groiss.servlet.MultipartRequest
-
Create the MultipartRequest from the ServletRequest.
- createInstance(XmlObject) - Static method in class com.groiss.wfxml.WfXMLObject
- createInstanceFormURL(String) - Static method in class com.groiss.servlet.MultipartRequest
- createJarMetaInf(JarOutputStream, Map<String, String>) - Static method in class com.groiss.util.FileUtil
- createKeyword(String) - Method in interface com.groiss.dms.DMS
-
Creates a new Keyword for the passed word and returns this instance.
- createKeyword(String) - Method in interface com.groiss.dms.RemoteDMS
-
Deprecated.Creates a new Keyword for the passed word and returns this instance.
- createLink(Link, boolean) - Method in class com.groiss.gui.HTMLTree
-
create the link.
- createLocalizedList(String...) - Static method in class com.groiss.component.DefaultResource
- createLocalizedList(String...) - Method in class com.groiss.component.Resource
- createMessage() - Method in interface com.groiss.messaging.MessageTemplate
-
Creates a new
Message
object with the data of this MessageTemplate. - createMessageTemplate() - Method in interface com.groiss.server.Admin
-
Create a new, empty message template.
- createNote(String, String, PermissionList) - Method in interface com.groiss.dms.DMS
-
Creates a new note
- createNote(String, String, PermissionList) - Method in interface com.groiss.dms.RemoteDMS
-
Deprecated.Creates a new note
- createObjectFromJson(JSONObject) - Static method in class com.groiss.store.StoreUtil
-
Create a persistent object from a json object.
- createOrgClass() - Method in interface com.groiss.org.OrgData
-
Create a new OrgClass object.
- createOrgClass() - Method in interface com.groiss.org.RemoteOrgData
-
Deprecated.Create a new OrgClass object.
- createOrgTree() - Method in interface com.groiss.org.OrgData
-
Return a new organizational tree.
- createOrgTree() - Method in interface com.groiss.org.RemoteOrgData
-
Deprecated.Return a new organizational tree.
- createOrgUnit() - Method in interface com.groiss.org.OrgData
-
Create a new OrgUnit object.
- createOrgUnit() - Method in interface com.groiss.org.RemoteOrgData
-
Deprecated.Create a new OrgUnit object.
- createPermission() - Method in interface com.groiss.org.OrgData
-
Create a new Permission
- createPermission() - Method in interface com.groiss.org.RemoteOrgData
-
Deprecated.Create a new Permission
- createPermissionList() - Method in interface com.groiss.org.OrgData
-
Create a new PermissionList
- createPermissionList() - Method in interface com.groiss.org.RemoteOrgData
-
Deprecated.Create a new PermissionList
- createProcessInstance(ProcessDefinition, User, OrgUnit, Date, String) - Method in interface com.groiss.wf.RemoteWfEngine
-
Deprecated.Create a process instance.
- createProcessInstance(ProcessDefinition, User, OrgUnit, Date, String) - Method in interface com.groiss.wf.WfEngine
-
Create a process instance.
- createProcessInstance(ProcessDefinition, User, OrgUnit, Date, String, DMSForm) - Method in interface com.groiss.wf.RemoteWfEngine
-
Deprecated.Create a process instance.
- createProcessInstance(ProcessDefinition, User, OrgUnit, Date, String, DMSForm) - Method in interface com.groiss.wf.WfEngine
-
Create a process instance.
- createRight() - Method in interface com.groiss.org.OrgData
-
Create a new Right.
- createRight() - Method in interface com.groiss.org.RemoteOrgData
-
Deprecated.Create a new Right.
- createRole() - Method in interface com.groiss.org.OrgData
-
Create a new Role object.
- createRole() - Method in interface com.groiss.org.RemoteOrgData
-
Deprecated.Create a new Role object.
- createSession() - Static method in class com.groiss.wf.SessionFactory
-
Deprecated.Create a session with the default properties.
- createSession(String, Properties) - Static method in class com.groiss.wf.SessionFactory
-
Deprecated.Create a session of the given classname and a property list
- createSession(Properties) - Method in class com.groiss.wf.SessionFactory
-
Deprecated.Create the session, must be implemented by subclass.
- createSubcontext(DirContext, ClassMapping) - Static method in class com.groiss.ldap.LDAPUtils
-
Create a subcontext of a basecontext, as specified by a class mapping.
- createSysEvent(String, String) - Method in interface com.groiss.server.Admin
-
Write a record to the system event log in the database.
- createToolbarActions() - Method in class com.groiss.gui.table.TableRenderer
- createUser() - Method in interface com.groiss.org.OrgData
-
Create a new User object.
- createUser() - Method in interface com.groiss.org.RemoteOrgData
-
Deprecated.Create a new User object.
- createUserRole() - Method in interface com.groiss.org.OrgData
-
Create a new user-role relation
- createUserRole() - Method in interface com.groiss.org.RemoteOrgData
-
Deprecated.Create a new user-role relation
- createWebLink(String, String, String, PermissionList) - Method in interface com.groiss.dms.DMS
-
Creates a new link to an URL
- createWebLink(String, String, String, PermissionList) - Method in interface com.groiss.dms.RemoteDMS
-
Deprecated.Creates a new link to an URL
- createWrappedInstance(String) - Static method in class com.groiss.component.LoggingWrapper
-
loads the class with the passed classname and returns a logging-enabled instance returned by
LoggingWrapper.wrap(Object)
- crypt(String, String) - Static method in class com.groiss.util.Jcrypt
-
Crypt the argument string using the given salt.
- CSVColumn - Class in com.groiss.fileimport.csv
-
Map of a column in the import file to a attribute in the object.
- CSVColumn(String, int, int) - Constructor for class com.groiss.fileimport.csv.CSVColumn
- CSVReader - Class in com.groiss.fileimport.csv
-
a utility class which reads RFC4180 (CSV http://tools.ietf.org/html/rfc4180) compliant records from an inputstream many setter-methods for changing the behavior are available there's also a way for reading fixed length records
- CSVReader() - Constructor for class com.groiss.fileimport.csv.CSVReader
- CSVReader(CSVSettings) - Constructor for class com.groiss.fileimport.csv.CSVReader
- CSVReader(InputStream) - Constructor for class com.groiss.fileimport.csv.CSVReader
- CSVReader(InputStream, CSVSettings) - Constructor for class com.groiss.fileimport.csv.CSVReader
- CSVReader(InputStream, Charset) - Constructor for class com.groiss.fileimport.csv.CSVReader
- CSVReader(Reader) - Constructor for class com.groiss.fileimport.csv.CSVReader
- CSVReader(Reader, CSVSettings) - Constructor for class com.groiss.fileimport.csv.CSVReader
- CSVReader(Element) - Constructor for class com.groiss.fileimport.csv.CSVReader
- CSVSettings - Class in com.groiss.fileimport.csv
-
describes a csv-file
- CSVSettings() - Constructor for class com.groiss.fileimport.csv.CSVSettings
- CSVWriter - Class in com.groiss.fileimport.csv
-
a utility class which writes RFC4180 (CSV http://tools.ietf.org/html/rfc4180) compliant records to a outputstream many setter-methods for changing the behavior are available there's also a way for writing fixed length records
- CSVWriter(CSVSettings) - Constructor for class com.groiss.fileimport.csv.CSVWriter
- CSVWriter(OutputStream) - Constructor for class com.groiss.fileimport.csv.CSVWriter
- CSVWriter(OutputStream, CSVSettings) - Constructor for class com.groiss.fileimport.csv.CSVWriter
- CSVWriter(OutputStream, Charset) - Constructor for class com.groiss.fileimport.csv.CSVWriter
- CSVWriter(Writer) - Constructor for class com.groiss.fileimport.csv.CSVWriter
- CSVWriter(Writer, CSVSettings) - Constructor for class com.groiss.fileimport.csv.CSVWriter
- CSVWriter(Element) - Constructor for class com.groiss.fileimport.csv.CSVWriter
- CT_ENCRYPTED - Static variable in class com.groiss.ldap.LDAPUtils
-
Signifies SSL/TLS encryption.
- CT_PLAIN - Static variable in class com.groiss.ldap.LDAPUtils
-
Signifies unencrypted comunication.
- CT_STARTTLS - Static variable in class com.groiss.ldap.LDAPUtils
-
Signifies encryption via StartTLS.
- CURRENT_TX - Static variable in class com.groiss.event.EventManager
-
execute event in current transaction
- CUT - Enum constant in enum class com.groiss.util.Clipboard.Mode
- CUT - Static variable in interface com.groiss.dms.DMSTableHandler
-
key for the action 'Cut'
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
CalInfo
instead