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 

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.planning.PlanTimeMgmt
Set the activity due date.
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 interface com.groiss.timemgmt.TimeManagement
Compute the duedate for the given ActivityInstance.
calculateProcessDueDate(ProcessDefinition) - Method in class com.groiss.planning.PlanTimeMgmt
The process duedate is proposed, if there is a default plan for this process.
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 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
CalInfo - Interface in com.groiss.cal
Source for Calendar Events.
CalInfoAdapter - Class in com.groiss.cal
Deprecated.
implement CalInfo instead
CalInfoAdapter() - Constructor for class com.groiss.cal.CalInfoAdapter
Deprecated.
 
call() - Method in interface com.groiss.function.VoidCallable
 
CallableMethod - Annotation Type 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.
CalRegistry() - Constructor for class com.groiss.cal.CalRegistry
 
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 CalInfos
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 class com.groiss.accesscontrol.PermissionMapping
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
 
canTake(ActivityInstance) - Method in interface com.groiss.wf.RemoteWfEngine
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, List<Pair<String, String>>) - Constructor for class com.groiss.gui.table.CellValue
Construct a new cell value.
CellValue(Object, Comparable<?>, Object) - Constructor for class com.groiss.gui.table.CellValue
 
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
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.
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.RemoteOrgData
Change the Object later
changeIdOfFormType(FormType, String, boolean, PrintWriter) - Method in interface com.groiss.server.Admin
Change the id of the passed formtype.
ChangePIStateMessage - Class in com.groiss.wfxml
This message type can change the state of a process instance.
ChangePIStateMessage(short) - Constructor for class com.groiss.wfxml.ChangePIStateMessage
Use this method to create a new ChangePIStateMessage message.
ChangePIStateMessage(Document) - Constructor for class com.groiss.wfxml.ChangePIStateMessage
This method is used internally for creating a ChangePIStateMessage out of a xml document.
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
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.
check(HttpServletRequest, String) - Method in interface com.groiss.servlet.URLChecker
This method throws an exception if the check fails.
checkAbort(ProcessInstance) - Method in interface com.groiss.wf.RemoteWfEngine
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.Dispatcher
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.
checkDataLength(Persistent) - 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.
since ep10, will be removed in ep11 Use OrgData.checkRight(Right, Persistent) instead
checkDelete(User, DMSObject) - Method in interface com.groiss.dms.RemoteDMS
Deprecated.
since ep10, will be removed in ep11 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
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.
since ep10, will be removed in ep11 Use OrgData.checkRight(Right, Persistent) instead
checkEdit(User, DMSObject) - Method in interface com.groiss.dms.RemoteDMS
Deprecated.
since ep10, will be removed in ep11 Use OrgData.checkRight(Right, Persistent) instead
CheckedPersistent - Class in com.groiss.org
 
CheckedPersistent() - Constructor for class com.groiss.org.CheckedPersistent
 
Checker - Interface in com.groiss.passwd
Interface for Policy Checker.
checkIn(User, InputStream) - Method in interface com.groiss.dms.DMSDocForm
Deprecated.
since ep10, will be removed in ep11 Use DMS.setContent(DMSDocForm, InputStream) instead
checkIn(User, InputStream, long, byte[]) - Method in interface com.groiss.dms.DMSDocForm
Deprecated.
since ep10, will be removed in ep11 Use DMS.setContent(DMSDocForm, InputStream, long, byte[]) instead
checkIn(User, byte[]) - Method in interface com.groiss.dms.DMSDocForm
Deprecated.
since ep10, will be removed in ep11 Use DMS.setContent(DMSDocForm, 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
Check if the user is active, not too many unsuccessful logins and system not in admin mode.
checkOut(User) - Method in interface com.groiss.dms.DMSDocForm
Deprecated.
since ep10, will be removed in ep11
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
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
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
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
 
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, boolean) - 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.
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
Checks if the name and extension do not contain any forbidden characters
checkView(User, DMSObject) - Method in interface com.groiss.dms.DMS
Deprecated.
since ep10, will be removed in ep11 Use OrgData.checkRight(Right, Persistent) instead
checkView(User, DMSObject) - Method in interface com.groiss.dms.RemoteDMS
Deprecated.
since ep10, will be removed in ep11 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 - 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(String, ActivityInstance) - Method in interface com.groiss.ml.classifier.ClassificationService
Classifies the given activity instance using the classifier of the specified classifier assignment
classifications(Instance) - Method in interface com.groiss.ml.classifier.Classifier
Classify given instance and return the indexes of labels in descending order.
ClassificationService - Interface in com.groiss.ml.classifier
 
classificationsForEvaluation(Instance) - Method in interface com.groiss.ml.classifier.Classifier
 
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(String, ActivityInstance) - Method in interface com.groiss.ml.classifier.ClassificationService
Classifies the given activity instance using the classifier of the specified classifier assignment
classify(Instance) - Method in interface com.groiss.ml.classifier.Classifier
The given instance gets classified based on the set class attribute.
classifyForEvaluation(Instance) - Method in interface com.groiss.ml.classifier.Classifier
 
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
 
clean() - Static method in class com.groiss.util.ThreadContext
Clean the thread context.
cleanContext() - Static method in class com.groiss.wfxml.WfXML2
 
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 com.groiss.store.PersistentAspect
Clears all PersistentAspects.
clear(Persistent) - Static method in enum com.groiss.store.PersistentAspect
Clears all PersistentAspects of an object.
clear() - Method in class com.groiss.util.Clipboard
Clears the clipboard
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
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 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 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 in com.groiss.smartclient
 
CLIPBOARD - Static variable in interface com.groiss.dms.DMSTableHandler
key for the action 'Clipboard'
Clipboard - Class in com.groiss.util
This class is the clipboard for all copy/cut/link actions.
Clipboard.Mode - Enum 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 - Static variable in class com.groiss.gui.ActionPage
 
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 class com.groiss.store.AutoCloseablePersistentAspect
 
close() - Method in interface com.groiss.store.external.XStore
Commits the connection and releases it.
close() - Method in class com.groiss.ws.ClasspathResolver
 
closePredecessor(ActivityInstance) - Method in interface com.groiss.wf.RemoteWfEngine
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.
ClusterInfo() - Constructor for class com.groiss.cluster.ClusterInfo
 
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(String) - Constructor for class com.groiss.fileimport.Column
 
Column - Annotation Type in com.groiss.store
Annotation to define the labels (i18n keys) for fields of Persistent objects.
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 PermissionMapping for customize permission checks.
com.groiss.auth - package com.groiss.auth
 
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
The communication package contains classes and interfaces for sending and receiving cluster wide messages.
com.groiss.component - package com.groiss.component
Main class and some classes an interfaces defining the structure of the application.
com.groiss.dms - package com.groiss.dms
The dms package contains classes and interfaces for handling documents.
com.groiss.dms.html - package com.groiss.dms.html
 
com.groiss.ds - package com.groiss.ds
The ds package contains some useful data structures and interfaces.
com.groiss.event - package com.groiss.event
 
com.groiss.fileimport - package com.groiss.fileimport
Provides classes and interfaces for customizing fileimport
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
The gui package - and its subpacakge gui.component - 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
 
com.groiss.gui.table - package com.groiss.gui.table
This package contains the classes and interfaces necessary for rendering HTML tables.
com.groiss.http - package com.groiss.http
 
com.groiss.ldap - package com.groiss.ldap
Contains 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
 
com.groiss.ml.classifier - package com.groiss.ml.classifier
 
com.groiss.ml.ds - package com.groiss.ml.ds
 
com.groiss.ml.field - package com.groiss.ml.field
 
com.groiss.notification - package com.groiss.notification
 
com.groiss.office - package com.groiss.office
 
com.groiss.org - package com.groiss.org
 
com.groiss.passwd - package com.groiss.passwd
Interface to implement a password policy checker
com.groiss.planning - package com.groiss.planning
 
com.groiss.reporting - package com.groiss.reporting
This package contains classes to load and execute Reports.
com.groiss.reporting.data - package com.groiss.reporting.data
This package contains data classes gain information of reporting schema and report attributes and conditions.
com.groiss.reporting.data.impl - package com.groiss.reporting.data.impl
 
com.groiss.reporting.export - package com.groiss.reporting.export
The export package provides classes and interfaces to implement export report results to certain formats.
com.groiss.server - package com.groiss.server
Classes for administrative actions.
com.groiss.servlet - package com.groiss.servlet
The package contains the servlets of @enterprise.
com.groiss.smartclient - package com.groiss.smartclient
 
com.groiss.smartclient.mail - package com.groiss.smartclient.mail
 
com.groiss.smartclient.mobile - package com.groiss.smartclient.mobile
 
com.groiss.store - package com.groiss.store
This package contains the persistence layer for @enterprise.
com.groiss.store.external - package com.groiss.store.external
Provides simple abstractions to access other databases.
com.groiss.storegui - package com.groiss.storegui
 
com.groiss.timemgmt - package com.groiss.timemgmt
The timemgmt package 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
Utilities for files and strings and some algorithms, like base64 or crypt.
com.groiss.wf - package com.groiss.wf
The wf package contains the interfaces for accessing the workflow engine.
com.groiss.wf.batch - package com.groiss.wf.batch
The batch package contains the classes which support long running tasks (batch jobs) in @enterprise.
com.groiss.wf.html - package com.groiss.wf.html
Utilities for building an HTML interface for the workflow engine.
com.groiss.wfxml - package com.groiss.wfxml
In this package you can find some classes needed for using @enterprise's WfXML functionality.
com.groiss.ws - package com.groiss.ws
The ws package contains classes to interact with SOAP WebServices which can be created in the administration
com.groiss.ws.client - package com.groiss.ws.client
 
com.groiss.ws.server - package com.groiss.ws.server
 
com.groiss.xforms - package com.groiss.xforms
XForms API classes.
com.groiss.xml - package com.groiss.xml
 
CombinedWorklist - Class in com.groiss.wf.html
A worklist adapter that delegates the adapter method calls to all adapters configured in the ep.worklist.adapters parameter.
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
Commit the current transaction.
COMMON_TOPIC - Static variable in class com.groiss.notification.BasicNotificationItem
Topic string which could be used for "generic" NotificationItems
COMP_MODE - Static variable in class com.groiss.wf.html.HTMLUtils
 
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(Object, Object) - Method in class com.groiss.ds.AlphanumericComparator
 
compare(JSONObject, JSONObject) - Method in class com.groiss.ds.JsonComparator
 
compare(List<Object>, List<Object>) - Method in class com.groiss.ds.ListComparator
Compare two lists.
compare(Object, Object) - Method in class com.groiss.ds.MapComparator
 
compare(KeyValuePair<K, V>, KeyValuePair<K, V>) - Method in class com.groiss.ds.PairComparator
 
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(Object) - Method in class com.groiss.gui.component.Link
 
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
 
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
compensate(ActivityInstance) - Method in class com.groiss.wf.batch.BatchManager
 
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 class com.groiss.wf.batch.BatchJob
State for completed instances.
COMPLETEDERRORHANDLING - Static variable in class 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>, String, Date, Date, boolean) - Static method in class com.groiss.reporting.data.impl.DateReportingData
 
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
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.
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.
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
ConfigurationContextFactory() - Constructor for class com.groiss.ws.client.ConfigurationContextFactory
 
ConfiguredTable - Class in com.groiss.gui.table
 
ConfiguredTable() - Constructor for class com.groiss.gui.table.ConfiguredTable
 
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.
Connector() - Constructor for class com.groiss.cluster.communication.Connector
 
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(Object) - Method in class com.groiss.ds.KeyedList
 
contains(ActivityInstance) - Method in interface com.groiss.wf.UserFolder
Checks for membership of the provided ActivityInstance in this UserFolder
containsAll(Collection<?>) - Method in class com.groiss.ds.KeyedList
 
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(K1, K2) - Method in class com.groiss.ds.TwoLevelMap
Returns true if this map contains a mapping for the specified key path.
containsKey(Object) - Method in class com.groiss.ds.TwoLevelMap
Returns true if this map contains a mapping for the specified key path component.
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
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 - Static variable in interface com.groiss.dms.DMSNote
Defines the name of the field holding the content of this note.
content - Variable in class com.groiss.wfxml.WfXMLForm
 
contentType - Variable in class com.groiss.gui.HTMLPage
 
contentType - Variable in class com.groiss.gui.XHTMLPage
 
CONTEXTDATA_DOCUMENTCREATOR - Static variable in class com.groiss.wfxml.WfXMLMessage
 
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 to MimeMessage.
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 spezified 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 - Static variable in interface com.groiss.dms.DMSTableHandler
key for the action 'Copy'
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 - Static variable in interface com.groiss.dms.RemoteDMS
Determines that a DMSObject should be copied from one folder to another
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(File, File) - Static method in class com.groiss.util.FileUtil
Copy a file.
copyTo(ActivityInstance, User) - Method in interface com.groiss.wf.RemoteWfEngine
Send a copy to another user.
copyTo(ActivityInstance, User, String) - Method in interface com.groiss.wf.RemoteWfEngine
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.WfEngine
Send a copy to another user.
copyToDir(File, File) - Static method in class com.groiss.util.FileUtil
Copy file to directory
count(Object) - Method in class com.groiss.ds.MultiMap
Returns number of values mapped to a given key.
COUNT - Static variable in interface com.groiss.reporting.data.Attribute
 
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
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.RemoteStore
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(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.
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
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(Element) - Static method in class com.groiss.gui.AbstractComponent
Create element from dom
create(HttpServletRequest, HttpServletResponse) - Method in class com.groiss.office.DocCreator
Task function for creating an office document.
create(String, String, String, String) - Method in class com.groiss.office.DocCreator
System step or postcondition for creating a document.
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'
createAttachedNotes() - Method in class com.groiss.wfxml.WfXMLDocFormMessage
Use this method to get all attached notes out of this message (these are notes which should be attached directly to the new process instance).
CREATED - Static variable in class 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, DMSFolder) - Method in class com.groiss.wfxml.WfXMLFolder
 
createDMSObject(User) - Method in class com.groiss.wfxml.WfXMLForm
This method creates DMSObject objects out of this WfXMLForm.
createDMSObject(User) - Method in class com.groiss.wfxml.WfXMLNote
Creates a DMSNote object out of this 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 this WfXMLWebLink.
createDocForm(String, String) - Method in interface com.groiss.dms.DMS
Creates a new standard document.
createDocForm(FormType, String, String, P, PermissionList) - Method in interface com.groiss.dms.DMS
Creates a new document of the specified formtype.
createDocForm(String, String) - Method in interface com.groiss.dms.RemoteDMS
Creates a new standard document.
createDocForm(FormType, String, String, P, PermissionList) - Method in interface com.groiss.dms.RemoteDMS
Creates a new document of the specified formtype.
createEvent(NotificationItem, short, Agent) - Static method in class com.groiss.notification.NotificationSuite
Create a NotificationEvent from a NotificationItem.
createFolder(String) - Method in interface com.groiss.dms.DMS
Creates a new standard folder.
createFolder(FormType, String, P, PermissionList) - Method in interface com.groiss.dms.DMS
Creates a new folder of a given type.
createFolder(String) - Method in interface com.groiss.dms.RemoteDMS
Creates a new standard folder.
createFolder(FormType, String, P, PermissionList) - Method in interface com.groiss.dms.RemoteDMS
Creates a new folder of a given type.
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
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(HttpServletRequest) - Static method in class com.groiss.servlet.MultipartRequest
Create the MultipartRequest from the ServletRequest.
createInstance(Element) - Static method in class com.groiss.wfxml.LegacyBridge
 
createInstance(Element) - Static method in class com.groiss.wfxml.WfXMLObject
Deprecated. 
createInstance(XmlObject) - Static method in class com.groiss.wfxml.WfXMLObject
 
createInstance(DMSObject) - Static method in class com.groiss.wfxml.WfXMLObject
Use this method to create a WfXMLObject out of a DMSObject.
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
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.
createMessage(String) - Static method in class com.groiss.wfxml.WfXMLMessage
This static method creates a WfXMLMessage object out of a String containing the XML data.
createMessage(String, boolean) - Static method in class com.groiss.wfxml.WfXMLMessage
This method creates a WfXMLMessage object out of a String containing XML data.
createMessageTemplate() - Method in interface com.groiss.server.Admin
Create a new, empty message template.
createNewMessage() - Method in class com.groiss.wfxml.Test
Creates a new message.
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
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
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
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
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
Create a new Permission
createPermissionList() - Method in interface com.groiss.org.OrgData
Create a new PermissionList
createPermissionList() - Method in interface com.groiss.org.RemoteOrgData
Create a new PermissionList
CreatePIMessage - Class in com.groiss.wfxml
This message is used for creating a new process instance on a partner server.
CreatePIMessage(short) - Constructor for class com.groiss.wfxml.CreatePIMessage
Use this method to create a new and empty CreatePIMessage object.
CreatePIMessage(Document) - Constructor for class com.groiss.wfxml.CreatePIMessage
This method is used internally for creating a create process instance message out of a xml document.
CreatePIMessage(Document, boolean) - Constructor for class com.groiss.wfxml.CreatePIMessage
That's a special constructor which doesn't try to create user objects out of the users that are specified in the message.
createProcessInstance(ProcessDefinition, User, OrgUnit, Date, String) - Method in interface com.groiss.wf.RemoteWfEngine
Create a process instance.
createProcessInstance(ProcessDefinition, User, OrgUnit, Date, String, DMSForm) - Method in interface com.groiss.wf.RemoteWfEngine
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.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
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
Create a new Role object.
createSession(String, Properties) - Static method in class com.groiss.wf.SessionFactory
Create a session of the given classname and a property list
createSession() - Static method in class com.groiss.wf.SessionFactory
Create a session with the default properties.
createSession(Properties) - Method in class com.groiss.wf.SessionFactory
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
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
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
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(Element) - Constructor for class com.groiss.fileimport.csv.CSVReader
 
CSVReader(InputStream) - Constructor for class com.groiss.fileimport.csv.CSVReader
 
CSVReader(InputStream, Charset) - Constructor for class com.groiss.fileimport.csv.CSVReader
 
CSVReader(InputStream, CSVSettings) - 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
 
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(Element) - Constructor for class com.groiss.fileimport.csv.CSVWriter
 
CSVWriter(OutputStream) - Constructor for class com.groiss.fileimport.csv.CSVWriter
 
CSVWriter(OutputStream, Charset) - Constructor for class com.groiss.fileimport.csv.CSVWriter
 
CSVWriter(OutputStream, CSVSettings) - 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
 
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 - Static variable in interface com.groiss.dms.DMSTableHandler
key for the action 'Cut'
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.39049 Copyright © 2024 FREQUENTIS AG. All Rights Reserved.