- Failed() - Constructor for exception com.groiss.util.Assert.Failed
-
- Failed(String) - Constructor for exception com.groiss.util.Assert.Failed
-
- FAVNAME - Static variable in class com.groiss.servlet.EPTopFilter
-
- fetchMainForms(Collection<? extends DMSForm>) - Method in interface com.groiss.dms.DMS
-
Construct a mapping from sub form instances to (filled) main form instances
- fetchMainForms(Collection<? extends DMSForm>) - Method in interface com.groiss.dms.RemoteDMS
-
Construct a mapping from sub form instances to (filled) main form instances
- fetchSubForms(Collection<? extends DMSForm>, int) - Method in interface com.groiss.dms.DMS
-
Construct a mapping from mainform instances to (filled) subform instances.
- fetchSubForms(Collection<? extends DMSForm>, int) - Method in interface com.groiss.dms.RemoteDMS
-
Construct a mapping from mainform instances to (filled) subform instances.
- Field - Interface in com.groiss.ml.field
-
- FIELD_VALUE - Static variable in interface com.groiss.dms.FormField
-
Field value.
- fieldAsString(Field) - Method in class com.groiss.http.ClientConfiguration
-
- FIELDDT - Static variable in class com.groiss.wfxml.WfXMLForm
-
- fieldList(int...) - Method in interface com.groiss.dms.FormType
-
Return the fields of this form type.
- fieldname - Variable in class com.groiss.gui.table.TableAdapter
-
- FieldSet - Class in com.groiss.gui.component
-
A HTML fieldset element.
- FieldSet() - Constructor for class com.groiss.gui.component.FieldSet
-
Creates a new and empty fieldset.
- FieldSet(String) - Constructor for class com.groiss.gui.component.FieldSet
-
Creates a new fieldset and sets a legend element for it
- FieldSet(String, String) - Constructor for class com.groiss.gui.component.FieldSet
-
Creates a new fieldset, sets a legend element for it and defines an id
- file - Variable in class com.groiss.fileimport.StructuredFileSettings
-
- fileChooseButton - Variable in class com.groiss.wfxml.Test
-
- FileChooser - Class in com.groiss.gui.component
-
A HTML input element for selecting files.
- FileChooser() - Constructor for class com.groiss.gui.component.FileChooser
-
- FileChooser(String) - Constructor for class com.groiss.gui.component.FileChooser
-
Constructor with name.
- FileChooser(String, String) - Constructor for class com.groiss.gui.component.FileChooser
-
Constructor with name and style.
- fileImport(File, String) - Method in interface com.groiss.server.Admin
-
Method for importing a text file into a database table.
- FileImportHandler<T extends Persistent> - Interface in com.groiss.fileimport
-
Abstract class for defining a import handler.
- FileReportingExporter<T> - Interface in com.groiss.reporting.export
-
This Interface defines 2 methods to access the file data of the report result
ReportingExporter, which are generating files (e.g pdf, xls, odt) as a result, have to implement
this interface to be useable in ReportTimer
- FileUtil - Class in com.groiss.util
-
Some convenient file methods.
- fill(P) - Method in interface com.groiss.store.RemoteStore
-
Fill objects where only the oid is set.
- fill(List<P>) - Method in interface com.groiss.store.RemoteStore
-
Fills the objects within list l.
- fill(P) - Method in interface com.groiss.store.Store
-
Fill objects where only the oid is set.
- fill(List<P>) - Method in interface com.groiss.store.Store
-
Fills the objects within list l.
- fill(DMSObject, User) - Method in class com.groiss.wfxml.WfXMLDocForm
-
- fill(DMSObject, User) - Method in class com.groiss.wfxml.WfXMLFolder
-
This method fills an existing DMS folder with the data contained in this
WfXML folder.
- fill(DMSObject, User) - Method in class com.groiss.wfxml.WfXMLForm
-
- fill(DMSObject, User) - Method in class com.groiss.wfxml.WfXMLNote
-
This method fills an existing
DMSNote
with the data
of this WfXMLNote and updates it to the database.
- fill(DMSObject, User) - Method in class com.groiss.wfxml.WfXMLObject
-
This method is used for updating existing DMSObject
objects with
data from WfXMLObject
objects.
- fill(DMSObject, User) - Method in class com.groiss.wfxml.WfXMLWebLink
-
This method fills an existing
DMSWebLink
with the data
of this WfXMLWebLink and updates it to the database.
- fillByField(Class<? extends P>, Collection<R>, String) - Method in interface com.groiss.store.RemoteStore
-
Fill a heterogeneous set of Persistents referenced via a field of a collection of (persistent) objects.
- fillByField(Class<? extends P>, Collection<R>, String, String, Object...) - Method in interface com.groiss.store.RemoteStore
-
Fill a heterogeneous set of Persistents referenced via a field of a collection of (persistent) objects.
- fillByField(Class<? extends P>, Collection<R>, String) - Method in interface com.groiss.store.Store
-
Fill a heterogeneous set of Persistents referenced via a field of a collection of (persistent) objects.
- fillByField(Class<? extends P>, Collection<R>, String, String, Object...) - Method in interface com.groiss.store.Store
-
Fill a heterogeneous set of Persistents referenced via a field of a collection of (persistent) objects.
- fillByFields(Collection<P>, String) - Method in interface com.groiss.store.RemoteStore
-
Fetches dependent objects of a collection of Persistents reachable via the specified fields.
- fillByFields(Collection<P>, String) - Method in interface com.groiss.store.Store
-
Fetches dependent objects of a collection of Persistents reachable via the specified fields.
- filled - Variable in class com.groiss.store.PersistentObject
-
- fillInDetails(Throwable, HTMLPage) - Method in class com.groiss.gui.DefaultErrorFormatter
-
- fillValues(HttpServletRequest, HttpServletResponse) - Method in class com.groiss.wf.html.StructuredObjectSelect
-
- filterarr - Variable in class com.groiss.gui.table.TableRenderer
-
- filterByFolder(UserFolder, List<ActivityInstance>) - Method in interface com.groiss.wf.RemoteWfEngine
-
Filter a list of ActivityInstances.
- filterByFolder(UserFolder, List<ActivityInstance>) - Method in interface com.groiss.wf.WfEngine
-
Filter a list of ActivityInstances.
- filtered(Predicate<Instance>) - Method in interface com.groiss.ml.ds.DataSet
-
Returns a data set containing only the instances of this data set which fulfill the passed filter
.
- FilteredWorklist - Class in com.groiss.wf.html
-
Adapter for worklists.
- FilteredWorklist() - Constructor for class com.groiss.wf.html.FilteredWorklist
-
- FilteredWorklist.FilterMode - Enum in com.groiss.wf.html
-
- filterElements(Element, Predicate<Element>) - Static method in class com.groiss.xml.XMLUtil
-
recursively walks the dom-tree and returns all elements matching test
for simple per-element-filters, this is 10 times faster than a //xxx
XPath expression
- filters - Variable in class com.groiss.gui.table.TableRenderer
-
- filterString(String) - Static method in class com.groiss.gui.table.TableRenderer
-
We use stripped values as keys for column filters: trim, no newlines, no nonbreak-space.
- filtertype - Variable in class com.groiss.gui.table.TableRenderer
-
- FIND - Static variable in class com.groiss.org.OrgData.Rights
-
The right to find a reference folder - used as an alternative view right in context of reference folders
- FIND - Static variable in interface com.groiss.org.Right
-
The oid for the right find
- finish(ActivityInstance) - Method in interface com.groiss.wf.RemoteWfEngine
-
Finsh an activity, the engine starts the next step.
- finish(ActivityInstance) - Method in interface com.groiss.wf.WfEngine
-
Finsh an activity, the engine starts the next step.
- finishActivity(String) - Method in class com.groiss.wf.SystemAction
-
Finish a task, an andpar, orpar, or a parfor.
- finishChoice(ActivityInstance) - Method in interface com.groiss.wf.RemoteWfEngine
-
Finishs a choice branch, abort the other branches.
- finishChoice(ActivityInstance) - Method in interface com.groiss.wf.WfEngine
-
Finishs a choice branch, abort the other branches.
- FINISHED - Static variable in interface com.groiss.wf.ActivityInstance
-
Instance is finished.
- FINISHED - Static variable in class com.groiss.wf.batch.BatchJob
-
State for finished instances.
- finishedParamMask() - Method in class com.groiss.reporting.Query
-
- FINISHERROR - Static variable in class com.groiss.wf.batch.BatchJob
-
State for instances which could not be finished by the BatchManager or the corresponding executor.
- FINISHERRORHANDLING - Static variable in class com.groiss.wf.batch.BatchJob
-
error handling for batchjobs which couln't be finished is currently active
- FINISHERRORHANDLINGFAILED - Static variable in class com.groiss.wf.batch.BatchJob
-
error handling is defined for this batchjob, but it did fail to start
- FINISHERRORHANDLINGPENDING - Static variable in class com.groiss.wf.batch.BatchJob
-
error handling for batchjobs which couldn't be finished will be started soon
- first - Variable in class com.groiss.ds.Pair
-
The first object.
- first - Variable in class com.groiss.ds.Triple
-
The first object.
- firstKeySet() - Method in class com.groiss.ds.TwoLevelMap
-
- flush() - Method in class com.groiss.fileimport.csv.CSVWriter
-
the underlying writer will be flushed
- FOLDER_FORM - Static variable in interface com.groiss.dms.DMSTableHandler
-
key for the action 'Folder properties'
- FOLDER_FORM - Static variable in interface com.groiss.dms.FormType
-
Determines that this formtype is a folder
- FOLDER_PROPS - Static variable in interface com.groiss.dms.DMSTableHandler
-
key for the action 'Folder properties'
- FolderItemRelation - Interface in com.groiss.dms
-
This interface represents the relation between a DMSFolder and the DMSObjects of this folder.
- folderOid - Variable in class com.groiss.notification.NotificationEvent
-
- forcedDispatch() - Method in class com.groiss.event.BasicEvent
-
- forClasses() - Method in class com.groiss.accesscontrol.PermissionMapping
-
Define the classes where this mapping applies to.
- FORM - Static variable in interface com.groiss.dms.DMSTableHandler
-
key for the column holding the form link of the DMSObject
- FORM_FIELD - Static variable in class com.groiss.wfxml.WfXMLForm
-
- FORM_FIELDNAME - Static variable in class com.groiss.wfxml.WfXMLForm
-
- FORM_INTERFACE_PACKAGE_NAME - Static variable in class com.groiss.util.Settings
-
- FORM_PACKAGE - Static variable in interface com.groiss.dms.FormType
-
- FORM_PACKAGE_NAME - Static variable in class com.groiss.util.Settings
-
- FORM_PACKAGE_NAME_OLD - Static variable in class com.groiss.util.Settings
-
- format(Throwable) - Method in class com.groiss.gui.DefaultErrorFormatter
-
Default implementation of showing an error page.
- format(Throwable) - Method in interface com.groiss.gui.ErrorFormatter
-
Returns the page which is sent to the browser, containing the error message.
- format(String, Object...) - Static method in class com.groiss.util.StringUtil
-
Formats the passed pattern with the passed argument (as known by
java.text.MessageFormat(String, Object []) but it guarantees that single quotes remain in the
pattern (class MessageFormat would remove them).
- FORMAT_FIELDS_AS_COMPONENT - Static variable in class com.groiss.wf.html.HTMLUtils
-
- formatJSON(Throwable) - Method in class com.groiss.gui.DefaultErrorFormatter
-
Default implementation for returning a JSONObject representation of the error.
- formatJSON(Throwable) - Method in interface com.groiss.gui.ErrorFormatter
-
Return a json implementation of the error, called in ajax requests.
- FormClassifier - Interface in com.groiss.ml.classifier
-
A classifier usable in process context.
- FormContainer - Class in com.groiss.gui.component
-
The FormContainer to build a HTML form.
- FormContainer() - Constructor for class com.groiss.gui.component.FormContainer
-
Constructs a new form container.
- FormContainer(String) - Constructor for class com.groiss.gui.component.FormContainer
-
Constructs a new form container.
- FormContainer(String, String, String) - Constructor for class com.groiss.gui.component.FormContainer
-
Constructs a new form container.
- FormContext - Class in com.groiss.dms
-
A context object containing some information about the context in which a form is shown or edited.
- FormContext(ActivityInstance, DMSFolder, DMSForm, int) - Constructor for class com.groiss.dms.FormContext
-
Create a form context object.
- FormContext(HttpServletRequest) - Constructor for class com.groiss.dms.FormContext
-
Create a form context object.
- FormEventAdapter - Class in com.groiss.dms
-
- FormEventAdapter() - Constructor for class com.groiss.dms.FormEventAdapter
-
Deprecated.
- FormEventHandler - Interface in com.groiss.dms
-
This interface is used for writing callback classes enhancing
the functionality of forms.
- FormField - Interface in com.groiss.dms
-
- FORMID - Static variable in class com.groiss.wfxml.WfXMLForm
-
- FormInstance - Interface in com.groiss.wf
-
Interface for the relation between process and process form.
- formName - Variable in class com.groiss.wfxml.WfXMLForm
-
- FORMSUBID - Static variable in class com.groiss.wfxml.WfXMLForm
-
- FormTableAdapter - Class in com.groiss.dms
-
- FormTableAdapter() - Constructor for class com.groiss.dms.FormTableAdapter
-
Deprecated.
- FormTableHandler - Interface in com.groiss.dms
-
Interface that allows implementers to customize the form table.
- FormType - Interface in com.groiss.dms
-
The type of a DMSForm
- FORMUSER - Static variable in class com.groiss.wfxml.WfXMLForm
-
- FORMVERSION - Static variable in class com.groiss.wfxml.WfXMLForm
-
- fourEyesPrinciple(String) - Method in class com.groiss.wf.SystemAction
-
Check, if the current agent is not the agent of the step referenced by steplabel.
- fourEyesPrinciple(String, ActivityInstance) - Method in class com.groiss.wf.SystemAction
-
Check, if the current agent is not the agent who did the last step instance of the step identified by the passed label.
- from(F, S, T) - Static method in class com.groiss.ds.Triple
-
- FROM_LDAP - Static variable in class com.groiss.ldap.DirectoryServer
-
Represents direction of synchronization (import) FROM_LDAP
- Function - Interface in com.groiss.wf
-
A function in the user interface.