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 

R

RadioButton - Class in com.groiss.gui.component
A HTML radio button.
RadioButton() - Constructor for class com.groiss.gui.component.RadioButton
Constructs a new empty RadioButton.
RadioButton(String, String) - Constructor for class com.groiss.gui.component.RadioButton
Constructor with name and value.
RadioButton(String, String, boolean) - Constructor for class com.groiss.gui.component.RadioButton
Constructor with name, value and the initial state.
RadioButton(String, String, boolean, String) - Constructor for class com.groiss.gui.component.RadioButton
Constructor with name, value and the initial state.
RadioGroup - Class in com.groiss.gui.component
a group of radio buttons
RadioGroup() - Constructor for class com.groiss.gui.component.RadioGroup
 
RadioGroup(RadioButton) - Constructor for class com.groiss.gui.component.RadioGroup
 
raiseEvent(Event) - Static method in class com.groiss.event.EventManager
Raises an event.
randomTrue(String) - Method in class com.groiss.wf.SystemAction
Returns true randomly.
reactivate(ProcessInstance) - Method in interface com.groiss.wf.RemoteWfEngine
Reactivate a process.
reactivate(ProcessInstance, String) - Method in interface com.groiss.wf.RemoteWfEngine
Reactivate a process.
reactivate(ProcessInstance) - Method in interface com.groiss.wf.WfEngine
Reactivate a process.
reactivate(ProcessInstance, String) - Method in interface com.groiss.wf.WfEngine
Reactivate a process.
reactivateAndTake(ProcessInstance, String) - Method in interface com.groiss.wf.RemoteWfEngine
Reactivate a process and take the reactivated tasks.
reactivateAndTake(ProcessInstance, String) - Method in interface com.groiss.wf.WfEngine
Reactivate a process and take the reactivated tasks.
reactivateBatchJob(ActivityInstance) - Static method in class com.groiss.wf.batch.BatchManager
 
READ_ONLY - Static variable in interface com.groiss.wf.RemoteWfEngine
 
READ_WRITE - Static variable in interface com.groiss.wf.RemoteWfEngine
 
readClassDescriptor() - Method in class com.groiss.util.ApplicationObjectInputStream
 
reader - Variable in class com.groiss.fileimport.StructuredFileSettings
 
READONLY - Static variable in class com.groiss.gui.AbstractComponent
 
readRecord() - Method in class com.groiss.fileimport.csv.CSVReader
reads the next record data will be available thru CSVReader.get(int) and CSVReader.get(String)
readRecord() - Method in interface com.groiss.fileimport.StructuredFileReader
reads the next record
ReadWriteJsonData<T> - Interface in com.groiss.smartclient
basic interface to enable data-manipulation using the JsonLoader
rebuild() - Method in class com.groiss.xforms.ModelInfo
 
receive(Message, MailBox) - Method in interface com.groiss.mail.MailHandler2
Implement this method to perform some action with the mail message.
RECENTLYUSED - Static variable in class com.groiss.dms.DMS.FormTypes
Form type for recently used folders.
RECENTLYUSED - Static variable in interface com.groiss.dms.FormType
Holds the oid of the formtype for the recently used folders
Recipient - Class in com.groiss.messaging
The recipients of a message.
Recipient() - Constructor for class com.groiss.messaging.Recipient
Create an empty recipient.
Recipient(Persistent, short) - Constructor for class com.groiss.messaging.Recipient
Create a recipient for a template.
Recipient.AgentType - Enum in com.groiss.messaging
Defines the various kinds of agents
recomputePlan(ProcessInstance) - Method in class com.groiss.planning.PlanTimeMgmt
 
reconfigure() - Static method in class com.groiss.cal.CalUtil
 
reconfigure() - Method in class com.groiss.component.ServiceAdapter
Can be used to explicitly reconfigure the service.
reconfigure() - Method in class com.groiss.timer.TimerManager
Reschedule the timers after some properties of a timer has been changed.
reconfigure() - Method in class com.groiss.util.Settings
 
RECYCLEBIN - Static variable in class com.groiss.dms.DMS.FormTypes
Form type for recycle bins.
RECYCLEBIN - Static variable in interface com.groiss.dms.FormType
Holds the oid of the formtype of recycle bins
redirect(String) - Static method in class com.groiss.gui.ActionPage
 
redirectToNonSSL(HttpServletRequest, HttpServletResponse) - Method in class com.groiss.org.SSLAuth
this method redirects to the wanted page
refererOK(HttpServletRequest, String, Class<?>) - Static method in class com.groiss.servlet.Dispatcher
 
REFRESH - Static variable in interface com.groiss.dms.DMSTableHandler
key for the action 'Refresh'
refreshForm(HttpServletRequest) - Static method in class com.groiss.wf.html.HTMLUtils
 
refreshWLCache(User) - Method in interface com.groiss.wf.RemoteWfEngine
Refresh the organizational data in the WorklistCache for a particular user.
refreshWLCache(User) - Method in interface com.groiss.wf.WfEngine
Refresh the organizational data in the WorklistCache for a particular user.
refreshWLCacheOrgData() - Method in interface com.groiss.wf.RemoteWfEngine
Refresh the organizational data in the worklist cache.
refreshWLCacheOrgData() - Method in interface com.groiss.wf.WfEngine
Refresh the organizational data in the worklist cache.
refreshWorklist(HttpServletRequest, Application) - Static method in class com.groiss.wf.html.HTMLUtils
Deprecated. 
refreshWorklistCacheInstances() - Method in interface com.groiss.server.Admin
Refresh the activities in the worklist cache
refreshWorklistCacheOrgData() - Method in interface com.groiss.server.Admin
Refresh the organizational data in the worklist cache
register(String, Class<? extends IEventHandler>, Object) - Static method in class com.groiss.event.EventManager
Register an event handler
register(String, Class<? extends IEventHandler>, Object, ActivityInstance) - Static method in class com.groiss.event.EventManager
Register an event handler
registerClassifier(Class<? extends Classifier>) - Method in interface com.groiss.ml.classifier.ClassificationService
Registers a new Classifier implementation with the given name.
registerField(Class<? extends ProcessField>) - Method in interface com.groiss.ml.classifier.ClassificationService
Registers a new ProcessField implementation.
registerHandler(Handler, String) - Static method in class com.groiss.cluster.communication.Connector
Registers a handler for receiving cluster messages.
registerHandler(Handler) - Static method in class com.groiss.cluster.communication.Connector
Registers a handler for receiving cluster messages.
registerMessageListener(Class<?>, Partner) - Static method in class com.groiss.wfxml.WfXML
Use this method to register a message listener that will listen for messages from a specific partner or all partners.
registerService(String, Object, int) - Static method in class com.groiss.component.ApplicationContext
Register a service.
registerTimeManagementClass(ProcessDefinition, TimeManagement) - Static method in class com.groiss.timemgmt.TimeManagementFactory
 
releaseUnfilled() - Method in class com.groiss.reporting.data.impl.PersistentData
 
reload() - Method in class com.groiss.component.Configuration
Reload the configuration from the configured files.
reloadClasses() - Static method in class com.groiss.servlet.Dispatcher
Reload the method cache the Dispatcher holds.
reloadDBConnections() - Method in interface com.groiss.server.Admin
Marks all Database Connections as old.
reloadDocument(DMSFolder, P, String, InputStream) - Method in interface com.groiss.dms.DMS
Reloads the document, i.e. replaces the content of the document with the content of the passed file
reloadDocument(DMSFolder, P, String, InputStream, long, byte[]) - Method in interface com.groiss.dms.DMS
Reloads the document, i.e. replaces the content of the document with the content of the passed stream
RemoteDMS - Interface in com.groiss.dms
Utility class for DMS related operations.
RemoteOrgData - Interface in com.groiss.org
This interface allows access to the organizational data stored in @enterprise.
RemoteStore - Interface in com.groiss.store
The store interface represents the interface to the database.
RemoteWfEngine - Interface in com.groiss.wf
This interface encapsulates the functionality of the @enterprise workflow engine.
remove(String) - Static method in class com.groiss.component.Configuration
Remove a configuration.
remove(DMSObject) - Method in interface com.groiss.dms.DMSFolder
Removes the passed object from this folder
remove(DMSFolder, DMSObject) - Method in interface com.groiss.dms.RemoteDMS
Removes an Object from a folder.
remove(int) - Method in class com.groiss.ds.KeyedList
 
remove(Object) - Method in class com.groiss.ds.KeyedList
 
remove(Object) - Method in class com.groiss.ds.MultiMap
Removes the mapping for this key from this map if it is present
remove(Object, Object) - Method in class com.groiss.ds.MultiMap
Removes the value for a certain key.
remove(Object) - Method in class com.groiss.ds.OrderedMap
 
remove() - Method in class com.groiss.ds.ThreadLocal2
 
remove(Object) - Method in class com.groiss.ds.TwoLevelMap
Removes the mapping for this key path component from this map if present.
remove(Pair<?, ?>) - Method in class com.groiss.ds.TwoLevelMap
Removes the mapping for the key path designated by the specified Pair from this map if present.
remove(String) - Method in class com.groiss.gui.AbstractContainer
Remove a component.
remove(String) - Method in interface com.groiss.gui.Container
 
remove(Instance) - Method in interface com.groiss.ml.ds.DataSet
Removes an Instance from this data set
remove(PersistentAspect...) - Static method in enum com.groiss.store.PersistentAspect
Remove the PersistentAspects at thread level.
remove(Persistent, PersistentAspect...) - Static method in enum com.groiss.store.PersistentAspect
Remove the PersistentAspects from an object.
remove(ActivityInstance) - Method in interface com.groiss.wf.UserFolder
Removes the passed object from this folder.
removeAll(Collection<DMSObject>) - Method in interface com.groiss.dms.DMSFolder
Removes all the objects in the collection from the folder
removeAll(Collection<?>) - Method in class com.groiss.ds.KeyedList
 
removeAllRolesFromSession() - Method in interface com.groiss.org.OrgData
Removes all roles from the current usersession.
removeAllRolesFromSession() - Method in interface com.groiss.org.RemoteOrgData
Removes all roles from the current usersession.
removeAttribute(String) - Method in class com.groiss.gui.AbstractComponent
Remove the attribute from the component.
removeAttribute(String) - Method in interface com.groiss.gui.Component
removes the attribute
removeAttribute(Object) - Static method in class com.groiss.util.ThreadContext
Removes the key-value pair identified by the passed key
removeByKeys(Object, Object) - Method in class com.groiss.ds.TwoLevelMap
Removes the mapping for this key path from this map if present.
removeChildren() - Method in class com.groiss.ds.Tree
Prune a tree.
removeClass(String) - Method in class com.groiss.gui.AbstractComponent
 
removeClass(String) - Method in interface com.groiss.gui.Component
remove the given CSS class(es) from the list of existing CSS-classes
removeContext() - Method in class com.groiss.util.RMIThreadContext
 
removeEventHandler(PersistentEventHandler<?>) - Static method in class com.groiss.store.StoreUtil
removeField(String) - Method in class com.groiss.wfxml.WfXMLForm
This method removes a field from this form.
removeFieldModes(ProcessDefinition, String, String, String) - Method in interface com.groiss.server.Admin
Remove the field modes of a form in a process.
removeFormPackageName(String) - Static method in class com.groiss.util.Settings
 
removeKey(Object) - Method in class com.groiss.ds.KeyedList
Removes the key (and associated object) from the list
removeKeyword(DMSObject, Keyword) - Method in interface com.groiss.dms.DMS
Removes the passed keyword from the passed DMSObject
removeKeyword(DMSObject, Keyword) - Method in interface com.groiss.dms.RemoteDMS
Removes the passed keyword from the passed DMSObject
removeNote(DMSObject, DMSNote) - Method in interface com.groiss.dms.DMS
Removes the passed note from the passed document.
removeNote(DMSNote, User) - Method in interface com.groiss.dms.DMSObject
Removes the passed note from this object
removeNote(DMSObject, DMSNote) - Method in interface com.groiss.dms.RemoteDMS
Removes the passed note from the passed document.
removeParameter(String) - Method in class com.groiss.servlet.MultipartRequest
Removes a parameter from the parameter list.
removeRoleFromSession(Role, OrgUnit) - Method in interface com.groiss.org.OrgData
Removes a role from the current usersession.
removeRoleFromSession(Role, OrgUnit) - Method in interface com.groiss.org.RemoteOrgData
Removes a role from the current usersession.
removeRow(int) - Method in class com.groiss.gui.component.TableContainer
removes the rows at the specified position INDEX from the table
removeSeens(ActivityInstance, boolean) - Method in interface com.groiss.wf.RemoteWfEngine
Delete the seen information for the given ai.
removeSeens(ActivityInstance, boolean) - Method in interface com.groiss.wf.WfEngine
 
removeSelection() - Method in class com.groiss.gui.component.SelectList
Removes the attribute SELECTED from the selected option.
removeSelections() - Method in class com.groiss.gui.component.SelectList
removes the attribute SELECTED from the selected options
removeSubform(DMSForm, DMSForm) - Method in interface com.groiss.dms.DMS
Removes the passed subform from the passed mainform.
removeSubform(DMSForm, DMSForm, int) - Method in interface com.groiss.dms.DMS
Removes the passed subform from the subform-relation identified by the passed id in the passed mainform.
removeSubform(DMSForm, DMSForm) - Method in interface com.groiss.dms.RemoteDMS
Removes the passed subform from the passed mainform.
removeSubform(DMSForm, DMSForm, int) - Method in interface com.groiss.dms.RemoteDMS
Removes the passed subform from the subform-relation identified by the passed id in the passed mainform.
removeTableModelListener(TableModelListener) - Method in class com.groiss.ds.ObjectTableModel
This method does nothing.
renameDocument(DMSFolder, P, String, String) - Method in interface com.groiss.dms.DMS
Sets the name and extension of the passed object to newName.
renameDocument(DMSFolder, P, String, String) - Method in interface com.groiss.dms.RemoteDMS
Sets the name and extension of the passed object to newName.
REPLACE - Static variable in interface com.groiss.dms.DMSTableHandler
key for the action 'Replace'
REPLACE_URL - Static variable in class com.groiss.gui.ActionPage
 
replaceChar(String, char, String) - Static method in class com.groiss.util.StringUtil
Replace a character by a string.
replaceHTML(FormType, String) - Method in interface com.groiss.server.Admin
Regenerate a form.
Report - Interface in com.groiss.reporting
 
ReportingData - Interface in com.groiss.reporting.data
Interface ReportingData Inteface for all ReportingData, which does not fit to Standard Datatypes
ReportingExportable - Interface in com.groiss.reporting.export
Interface for ReportingData Objects and AggrValue provides methods for exporting the data objects
ReportingExporter - Interface in com.groiss.reporting.export
Interface of Reporting Exporter.
ReportingTableModel - Class in com.groiss.reporting.data
reporting tablemodel holds data which are read from db and calculated data like grouping rows
ReportingTableModel(List<List<Object>>, List<?>, Query) - Constructor for class com.groiss.reporting.data.ReportingTableModel
Constructor for ReportingTableModel
request - Variable in class com.groiss.gui.table.TableAdapter
The HTTP request is set in the init method
request - Variable in class com.groiss.smartclient.JsonDataAdapter
 
REQUEST - Static variable in class com.groiss.wfxml.WfXMLMessage
Constant value for representing a request message
requestAsString - Variable in class com.groiss.http.Client
 
requestDMSFolder() - Method in class com.groiss.wfxml.GetPIDataMessage
Adds a request for the content of the process instance's DMSFolder to a request message.
requestedId - Variable in class com.groiss.smartclient.JsonDataAdapter
 
requestNotes() - Method in class com.groiss.wfxml.GetPIDataMessage
Adds a request for all notes to a request message.
requestPartnerStatus(HttpServletRequest) - Method in class com.groiss.wfxml.WfXML
This method requests "live" info from a partner and generates a HTML page containing this information.
requestProcessForm(String) - Method in class com.groiss.wfxml.GetPIDataMessage
Adds a request for a specific process form to a request message.
requestProcessForms() - Method in class com.groiss.wfxml.GetPIDataMessage
Call this method on request messages in order to add a request for process forms.
requiredok - Variable in class com.groiss.xforms.ModelInfo
 
resetExceptions(TimerEntry) - Static method in class com.groiss.timer.TimerManager
Empty the list of sent exceptions.
resetForNode(String) - Static method in class com.groiss.wf.html.FilteredWorklist
Remove the cached structure for an id.
resizeImage(byte[], int, int) - Static method in class com.groiss.util.FileUtil
 
resname - Variable in class com.groiss.component.Resource
 
resolveClass(ObjectStreamClass) - Method in class com.groiss.util.ApplicationObjectInputStream
 
resolveEntity(String, String, String) - Method in class com.groiss.ws.ClasspathResolver
 
resolveEntity(String, String) - Method in class com.groiss.ws.ClasspathResolver
 
resolveObject(Object) - Method in class com.groiss.util.ApplicationObjectInputStream
 
resolveResource(String, String, String, String, String) - Method in class com.groiss.ws.ClasspathResolver
 
Resource - Class in com.groiss.component
Provides resource strings in several languages.
Resource(String, String) - Constructor for class com.groiss.component.Resource
 
Resource(String, String, Locale) - Constructor for class com.groiss.component.Resource
 
resource - Variable in class com.groiss.gui.table.TableAdapter
 
Response - Class in com.groiss.http
This class implements the response of a request executed via one of the request methods of Client.
RESPONSE - Static variable in class com.groiss.wfxml.WfXMLMessage
Constant value for representing a response message
RESPONSE_NOT_REQUIRED - Static variable in class com.groiss.wfxml.WfXMLMessage
Constant value defining that a response is not required
RESPONSE_REQUIRED - Static variable in class com.groiss.wfxml.WfXMLMessage
Constant value defining that a response is required
RESPONSE_REQUIRED_ONERROR - Static variable in class com.groiss.wfxml.WfXMLMessage
Constant value defining that a response is only required if an error occurs
responseArrived(WfXMLMessage, WfXMLMessage) - Method in interface com.groiss.wfxml.ResponseListener
Implement this method if you want to create a ResponseListener.
ResponseListener - Interface in com.groiss.wfxml
ResponseListeners are designed to be used when a message cannot be sent immediately.
responseText - Variable in class com.groiss.wfxml.Test
 
REST_SESSION - Static variable in class com.groiss.util.ThreadContext
 
restartList() - Method in class com.groiss.component.Configuration
 
restartServer() - Method in interface com.groiss.server.Admin
Restart the @enterprise server
restoreFromRecycleBin(DMSObject) - Method in interface com.groiss.dms.DMS
Restores the passed object from recycle bin, i.e. moves it to it original folder if that folder still exists - otherwise an exception is thrown.
restoreFromRecycleBin(DMSObject) - Method in interface com.groiss.dms.RemoteDMS
Restores the passed object from recycle bin, i.e. moves it to it original folder if that folder still exists - otherwise an exception is thrown.
ResultModifier - Interface in com.groiss.reporting
 
retainAll(Collection<?>) - Method in class com.groiss.ds.KeyedList
 
rewrite(PermissionQuery) - Method in class com.groiss.accesscontrol.PermissionMapping
The rewrite method defines the modified permission query as DNF object.
RFC1036 - Static variable in class com.groiss.cal.CalUtil
Date format RFC1036: EEEEEEEEE, dd-MMM-yy HH:mm:ss z
RFC1123 - Static variable in class com.groiss.cal.CalUtil
Date format RFC1123: EEE, dd MMM yyyy HH:mm:ss z
right - Variable in class com.groiss.accesscontrol.PermissionQuery
 
RIGHT - Static variable in class com.groiss.gui.table.TableRenderer
 
Right - Interface in com.groiss.org
Interface for describing a right.
RMI_SESSION - Static variable in class com.groiss.util.ThreadContext
 
RMIService - Interface in com.groiss.wf
Interface for customer defined RMI services.
RMIThreadContext - Class in com.groiss.util
Defines a context which is given to the RMI-Wrappers
RMIThreadContext(Principal, UserTransaction, Locale, boolean) - Constructor for class com.groiss.util.RMIThreadContext
 
RO - Static variable in interface com.groiss.dms.DMSTableHandler
Determines that the user has only view right for the folder.
RO_REC - Static variable in interface com.groiss.dms.DMSTableHandler
Deprecated.
will not be used and supported since version 8.0
Role - Interface in com.groiss.org
This interface describes a role.
ROLE_DEPT - Static variable in interface com.groiss.org.Permission
Scope is the department of the object
roleList(HttpServletRequest) - Method in class com.groiss.wf.html.HTMLUtils
 
rollback() - Static method in class com.groiss.component.BeanManager
Rolls back the transaction and releases all beans.
rollback() - Method in interface com.groiss.store.external.XStore
Roll back the operations on this XStore.
rollback() - Method in interface com.groiss.wf.Session
Rollback the current transaction.
rollbackTransaction(UserTransaction) - Static method in class com.groiss.component.BeanManager
 
root - Variable in class com.groiss.accesscontrol.DNF
 
root - Variable in class com.groiss.gui.AbstractComponent
the root element of the internal JDOM-Tree of the component
root - Variable in class com.groiss.wfxml.WfXMLMessage
The root element of the message.
ROW_STYLE_HIDDEN - Static variable in interface com.groiss.reporting.export.ReportingExporter
 
run(TimerEntry, String) - Method in class com.groiss.auth.TokenRefreshTimer
 
run(TimerEntry, String) - Method in class com.groiss.fileimport.ImportTimer
 
run(TimerEntry, String) - Method in interface com.groiss.timer.TimerTask
A timer task is started.
run(TimerEntry, String) - Method in class com.groiss.wf.batch.BatchManager
the TimerTask interface
running - Variable in class com.groiss.wf.DefaultApplicationAdapter
 
RW - Static variable in interface com.groiss.dms.DMSTableHandler
Determines that the user has edit right for the folder.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
Skip navigation links

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