Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
G
- GENDER_FEMALE - Static variable in interface com.groiss.org.User
- GENDER_MALE - Static variable in interface com.groiss.org.User
- GENDER_OTHER - Static variable in interface com.groiss.org.User
- GENDER_UNKNOWN - Static variable in interface com.groiss.org.User
- generateFormClass(FormType) - Method in interface com.groiss.server.Admin
-
Generate the classes for the given form type.
- generateMatrixTable(ReportingTableModel, Query) - Method in class com.groiss.reporting.export.HTMLExporter
- generateQueryId(Query, User) - Static method in class com.groiss.reporting.QueryEngine
-
returns a unique query ID for caching purposes
- genJSONPage(Collection<? extends KeyValuePair<String, String>>) - Static method in class com.groiss.gui.WebUtils
- genJSONPage(Collection<? extends KeyValuePair<String, String>>, String, String, Boolean) - Static method in class com.groiss.gui.WebUtils
- get() - Static method in class com.groiss.component.Configuration
-
Return the @enterprise configuration.
- get() - Method in class com.groiss.ds.ThreadLocal2
-
Returns the value in the calling thread's copy of this ThreadLocal variable.
- get() - Static method in enum class com.groiss.store.PersistentAspect
-
Get the set of currently set PersistentAspects at the thread level.
- get() - Static method in class com.groiss.util.Clipboard
-
Returns the clipboard of the session of the current user
- get(int) - Method in class com.groiss.ds.KeyedList
- get(int) - Method in class com.groiss.fileimport.csv.CSVReader
-
returns the field with the given index of the current record
- get(Pair<K1, K2>) - Method in class com.groiss.ds.TwoLevelMap
-
Returns the value to which the specified key path designated by the Pair is mapped in this map, or
null
if the map contains no mapping for this key path. - get(Persistent) - Static method in enum class com.groiss.store.PersistentAspect
-
Get the set of currently set PersistentAspects for an object.
- get(Class<? extends P>, long) - Method in interface com.groiss.org.OrgData
-
Deprecated, for removal: This API element is subject to removal in a future version.
- get(Class<? extends P>, long) - Method in interface com.groiss.org.RemoteOrgData
-
Deprecated.
- get(Class<? extends P>, long) - Method in interface com.groiss.store.RemoteStore
-
Deprecated.Method for getting objects from the database.
- get(Class<? extends P>, long) - Method in interface com.groiss.store.Store
-
Method for getting objects from the database.
- get(Class<? extends P>, String) - Method in interface com.groiss.store.RemoteStore
-
Deprecated.Method for getting objects from the database.
- get(Class<? extends P>, String) - Method in interface com.groiss.store.Store
-
Method for getting objects from the database.
- get(Class<? extends P>, String, Object...) - Method in interface com.groiss.store.RemoteStore
-
Deprecated.Method for getting objects from the database.
- get(Class<? extends P>, String, Object...) - Method in interface com.groiss.store.Store
-
Method for getting objects from the database.
- get(Object) - Method in class com.groiss.ds.KeyedList
-
Get the object mapped to the given key.
- get(Object) - Method in class com.groiss.ds.MultiMap
-
Returns the values to which this map maps the specified key or null if there's no mapping
- get(Object) - Method in class com.groiss.ds.OrderedMap
- get(Object) - Method in class com.groiss.ds.TwoLevelMap
-
Returns the Map of values to which the specified key path component is mapped in this map, or
null
if the map contains no mapping for this key path component. - get(String) - Static method in class com.groiss.component.Configuration
-
Get the configuration by the given id.
- get(String) - Method in class com.groiss.fileimport.csv.CSVReader
-
returns the field with the given name of the current record is only working if headers are set
- get(String) - Method in class com.groiss.gui.AbstractContainer
- get(String) - Method in interface com.groiss.gui.Container
- get(String) - Method in class com.groiss.smartclient.JsonDataAdapter
- get(String) - Method in class com.groiss.smartclient.ObjectSelectProvider
- get(String, long) - Method in interface com.groiss.org.OrgData
-
Deprecated, for removal: This API element is subject to removal in a future version.
- get(String, long) - Method in interface com.groiss.org.RemoteOrgData
-
Deprecated.
- get(String, long) - Method in interface com.groiss.store.RemoteStore
-
Deprecated.Method for getting objects from the database.
- get(String, long) - Method in interface com.groiss.store.Store
-
Method for getting objects from the database.
- get(String, DMSObject) - Method in interface com.groiss.dms.IStore
-
Returns the content identified by id from the storage of the DMS.
- get(String, Parameter...) - Method in class com.groiss.http.Client
-
Executes a GET request on the passed url using the passed parameters
- get(String, Object, Collection<Namespace>, Filter<T>) - Static method in class com.groiss.xml.XMLUtil
-
Select a single node via xpath from a context.
- get(String, Object, Filter<T>) - Static method in class com.groiss.xml.XMLUtil
-
Select a single node via xpath from a context using an empty namespace.
- get(String, Object, Namespace[], Filter<T>) - Static method in class com.groiss.xml.XMLUtil
-
Select a single node via xpath from a context.
- get(String, Object, Namespace, Filter<T>) - Static method in class com.groiss.xml.XMLUtil
-
Select a single node via xpath from a context.
- get(String, String) - Method in interface com.groiss.store.RemoteStore
-
Deprecated.Method for getting objects from the database.
- get(String, String) - Method in interface com.groiss.store.Store
-
Method for getting objects from the database.
- get(String, String, Object...) - Method in interface com.groiss.store.RemoteStore
-
Deprecated.Method for getting objects from the database.
- get(String, String, Object...) - Method in interface com.groiss.store.Store
-
Method for getting objects from the database.
- get(K1, K2) - Method in class com.groiss.ds.TwoLevelMap
-
Returns the value to which the specified key path is mapped in this map, or
null
if the map contains no mapping for this key path. - GET - Enum constant in enum class com.groiss.http.Client.Method
- getAborttime() - Method in interface com.groiss.wf.batch.BatchJob
-
Get the time the instance was aborted.
- getAbsoluteNormalizedPath(File) - Static method in class com.groiss.util.FileUtil
-
Gets the absolute normalized path of a file.
- getAbsoluteNormalizedPath(File, File) - Static method in class com.groiss.util.FileUtil
-
Gets the absolute normalized path of a file.
- getActive() - Method in interface com.groiss.timer.TimerEntry
-
Returns whether the timer entry is active (action will be executed) or not.
- getActiveTasks(ProcessInstance) - Method in interface com.groiss.wf.RemoteWfEngine
-
Deprecated.Get the list of active activities of a process instance.
- getActiveTasks(ProcessInstance) - Method in interface com.groiss.wf.WfEngine
-
Get the list of active activities of a process instance.
- getActiveTasks(ProcessInstance, User) - Method in interface com.groiss.wf.RemoteWfEngine
-
Deprecated.Get the list of active, interactive activities of a process instance assigned to a user.
- getActiveTasks(ProcessInstance, User) - Method in interface com.groiss.wf.WfEngine
-
Get the list of active, interactive activities of a process instance assigned to a user.
- getActiveUserSessionCount() - Method in interface com.groiss.server.ServerInfoMXBean
-
Get the number of active user sessions for all nodes.
- getActivities(String) - Method in interface com.groiss.wf.RemoteWfEngine
-
Deprecated.Find the activity instances with a given condition.
- getActivities(String) - Method in interface com.groiss.wf.WfEngine
-
Find the activity instances with a given condition.
- getActivityInstance() - Method in class com.groiss.dms.FormContext
-
Get the activity instance.
- getActivityInstance() - Method in interface com.groiss.wf.Suspension
-
the activity instance that is suspended
- getActivityInstance(long) - Method in interface com.groiss.wf.RemoteWfEngine
-
Deprecated.Find a activity instance from the given oid.
- getActivityInstance(long) - Method in interface com.groiss.wf.WfEngine
-
Find a activity instance from the given oid.
- getActivityInstances(ProcessInstance) - Method in interface com.groiss.wf.RemoteWfEngine
-
Deprecated.Get the list of all direct activity instances of a process instance.
- getActivityInstances(ProcessInstance) - Method in interface com.groiss.wf.WfEngine
-
Get the list of all direct activity instances of a process instance.
- getActivityInstances(ProcessInstance, boolean, boolean, int, String) - Method in interface com.groiss.wf.RemoteWfEngine
-
Deprecated.Get a list of activity instances for a process instance
- getActivityInstances(ProcessInstance, boolean, boolean, int, String) - Method in interface com.groiss.wf.WfEngine
-
Get a list of activity instances for a process instance
- getActivityInstances(ProcessInstance, String) - Method in interface com.groiss.wf.RemoteWfEngine
-
Deprecated.Get the list of direct activity instances of a particular step in a process.
- getActivityInstances(ProcessInstance, String) - Method in interface com.groiss.wf.WfEngine
-
Get the list of direct activity instances of a particular step in a process.
- getAddArchive() - Method in class com.groiss.reporting.Query
- getAdditionalData(List<ActivityInstance>) - Method in class com.groiss.wf.html.CombinedWorklist
- getAdditionalData(List<ActivityInstance>) - Method in interface com.groiss.wf.html.Worklist
-
Your chance to collect additional data for the instances.
- getAdditionalObjects(boolean) - Method in interface com.groiss.store.Exportable
-
return a list of objects that must be exported with this object (after it).
- getAddress() - Method in interface com.groiss.org.OrgUnit
-
Get the address.
- getAdmin() - Static method in class com.groiss.wf.ServiceLocator
-
Get the Admin to make administrative actions on the server.
- getAgent() - Method in class com.groiss.accesscontrol.PermissionQuery
- getAgent() - Method in class com.groiss.messaging.Recipient
-
Return the agent.
- getAgent() - Method in class com.groiss.notification.BasicNotificationItem
- getAgent() - Method in class com.groiss.notification.NotificationEvent
- getAgent() - Method in interface com.groiss.notification.NotificationItem
-
The agent the item is to be destined for.
- getAgent() - Method in interface com.groiss.org.LogEntry
-
Deprecated, for removal: This API element is subject to removal in a future version.
- getAgent() - Method in interface com.groiss.org.Permission
-
Return the agent the permission is granted to.
- getAgent() - Method in interface com.groiss.wf.ActivityInstance
-
Returns the agent of the object
- getAgentString() - Method in class com.groiss.messaging.Recipient
-
Return the agent-string, is used for types email, stepagent, or formfield.
- getAgentType() - Method in class com.groiss.messaging.Recipient
-
Return the type of the agent.
- getAlgorithm() - Method in interface com.groiss.dms.DMSDocForm
-
Returns the hashing algorithm, for example 'SHA-256'.
- getAlias() - Method in interface com.groiss.reporting.data.Entity
- getAlias() - Method in class com.groiss.reporting.data.impl.DefaultReportingData
- getAlias() - Method in interface com.groiss.reporting.data.Select
- getAll() - Method in class com.groiss.gui.AbstractContainer
- getAll() - Method in interface com.groiss.gui.Container
- getAll(String) - Method in class com.groiss.gui.AbstractContainer
- getAll(String) - Method in interface com.groiss.gui.Container
- getAllCurrentActivityInstances(ProcessInstance) - Method in interface com.groiss.wf.RemoteWfEngine
-
Deprecated.Get the list of ALL active activities of a process instance.
- getAllCurrentActivityInstances(ProcessInstance) - Method in interface com.groiss.wf.WfEngine
-
Get the list of ALL active activities of a process instance.
- getAllDeep() - Method in class com.groiss.gui.AbstractContainer
- getAllDeep() - Method in interface com.groiss.gui.Container
- getAllHeaders() - Method in class com.groiss.http.Response
-
Returns the headers of the response.
- getAllInteractiveTasks(ProcessInstance) - Method in interface com.groiss.wf.RemoteWfEngine
-
Deprecated.Get the list of ALL active, interactive activities of a process instance.
- getAllInteractiveTasks(ProcessInstance) - Method in interface com.groiss.wf.WfEngine
-
Get the list of ALL active, interactive activities of a process instance.
- getAllowedAggrs() - Method in interface com.groiss.reporting.data.Attribute
- getAllowHTML() - Method in class com.groiss.smartclient.ClientUtil.DialogConfiguration
-
If true, the message may contain HTML text
- getAllRedirectAddresses(HttpServletRequest, HttpServletResponse) - Method in class com.groiss.cluster.ClusterSupport
-
Returns a list of addresses where logins may be performed.
- getAltText() - Method in class com.groiss.gui.component.Image
- getAmendedProperties() - Method in class com.groiss.component.Configuration
- getApplDirectory() - Method in interface com.groiss.org.Application
-
Returns the configured path to the directory where the application files are installed.
- getApplication() - Method in interface com.groiss.dms.FormType
-
Returns the application of this form type.
- getApplication() - Method in interface com.groiss.mail.MailBox
-
Returns the application of the mailbox.
- getApplication() - Method in interface com.groiss.messaging.MessageTemplate
-
Returns the application of the template.
- getApplication() - Method in class com.groiss.notification.BasicNotificationItem
- getApplication() - Method in interface com.groiss.notification.NotificationItem
-
The application of the item.
- getApplication() - Method in interface com.groiss.org.Right
-
Returns the application of the right.
- getApplication() - Method in interface com.groiss.org.Role
-
Returns the application of the role.
- getApplication() - Method in interface com.groiss.reporting.Report
-
Returns the application of this report.
- getApplication() - Method in interface com.groiss.timer.TimerEntry
-
Returns the application of this timer entry.
- getApplication() - Method in interface com.groiss.wf.ActivityInstance
-
Returns the application the activity belogs to.
- getApplication() - Method in interface com.groiss.wf.Function
-
Returns the application of the function.
- getApplication() - Method in interface com.groiss.wf.html.WorklistDescription
-
Returns the application this worklist belongs to, may be null.
- getApplication() - Method in interface com.groiss.wf.ProcessDefinition
-
Returns the application of the process definition.
- getApplication() - Method in interface com.groiss.wf.Task
-
Returns the application of the task.
- getApplication() - Method in interface com.groiss.wf.UserFolder
-
Returns the application of this folder.
- getApplication(long) - Method in interface com.groiss.org.OrgData
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
OrgData.get(Class, long)
withApplication
.class as first parameter instead. - getApplication(long) - Method in interface com.groiss.org.RemoteOrgData
-
Deprecated.Use
Store.get(Class, long)
withApplication
.class as first parameter instead. - getApplicationClass() - Method in interface com.groiss.org.Application
-
Deprecated, for removal: This API element is subject to removal in a future version.
- getApplicationClasspath() - Static method in class com.groiss.util.Settings
- getARFFValues() - Method in class com.groiss.ml.ds.Attribute
-
Returns the values supported by this attribute as ARFF string
- getARFFValues() - Method in class com.groiss.ml.ds.NominalAttribute
- getARFFValues() - Method in class com.groiss.ml.ds.NumericAttribute
- getArgs() - Method in class com.groiss.ldap.DirectoryServer
- getArgs() - Method in interface com.groiss.timer.TimerEntry
-
Returns the argument for the timer entry.
- getArgs() - Method in exception com.groiss.util.ApplicationException
- getArguments() - Method in interface com.groiss.cal.CalInfo
-
Return some argument string, if in one CalInfo implementation you want to distinguish different behaviours (return different event lists).
- getArguments() - Method in class com.groiss.ml.classifier.ClassifierOption
-
Returns a list of arguments of the option represented by this
ClassifierOption
- getArialFont(Workbook) - Static method in class com.groiss.gui.excel.ExcelUtils
-
Creates a standard
Font
object with font Arial. - getAsDomElement() - Method in interface com.groiss.reporting.data.Attribute
- getAsDomElement() - Method in interface com.groiss.reporting.data.Entity
- getAsDomElement() - Method in interface com.groiss.reporting.data.Select
- getAsJSON(ActivityInstance) - Static method in class com.groiss.smartclient.ClientUtil
-
Get a JSONObject from an ActivityInstance in the context of a worklist node.
- getAsJSON(String, ActivityInstance) - Static method in class com.groiss.smartclient.ClientUtil
-
Get a JSONObject from an ActivityInstance in the context of a worklist node.
- getAsJSON(String, HttpServletRequest, String) - Static method in class com.groiss.smartclient.ClientUtil
-
Builds a
JSONObject
representation for an object as it's expected by the client side store. - getAsJSON(Map<String, Object>) - Static method in class com.groiss.smartclient.ClientUtil
-
Builds a
JSONObject
from aMap
of data for a table row. - getAsJSON(HttpServletRequest, Persistent) - Static method in class com.groiss.smartclient.ClientUtil
-
Builds a
JSONObject
representation for an object as it's expected by the client side store. - getAsStream(String, DMSObject) - Method in interface com.groiss.dms.IStore
-
Returns an InputStream to the content identified by id from the storage of the DMS.
- getAttachedTo() - Method in interface com.groiss.dms.DMSNote
-
Returns the object to which this note is attached to or null if this note is not attached to any object.
- getAttachmentParts(List<DMSObject>, List<Pair<String, File>>) - Static method in class com.groiss.mail.MailFunctions
-
Returns an
ArrayList
ofPart
objects. - getAttMappingByAttName(String) - Method in class com.groiss.ldap.ClassMapping
-
Returns the attribute mapping with the specified attribute name
- getAttMappingByFieldName(String) - Method in class com.groiss.ldap.ClassMapping
-
Returns the attribute mapping with the specified field name
- getAttName() - Method in class com.groiss.ldap.AttributeMapping
-
Returns the LDAP attribute name of this attribute mapping
- getAttrib(String) - Method in class com.groiss.gui.NavigationNode
- getAttrib(String) - Method in interface com.groiss.gui.NavigationTreeNode
-
Get an attribute of the node.
- getAttrib(String) - Method in interface com.groiss.wf.html.WorklistDescription
-
get an attribute from the xml description
- getAttribs() - Method in class com.groiss.gui.NavigationNode
-
Return the list of attributes.
- getAttribute() - Method in interface com.groiss.ml.field.Field
-
An
Attribute
object which represents this field in a given context (e.g. when nominal there must exist some values) - getAttribute() - Method in class com.groiss.reporting.data.impl.DefaultReportingData
- getAttribute() - Method in interface com.groiss.reporting.data.ReportingData
- getAttribute(DirectoryServer, AttributeMapping, Persistent) - Static method in class com.groiss.ldap.LDAPUtils
-
Construct an Attribute from a Persistent and an Attribute Mapping
- getAttribute(Object) - Static method in class com.groiss.util.ThreadContext
-
Gets the value identified by the passed key
- getAttribute(String) - Method in class com.groiss.gui.AbstractComponent
-
returs the value of an attribute
- getAttribute(String) - Method in interface com.groiss.gui.Component
-
returs the value of an attribute
- getAttribute(String) - Method in class com.groiss.gui.component.RadioGroup
- getAttribute(String) - Method in interface com.groiss.reporting.data.Entity
- getAttribute(HttpSession, String) - Static method in class com.groiss.util.TransientWrapper
-
Gets the object bound with the specified name from an http session.
- getAttributeCount() - Method in class com.groiss.ldap.ClassMapping
-
Returns the number of attribute mappings of this class mapping
- getAttributeIterator() - Method in class com.groiss.ldap.ClassMapping
-
Returns an iterator for the attribute mappings of this class mapping
- getAttributeKeys() - Static method in class com.groiss.util.ThreadContext
-
Returns an iterator over all keys which were set via method
or #switchAttribute(Object, Object)
- getAttributes() - Method in class com.groiss.gui.table.CellValue
-
Get the attribute list.
- getAttributes() - Method in interface com.groiss.reporting.data.Entity
- getAttributes() - Method in class com.groiss.reporting.Query
-
returns a list of all attributes of this query
- getAttributeValue(Element, String) - Method in class com.groiss.reporting.Query
-
get the attribute-value from a query.xml element
- getAttValue(DirectoryServer, AttributeMapping, Persistent) - Static method in class com.groiss.ldap.LDAPUtils
-
Get an attribute value from an Persistent and an AttributeMapping
- getAuthorizer() - Method in interface com.groiss.mail.MailBox
- getAvailableLocales() - Static method in class com.groiss.util.Settings
-
Return the list of locales from the configuration.
- getBaseClass() - Method in class com.groiss.smartclient.ObjectSelectProvider
- getBaseClassName() - Method in interface com.groiss.store.View
-
Get the class name of the base objects.
- getBaseClassName() - Method in class com.groiss.wf.ProcessInstanceView
- getBaseDir() - Static method in class com.groiss.util.Settings
-
Return the base directory (from the configuration).
- getBaseHeaders() - Method in class com.groiss.http.ClientConfiguration
-
Returns a list of the headers which will be added to each client call.
- getBaseInputSource() - Method in class com.groiss.ws.ClasspathResolver
- getBaseObject() - Method in interface com.groiss.store.View
-
Get the base object instance.
- getBaseObject() - Method in class com.groiss.wf.ProcessInstanceView
- getBaseParameters() - Method in class com.groiss.http.ClientConfiguration
-
Returns a list of the parameters which will be added to each client call.
- getBaseType() - Method in class com.groiss.reporting.data.impl.DefaultReportingData
- getBaseType() - Method in class com.groiss.reporting.data.impl.OEPersistentData
- getBaseURI() - Method in class com.groiss.ws.ClasspathResolver
- getBaseUrl() - Method in class com.groiss.http.ClientConfiguration
-
Returns the url prefix to be added in front of every url used for a client call.
- getBasicStyle(Workbook) - Static method in class com.groiss.gui.excel.ExcelUtils
-
Creates a basic
CellStyle
object which is used a default object for other special styles (e.g. decimal, etc.). - getBean(String) - Static method in class com.groiss.component.BeanManager
-
Gets a bean instance for a bean class registered with a key.
- getBeginAndEnd(Date, String) - Static method in class com.groiss.reporting.data.impl.DateReportingData
- getBigDecimal(ResultSet, int) - Static method in class com.groiss.store.StoreUtil
-
Get a BigDecimal from a column of the current row of a ResultSet.
- getBigDecimal(ResultSet, String) - Static method in class com.groiss.store.StoreUtil
-
Get a BigDecimal from a column of the current row of a ResultSet.
- getBigInteger(ResultSet, int) - Static method in class com.groiss.store.StoreUtil
-
Get a BigInteger from a column of the current row of a ResultSet.
- getBigInteger(ResultSet, String) - Static method in class com.groiss.store.StoreUtil
-
Get a BigInteger from a column of the current row of a ResultSet.
- getBlob(ResultSet, int) - Static method in class com.groiss.store.StoreUtil
-
Get a byte array from a Blob column of the current row of a ResultSet.
- getBlobStream(ResultSet, int) - Static method in class com.groiss.store.StoreUtil
-
Get a String from a Blob column of the current row of a ResultSet.
- getBlobString(ResultSet, int) - Static method in class com.groiss.store.StoreUtil
-
Get a String from a Blob column of the current row of a ResultSet.
- getBody() - Method in class com.groiss.gui.XHTMLPage
- getBody() - Method in interface com.groiss.messaging.MessageTemplate
-
Get the message body.
- getBoolean(String) - Method in class com.groiss.component.Configuration
-
Return the property value as boolean.
- getBootClasspath() - Static method in class com.groiss.util.Settings
- getBorder() - Method in class com.groiss.gui.component.Image
- getBrowserLocale(HttpServletRequest) - Static method in class com.groiss.servlet.ServletUtils
-
Read the locale from the browser.
- getBrowserMode() - Method in class com.groiss.gui.AbstractComponent
- getBrowserMode() - Method in interface com.groiss.gui.Component
- getBusyThreadCount() - Method in interface com.groiss.server.ServerInfoMXBean
-
Get the number of busy HTTP threads of this node.
- getById(Class<? extends P>, String) - Method in interface com.groiss.org.OrgData
-
Get an object from the org-data database.
- getById(Class<? extends P>, String) - Method in interface com.groiss.org.RemoteOrgData
-
Deprecated.Get an object from the org-data database.
- getById(String, String) - Method in interface com.groiss.org.OrgData
-
Get an object from the org-data database.
- getById(String, String) - Method in interface com.groiss.org.RemoteOrgData
-
Deprecated.Get an object from the org-data database.
- getByName(String) - Method in class com.groiss.gui.AbstractContainer
- getByName(String) - Method in interface com.groiss.gui.Container
- getBytesFromStream(InputStream) - Static method in class com.groiss.util.FileUtil
-
Load the content of an InputStream into a byte array.
- getCalendar() - Static method in class com.groiss.cal.CalUtil
- getCalendar(Locale) - Static method in class com.groiss.cal.CalUtil
- getCalendar(Locale, TimeZone) - Static method in class com.groiss.cal.CalUtil
-
Returns a calendar instance.
- getCalendar(TimeZone) - Static method in class com.groiss.cal.CalUtil
- getCalendarFormatName() - Method in interface com.groiss.cal.CalFormat
-
A representable name for the Parser
- getCantChangePwd() - Method in interface com.groiss.org.User
- getCaption() - Method in interface com.groiss.cal.CalEvent
-
returns the caption to use for this event.
- getCaption() - Method in class com.groiss.cal.SimpleEvent
-
returns the caption to use for this event.
- getCaptions() - Method in interface com.groiss.cal.CalInfo
-
Return all possible captions for this
CalInfo
. - getCell(Row, CellStyle, int) - Static method in class com.groiss.gui.excel.ExcelUtils
-
Get a new
Cell
object with given information - getCellAttributes(int, int) - Method in class com.groiss.gui.component.TableContainer
-
returns a vector of attributes of the chosen cell
- getChangedAt() - Method in class com.groiss.component.Configuration
- getChangedAt() - Method in interface com.groiss.dms.DMSObject
-
Returns the date of the last modification of this object.
- getChangedAt() - Method in interface com.groiss.reporting.Report
- getChangedBy() - Method in interface com.groiss.dms.DMSObject
-
Returns the user who made the last modification of this object.
- getChangedBy() - Method in interface com.groiss.reporting.Report
- getChangeMode() - Method in interface com.groiss.org.LogEntry
-
Returns the changeMode of this log.
- getChangePwdNext() - Method in interface com.groiss.org.User
- getChangesAsJSON() - Static method in class com.groiss.smartclient.ClientUtil
-
Get a JSONObject suitable for sending the threads own changes back to the Gui.
- getChangesAsJSON(boolean) - Static method in class com.groiss.smartclient.ClientUtil
-
Get a JSONObject suitable for sending the threads own changes back to the Gui.
- getChangesAsJSON(String) - Static method in class com.groiss.smartclient.ClientUtil
-
Get a JSONObject suitable for sending the threads own changes back to the Gui.
- getChangesAsJSON(String, boolean) - Static method in class com.groiss.smartclient.ClientUtil
-
Get a JSONObject suitable for sending the threads own changes back to the Gui.
- getChangesAsJSON(String, Set<Pair<Long, Long>>) - Static method in class com.groiss.smartclient.ClientUtil
-
Get a JSONObject suitable for sending the threads own changes back to the Gui.
- getChangesAsJSON(String, Set<Pair<Long, Long>>, boolean) - Static method in class com.groiss.smartclient.ClientUtil
-
Get a JSONObject suitable for sending the threads own changes back to the Gui.
- getCharset() - Method in class com.groiss.fileimport.csv.CSVSettings
- getCharset() - Method in class com.groiss.fileimport.StructuredFileSettings
- getCharset() - Static method in class com.groiss.util.StringUtil
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
StandardCharsets.UTF_8.name()
instead. - getChart(String, ReportingTableModel, Query) - Method in interface com.groiss.reporting.export.ChartType
- getChartName() - Method in interface com.groiss.reporting.export.ChartType
- getChildren() - Method in class com.groiss.ds.Tree
-
Get the trees children
- getChildren() - Method in class com.groiss.gui.NavigationNode
-
The default implementation returns the sub-nodes in the xml-tre.
- getChildren() - Method in interface com.groiss.gui.NavigationTreeNode
-
Returns the children of this node.
- getChoiceSteps(ActivityInstance) - Method in interface com.groiss.wf.RemoteWfEngine
-
Deprecated.Use this method to get the possible choice branches when the process execution reaches a choice.
- getChoiceSteps(ActivityInstance) - Method in interface com.groiss.wf.WfEngine
-
Use this method to get the possible choice branches when the process execution reaches a choice.
- getChoiceType() - Method in class com.groiss.smartclient.ClientUtil.DialogConfiguration
- getClass(String) - Method in class com.groiss.component.Configuration
-
Return the property value as class.
- getClasses(String) - Static method in class com.groiss.util.ClassUtil
-
Load the classes from the given class names.
- getClassesList() - Method in class com.groiss.reporting.data.impl.PersistentData
- getClassifierAssignment() - Method in interface com.groiss.ml.classifier.FormClassifier
-
Returns the injected
ClassifierAssignment
of this classifier. - getClassifierClass() - Method in interface com.groiss.ml.classifier.ClassifierAssignment
-
Returns the
Class
of theClassifier
to be used by this classifier assignment. - getClassifierOptionObjects() - Method in interface com.groiss.ml.classifier.ClassifierAssignment
-
Returns the set of the
ClassifierOption
s defined for this classifier assignment. - getClassLoader() - Static method in class com.groiss.util.Settings
-
Get the application class loader.
- getClassMap() - Method in class com.groiss.ldap.SchemaMapping
-
Returns the class mappings of this schema mapping
- getClassMapByClass(String) - Method in class com.groiss.ldap.SchemaMapping
-
Get a class mapping object by the name of the java class
- getClassMapByType(String) - Method in class com.groiss.ldap.SchemaMapping
-
Get a class mapping object by the name of the most specific LDAP class
- getClassname() - Method in class com.groiss.ldap.DirectoryServer
- getClassname() - Method in interface com.groiss.timer.TimerEntry
-
Get the classname for the timer entry.
- getClassName() - Method in interface com.groiss.cal.CalInfo
-
return the classname of the cal-source - should be getClass().getName();
- getClassName() - Method in interface com.groiss.dms.FormType
-
Returns the full qualified name of the class implementing the DMSForm represented by this FormType.
- getClassName() - Method in class com.groiss.ldap.SubLink
-
Return the target class name of this sublink.
- getClassName() - Method in interface com.groiss.org.LogEntry
-
Get the class of the changed object.
- getClasspath() - Static method in class com.groiss.util.Settings
- getClassSubContext() - Method in class com.groiss.ldap.ClassMapping
-
Returns the RDN of the subcontext of this class mapping
- getClassSubContextAtt() - Method in class com.groiss.ldap.ClassMapping
-
Returns the name of the LDAP attribute which designates the subcontext
- getClassSubContextVal() - Method in class com.groiss.ldap.ClassMapping
-
Returns the value of the LDAP attribute which designates the subcontext
- getClazz() - Method in class com.groiss.ml.ds.Attribute
-
Returns the class of the values represented by this attribute.
- getClickableIndex() - Method in class com.groiss.reporting.data.ReportingTableModel
- getClientConfigurationContext() - Static method in class com.groiss.ws.client.ConfigurationContextFactory
-
creates
ConfigurationContext
from ws/client.ctx/default - getClientConfigurationContext(File, String) - Static method in class com.groiss.ws.client.ConfigurationContextFactory
-
creates
ConfigurationContext
from ws/client.ctx/name
if no repository can be found at ws/client.ctx/name
/repository, ws/client.ctx/default/repository will be used - getClientConfigurationContext(String) - Static method in class com.groiss.ws.client.ConfigurationContextFactory
-
creates
ConfigurationContext
from ws/client.ctx/name
if no repository can be found at ws/client.ctx/name
/repository, ws/client.ctx/default/repository will be used - getClientForMethod(Client.Method) - Method in class com.groiss.http.Client
-
Returns the request implementation for the passed method
- getClientInfo(HttpServletRequest) - Static method in class com.groiss.cluster.ClusterSupport
-
Shows information about the request and the session.
- getClientParams() - Method in class com.groiss.component.Configuration
-
returns all property names which are allowed to be used on the html-client
- getClientSideRenderer() - Method in interface com.groiss.reporting.export.ClientSideExporter
- getClientSideRenderer() - Method in class com.groiss.reporting.export.DownloadExporter
- getClientSideRenderer() - Method in class com.groiss.reporting.export.HTMLExporter
- getClob(ResultSet, int) - Static method in class com.groiss.store.StoreUtil
-
Get a String from a Clob column of the current row of a ResultSet.
- getClobBytes(ResultSet, int) - Static method in class com.groiss.store.StoreUtil
-
Get a byte array from a Clob column of the current row of a ResultSet.
- getClusteredCache(String) - Static method in class com.groiss.ds.Caches
-
Constructs a clustered Cache.
- getClusteredCache(String, int, long) - Static method in class com.groiss.ds.Caches
-
Constructs a clustered Cache.
- getCm() - Method in class com.groiss.ldap.AttributeMapping
-
Returns the class mapping this attribute mapping belongs to
- getCollator() - Static method in class com.groiss.util.StringUtil
-
Returns a
Collator
to sortStrings
correctly - getCols() - Method in class com.groiss.gui.component.Textarea
- getColSpan() - Method in class com.groiss.gui.table.ColumnDescription
- getColumn(int) - Method in class com.groiss.fileimport.csv.CSVSettings
- getColumn(String) - Method in class com.groiss.fileimport.csv.CSVSettings
- getColumnAttributes(int) - Method in class com.groiss.gui.component.TableContainer
-
Deprecated.since 10.0
- getColumnClass(int) - Method in class com.groiss.ds.ObjectTableModel
-
Get the class of the column.
- getColumnCount() - Method in class com.groiss.ds.ObjectTableModel
-
Get the amount of colums of the tablemodel.
- getColumnCount() - Method in class com.groiss.reporting.data.ReportingTableModel
- getColumnDefinitions(Class<? extends Persistent>, String) - Static method in class com.groiss.store.StoreUtil
-
Determine the ResultSetMetaData for columns of a Persistent class.
- getColumnHeader(int) - Method in class com.groiss.ds.ObjectTableModel
-
Returns the header at column c.
- getColumnHeader(int) - Method in class com.groiss.reporting.data.ReportingTableModel
- getColumnName() - Method in interface com.groiss.dms.FormField
-
For database fields and field values the column name is returned.
- getColumnName(int) - Method in class com.groiss.ds.ObjectTableModel
-
Get the name of the Column.
- getColumnName(int) - Method in class com.groiss.reporting.data.ReportingTableModel
- getColumnRenderer() - Method in class com.groiss.reporting.data.impl.DefaultReportingData
- getColumnRenderer() - Method in class com.groiss.reporting.data.impl.UserPersistentData
- getColumnRenderer() - Method in class com.groiss.reporting.data.SimpleReportingExportable
- getColumnRenderer() - Method in interface com.groiss.reporting.export.ReportingExportable
-
Defines Columnrenderer which implements the render function (used in ep 9.0)
- getColumns() - Method in class com.groiss.fileimport.csv.CSVSettings
- getColumns() - Method in class com.groiss.fileimport.StructuredFileSettings
- getColumns() - Method in interface com.groiss.gui.table.Table
-
Return a list of column descriptions.
- getColumns() - Method in class com.groiss.gui.table.TableAdapter
-
Return a list of column descriptions.
- getColumns() - Method in interface com.groiss.wf.html.WorklistDescription
-
The list of the column ids that will be shown.
- getColumnSet() - Method in class com.groiss.gui.table.ColumnDescription
- getColumnWidth(int) - Method in class com.groiss.gui.component.TableContainer
-
returns the width of a specified column
- getCommentChar() - Method in class com.groiss.fileimport.csv.CSVSettings
- getCommitTimeStamp() - Method in class com.groiss.notification.NotificationEvent
-
Get the commit time stamp.
- getCommunicationtype() - Method in interface com.groiss.mail.MailBox
- getCommunicationType() - Method in class com.groiss.ldap.DirectoryServer
- getCommunicationType() - Method in class com.groiss.util.MailSender
- getCompareval() - Method in class com.groiss.gui.component.ComparableComponent
- getCompensateProc() - Method in interface com.groiss.wf.Task
-
Returns the compensation method of the task.
- getCompletiontime() - Method in interface com.groiss.wf.batch.BatchJob
-
Get the time the instance was completed.
- getComponentAt(int, int) - Method in class com.groiss.gui.component.TableContainer
-
returns the component at the specified position
- getComponents(Element, Element) - Method in class com.groiss.gui.AbstractContainer
-
Search the JDOM for components and collect them. /* @param element - the root-element of the JDOM (or any other element in recursive calls)
- getConcurrent() - Method in interface com.groiss.org.IUserSession
- getConcurrentUserSessionCount() - Method in interface com.groiss.server.ServerInfoMXBean
-
Get the number of concurrent user sessions for all nodes.
- getCondCountWithParams() - Method in class com.groiss.reporting.Query
- getConditionCount() - Method in class com.groiss.reporting.Query
-
get the number of the current condition. is needed in
ReportingData.addConditionToQuery(Query, Element)
to gain the maybe already filled parameter at execution values from parametermap - getConditions(String) - Method in class com.groiss.reporting.Query
-
get a list of values that will be bound to the specified attribute (tablename.alias.attribute)
- getConditionString() - Method in class com.groiss.reporting.Query
- getCondNeedsParam() - Method in class com.groiss.reporting.Query
- getConfigId() - Method in class com.groiss.gui.NavigationNode
- getConfigId() - Method in interface com.groiss.gui.NavigationTreeNode
-
Returns the id of the gui configuration.
- getConfigurations() - Static method in class com.groiss.component.Configuration
-
Return the whole map of configurations.
- getConfiguredDBConnectionCount() - Method in interface com.groiss.server.ServerInfoMXBean
-
Get the number of configured database connections of this node.
- getConfiguredIPChecker(HttpServletRequest) - Static method in class com.groiss.util.IPChecker
-
Returns an IPChecker which is initialized with the patterns from the configuration
- getConfiguredLocale() - Static method in class com.groiss.component.ServiceManager
- getConfirmValue() - Method in class com.groiss.smartclient.ClientUtil.DialogConfiguration
- getConnection() - Static method in class com.groiss.store.DBConnPool
-
The method returns a database connection.
- getConnection() - Method in interface com.groiss.store.external.XStore
-
Get a connection to the external database.
- getConnectionCount() - Static method in class com.groiss.store.DBConnPool
- getConnectTimeout() - Method in class com.groiss.http.ClientConfiguration
-
Returns the value for the connect timeout, i.e. the time the client waits for establishing a connection.
- getContainer() - Method in class com.groiss.util.Clipboard
-
Returns the container stored in the clipboard.
- getContent() - Method in class com.groiss.cluster.communication.Message
-
Return the content of this message.
- getContent() - Method in interface com.groiss.dms.DMSDocForm
-
Returns the content of this document
- getContent() - Method in class com.groiss.gui.AbstractComponent
- getContent() - Method in class com.groiss.gui.component.Checkbox
- getContent() - Method in class com.groiss.gui.component.DivComponent
- getContent() - Method in class com.groiss.gui.component.FieldSet
-
Returns the content (element)
- getContent() - Method in class com.groiss.gui.component.FileChooser
- getContent() - Method in class com.groiss.gui.component.FormContainer
- getContent() - Method in interface com.groiss.gui.Component
- getContent() - Method in class com.groiss.gui.component.Image
- getContent() - Method in class com.groiss.gui.component.Label
- getContent() - Method in class com.groiss.gui.component.Link
-
Set the href attribute.
- getContent() - Method in class com.groiss.gui.component.RadioButton
- getContent() - Method in class com.groiss.gui.component.RadioGroup
- getContent() - Method in class com.groiss.gui.component.SelectList
-
Get the list of options.
- getContent() - Method in class com.groiss.gui.component.SubmitButton
- getContent() - Method in class com.groiss.gui.component.TableContainer
-
Returns null.
- getContent() - Method in class com.groiss.gui.component.Tabs
- getContent() - Method in class com.groiss.gui.component.Text
- getContent() - Method in class com.groiss.gui.component.Textarea
- getContent() - Method in class com.groiss.gui.component.Textfield
-
Get the value.
- getContent() - Method in class com.groiss.gui.JSONPage
- getContent() - Method in class com.groiss.gui.XHTMLPage
-
Returns null.
- getContent() - Method in interface com.groiss.wf.UserFolder
-
Returns the elements of this folder.
- getContent() - Method in class com.groiss.wfxml.WfXMLDocForm
-
Returns the document's content byte array.
Note: The byte array is not cloned, so if you modify it, the data set in this WfXMLDocForm object will also change. - getContent() - Method in class com.groiss.wfxml.WfXMLNote
-
Returns the content string of this note.
- getContent(DMSDocForm) - Method in interface com.groiss.dms.DMS
-
Get the content of a document.
- getContent(DMSDocForm) - Method in interface com.groiss.dms.RemoteDMS
-
Deprecated.Get the content of a document.
- getContent(PersistentVersion) - Method in interface com.groiss.dms.DMS
-
Get the content of a document's version.
- getContent(PersistentVersion) - Method in interface com.groiss.dms.RemoteDMS
-
Deprecated.Get the content of a document's version.
- getContent(File) - Static method in class com.groiss.util.FileUtil
-
Get the content of a file as string.
- getContent(String) - Static method in class com.groiss.util.FileUtil
-
Deprecated.use
FileUtil.getContent(File)
instead - getContentAsStream() - Method in interface com.groiss.dms.DMSDocForm
-
Returns an InputStream to the content of this document
- getContentAsStream(DMSDocForm) - Method in interface com.groiss.dms.DMS
-
Get an InputStream to the content of a document.
- getContentAsStream(PersistentVersion) - Method in interface com.groiss.dms.DMS
-
Get an InputStream to the content of a document's version.
- getContentType() - Method in interface com.groiss.cal.CalFormat
- getContentType() - Method in class com.groiss.gui.HTMLPage
-
This method returns the content type.
- getContentType() - Method in class com.groiss.gui.JSONPage
- getContentType() - Method in interface com.groiss.gui.Page
-
Returns the content type of the page, for example "text/html".
- getContentType() - Method in class com.groiss.gui.VelocityPage
- getContentType() - Method in class com.groiss.gui.XHTMLPage
- getContentType() - Method in class com.groiss.util.ByteArrayDataSource
-
Returns the content type for this data source.
- getContext() - Method in class com.groiss.event.BasicEvent
- getContext() - Method in interface com.groiss.event.Event
-
returns the context object
- getContext() - Method in interface com.groiss.wf.batch.BatchJob
-
The process context in which the instance was submitted.
- getContext() - Method in interface com.groiss.wf.RemoteWfEngine
-
Deprecated.Return the current activity instance.
- getContext() - Method in interface com.groiss.wf.WfEngine
-
Return the current activity instance.
- getContextObject() - Method in class com.groiss.accesscontrol.DNF
- getContextObject() - Method in interface com.groiss.event.EventRegistry
-
Returns the context object.
- getContextPath() - Static method in class com.groiss.servlet.ServletUtils
-
Returns the context path of the web application.
- getContextQuery() - Static method in class com.groiss.reporting.QueryEngine
- getContextVal() - Method in interface com.groiss.event.EventRegistry
-
Returns the context value.
- getCookie(String) - Method in class com.groiss.servlet.MultipartRequest
-
Get cookie from id (don't iterate the array)
- getCookie(HttpServletRequest, String) - Static method in class com.groiss.servlet.HttpUtils
-
return the cookie from the request.
- getCookieValue(HttpServletRequest, String) - Static method in class com.groiss.servlet.HttpUtils
-
Returns a cookie value.
- getCost() - Method in interface com.groiss.wf.Task
-
Returns the cost of the task.
- getCreatedAt() - Method in interface com.groiss.dms.DMSObject
-
Returns the date when this object was created
- getCreatedAt() - Method in interface com.groiss.mail.MailQueueItem
- getCreatedAt() - Method in interface com.groiss.org.PersistentVersion
-
Returns the creation date of this version.
- getCreatedAt() - Method in interface com.groiss.reporting.Report
- getCreatedAt() - Method in interface com.groiss.wf.UserFolder
-
Returns the date when the folder was created.
- getCreatedBy() - Method in interface com.groiss.dms.DMSObject
-
Returns the user who created this object
- getCreatedBy() - Method in interface com.groiss.org.PersistentVersion
-
Returns the user who has made this version.
- getCreatedBy() - Method in interface com.groiss.reporting.Report
- getCreateTimeStamp() - Method in class com.groiss.notification.NotificationEvent
-
Get the create time stamp.
- getCreationtime() - Method in interface com.groiss.wf.batch.BatchJob
-
Get the time the instance was created.
- getCurrentDate() - Method in interface com.groiss.server.ServerInfoMXBean
-
Get the current date of this node.
- getCurrentValue() - Method in class com.groiss.reporting.data.impl.PersistentData
-
since
PersistentData.getValue()
autofills non-filled persistents - this method returns the unmodified value - getData() - Method in class com.groiss.ds.ObjectTableModel
- getData() - Method in class com.groiss.ds.Tree
-
Get the data element of the tree.
- getData() - Method in class com.groiss.reporting.data.ReportingTableModel
-
Returns the Raw List of Data without clickableIndex, rownumber or groupingrows
- getData() - Method in interface com.groiss.smartclient.JsonData
-
Two cases: id is known, return the object with this id, else return all objects.
- getData() - Method in class com.groiss.smartclient.JsonDataAdapter
- getData(T) - Method in class com.groiss.smartclient.JsonDataAdapter
- getData(T) - Method in class com.groiss.smartclient.ObjectSelectProvider
- getDatabaseMetaData() - Static method in class com.groiss.store.StoreUtil
-
Retrieves a DatabaseMetaData object that contains metadata about the database to which the store is connected.
- getDataObject(Query, ReportingTableModel) - Method in class com.groiss.reporting.export.DelimiterSeperatedValuesExporter
- getDataObject(Query, ReportingTableModel) - Method in class com.groiss.reporting.export.DownloadExporter
-
returns the Object which is generated by this Exporter called by abstract Class DownloadExpoerter
- getDataSet(ReportingTableModel, Query) - Method in interface com.groiss.reporting.export.ChartType
- getDataStream(Query, ReportingTableModel) - Method in class com.groiss.reporting.export.DownloadExporter
- getDataStream(Query, ReportingTableModel) - Method in interface com.groiss.reporting.export.FileReportingExporter
- getDate(int, String, boolean) - Static method in class com.groiss.reporting.data.impl.DateReportingData
- getDate(String) - Method in class com.groiss.component.Configuration
- getDate(ResultSet, int) - Static method in class com.groiss.store.StoreUtil
-
Get a Date from a column of the current row of a ResultSet.
- getDate(ResultSet, String) - Static method in class com.groiss.store.StoreUtil
-
Get a Date from a column of the current row of a ResultSet.
- getDate(Date, int, String, boolean) - Static method in class com.groiss.reporting.data.impl.DateReportingData
-
calculate timestamp of implicit condition
- getDateDisplayString(HttpServletRequest) - Static method in class com.groiss.reporting.data.impl.DateReportingData
- getDateformat() - Method in class com.groiss.reporting.data.impl.DateReportingData
- getDateFormatSymbols() - Static method in class com.groiss.cal.CalUtil
-
Returns a
DateFormatSymbols
instance for the currentThreadContext.getThreadLocale()
- getDateFormatSymbols(Calendar, Locale) - Static method in class com.groiss.cal.CalUtil
-
Returns a
DateFormatSymbols
instance for the specifiedLocale
andCalendar
ifCalendar
isnull
CalUtil.getCalendar()
is used
ifLocale
isnull
Locale.getDefault()
is used - getDateFormatSymbols(Locale) - Static method in class com.groiss.cal.CalUtil
- getDateFormatter(int) - Static method in class com.groiss.cal.CalUtil
-
Returns a thread save DateFormat object for the given format.
- getDateFormatter(int, Locale) - Static method in class com.groiss.cal.CalUtil
-
Get local specific instance of predefined formatter types
- getDateFormatter(int, Locale, TimeZone) - Static method in class com.groiss.cal.CalUtil
-
get the localized
SimpleDateFormat
with the pattern specified bytype
if the giventype
has a fixedlocale
/timezone
the givenlocale
/timezone
is ignored - getDateFormatter(int, Locale, TimeZone, Calendar) - Static method in class com.groiss.cal.CalUtil
- getDateFormatter(int, TimeZone) - Static method in class com.groiss.cal.CalUtil
- getDateFormatter(String) - Static method in class com.groiss.cal.CalUtil
- getDateFormatter(String, Locale) - Static method in class com.groiss.cal.CalUtil
- getDateFormatter(String, Locale, TimeZone) - Static method in class com.groiss.cal.CalUtil
-
get a
SimpleDateFormat
instance for the pattern/locale/timezone - getDateFormatter(String, TimeZone) - Static method in class com.groiss.cal.CalUtil
- getDateObject(String, boolean) - Static method in class com.groiss.reporting.data.impl.DateReportingData
- getDateObject(String, boolean, TimeZone) - Static method in class com.groiss.reporting.data.impl.DateReportingData
- getDateStyle(Workbook) - Static method in class com.groiss.gui.excel.ExcelUtils
- getDBData(Entity, Attribute) - Static method in class com.groiss.reporting.data.impl.DefaultReportingData
- getDebugStreamContents() - Method in class com.groiss.util.MailSender
-
Get the contents of the debugging stream.
- getDecimalFormatter() - Static method in class com.groiss.util.Settings
- getDecimalFormatter(String, NumberFormat) - Static method in class com.groiss.util.Settings
-
returns a
NumberFormat
where the max. fraction and integer digits are set as defined in the passed parameter. all other settings are copied from the passedNumberFormat
- getDecimalStyle(Workbook) - Static method in class com.groiss.gui.excel.ExcelUtils
- getDeclaredNamespaces() - Method in interface com.groiss.ws.SOAPWebService
-
get all namespaces required for this webservice
- getDefaultAction() - Method in interface com.groiss.gui.table.Table
-
Returns the action that is executed on doubleclick on a row.
- getDefaultAction() - Method in class com.groiss.gui.table.TableAdapter
-
Returns the action that is executed on doubleclick on a row.
- getDefaultConfigurationContext() - Static method in class com.groiss.ws.client.ConfigurationContextFactory
- getDefaultInstanceId() - Method in interface com.groiss.xforms.XFormInstance
- getDefaultLocale() - Method in class com.groiss.component.Resource
- getDefaultOrgUnit() - Method in class com.groiss.org.CheckedPersistent
- getDefaultOrgUnit() - Method in interface com.groiss.org.HasPermissionList
-
Get the default org unit to use when checking permissions.
- getDefaultOrgUnit(T) - Method in interface com.groiss.dms.XHTMLFormEventHandler
-
Return the org.unit the form belongs to.
- getDefaultSender() - Static method in class com.groiss.util.MailSender
-
Returns a default MailSender which properties are taken from configuration: SMTP host under Configuration/Communication Mail sender under Configuration/Communication SMTP Username under Configuration/Communication SMTP Password under Configuration/Communication Type of SMTP communication under Configuration/Communication
MailSender.MailAction
defined under Configuration/Communication MailQueue is allowed - getDefaultServer() - Static method in class com.groiss.wfxml.WfXML2
- getDefaultStore() - Static method in class com.groiss.store.StoreUtil
-
Deprecated, for removal: This API element is subject to removal in a future version.
- getDefaultUser() - Static method in class com.groiss.wfxml.WfXML2
- getDefaultValue(String) - Method in class com.groiss.component.Configuration
- getDefinition() - Method in class com.groiss.component.Configuration
-
Return the definition of a configuration.
- getDefinition() - Method in interface com.groiss.ws.SOAPWebService
-
get the WSDL-
Definition
of the webservice - getDept() - Method in class com.groiss.notification.BasicNotificationItem
- getDept() - Method in interface com.groiss.notification.NotificationItem
-
The department of the item.
- getDepts() - Method in class com.groiss.ldap.DirectoryServer
- getDeptsInScope(OrgUnit, int, OrgTree) - Method in interface com.groiss.org.OrgData
-
Returns the list of of organizational units which are in the given scope relatively from the given organizational unit.
- getDeptsInScope(OrgUnit, int, OrgTree) - Method in interface com.groiss.org.RemoteOrgData
-
Deprecated.Returns the list of of organizational units which are in the given scope relatively from the given organizational unit.
- getDepttrees() - Method in class com.groiss.ldap.DirectoryServer
- getDescFile(Application) - Static method in class com.groiss.wf.DefaultApplicationAdapter
- getDescription() - Method in interface com.groiss.dms.FormField
-
Returns the description of the field.
- getDescription() - Method in interface com.groiss.dms.FormType
-
Returns the description of the FormType.
- getDescription() - Method in class com.groiss.gui.table.ColumnDescription
-
Returns the description.
- getDescription() - Method in class com.groiss.ldap.DirectoryServer
- getDescription() - Method in interface com.groiss.mail.MailBox
- getDescription() - Method in interface com.groiss.messaging.MessageTemplate
-
Get the description of the template.
- getDescription() - Method in interface com.groiss.org.Application
-
Get the description.
- getDescription() - Method in interface com.groiss.org.OrgUnit
-
Get the description.
- getDescription() - Method in interface com.groiss.org.PersistentVersion
-
Returns the description of this version.
- getDescription() - Method in interface com.groiss.org.Right
-
Get the description.
- getDescription() - Method in interface com.groiss.org.Role
-
Get the description.
- getDescription() - Method in interface com.groiss.org.User
-
Get the description.
- getDescription() - Method in interface com.groiss.reporting.Report
- getDescription() - Method in interface com.groiss.store.external.XStore
-
Get the description.
- getDescription() - Method in interface com.groiss.timer.TimerEntry
- getDescription() - Method in interface com.groiss.wf.ActivityInstance
-
Returns the description
- getDescription() - Method in interface com.groiss.wf.Function
-
Returns the description of the function.
- getDescription() - Method in interface com.groiss.wf.ProcessDefinition
- getDescription() - Method in interface com.groiss.wf.Suspension
-
The description of the suspension.
- getDescription() - Method in interface com.groiss.wf.Task
-
Returns the description of the task.
- getDescription() - Method in class com.groiss.wfxml.WfXMLWebLink
-
Returns the description of this web link.
- getDeserializers() - Method in class com.groiss.fileimport.StructuredFileSettings
- getDetails(Throwable) - Method in class com.groiss.gui.DefaultErrorFormatter
-
Returns the thread name, timestamp and stack-trace of the exception.
- getDirection() - Method in class com.groiss.ldap.DirectoryServer
- getDisplayAddress(Address) - Static method in class com.groiss.util.MailUtil
-
Returns a HTML encoded string that represents a given email address.
- getDisplayAddressList(Address[]) - Static method in class com.groiss.util.MailUtil
-
Returns a string containing a list of email addresses like <address-1>, <address-2>, ..., <address-n>,
- getDisplayAddressList(Message, String) - Static method in class com.groiss.util.MailUtil
-
Returns a string containing a list of email addresses like <address-1>, <address-2>, ..., <address-n>,
- getDisplayFields() - Method in class com.groiss.smartclient.ObjectSelectProvider
- getDisplayFilename(Part) - Static method in class com.groiss.util.MailUtil
-
Returns the filename of a given part or "unnamed" if the part does not have a name.
- getDisplayMailContent(Message, boolean, boolean) - Static method in class com.groiss.util.MailUtil
-
This method returns a HTML-encoded mail-content (not only the html-content between body tags)
- getDisplayStringForAttribute(Element, boolean) - Method in class com.groiss.reporting.Query
-
returns a displayname for the attribute
- getDisplayValue(DMSForm, String) - Static method in class com.groiss.wf.html.HTMLUtils
-
returns the given field's display value this can be: for dates: can be either a
CalUtil.showDate(Object)
or theCalUtil.showDateTime(Object)
representation of the value for selectlist-values: the localized display-value of the selectlist-option for decimal fields: the formatted value usingSettings.getDecimalFormatter()
with the max. fraction and integer digits set as defined for the field - getDispStringForConditions(Element) - Method in class com.groiss.reporting.Query
-
returns a displayname for the condtion c
- getDMS() - Static method in class com.groiss.wf.ServiceLocator
-
Get the DMS to perform action with the workflow document management system.
- getDMS() - Method in interface com.groiss.wf.Session
-
Deprecated.Get a DMS service.
- getDMSFolder() - Method in interface com.groiss.wf.ProcessInstance
-
Returns the folder holding all the DMSObjects assigned to this process instance
- getDMSNode(String) - Static method in class com.groiss.gui.GUIConfiguration
-
Get the DMS node of a given GUI configuration.
- getDMSObject(long) - Method in interface com.groiss.dms.DMS
-
Get a DMSObject by oid.
- getDMSObject(long) - Method in interface com.groiss.dms.RemoteDMS
-
Deprecated.Get a DMSObject by oid.
- getDMSObject(String) - Method in interface com.groiss.dms.DMS
-
Get a DMSObject by path.
- getDMSObject(String) - Method in interface com.groiss.dms.RemoteDMS
-
Deprecated.Get a DMSObject by path.
- getDMSTableHandler() - Method in interface com.groiss.dms.FormType
-
Returns the name of the class specified as
DMSTableHandler
. - getDN(ClassMapping, Persistent) - Static method in class com.groiss.ldap.LDAPUtils
-
Get the distinguished name of an Persistent relative to the root
- getDocSearchMode() - Static method in class com.groiss.reporting.QueryEngine
- getDocument() - Method in class com.groiss.gui.XHTMLPage
- getDocuments(ProcessInstance) - Method in interface com.groiss.wf.RemoteWfEngine
-
Deprecated.Get the list of DMS objects (e.g. documents, folders) attached to a process.
- getDocuments(ProcessInstance) - Method in interface com.groiss.wf.WfEngine
-
Get the list of DMS objects (e.g. documents, folders) attached to a process.
- getDocumentsLink(ActivityInstance) - Static method in class com.groiss.wf.html.HTMLUtils
- getDocumentsLink(ActivityInstance, String) - Static method in class com.groiss.wf.html.HTMLUtils
-
Deprecated, for removal: This API element is subject to removal in a future version.as parameter 'comingFrom' is not supported anymore, use
HTMLUtils.getDocumentsLink(ActivityInstance)
instead - getDojoChartType(Query) - Method in interface com.groiss.reporting.export.ChartType
- getDouble(String) - Method in class com.groiss.component.Configuration
-
Return the property value as Double.
- getDrillDownValues(ReportingExportable) - Static method in class com.groiss.reporting.data.ReportingTableModel
- getDuedate() - Method in interface com.groiss.wf.ActivityInstance
-
Returns the duedate
- getDuration(String) - Method in class com.groiss.component.Configuration
-
Return the property value as
Duration
. - getEditTarget() - Method in interface com.groiss.gui.table.Table
-
The default target for toolbar functions
- getEditTarget() - Method in class com.groiss.gui.table.TableAdapter
-
The default target for toolbar functions
- getEditTargetProps() - Method in interface com.groiss.gui.table.Table
-
Return the window properties for the edit target
- getEditTargetProps() - Method in class com.groiss.gui.table.TableAdapter
-
Return the window properties for the edit target
- getEditUrl() - Method in interface com.groiss.gui.table.Table
-
Returns an url used as link for toolbar functions
- getEditUrl() - Method in class com.groiss.gui.table.TableAdapter
-
Returns an url used as link for toolbar functions
- getEditUrl(DMSObject, DMSFolder, boolean) - Static method in class com.groiss.dms.html.DMSUtil
-
Returns a relative URL (starting with classname) for editing or viewing a document in the DMS.
- getEffectiveScheduleDate() - Method in interface com.groiss.timer.TimerEntry
-
Get the real schedule date of a timer run.
- getEffort() - Method in interface com.groiss.wf.Task
-
Returns the effort of the task.
- getElement() - Method in class com.groiss.gui.NavigationNode
- getElement() - Method in interface com.groiss.gui.NavigationTreeNode
-
Return the xml element.
- getElement(String, Object) - Static method in class com.groiss.xml.XMLUtil
-
Select a single Element via xpath from a context using an empty namespace.
- getElement(String, Object, Collection<Namespace>) - Static method in class com.groiss.xml.XMLUtil
-
Select a single Element via xpath from a context.
- getElement(String, Object, Namespace) - Static method in class com.groiss.xml.XMLUtil
-
Select a single Element via xpath from a context.
- getElementList(String, Object) - Static method in class com.groiss.xml.XMLUtil
-
Select a List of Element nodes via xpath from a context using an empty namespace.
- getElementList(String, Object, Collection<Namespace>) - Static method in class com.groiss.xml.XMLUtil
-
Select a List of Element nodes via xpath from a context.
- getElementList(String, Object, Namespace) - Static method in class com.groiss.xml.XMLUtil
-
Select a List of Element nodes via xpath from a context.
- getEmail() - Method in interface com.groiss.org.OrgUnit
-
Get the Email.
- getEmail() - Method in interface com.groiss.org.User
-
Get the email address.
- getEmailAddress() - Method in interface com.groiss.mail.MailBox
- getEmailsFolder(DMSFolder, boolean) - Static method in class com.groiss.mail.MailFunctions
-
returns the folder "Emails" of given DMSFolder
- getEmailsFolder(ProcessInstance, boolean) - Static method in class com.groiss.mail.MailFunctions
-
returns the folder "Emails" of given process instance
- getEndDate() - Method in interface com.groiss.wf.Suspension
-
The end date of suspension, is null if still suspended.
- getEntity() - Method in class com.groiss.reporting.data.impl.DefaultReportingData
- getEntity() - Method in interface com.groiss.reporting.data.ReportingData
- getEntity(String) - Static method in interface com.groiss.reporting.data.Entity
-
get the
Entity
as described in reporting.xml - getEntityId() - Method in interface com.groiss.reporting.data.Select
- getEntries(Object) - Method in class com.groiss.ds.MultiMap
-
Deprecated.since 8.0; use
MultiMap.get(Object)
instead - getEntries(String) - Static method in class com.groiss.wf.html.ValueList
-
Return pairs (value,label)
- getEntries(String, Application, Locale) - Static method in class com.groiss.wf.html.ValueList
- getEntryList(Object) - Method in class com.groiss.ds.MultiMap
-
returns a list containing all entries, mapped to the given key; if no value is mapped to this key, an empty list is returned
- getEPShadowFiles() - Static method in class com.groiss.util.Settings
-
Check if @enterprise resources are shadowed.
- getErrnum() - Method in exception com.groiss.util.ApplicationException
-
Returns the error number, 0 if none specified.
- getErrnum() - Method in interface com.groiss.util.TopLevelException
-
Return the error number.
- getErrorCode(BatchJob, Throwable) - Method in interface com.groiss.wf.batch.BatchAdapter
-
Can be used to map exceptions to error codes.
- getErrorFormatter() - Method in exception com.groiss.util.ApplicationException
-
Returns the error formatter for this exception.
- getErrorLogFile() - Static method in class com.groiss.util.Settings
-
returns the current-error-file
- getErrorMessage(String) - Static method in class com.groiss.component.DefaultResource
- getErrorMessage(String) - Method in class com.groiss.component.Resource
- getErrorMessage(String, Object...) - Static method in class com.groiss.component.DefaultResource
- getErrorMessage(String, Object...) - Method in class com.groiss.component.Resource
- getErrorMessage(String, Locale) - Method in class com.groiss.component.Resource
- getErrorsName() - Method in class com.groiss.component.Resource
- getEscapeMode() - Method in class com.groiss.fileimport.csv.CSVSettings
- getEventHandler() - Method in interface com.groiss.event.EventRegistry
-
Returns the event handler class name.
- getEventHandlers(Class<Persistent>) - Static method in class com.groiss.store.StoreUtil
-
Get a List of
PersistentEventHandler
for a specified class c. - getEventType() - Method in interface com.groiss.cal.CalEvent
- getEventType() - Method in class com.groiss.cal.SimpleEvent
- getExampleDate(HttpServletRequest) - Static method in class com.groiss.reporting.data.impl.DateReportingData
- getException() - Method in exception com.groiss.util.ApplicationException
-
Deprecated, for removal: This API element is subject to removal in a future version.use getCause()
- getException() - Method in interface com.groiss.util.TopLevelException
-
Deprecated, for removal: This API element is subject to removal in a future version.use getCause()
- getExecutionTime() - Method in class com.groiss.reporting.Query
-
the execution timestamp of the query
- getExecutor() - Method in interface com.groiss.wf.batch.BatchJob
-
Get the executor of the instance.
- getExistingObject(Object, Map<String, Object>, Map<Object, T>) - Method in interface com.groiss.fileimport.FileImportHandler
-
should return the corresponding
Persistent
object for the current data row. - getExportedKeys(String) - Static method in class com.groiss.store.StoreUtil
-
Retrieves a description of the foreign key columns that reference the given table's primary key columns (the foreign keys exported by a table).
- getExporter() - Method in class com.groiss.reporting.Query
- getExporterInfos(Document) - Static method in class com.groiss.reporting.Query
-
get Exportinginformation from xml-document
- getExportingParam(String) - Method in class com.groiss.reporting.Query
- getExportName() - Method in class com.groiss.reporting.export.DelimiterSeperatedValuesExporter
- getExportName() - Method in class com.groiss.reporting.export.HTMLExporter
- getExportName() - Method in interface com.groiss.reporting.export.ReportingExporter
- getExportOptionsJSON() - Method in interface com.groiss.reporting.export.ChartType
- getExportOptionsJSON() - Method in class com.groiss.reporting.export.DelimiterSeperatedValuesExporter
- getExportOptionsJSON() - Method in class com.groiss.reporting.export.DownloadExporter
- getExportOptionsJSON() - Method in class com.groiss.reporting.export.HTMLExporter
- getExportOptionsJSON() - Method in interface com.groiss.reporting.export.ReportingExporter
-
add configureable fields...
- getExpression() - Method in interface com.groiss.wf.UserFolder
-
Returns the filter expression used to move ActivityInstances into this UserFolder.
- getExtension() - Method in interface com.groiss.dms.DMSDocForm
-
Returns the extension of this document (e.g.
- getExtension() - Method in class com.groiss.wfxml.WfXMLDocForm
-
Get the extension of the document (filename-extension).
- getFavorites() - Method in class com.groiss.smartclient.JsonDataAdapter
- getFetchSize() - Static method in class com.groiss.store.StoreUtil
- getField() - Method in class com.groiss.gui.table.ColumnDescription
- getField(Persistent, String) - Static method in class com.groiss.store.StoreUtil
- getField(String) - Method in interface com.groiss.dms.DMSForm
-
Returns the value of the specified field
- getField(String) - Method in class com.groiss.event.BasicEvent
- getField(String) - Method in interface com.groiss.event.Event
-
This method return a field of the context object, useful if the context object is a form
- getField(String) - Method in class com.groiss.ldap.ClassMapping
-
Get a field by its name.
- getField(String) - Method in class com.groiss.wfxml.WfXMLForm
-
Use this method to retrieve the value of one of this form's fields.
- getField(String) - Method in interface com.groiss.xforms.XFormInstance
- getFieldContent(Persistent, String) - Method in class com.groiss.ldap.ClassMapping
-
Gets the content of an objects field by the fields name.
- getFieldModes() - Method in class com.groiss.dms.FormContext
-
Get field modes for form fields.
- getFieldModes(ActivityInstance, DMSForm) - Method in interface com.groiss.wf.RemoteWfEngine
-
Deprecated.Get field modes for form fields
- getFieldModes(ActivityInstance, DMSForm) - Method in interface com.groiss.wf.WfEngine
-
Get field modes for form fields
- getFieldModes(ActivityInstance, DMSForm, DMSForm, String) - Method in interface com.groiss.wf.RemoteWfEngine
-
Deprecated.Get field modes for form fields and subforms
- getFieldModes(ActivityInstance, DMSForm, DMSForm, String) - Method in interface com.groiss.wf.WfEngine
-
Get field modes for form fields and subforms
- getFieldName() - Method in interface com.groiss.gui.table.Table
-
Return the name of the checkbox or radio buttons
- getFieldName() - Method in class com.groiss.gui.table.TableAdapter
-
Return the name of the checkbox or radio buttons
- getFieldName() - Method in class com.groiss.ldap.AttributeMapping
-
Returns the Java field name of this attribute mapping
- getFieldName() - Method in interface com.groiss.ml.field.Field
-
Returns the name of the field of the data source.
- getFieldName() - Method in class com.groiss.ml.field.ProcessField
- getFieldNamePretty() - Method in interface com.groiss.ml.field.Field
-
A human readable string representing the name of the field of the data source
- getFields() - Method in class com.groiss.ldap.ClassMapping
-
Returns the fields of the java class.
- getFields() - Method in class com.groiss.smartclient.JsonDataAdapter
-
what object-properties should be used may be called multiple times
- getFields() - Method in class com.groiss.smartclient.ObjectSelectProvider
- getFieldType(String) - Method in interface com.groiss.dms.DMSForm
-
Returns the class of the specified field
- getFieldValue(String) - Method in interface com.groiss.xforms.XFormInstance
- getFile() - Method in class com.groiss.fileimport.ImportContext
-
returns the file to be loaded
- getFile() - Method in class com.groiss.fileimport.StructuredFileSettings
- getFile(String) - Method in class com.groiss.component.Configuration
-
return the file of the property, if the property is not yet in a file we return the last file - this is the one where it will be stored.
- getFile(String) - Method in class com.groiss.servlet.MultipartRequest
-
Return the locally stored temporary file associated with the parameter name given as argument.
- getFile(String) - Static method in class com.groiss.util.FileUtil
-
Get a file object from a pathname.
- getFileAndDigest(String) - Method in class com.groiss.servlet.MultipartRequest
-
Return the locally stored temporary file associated with the parameter name given as argument and also the digest of that file.
- getFileFilter() - Method in interface com.groiss.dms.FormType
-
Returns a string defining patterns to restrict the types of accepted files by this formtype (only relevant for FormTypes of Type
FormType.DOCUMENT_FORM
). - getFileFromBasePath(String) - Static method in class com.groiss.util.FileUtil
-
Get a file object from a pathname.
- getFileFromLocalPath(String) - Static method in class com.groiss.util.FileUtil
-
Get a file object from a pathname.
- getFileFromPath(String) - Static method in class com.groiss.util.FileUtil
-
Deprecated, for removal: This API element is subject to removal in a future version.use one of the search roots specific methods
FileUtil.getFileFromVarPath(String)
,FileUtil.getFileFromLocalPath(String)
orFileUtil.getFileFromBasePath(String)
- getFileFromVarPath(String) - Static method in class com.groiss.util.FileUtil
-
Get a file object from a pathname.
- getFileName() - Method in class com.groiss.component.Configuration
-
Return the file name the configuration is loaded from.
- getFileName() - Method in class com.groiss.reporting.export.DownloadExporter
-
gets the filename from the request or the session
- getFileName(Query) - Method in class com.groiss.reporting.export.DownloadExporter
- getFileNames() - Method in class com.groiss.servlet.MultipartRequest
-
Return the name of the parameters containing files as values.
- getFiles() - Method in class com.groiss.component.Configuration
- getFiles(String) - Method in class com.groiss.servlet.MultipartRequest
-
Returns a list of locally stored temporary files associated with the parameter name given as argument.
- getFilesAndDigests(String) - Method in class com.groiss.servlet.MultipartRequest
-
Returns a list of locally stored temporary file associated with the parameter name given as argument and also their digest of that file.
- getFileTime(File) - Static method in class com.groiss.component.Configuration
- getFileTypeExtension() - Method in class com.groiss.reporting.export.DelimiterSeperatedValuesExporter
- getFileTypeExtension() - Method in interface com.groiss.reporting.export.FileReportingExporter
- getFilter() - Method in class com.groiss.ldap.DirectoryServer
- getFilterId() - Method in interface com.groiss.gui.table.Table
-
Returns the id that is used when column filters are stored.
- getFilterId() - Method in class com.groiss.gui.table.TableAdapter
- getFilterVal() - Method in class com.groiss.gui.table.CellValue
- getFinished() - Method in interface com.groiss.wf.ActivityInstance
-
Returns the finish date.
- getFinishRight(ActivityInstance) - Method in interface com.groiss.wf.ApplicationAdapter
-
Returns the right which is needed for sending the process to next agent The system checks if the sending user has this right for the agent and org.
- getFinishRights() - Method in interface com.groiss.wf.ApplicationAdapter
-
Return the list of finish rights used in this application.
- getFinishtime() - Method in interface com.groiss.wf.batch.BatchJob
-
Get the time the instance was finished.
- getFirstName() - Method in interface com.groiss.org.User
-
Get the first name.
- getFirstTime() - Method in interface com.groiss.timer.TimerEntry
-
Get the first time of scheuling the timer entry.
- getFloat(String) - Method in class com.groiss.component.Configuration
-
Return the property value as Float.
- getFloatStyle(Workbook) - Static method in class com.groiss.gui.excel.ExcelUtils
- getFolder() - Method in interface com.groiss.dms.FolderItemRelation
-
Returns the folder of this relation object.
- getFolder() - Method in class com.groiss.dms.FormContext
-
Get the DMS-folder.
- getFolder(DMSObject) - Method in interface com.groiss.dms.DMS
-
Get the folder containing the passed object.
- getFolder(DMSObject) - Method in interface com.groiss.dms.RemoteDMS
-
Deprecated.Get the folder containing the passed object.
- getFolderOid() - Method in class com.groiss.notification.NotificationEvent
- getFollowOU() - Method in interface com.groiss.org.OrgUnit
-
Get the follower org.unit.
- getForm() - Method in interface com.groiss.wf.FormInstance
-
Get the form object.
- getForm(ActivityInstance, String) - Method in interface com.groiss.wf.RemoteWfEngine
-
Deprecated.Get a form of a process.
- getForm(ActivityInstance, String) - Method in interface com.groiss.wf.WfEngine
-
Get a form of a process.
- getForm(ProcessInstance, String) - Method in interface com.groiss.wf.html.WorklistDescription
-
Get the form for a process instance
- getFormClassDir() - Static method in class com.groiss.util.Settings
-
Return the directory holding the form classes (from the configuration or default if none is configured).
- getFormFields() - Method in class com.groiss.gui.table.ColumnDescription
- getFormFieldValue(String) - Method in class com.groiss.wf.SystemAction
-
Returns the value of a formfield.
- getFormInstance(DMSForm, FormContext) - Method in class com.groiss.xforms.XFormImpl
-
Get the XForms model from a form and form context.
- getFormInstance(HttpServletRequest) - Method in class com.groiss.xforms.XFormImpl
-
Get the XForms model and instance from the request.
- getFormName() - Method in class com.groiss.wfxml.WfXMLForm
-
Returns the form name, with which the form is defined in process definitions.
- getFormPackage() - Static method in class com.groiss.util.Settings
-
return the name of the form class package (either com.dec.avw.appl. or com.groiss.forms.)
- getForms(ProcessInstance) - Method in interface com.groiss.wf.RemoteWfEngine
-
Deprecated.Get the forms of a process.
- getForms(ProcessInstance) - Method in interface com.groiss.wf.WfEngine
-
Get the forms of a process.
- getForms(String) - Method in interface com.groiss.wf.html.WorklistDescription
-
Get all forms with a specific formid.
- getFormType() - Method in interface com.groiss.dms.DMSForm
-
Returns the form type of this form
- getFormType(String, int) - Method in interface com.groiss.dms.DMS
-
Returns the formtype with the given id and version number
- getFormType(String, int) - Method in interface com.groiss.dms.RemoteDMS
-
Deprecated.Returns the formtype with the given id and version number
- getFormVersion(DMSForm, ActivityInstance) - Method in interface com.groiss.wf.RemoteWfEngine
-
Deprecated.Returns the version of the passed form in the context of the passed activity instance.
- getFormVersion(DMSForm, ActivityInstance) - Method in interface com.groiss.wf.WfEngine
-
Returns the version of the passed form in the context of the passed activity instance.
- getForObject(Persistent) - Static method in enum class com.groiss.store.PersistentAspect
-
Get the set of currently set PersistentAspects for an object.
- getFreshBatchJob(BatchJob) - Static method in class com.groiss.wf.batch.BatchManager
-
Gets a current copy (a fresh incarnation) of the batch job from the database.
- getFrom() - Method in class com.groiss.cluster.communication.Message
-
Returns the node id of the sender of the message.
- getFrom(Message) - Static method in class com.groiss.util.MailUtil
-
Return the sender information in message header (From or Sender) of given message.
- getFromDate() - Method in interface com.groiss.cal.CalEvent
- getFromDate() - Method in class com.groiss.cal.SimpleEvent
- getFromDate() - Method in interface com.groiss.org.Permission
-
Get the start date of the permission.
- getFromMap(Map<String, V>, String) - Static method in class com.groiss.office.OdtUtil
-
Get a value from a map.
- getFromRS(ResultSet, int, int) - Static method in class com.groiss.store.StoreUtil
- getFromRS(ResultSet, ResultSetMetaData, int) - Static method in class com.groiss.store.StoreUtil
- getFullData() - Method in class com.groiss.reporting.data.ReportingTableModel
-
returns the completeted Data table including clickableIndex at index 0 (if exists), rownumber at index 0 or 1 (depends on clickableindex) and grouping rows (which habe no clickableIndex or rownumber Note: Method builds a new table, so this may cost performance.
- getFullFieldName() - Method in interface com.groiss.ml.field.Field
-
A string of form fieldname|source
- getFullName() - Method in interface com.groiss.dms.DMSDocForm
-
Returns the full name of the document which is the name followed by a dot and the extension (if the extension is not empty)
- getGender() - Method in interface com.groiss.org.User
-
get the gender of this user
- getGlobalQueryTimeout() - Static method in class com.groiss.store.DBConnPool
- getGuiId() - Static method in class com.groiss.smartclient.ClientUtil
-
Get the id of the current gui.
- getGuiId(HttpServletRequest) - Static method in class com.groiss.smartclient.ClientUtil
-
Get the id of the current gui from the HttpServletRequest
- getHazelcastSessionInfo(HttpServletRequest, HttpServletResponse) - Static method in class com.groiss.cluster.ClusterSupport
-
Displays details about a session in the Hazelcast subsystem.
- getHazelcastState(HttpServletRequest, HttpServletResponse) - Static method in class com.groiss.cluster.ClusterSupport
-
Displays details about the state of the Hazelcast subsystem.
- getHead() - Method in class com.groiss.gui.XHTMLPage
- getHeader() - Method in class com.groiss.ds.ObjectTableModel
-
Return the header of the table model.
- getHeaderContent() - Method in class com.groiss.gui.component.TableContainer
-
returns the content of the column header (first row)
- getHeaderInfos(Query, int) - Method in class com.groiss.reporting.export.HTMLExporter
- getHeaderNames() - Method in class com.groiss.gui.component.TableContainer
-
returns the names of the columns
- getHeaders() - Method in class com.groiss.gui.HTMLPage
- getHeaders() - Method in class com.groiss.gui.JSONPage
- getHeaders() - Method in interface com.groiss.gui.Page
-
Returns the list of http-response-headers to be set on the
HttpServletResponse
- getHeaders() - Method in class com.groiss.gui.VelocityPage
- getHeaders() - Method in class com.groiss.gui.XHTMLPage
- getHeaders() - Method in class com.groiss.http.Response
-
Deprecated, for removal: This API element is subject to removal in a future version.since ep 10.0 (rev. 36486) as it cannot handle the case of multiple headers with the same name (case-sensitive) - this method will only return the last value for such headers. Use
Response.getAllHeaders()
orResponse.getHeaderValues(String)
instead. - getHeaderValues(String) - Method in class com.groiss.http.Response
-
Returns the values of the header with the given name (case-insensitive) of the response.
- getHeight() - Method in interface com.groiss.dms.FormType
- getHeight() - Method in class com.groiss.gui.component.Image
- getHelpContext() - Method in interface com.groiss.gui.table.Table
-
Returns the context for online-help
- getHelpContext() - Method in class com.groiss.gui.table.TableAdapter
-
Returns the context for online-help
- getHistoryInfo(ActivityInstance) - Method in class com.groiss.timemgmt.DefaultTimeManagementImpl
-
Returns null
- getHistoryInfo(ActivityInstance) - Method in interface com.groiss.timemgmt.TimeManagement
-
Return a href to a detail page for the time management of the process instance.
- getHomeOrg(User) - Method in interface com.groiss.org.OrgData
-
Return the Org.unit where the user has the home role.
- getHomeOrg(User) - Method in interface com.groiss.org.RemoteOrgData
-
Deprecated.Return the Org.unit where the user has the home role.
- getHost() - Method in class com.groiss.util.MailSender
-
return the smtp host
- getHostname() - Method in class com.groiss.wfxml.Partner
-
Returns the hostname of this partner as it is defined in the administration of @enterprise.
- getHref() - Method in class com.groiss.gui.component.Link
- getHTMLOutputter() - Static method in class com.groiss.xml.XMLUtil
-
This is a customized outputter that does not encode the \r chars and does not expand empty elements like br,img or input.
- getHTMLOutputter(boolean) - Static method in class com.groiss.xml.XMLUtil
-
This is a customized outputter that does not encode the \r chars and does not expand empty elements like br,img or input.
- getHTMLPage() - Method in class com.groiss.dms.DMSTableAdapter
-
Deprecated.returns null
- getHTMLPage() - Method in interface com.groiss.wf.html.Worklist
-
Deprecated.
- getHttpSessionId() - Method in class com.groiss.notification.BasicNotificationItem
-
Get the session this item is destined for.
- getIcon() - Method in class com.groiss.gui.table.ColumnDescription
- getIconClass(DMSObject) - Static method in class com.groiss.dms.html.DMSUtil
-
Returns css classes for the icon of the document.
- getId() - Method in interface com.groiss.cal.CalView
-
get the id
- getId() - Method in class com.groiss.cal.SimpleCalView
-
get the id
- getId() - Method in class com.groiss.component.Configuration
-
Return the id of this configuration.
- getId() - Method in interface com.groiss.dms.FormType
-
Return the id of the FormType.
- getId() - Method in interface com.groiss.dms.SubformRelation
-
Get the id of the relation.
- getId() - Method in class com.groiss.gui.AbstractComponent
- getId() - Method in interface com.groiss.gui.Component
- getId() - Method in class com.groiss.gui.component.RadioGroup
- getId() - Method in class com.groiss.gui.NavigationNode
- getId() - Method in interface com.groiss.gui.NavigationTreeNode
-
Returns the id.
- getId() - Method in class com.groiss.gui.table.ColumnDescription
-
Returns the id.
- getId() - Method in interface com.groiss.gui.table.Table
-
Returns the id of this table
- getId() - Method in class com.groiss.gui.table.TableAdapter
-
Returns the id of this table
- getId() - Method in interface com.groiss.mail.MailBox
- getId() - Method in interface com.groiss.messaging.MessageTemplate
-
Get the id of the template.
- getId() - Method in interface com.groiss.org.Agent
-
Returns the id of the object.
- getId() - Method in interface com.groiss.org.Application
-
Return the id of the application.
- getId() - Method in interface com.groiss.org.OrgClass
-
Returns the id of the object.
- getId() - Method in interface com.groiss.org.OrgTree
-
Get the id.
- getId() - Method in interface com.groiss.org.OrgUnit
-
Get the id.
- getId() - Method in interface com.groiss.org.Right
-
Return the id of the right.
- getId() - Method in interface com.groiss.org.User
-
Get the id.
- getId() - Method in interface com.groiss.reporting.data.Attribute
- getId() - Method in interface com.groiss.reporting.data.Entity
- getId() - Method in class com.groiss.reporting.Query
-
returns the id of this query
- getId() - Method in interface com.groiss.reporting.Report
- getId() - Method in interface com.groiss.store.external.XStore
-
Get the unique id.
- getId() - Method in interface com.groiss.timer.TimerEntry
-
Get the id for the timer entry.
- getId() - Method in interface com.groiss.wf.ActivityInstance
-
Returns the id of the activity instance.
- getId() - Method in enum class com.groiss.wf.ActivityInstance.LastAction
- getId() - Method in interface com.groiss.wf.Function
-
Return the id of the function.
- getId() - Method in interface com.groiss.wf.html.WorklistDescription
-
The id of the list.
- getId() - Method in interface com.groiss.wf.ProcessDefinition
-
Return the id of the process definition.
- getId() - Method in interface com.groiss.wf.Task
-
Return the id of the task.
- getId() - Method in interface com.groiss.wf.UserFolder
-
Returns the id of this UserFolder.
- getId() - Method in class com.groiss.wfxml.Partner
-
Returns the ID of the communication partner.
- getId() - Method in class com.groiss.wfxml.WfXMLForm
-
Returns the id that has been set for this form.
- getId() - Method in interface com.groiss.ws.SOAPWebService
-
get the ID
- getImportedKeys(String) - Static method in class com.groiss.store.StoreUtil
-
Retrieves a description of the primary key columns that are referenced by the given table's foreign key columns (the primary keys imported by a table).
- getImportInputSource(String, String) - Method in class com.groiss.ws.ClasspathResolver
- getImportMode() - Method in class com.groiss.fileimport.ImportContext
-
returns the import-mode
- getIndexInfo(String) - Static method in class com.groiss.store.StoreUtil
- getIndexNameForColumns(String, String, boolean) - Static method in class com.groiss.store.StoreUtil
-
Returns the name of the index, if one exists for the passed columns of the passed table.
- getIndexOf(Object) - Method in class com.groiss.ml.ds.NominalAttribute
-
Returns the index of the passed value within the values represented by this class.
- getIndexOfValueAsString(String) - Method in class com.groiss.ml.ds.NominalAttribute
-
Returns the index of the value within the values represented by this class where the string representation of those values equals the given string
- getInputFields() - Method in interface com.groiss.ml.classifier.ClassifierAssignment
-
Returns the list of the
Field
s used as input field for this classifier assignment - getInputStream() - Method in class com.groiss.fileimport.StructuredFileSettings
- getInputStream() - Method in class com.groiss.util.ByteArrayDataSource
-
Returns an
InputStream
for reading from this data source. - getInstallationDirectory() - Method in interface com.groiss.org.Application
-
Returns the directory where the application files are installed.
- getInstance() - Static method in interface com.groiss.dms.DMS
-
Get the DMS to perform action with the workflow document management system.
- getInstance() - Static method in interface com.groiss.org.OrgData
-
Get the OrgData to perform action with the organizational structure.
- getInstance() - Static method in interface com.groiss.server.Admin
-
Get the Admin to make administrative actions on the server.
- getInstance() - Static method in interface com.groiss.store.Store
-
Get the Store to read and write from/to the database.
- getInstance() - Static method in interface com.groiss.wf.WfEngine
-
Get the WfEngine to perform action with the workflow engine.
- getInstance(ProcessDefinition) - Static method in class com.groiss.timemgmt.TimeManagementFactory
-
Instantiate time management implementation for process definition.
- getInstance(HttpServletRequest) - Static method in class com.groiss.xforms.XFormImpl
-
Use this method to get the xforms implementation.
- getInstanceElement() - Method in interface com.groiss.xforms.XFormInstance
-
Get the instance element - if only one instance exists in the model.
- getInstanceElement(String) - Method in interface com.groiss.xforms.XFormInstance
-
Get the instance element by id.
- getInt(String) - Method in class com.groiss.component.Configuration
-
Return the property value as Integer.
- getInterval() - Method in interface com.groiss.cal.CalEvent
- getInterval() - Method in class com.groiss.cal.SimpleEvent
- getInterval(Pair<Date, Date>) - Method in class com.groiss.reporting.data.impl.TimeInterval
- getInterval(Date, Date) - Method in class com.groiss.reporting.data.impl.TimeInterval
- getInterval(Date, Date) - Method in interface com.groiss.reporting.data.TimeModel
-
calculates the time interval
- getInterval(Date, Date, Query) - Method in class com.groiss.reporting.data.impl.TimeInterval
- getIntervalInUnits(long) - Static method in class com.groiss.cal.CalUtil
-
Format a time interval.
- getIntervalInUnits(long, int) - Static method in class com.groiss.cal.CalUtil
- getIntervalInUnits(long, int, int) - Static method in class com.groiss.cal.CalUtil
- getIntervalInUnits(long, int, int, String[]) - Static method in class com.groiss.cal.CalUtil
- getIntervalInUnits(long, int, String[]) - Static method in class com.groiss.cal.CalUtil
-
Returns a String representation of a TimeIntervall
- getIntervalInUnits(long, String) - Static method in class com.groiss.cal.CalUtil
-
Returns a String representation of a TimeIntervall using the short names of timeunits
- getIntervalInUnits(long, String, String) - Static method in class com.groiss.cal.CalUtil
- getIP() - Method in interface com.groiss.org.IUserSession
- getIsClusterTimerNode() - Method in interface com.groiss.server.ServerInfoMXBean
-
Determine if this node is the cluster timer node.
- getIsoDateString(Date) - Static method in class com.groiss.reporting.data.impl.DateReportingData
- getIsoDateString(Date, TimeZone) - Static method in class com.groiss.reporting.data.impl.DateReportingData
- getItem() - Method in interface com.groiss.dms.FolderItemRelation
-
Returns the item of this relation object.
- getJarArchive(Class<?>) - Static method in class com.groiss.util.Settings
-
Get the jar archive the given class is loaded from.
- getJarPrefix(String) - Static method in class com.groiss.util.StringUtil
-
Return the jar prefix of the given url string.
- getJavaCalendar(Calendar) - Static method in class com.groiss.cal.CalUtil
- getJavaClassName() - Method in class com.groiss.ldap.ClassMapping
-
Returns the name of the Java class this mapping is for.
- getJavaScriptClass() - Method in class com.groiss.gui.table.ColumnDescription
- getJdom() - Method in class com.groiss.fileimport.Column
- getJobstate() - Method in interface com.groiss.wf.batch.BatchJob
-
The state of the instance.
- getJobtype() - Method in interface com.groiss.wf.batch.BatchJob
-
The jobtype of the instance.
- getJSONArrayResult() - Method in class com.groiss.http.Response
-
Returns the result of the request as JSONArray
- getJSONObjectResult() - Method in class com.groiss.http.Response
-
Returns the result of the request as JSONObject
- getJSONObjectSelect(Map<String, String>) - Static method in class com.groiss.gui.WebUtils
- getJsonPayload() - Method in class com.groiss.notification.BasicNotificationItem
-
Returns null.
- getJsonPayload() - Method in interface com.groiss.notification.NotificationItem
-
Returns the JSON representation that is send to the smartclients.
- getJVMName() - Static method in class com.groiss.component.ServiceManager
-
Get the name of the JVM incarnation of @enterprise.
- getKey() - Method in interface com.groiss.ds.KeyValuePair
-
Get the Key of the Pair.
- getKey() - Method in class com.groiss.ds.Pair
-
Return the first object
- getKey() - Method in interface com.groiss.store.Persistent
-
Returns the key (className:OID) of this
KeyValuePair
. - getKey() - Method in class com.groiss.store.PersistentObject
-
Returns the key (className:OID) of this
KeyValuePair
. - getKey() - Method in exception com.groiss.util.ApplicationException
-
Returns the key of the exception.
- getKey(int) - Method in class com.groiss.ds.KeyedList
-
Returns the key a postion i
- getKey(Object) - Method in class com.groiss.ds.KeyedList
-
Return the position of the given key in the key list.
- getKey(Map<String, Object>) - Method in interface com.groiss.fileimport.FileImportHandler
-
will be called if the keyField property isn't set
- getKey(T) - Method in interface com.groiss.fileimport.FileImportHandler
-
will be called if the keyField property isn't set
- getKeyField() - Method in class com.groiss.fileimport.ImportContext
-
returns the keyfield used to check for duplicates
- getKeyIterator() - Method in class com.groiss.ds.KeyedList
-
Returns an iterator for the key list
- getKeys() - Method in class com.groiss.ds.KeyedList
- getKeys() - Method in class com.groiss.ldap.DirectoryServer
-
Returns "name" as key.
- getKeys() - Method in class com.groiss.messaging.Recipient
- getKeys() - Method in class com.groiss.ml.classifier.EvaluationResult
- getKeys() - Method in interface com.groiss.store.Persistent
-
A class may return key field groups in order to identify already existing objects of that class.
- getKeys() - Method in class com.groiss.store.PersistentObject
- getKeys() - Method in class com.groiss.wf.ProcessRelation
- getKeys(T) - Method in interface com.groiss.dms.XHTMLFormEventHandler
-
A class may return key field groups in order to identify already existing objects of that class.
- getKind() - Method in interface com.groiss.dms.FormType
-
Returns the kind of this FormType (e.g.
- getLabel() - Method in interface com.groiss.dms.FormField
-
Returns the label of the field.
- getLabel() - Method in class com.groiss.gui.AbstractComponent
- getLabel() - Method in interface com.groiss.gui.Component
- getLabel(String) - Method in class com.groiss.component.Configuration
-
Return the label of the given property.
- getLabel(String, String) - Static method in class com.groiss.wf.html.ValueList
-
return the label of a value list entry
- getLabelStr() - Method in class com.groiss.gui.component.Button
- getLastAccessedDate() - Method in interface com.groiss.org.IUserSession
- getLastAction() - Method in interface com.groiss.wf.ActivityInstance
-
Returns a enum for the last action that changed the state of this ai
- getLastBuild() - Method in interface com.groiss.ml.classifier.ClassifierAssignment
-
Returns the date when this assignment was build at last.
- getLastInteractive(ActivityInstance) - Method in interface com.groiss.wf.RemoteWfEngine
-
Deprecated.Get the last interactive activityinstance (type=TASK).
- getLastInteractive(ActivityInstance) - Method in interface com.groiss.wf.WfEngine
-
Get the last interactive activityinstance (type=TASK).
- getLastpolltime() - Method in interface com.groiss.wf.batch.BatchJob
- getLastRun() - Method in interface com.groiss.timer.TimerEntry
-
Last run (start time) of this timer entry.
- getLastRunEnd() - Method in interface com.groiss.timer.TimerEntry
-
Last run (end time) of this timer entry.
- getLastStartTryTime() - Method in interface com.groiss.wf.batch.BatchJob
-
Get the time of the last start attempt.
- getLastTry() - Method in interface com.groiss.mail.MailQueueItem
- getLatestEvaluationResult() - Method in interface com.groiss.ml.classifier.ClassifierAssignment
-
Returns the latest
EvaluationResult
(if available) of this classifier assignment. - getLatestImportURI() - Method in class com.groiss.ws.ClasspathResolver
- getLength(String, DMSObject) - Method in interface com.groiss.dms.IStore
-
Returns the number of bytes of the content identified by id from the storage of the DMS.
- getLevel() - Method in exception com.groiss.util.ApplicationException
-
Return the log level of this exception.
- getLevel() - Static method in class com.groiss.util.Settings
-
Deprecated.use own
Logger
instead - getLevel() - Method in interface com.groiss.util.TopLevelException
-
Return the log level of this exception.
- getLineEnd() - Method in class com.groiss.fileimport.csv.CSVSettings
- getLinkAtt() - Method in class com.groiss.ldap.SubLink
-
Returns the name of the linking attribute
- getLinkedObject() - Method in interface com.groiss.dms.DMSLink
-
Returns the link target
- getLinkType() - Method in interface com.groiss.wf.html.WorklistDescription
-
Returns how the links to the detail information are configured
- getList(String) - Method in class com.groiss.component.Configuration
-
Return the parameter as list.
- getList(String, Object...) - Method in interface com.groiss.store.external.XStore
-
Execute a SQL query which returns a list of rows.
- getList(String, Object, Collection<Namespace>, Filter<T>) - Static method in class com.groiss.xml.XMLUtil
-
Select a List of Nodes via xpath from a context.
- getList(String, Object, Filter<T>) - Static method in class com.groiss.xml.XMLUtil
-
Select a List of Nodes via xpath from a context using an empty namespace.
- getList(String, Object, Namespace[], Filter<T>) - Static method in class com.groiss.xml.XMLUtil
-
Select a List of Nodes via xpath from a context.
- getList(String, Object, Namespace, Filter<T>) - Static method in class com.groiss.xml.XMLUtil
-
Select a List of Nodes via xpath from a context.
- getList(List<DMSObject>) - Method in interface com.groiss.dms.DMSTableHandler
-
Your chance to modify the list of the table entries and to collect additional data for them.
- getList(List<ActivityInstance>) - Method in class com.groiss.wf.html.CombinedWorklist
- getList(List<ActivityInstance>) - Method in class com.groiss.wf.html.FilteredWorklist
-
Filter the worklist items.
- getList(List<ActivityInstance>) - Method in interface com.groiss.wf.html.Worklist
-
Change the list.
- getList(List<T>) - Method in interface com.groiss.dms.FormTableHandler
-
Non null overwrites the list, should return list of forms
- getList(List<T>) - Method in interface com.groiss.storegui.ObjectTableHandler
-
Non null overwrites the list, should return list of forms
- getLocalClassName() - Method in class com.groiss.ldap.DirectoryServer
- getLocalClassName() - Method in class com.groiss.ml.classifier.EvaluationResult
- getLocalClassName() - Method in interface com.groiss.store.Persistent
- getLocalClassName() - Method in class com.groiss.store.PersistentObject
- getLocalDir() - Static method in class com.groiss.util.Settings
- getLocale() - Method in interface com.groiss.org.User
-
Return the locale set for this user as string.
- getLocale() - Method in class com.groiss.reporting.Query
- getLocale() - Method in class com.groiss.util.RMIThreadContext
-
Deprecated.
- getLocalizedName() - Method in interface com.groiss.reporting.data.Attribute
- getLocalizedName() - Method in interface com.groiss.reporting.data.Entity
- getLocalizeString(String) - Static method in class com.groiss.reporting.QueryEngine
- getLocalNumberFormatter() - Static method in class com.groiss.util.Settings
- getLocalObjectName() - Method in class com.groiss.ldap.DirectoryServer
- getLocalObjectName() - Method in class com.groiss.messaging.Recipient
- getLocalObjectName() - Method in class com.groiss.ml.classifier.EvaluationResult
- getLocalObjectName() - Method in interface com.groiss.store.Persistent
-
Get the object name in localized form.
- getLocalObjectName() - Method in class com.groiss.store.PersistentObject
-
Get the object name in localized form.
- getLocation() - Method in interface com.groiss.cal.CalEvent
- getLocation() - Method in class com.groiss.cal.SimpleEvent
- getLocation(String) - Static method in class com.groiss.util.Settings
- getLocationAwareSAXBuilder(boolean) - Static method in class com.groiss.xml.XMLUtil
- getLockdate() - Method in class com.groiss.store.Lock
- getLockname() - Method in class com.groiss.store.Lock
- getLogAndVersion(P, long) - Method in interface com.groiss.org.OrgData
-
Returns the version of the object at a given version id along with the corresponding LogEntry.
- getLogAndVersion(P, long) - Method in interface com.groiss.org.RemoteOrgData
-
Deprecated.Returns the version of the object at a given version id along with the corresponding LogEntry.
- getLogAndVersion(P, Date) - Method in interface com.groiss.org.OrgData
-
Returns the version of the object at a given date along with the corresponding LogEntry.
- getLogAndVersion(P, Date) - Method in interface com.groiss.org.RemoteOrgData
-
Deprecated.Returns the version of the object at a given date along with the corresponding LogEntry.
- getLogEntries(String, long, Date, Date) - Method in interface com.groiss.org.OrgData
-
Returns a list of log entries for the specified object (identified by passed oid and classname) which were made at time T, where from < T < to.
- getLogEntries(String, long, Date, Date) - Method in interface com.groiss.org.RemoteOrgData
-
Deprecated.Returns a list of log entries for the specified object (identified by passed oid and classname) which were made at time T, where from < T < to.
- getLogFile() - Static method in class com.groiss.util.Settings
-
returns the current log-file
- getLoggedName() - Method in interface com.groiss.org.LogEntry
-
Get the name of the changed object.
- getLoggedObject() - Method in interface com.groiss.org.LogEntry
-
Deprecated, for removal: This API element is subject to removal in a future version.
- getLoggingContext() - Method in interface com.groiss.org.HasLoggingContext
-
Returns the logging context for the object
- getLoginDate() - Method in interface com.groiss.org.IUserSession
- getLogoutDate() - Method in interface com.groiss.org.IUserSession
- getLogWriter() - Static method in class com.groiss.util.Settings
- getLong(String) - Method in class com.groiss.component.Configuration
-
Return the property value as Long.
- getMailAction() - Method in class com.groiss.util.MailSender
- getMailActionFromConfiguration() - Static method in class com.groiss.util.MailSender
-
Get mail action from configuration
- getMailAsBytes() - Method in interface com.groiss.mail.MailQueueItem
- getMailListAsJson(Persistent, FormType) - Method in interface com.groiss.smartclient.mail.MailActionsHandler
-
This method can be used for manipulating the mail list in the Mail tab.
- getMailQueueItem() - Method in interface com.groiss.messaging.MessageTemplate
-
Returns a
MailQueueItem
which could be set after sending mail - getMailQueueItem() - Method in class com.groiss.util.MailSender
-
Returns a
MailQueueItem
which could be set after sending mail - getMailSender() - Method in interface com.groiss.messaging.MessageTemplate
-
get the mail sender
- getMailSocketFactoryName(String) - Static method in class com.groiss.util.MailUtil
-
Get the socket factory name of given communication type
- getMailSubjectPattern() - Static method in class com.groiss.util.MailUtil
-
This method returns the subject prefix defined in @enterprise configuration.
- getMailText(String, Message) - Static method in class com.groiss.mail.MailFunctions
-
Returns the default mail text of given message in text/plain and text/html format
- getMainform() - Method in class com.groiss.dms.FormContext
-
Get the main form.
- getMainForm() - Method in interface com.groiss.dms.SubformRelation
-
Returns the main form.
- getMainForm(DMSForm) - Method in interface com.groiss.dms.DMS
-
Returns the main form of the passed form (or null if there is none)
- getMainForm(DMSForm) - Method in interface com.groiss.dms.RemoteDMS
-
Deprecated.Returns the main form of the passed form (or null if there is none)
- getMainProcess(ActivityInstance) - Method in interface com.groiss.wf.RemoteWfEngine
-
Deprecated.Get the root of the activity instance tree
- getMainProcess(ActivityInstance) - Method in interface com.groiss.wf.WfEngine
-
Get the root of the activity instance tree
- getMapId() - Method in interface com.groiss.reporting.data.Attribute
-
in case of mapped values, the method returns the <mapping>-id
- getMappedImagePath(String, boolean) - Static method in class com.groiss.util.FileUtil
-
Returns the shiny path for the passed resource path.
- getMappedValue(Object) - Method in class com.groiss.reporting.data.impl.DefaultReportingData
- getMappedValues() - Method in class com.groiss.reporting.data.impl.DefaultReportingData
-
get ALL possible key-value-pairs for
Attribute
DefaultReportingData.getAttribute()
key is the value stored in the DB, value is the value used for display - getMaxConstraintIndexNameLength() - Static method in class com.groiss.store.StoreUtil
- getMaxlength() - Method in class com.groiss.gui.component.Textfield
- getMaxLogSize() - Static method in class com.groiss.wfxml.WfXML2
- getMaxParallel() - Static method in class com.groiss.reporting.QueryEngine
- getMaxTable() - Static method in class com.groiss.reporting.QueryEngine
- getMaxTableNameLength() - Static method in class com.groiss.store.StoreUtil
- getMaxTableResult() - Method in class com.groiss.reporting.Query
- getMaxThreadCount() - Method in interface com.groiss.server.ServerInfoMXBean
-
Get the number of configured HTTP threads of this node.
- getMaxTime() - Method in interface com.groiss.wf.Task
-
Returns the maximum execution time of the task (in minutes).
- getMaxUnit() - Method in class com.groiss.reporting.Query
-
get the max unit of timeintervals used in this query
- getMessage() - Method in interface com.groiss.messaging.MessageTemplate
-
Get the
Message
object of MessageTemplate instance which has been created by theMessageTemplate.send()
method implicitly or by theMessageTemplate.createMessage()
method explicitly. - getMessage() - Method in class com.groiss.smartclient.ClientUtil.DialogConfiguration
- getMessage() - Method in exception com.groiss.util.ApplicationException
-
Returns message text including title.
- getMessage() - Method in class com.groiss.util.MailSender
-
HINT: Use
MessageTemplate
interface! - getMessageCharset() - Method in interface com.groiss.messaging.MessageTemplate
-
Get the character set of the message
- getMessageDigest() - Method in interface com.groiss.dms.DMSDocForm
-
Returns the message digest of the content of this document (
Settings.getMessageDigest()
will be used by the system to calculate it). - getMessageDigest() - Static method in class com.groiss.util.Settings
-
Returns a new instance of the MessageDigest used by the system (e.g. in DMS)
- getMessageDigestAlgorithmName() - Static method in class com.groiss.util.Settings
-
Returns the Name of the MessageDigest algorithm used by the system (e.g. in DMS)
- getMessageDigestAsString() - Method in interface com.groiss.dms.DMSDocForm
-
Returns the message digest of the content of this document as hexadecimal String (
Settings.getMessageDigest()
will be used by the system to calculate it) - getMessageId(Message) - Static method in class com.groiss.util.MailUtil
-
This method returns the message-id of the given message
- getMessageTemplate(String) - Method in interface com.groiss.server.Admin
-
Read the message template with the given id from the database.
- getMessageText() - Method in exception com.groiss.util.ApplicationException
-
Returns the plain message text without "Error" prefix and number.
- getMimeType() - Method in interface com.groiss.messaging.MessageTemplate
-
Get the mime type
- getMimeType(String) - Static method in class com.groiss.util.FileUtil
-
Return the mime-type from the extension.
- getMinMax(ReportingData, Query) - Static method in class com.groiss.reporting.data.impl.DateReportingData
- getMinUnit() - Method in class com.groiss.reporting.Query
-
get the min unit of timeintervals used in this query
- getMode() - Method in class com.groiss.dms.FormContext
-
Get the view mode, one of the constants in this class.
- getMode() - Method in class com.groiss.util.Clipboard
-
Returns the mode stored in the clipboard
- getModel() - Method in class com.groiss.gui.component.TableContainer
- getModel() - Method in interface com.groiss.xforms.XFormInstance
- getModelId() - Method in interface com.groiss.xforms.XFormInstance
- getModelName() - Method in class com.groiss.reporting.data.impl.TimeInterval
- getModelName() - Method in interface com.groiss.reporting.data.TimeModel
-
returns the Name of the Model for HTML purpose
- getMsgType() - Method in class com.groiss.cluster.communication.Message
-
Return the type of this message.
- getMyNodeId() - Static method in class com.groiss.cluster.ClusterInfo
-
Gets the id of this node.
- getName() - Method in interface com.groiss.cal.CalInfo
-
Returns the name of this
CalInfo
. - getName() - Method in interface com.groiss.cal.CalView
-
get the name
- getName() - Method in class com.groiss.cal.SimpleCalView
-
get the name
- getName() - Method in interface com.groiss.dms.DMSObject
-
Returns the name of this object.
- getName() - Method in interface com.groiss.dms.FormType
-
Returns the name of the FormType
- getName() - Method in class com.groiss.event.BasicEvent
- getName() - Method in interface com.groiss.event.Event
-
returns the name of the event
- getName() - Method in interface com.groiss.event.EventRegistry
-
Returns the name of the event.
- getName() - Method in class com.groiss.fileimport.Column
- getName() - Method in class com.groiss.gui.AbstractComponent
- getName() - Method in interface com.groiss.gui.Component
- getName() - Method in class com.groiss.gui.component.RadioButton
- getName() - Method in class com.groiss.gui.component.RadioGroup
-
the name of the group is defined in the buttons. each button should have the same name!
- getName() - Method in class com.groiss.gui.NavigationNode
- getName() - Method in interface com.groiss.gui.NavigationTreeNode
-
Get the name of the node.
- getName() - Method in class com.groiss.gui.table.ColumnDescription
-
Returns the name.
- getName() - Method in class com.groiss.ldap.DirectoryServer
- getName() - Method in interface com.groiss.messaging.MessageTemplate
-
Get the name of the template.
- getName() - Method in interface com.groiss.ml.classifier.Classifier
-
Returns a human readable name for this classifier implementation
- getName() - Method in interface com.groiss.ml.classifier.ClassifierAssignment
-
Returns the name of this classifier assignment.
- getName() - Method in class com.groiss.ml.classifier.ClassifierOption
-
Returns the name of the option represented by this
ClassifierOption
- getName() - Method in class com.groiss.ml.ds.Attribute
-
Returns the name of the attribute represented by this instance
- getName() - Method in interface com.groiss.org.Application
-
Returns the name of the application
- getName() - Method in interface com.groiss.org.OrgClass
-
The name of the orgclass.
- getName() - Method in interface com.groiss.org.OrgTree
-
Get the name.
- getName() - Method in interface com.groiss.org.OrgUnit
-
Get the name.
- getName() - Method in interface com.groiss.org.PermissionList
-
Get the name.
- getName() - Method in interface com.groiss.org.Right
-
Returns the name of the right
- getName() - Method in interface com.groiss.org.Role
-
Returns the name of the role
- getName() - Method in interface com.groiss.org.User
-
Implemented for Principal interface
- getName() - Method in interface com.groiss.reporting.data.Attribute
- getName() - Method in interface com.groiss.reporting.data.Entity
- getName() - Method in interface com.groiss.reporting.Report
- getName() - Method in class com.groiss.util.ByteArrayDataSource
-
Returns the name of the data source.
- getName() - Method in enum class com.groiss.wf.ActivityInstance.LastAction
-
Returns the name of the action that made the last state change
- getName() - Method in interface com.groiss.wf.Function
-
Returns the name of the function.
- getName() - Method in interface com.groiss.wf.ProcessDefinition
-
Returns the name of the process definition.
- getName() - Method in interface com.groiss.wf.Task
-
Returns the name of the task
- getName() - Method in interface com.groiss.wf.UserFolder
-
Returns the name of this UserFolder.
- getName() - Method in class com.groiss.wfxml.WfXMLDocForm
-
Get the full name of the document (filename and extension).
- getName() - Method in class com.groiss.wfxml.WfXMLFolder
-
Get the name of the folder.
- getName() - Method in class com.groiss.wfxml.WfXMLForm
-
This method returns the form name.
- getName() - Method in class com.groiss.wfxml.WfXMLNote
-
Returns the name of this note.
- getName() - Method in class com.groiss.wfxml.WfXMLObject
-
Returns the name of this
WfXMLObject
. - getName() - Method in class com.groiss.wfxml.WfXMLWebLink
-
Returns the name string of this web link.
- getName() - Method in interface com.groiss.ws.SOAPWebService
-
get the service-name
- getName() - Method in interface com.groiss.ws.SOAPWebServiceOperation
-
get the operation-name
- getName(T) - Method in interface com.groiss.dms.FormEventHandler
-
Returns the name of this form.
- getName(T) - Method in interface com.groiss.dms.XHTMLFormEventHandler
-
Returns the name of this form.
- getNamePart() - Method in class com.groiss.wfxml.WfXMLDocForm
-
Returns just the name part of this doc form.
- getNameSuffix() - Method in interface com.groiss.org.User
-
Get the name suffix for this user
- getNewInstance(Class<?>) - Static method in class com.groiss.store.StoreUtil
-
Create a new instance of c. c can be an interface, then
StoreUtil.mapInterface(Class)
is used to determine the appropriate implementation class. - getNewInstance(String) - Static method in class com.groiss.store.StoreUtil
-
Create a new instance of a class c specified via the className .
- getNewProcessId(ProcessInstance) - Method in interface com.groiss.wf.ApplicationAdapter
-
The method is called whenever a new process Id is needed
- getNewProcessId(ProcessInstance) - Method in class com.groiss.wf.DefaultApplicationAdapter
- getNextRun() - Method in class com.groiss.timer.ScheduleInfo
-
Compute the next run of this schedule.
- getNextRun(Date) - Method in class com.groiss.timer.ScheduleInfo
-
Compute the next run of this schedule.
- getNi() - Method in class com.groiss.notification.NotificationEvent
-
Get the NotificationItem the event is transporting.
- getNoCache(Class<? extends P>, long) - Method in interface com.groiss.store.RemoteStore
-
Deprecated.Method for getting objects directly from the database bypassing the object cache.
- getNoCache(Class<? extends P>, long) - Method in interface com.groiss.store.Store
-
Method for getting objects directly from the database bypassing the object cache.
- getNoComment(InputStream) - Static method in class com.groiss.util.FileUtil
-
Get the contents of an input stream without the comments.
- getNoComment(Reader) - Static method in class com.groiss.util.FileUtil
-
Get the contents of a reader without the comments.
- getNoCommentContent(File) - Static method in class com.groiss.util.FileUtil
- getNoCommentContent(String) - Static method in class com.groiss.util.FileUtil
-
Deprecated, for removal: This API element is subject to removal in a future version.use
FileUtil.getNoCommentContent(File)
instead - getNode(String) - Static method in class com.groiss.gui.GUIConfiguration
-
Get the Java representation of a node defined in a GUI configuration
- getNodeActiveUserSessionCount() - Method in interface com.groiss.server.ServerInfoMXBean
-
Get the number of active user sessions for this node.
- getNodeCookieName() - Static method in class com.groiss.org.AuthUtil
- getNodeid() - Method in class com.groiss.store.Lock
- getNodeId() - Method in interface com.groiss.org.IUserSession
- getNodeId() - Method in interface com.groiss.server.ServerInfoMXBean
-
Get the node id of this node.
- getNodeState(HttpServletRequest, HttpServletResponse) - Static method in class com.groiss.cluster.ClusterSupport
-
Gets the state of the current node suitable for health checks (e.g. via HAProxy).
- getNominalScheduleDate() - Method in interface com.groiss.timer.TimerEntry
-
Get the nominal (original) schedule for a timer run.
- getNotes() - Method in class com.groiss.wfxml.WfXMLForm
-
Returns a
List
with all attached notes. - getNotes(ProcessInstance) - Method in interface com.groiss.wf.RemoteWfEngine
-
Deprecated.Get the notes to a process instances
- getNotes(ProcessInstance) - Method in interface com.groiss.wf.WfEngine
-
Get the notes to a process instances
- getNotesLink(ActivityInstance) - Static method in class com.groiss.wf.html.HTMLUtils
- getNotificationMail(User, ActivityInstance) - Method in class com.groiss.wf.DefaultApplicationAdapter
-
Build the notification mail (default notification strategy for
DefaultApplicationAdapter.notifyUser(User, ActivityInstance)
) - getNotificationMail(User, ActivityInstance, String) - Static method in class com.groiss.wf.DefaultApplicationAdapter
-
Builds the default notification mail
- getNotificationTemplate() - Method in interface com.groiss.wf.ProcessDefinition
-
Return the notification template defined for this process definition.
- getObj() - Method in class com.groiss.store.Lock
- getObject() - Method in interface com.groiss.cal.CalEvent
-
returns the object this
CalEvent
was initially fetched for - getObject() - Method in class com.groiss.cal.SimpleEvent
-
returns the object this
CalEvent
was initially fetched for - getObject(Object) - Static method in class com.groiss.store.StoreUtil
-
Returns the
Persistent
, if obj is a string like: <classname>:<oid> - getObject(String) - Method in class com.groiss.component.Configuration
-
Return the property value.
- getObject(String) - Method in interface com.groiss.store.external.DataRow
-
Get the object associated with the columnname.
- getObject(HttpServletRequest) - Static method in class com.groiss.wf.html.HTMLUtils
-
This method returns a persistent object when the request contains a parameter "object" with a value in the form <classname>:<oid>.
- getObject(HttpServletRequest, String) - Static method in class com.groiss.wf.html.HTMLUtils
- getObject(JSONObject) - Static method in class com.groiss.wf.html.HTMLUtils
- getObjectClass() - Method in class com.groiss.ldap.ClassMapping
-
Returns the name of the most specific LDAP Object class
- getObjectClasses() - Method in class com.groiss.ldap.ClassMapping
-
Return the set of LDAP object classes for this mapping
- getObjectExtension(Persistent, String, boolean) - Method in interface com.groiss.org.OrgData
-
Returns the extension object to a persistent.
- getObjectExtension(Persistent, String, boolean) - Method in interface com.groiss.org.RemoteOrgData
-
Deprecated.Returns the extension object to a persistent.
- getObjectExtensions(String) - Static method in class com.groiss.gui.GUIConfiguration
-
Returns the list of object extensions for a given class.
- getObjectList(HttpServletRequest, String) - Static method in class com.groiss.wf.html.HTMLUtils
-
Get list of objects (from multiple selection list) stored in request under key
- getObjectListForComponent(List<? extends Persistent>) - Static method in class com.groiss.wf.html.HTMLUtils
- getObjectNames(String, String) - Static method in class com.groiss.store.StoreUtil
-
Returns a set of names of database objects (VIEWs/TABLEs/...) conforming to the name pattern in the current db-schema.
- getObjects() - Method in interface com.groiss.cal.CalEvent
-
the objects, this event belongs to
- getObjects() - Method in interface com.groiss.cal.CalView
-
get mapped objects
- getObjects() - Method in class com.groiss.cal.SimpleCalView
-
get mapped objects
- getObjects() - Method in class com.groiss.cal.SimpleEvent
-
the objects, this event belongs to
- getObjects() - Method in class com.groiss.smartclient.JsonDataAdapter
-
get all required objects. basic filtering should be done here is called once
- getObjects() - Method in class com.groiss.smartclient.ObjectSelectProvider
- getObjects() - Method in class com.groiss.util.Clipboard
-
Returns the objects stored in the clipboard.
- getObjects(Class<Persistent>, Map<String, String>, boolean) - Static method in class com.groiss.wf.html.HTMLUtils
- getObjectWithViewCheck(HttpServletRequest) - Static method in class com.groiss.wf.html.HTMLUtils
-
Same as getObject, but checks view right on the object.
- getObjScope() - Method in interface com.groiss.org.Permission
-
Returns the object-scope.
- getOid() - Method in interface com.groiss.dms.FormType
-
Returns the unique oid of the object.
- getOid() - Method in interface com.groiss.event.EventRegistry
-
returns the unique oid of the object.
- getOid() - Method in interface com.groiss.org.Agent
-
Returns the unique oid of the object.
- getOid() - Method in interface com.groiss.org.Application
-
Returns the unique oid of the object.
- getOid() - Method in interface com.groiss.store.Persistent
-
Getter method for the persistent object's OID.
- getOid() - Method in class com.groiss.store.PersistentObject
- getOid() - Method in interface com.groiss.wf.ActivityInstance
-
Returns the unique oid of the object.
- getOid() - Method in interface com.groiss.wf.ProcessDefinition
-
Returns the unique oid of the object.
- getOid() - Method in class com.groiss.wf.ProcessInstanceView
- getOid() - Method in interface com.groiss.wf.Task
-
Returns the unique oid of the object.
- getOID() - Method in interface com.groiss.store.RemoteStore
-
Deprecated.Return the next object id from the oid-factory in the database
- getOID() - Method in interface com.groiss.store.Store
-
Return the next object id from the oid-factory in the database
- getOperatingMode() - Method in class com.groiss.wfxml.Partner
-
Use this method to find out if a partner works in passive, active, or off mode.
- getOperatingMode() - Static method in class com.groiss.wfxml.WfXML2
-
Use this method to find out if the local server operates in passive, active, or off mode.
- getOperation(String, String) - Static method in interface com.groiss.ws.SOAPWebServiceOperation
-
Get the registered
SOAPWebServiceOperation
from theSOAPWebService
with the passed IDs - getOperations() - Method in interface com.groiss.ws.SOAPWebService
-
get all operations registered with this
SOAPWebService
- getOperatorList(boolean) - Method in class com.groiss.reporting.data.impl.DefaultReportingData
- getOperatorList(boolean) - Method in class com.groiss.reporting.data.impl.UserPersistentData
- getOperatorList(boolean) - Method in interface com.groiss.reporting.data.ReportingData
- getOpmode() - Method in class com.groiss.wfxml.Partner
- getOption(int) - Method in class com.groiss.gui.component.SelectList
- getOptionIndex(String, String) - Method in class com.groiss.gui.component.SelectList
-
returns the index of the specified option (identified by value-text-pair
- getOptions() - Method in class com.groiss.smartclient.ClientUtil.DialogConfiguration
- getOptionText(int) - Method in class com.groiss.gui.component.SelectList
-
Returns the displayed text of the specified option.
- getOptionTexts() - Method in class com.groiss.gui.component.SelectList
-
Returns a vector with the displayed text of every option.
- getOptionValue(int) - Method in class com.groiss.gui.component.SelectList
-
Returns the value of the specified option.
- getOptionValues() - Method in class com.groiss.gui.component.SelectList
-
Returns a vector with the value of every options.
- getOrderAttr() - Method in interface com.groiss.org.OrgUnit
-
Get the order attribute.
- getOrderAttr() - Method in interface com.groiss.org.User
-
Get the order attribute.
- getOrderAttr() - Method in interface com.groiss.wf.UserFolder
-
Return the value of the folders order attribute.
- getOrgClass() - Method in interface com.groiss.org.OrgUnit
-
Get the organizational class.
- getOrgData() - Static method in class com.groiss.wf.ServiceLocator
-
Get the OrgData to perform action with the organizational structure.
- getOrgData() - Method in interface com.groiss.wf.Session
-
Deprecated.Get a OrgData service.
- getOrgScope() - Method in interface com.groiss.org.Permission
-
Returns the org-scope.
- getOrgTree() - Method in interface com.groiss.org.Application
-
Returns the
OrgTree
used by this application - getOrgUnit() - Method in interface com.groiss.dms.DMSFolder
-
Returns the organizational unit to which this folder belongs to
- getOrgUnit() - Method in class com.groiss.messaging.Recipient
-
Return the organizational unit, used only if agent is a role.
- getOrgUnit() - Method in interface com.groiss.org.Permission
-
Get the org unit of the permission.
- getOrgUnit() - Method in interface com.groiss.org.UserRole
-
Returns the org-unit, for user-roles with local or hierarchic roles
- getOrgUnit() - Method in interface com.groiss.wf.ActivityInstance
-
Returns the organizational unit.
- getOrgUnit(long) - Method in interface com.groiss.org.OrgData
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
OrgData.get(Class, long)
withOrgUnit
.class as first parameter instead. - getOrgUnit(long) - Method in interface com.groiss.org.RemoteOrgData
-
Deprecated.Use
Store.get(Class, long)
withOrgUnit
.class as first parameter instead. - getOrigin() - Method in interface com.groiss.wf.ActivityInstance
-
Returns the origin of this ActivityInstance.
- getOriginatingSessionId() - Method in class com.groiss.notification.NotificationEvent
-
Get the id of the sending session.
- getOutputField() - Method in interface com.groiss.ml.classifier.ClassifierAssignment
-
Returns the
Field
specified as output field of this classifier assignment - getOutputStream() - Method in class com.groiss.fileimport.csv.CSVSettings
- getOutputStream() - Method in class com.groiss.util.ByteArrayDataSource
-
This operation is not supported!
- getOwner() - Method in interface com.groiss.org.HasOwner
-
Returns the user who is the owner of this object.
- getOwner() - Method in interface com.groiss.wf.UserFolder
-
Returns the owner of this folder.
- getP1() - Method in class com.groiss.wf.ProcessRelation
- getP2() - Method in class com.groiss.wf.ProcessRelation
- getPacker() - Method in interface com.groiss.wf.ApplicationAdapter
-
Return the Packer used for distributing activities of this application.
- getPage() - Method in class com.groiss.gui.table.ConfiguredTable
- getPage() - Method in interface com.groiss.gui.table.Table
-
Define the page the table uses.
- getPage() - Method in class com.groiss.gui.table.TableAdapter
-
Define the page the table uses.
- getPagesize() - Method in interface com.groiss.gui.table.Table
-
Return the size of a page (when using paging).
- getPagesize() - Method in class com.groiss.gui.table.TableAdapter
-
The default implementation reads the table.pagesize property as default and the user property avw.table.pagesize.
- getPageSize() - Method in class com.groiss.ldap.DirectoryServer
- getPairValue() - Method in class com.groiss.reporting.data.impl.TimeInterval
- getParam(String) - Method in class com.groiss.reporting.Query
-
Returns the parameter from Map... if param has several values, they are returned seperated by a semicolon
- getParameterFromQuery(String, String) - Static method in class com.groiss.servlet.ServletUtils
-
Parse a String in the same manner as a querystring of an HttpServletRequest would be parsed and extract one parameter from it.
- getParameterFromURL(String, String) - Static method in class com.groiss.servlet.ServletUtils
-
Parse a String in the same manner as an URL of an HttpServletRequest would be parsed and extract one parameter from it (all elements up to and including the first question mark are removed first).
- getParameters() - Method in interface com.groiss.wf.Function
-
Return the parameters of the function.
- getParameters(HttpServletRequest) - Static method in class com.groiss.wf.html.HTMLUtils
-
read the parameters from node and from request
- getParametersAsJson() - Method in class com.groiss.gui.NavigationNode
- getParametersAsJson() - Method in interface com.groiss.gui.NavigationTreeNode
-
Returns the content of the "param" element of the node.
- getParametersAsJson() - Method in interface com.groiss.wf.Function
-
Return the parameters of the function as JSON object.
- getParamMap() - Method in class com.groiss.reporting.Query
-
get the Parameter Map of this query
- getParamMask() - Method in class com.groiss.reporting.Query
- getParams() - Method in interface com.groiss.wf.batch.BatchJob
-
Get the parameters for the job execution.
- getParamsAsLink() - Method in class com.groiss.servlet.MultipartRequest
-
This method builds a parameter string suitable for a GET request out of the parameter map.
- getParent() - Method in class com.groiss.gui.AbstractComponent
- getParent() - Method in interface com.groiss.gui.Component
- getParent() - Method in interface com.groiss.wf.ActivityInstance
-
Returns the parent node in the process execution graph, normally the process instance, but for example in parfors, the parfor node
- getParent(ActivityInstance) - Method in interface com.groiss.wf.RemoteWfEngine
-
Deprecated.Get the process instance of the given activity instance.
- getParent(ActivityInstance) - Method in interface com.groiss.wf.WfEngine
-
Get the process instance of the given activity instance.
- getParentElement() - Method in class com.groiss.gui.AbstractComponent
- getParentElement() - Method in interface com.groiss.gui.Component
- getParentFolder() - Method in interface com.groiss.dms.DMSFolder
-
Returns the parent of this folder.
- getParentKeyword() - Method in interface com.groiss.dms.Keyword
-
Keywords may be maintained hierachic.
- getParentMapping() - Method in class com.groiss.accesscontrol.PermissionMapping
-
Deprecated, for removal: This API element is subject to removal in a future version.use
PermissionMapping.parentRewrite(PermissionQuery)
. This method is inherently broken, in case of heterogeneous list of persistent need to be checked. In that case, the parent mapping for the first object in the list will be used. - getPartner(String) - Static method in class com.groiss.wfxml.WfXML2
-
Use this method to get a Partner object representing a WfXML communication partner that you know (you must know the id with which the partner has been defined).
- getPassword() - Method in class com.groiss.ldap.DirectoryServer
- getPassword() - Method in interface com.groiss.mail.MailBox
- getPasswordProperty(String) - Method in class com.groiss.component.Configuration
-
Get the value of a "mangled" property.
- getPath() - Method in class com.groiss.wfxml.Partner
-
The path as defined in the administration of @enterprise.
- getPath(DMSFolder, DMSObject) - Static method in class com.groiss.dms.html.DMSUtil
-
Returns the path string for a object in a folder.
- getPathname() - Method in class com.groiss.wfxml.Partner
- getPathToRoot() - Method in interface com.groiss.dms.DMSFolder
-
Returns the path to the root as a string
- getPattern() - Method in interface com.groiss.timer.TimerEntry
-
Get the period for the timer entry.
- getPayload() - Method in class com.groiss.notification.BasicNotificationItem
- getPayload(Map<String, ? extends Object>) - Method in interface com.groiss.ws.SOAPWebServiceOperation
-
This method mixes the passed payload into the skeleton and returns the XML that will be sent
- getPermanentSSL() - Method in class com.groiss.util.RMIThreadContext
-
Deprecated.
- getPermissionList() - Method in class com.groiss.org.CheckedPersistent
- getPermissionList() - Method in interface com.groiss.org.HasPermissionList
-
Get the permission list
- getPermissionRelevantAttributes() - Method in class com.groiss.reporting.Query
- getPersistent() - Method in interface com.groiss.org.PersistentVersion
-
Returns the persistent to which this version belongs to.
- getPersistentObjectsLabels(HttpServletRequest) - Static method in class com.groiss.reporting.data.impl.PersistentData
- getPMMLString() - Method in interface com.groiss.ml.classifier.ClassifierAssignment
-
Returns the PMML string of this classifier assignment
- getPolicyInfoText(User) - Method in interface com.groiss.org.OrgData
-
Checks if there are any hints for the user according to the password policy.
- getPolicyInfoText(User) - Method in interface com.groiss.org.RemoteOrgData
-
Deprecated.Checks if there are any hints for the user according to the password policy.
- getPollAttemptCount() - Method in interface com.groiss.wf.batch.BatchJob
-
Gets the number of poll attempts to far.
- getPollInterval() - Method in interface com.groiss.wf.batch.BatchJob
-
Gets the poll interval.
- getPort() - Method in class com.groiss.ldap.DirectoryServer
- getPort() - Method in class com.groiss.util.MailSender
- getPort() - Method in class com.groiss.wfxml.Partner
-
The port on which the communication partner excepts incoming WfXML messages.
- getPort() - Method in interface com.groiss.ws.SOAPWebService
-
get the port
- getPos() - Method in class com.groiss.messaging.Recipient
-
Return the position of the recipient in the recipient list.
- getPosition(K) - Method in class com.groiss.ds.OrderedMap
- getPossibleViews(User) - Method in interface com.groiss.cal.CalInfo
-
Get all possible views for this user.
- getPostcondition() - Method in interface com.groiss.wf.Task
-
Returns the postcondition of the task.
- getPostcondMessage() - Method in interface com.groiss.wf.Task
-
Returns the postcondition message of the task.
- getPreparedStatementCondition(String, List<Object>, String, String) - Static method in class com.groiss.wf.html.HTMLUtils
- getPreprocessing() - Method in interface com.groiss.wf.Task
-
Returns the preprocessing method of the task.
- getPreviousAgent(String, String) - Method in class com.groiss.wf.SystemAction
-
Get the agent of a previous step (identified by its label).
- getPreviousAgent(String, String, ActivityInstance) - Method in class com.groiss.wf.SystemAction
- getPrintTheme() - Static method in class com.groiss.wf.html.HTMLUtils
- getPriority() - Method in interface com.groiss.wf.ProcessInstance
-
Return the priority of the process instance.
- getProcess() - Method in interface com.groiss.wf.FormInstance
-
Get the process.
- getProcess(long) - Method in interface com.groiss.wf.RemoteWfEngine
-
Deprecated.Find a process instance from the given oid.
- getProcess(long) - Method in interface com.groiss.wf.WfEngine
-
Find a process instance from the given oid.
- getProcess(DMSForm) - Method in interface com.groiss.wf.RemoteWfEngine
-
Deprecated.Find the process instance where the given form is attached.
- getProcess(DMSForm) - Method in interface com.groiss.wf.WfEngine
-
Find the process instance where the given form is attached.
- getProcess(String) - Method in interface com.groiss.wf.RemoteWfEngine
-
Deprecated.Find a process instance with the given id.
- getProcess(String) - Method in interface com.groiss.wf.WfEngine
-
Find a process instance with the given id.
- getProcessContext() - Method in interface com.groiss.dms.DMSFolder
-
Returns the process to which this folder may belong to (directly or indirectly)
- getProcessDefinition() - Method in interface com.groiss.ml.classifier.ClassifierAssignment
-
Returns the
ProcessDefinition
this classifier assignment is assigned to. - getProcessDefinition() - Method in interface com.groiss.wf.ActivityInstance
-
Returns the process definition the activity instance belongs to.
- getProcessDefinition(String) - Method in interface com.groiss.wf.RemoteWfEngine
-
Deprecated.Find a process definition with the given id and status=active, if more than one is found, the process definition with the highest version number is returned.
- getProcessDefinition(String) - Method in interface com.groiss.wf.WfEngine
-
Find a process definition with the given id and status=active, if more than one is found, the process definition with the highest version number is returned.
- getProcessDefinition(String, int) - Method in interface com.groiss.wf.RemoteWfEngine
-
Deprecated.Find a process definition with the given id and version.
- getProcessDefinition(String, int) - Method in interface com.groiss.wf.WfEngine
-
Find a process definition with the given id and version.
- getProcesses(String) - Method in interface com.groiss.wf.RemoteWfEngine
-
Deprecated.Find the process instances with a given condition.
- getProcesses(String) - Method in interface com.groiss.wf.WfEngine
-
Find the process instances with a given condition.
- getProcessFromForm(long) - Method in interface com.groiss.wf.RemoteWfEngine
-
Deprecated.Find a process instance from the oid of a form.
- getProcessFromForm(long) - Method in interface com.groiss.wf.WfEngine
-
Find a process instance from the oid of a form.
- getProcessInstance() - Method in class com.groiss.dms.FormContext
-
Get the process instance.
- getProcessInstance() - Method in interface com.groiss.wf.ActivityInstance
-
Returns the process instance the activity instance belongs to.
- getProcessRelation(String) - Static method in class com.groiss.util.Settings
- getProcessRelations() - Static method in class com.groiss.util.Settings
-
Returns the list of process relations.
- getProcessRelationsList() - Static method in class com.groiss.util.Settings
- getProcessRelationText(String, boolean) - Static method in class com.groiss.util.Settings
- getProcessStartInfo(ProcessDefinition) - Method in class com.groiss.timemgmt.DefaultTimeManagementImpl
-
Returns null
- getProcessStartInfo(ProcessDefinition) - Method in interface com.groiss.timemgmt.TimeManagement
-
Return a href to a detail page for the process start mask If the result is empty, nothing is done.
- getProperties() - Method in class com.groiss.component.Configuration
-
Return the whole parameter map.
- getPropertiesStartingWith(String) - Method in class com.groiss.component.Configuration
-
Returns the subset of properties with names that start with a given prefix.
- getProperty(Configuration, String) - Method in interface com.groiss.component.ConfigurationAmender
-
Called to get the value of a property in the scope of a configuration
- getProperty(String) - Method in class com.groiss.component.Configuration
-
Returns the value of the property with the given name.
- getProperty(String, String) - Method in class com.groiss.component.Configuration
-
Deprecated.define default values in the xml decsription of the configuration.
- getPropertyAsProperties(String) - Method in class com.groiss.component.Configuration
-
Returns the value of the (multi-valued) property with the given name in the form of a property.
- getProps() - Method in interface com.groiss.auth.Authorizer
-
Get additional properties defined in the authorizer
- getProtocol() - Method in interface com.groiss.mail.MailBox
- getProtocol() - Method in class com.groiss.wfxml.Partner
- getProxyUrl() - Method in class com.groiss.http.ClientConfiguration
-
Returns the url to the proxy to be used
- getPublicRootFolder() - Method in interface com.groiss.dms.DMS
-
Returns the public root folder in the DMS.
- getPublicRootFolder() - Method in interface com.groiss.dms.RemoteDMS
-
Deprecated.Returns the public root folder in the DMS.
- getPwdExpirationMailSent() - Method in interface com.groiss.org.User
-
Get the flag, if mail has been sent that password will expire in future defined with configuration parameter
passwdpolicy.days_warning_before
- getPwdNeverExpires() - Method in interface com.groiss.org.User
- getQuery() - Method in class com.groiss.reporting.data.ReportingTableModel
- getQueryInformations() - Method in class com.groiss.reporting.Query
- getQueryObject(String, String, Document, Report, Map<String, String[]>, Date) - Static method in class com.groiss.reporting.QueryEngine
-
Create Query Object
- getQueryObject(HttpServletRequest, boolean) - Static method in class com.groiss.reporting.QueryEngine
- getQueryPlan() - Method in class com.groiss.reporting.Query
- getQueryTimeout() - Static method in class com.groiss.store.DBConnPool
- getQuote() - Method in class com.groiss.fileimport.csv.CSVSettings
- getQxml() - Method in interface com.groiss.reporting.Report
- getRadioButtons() - Method in class com.groiss.gui.component.RadioGroup
- getRaiseDate() - Method in class com.groiss.event.BasicEvent
- getRaiseDate() - Method in interface com.groiss.event.Event
-
The date and time when the event has been raised.
- getRaiser() - Method in class com.groiss.event.BasicEvent
- getRaiser() - Method in interface com.groiss.event.Event
-
return the raiser of the event
- getRDNAttName() - Method in class com.groiss.ldap.ClassMapping
-
Returns the name of the LDAP attribute which designates the relative distinguished name (RDN)
- getRDNAttValue(Persistent) - Method in class com.groiss.ldap.ClassMapping
-
Returns the value of the RDN of an object
- getReader() - Method in class com.groiss.fileimport.StructuredFileSettings
- getReasons() - Method in interface com.groiss.passwd.Checker
-
Get the non-compliant reasons
- getRecEndDate() - Method in interface com.groiss.cal.CalEvent
- getRecEndDate() - Method in class com.groiss.cal.SimpleEvent
- getRecentlyUsedFolder(User) - Method in interface com.groiss.dms.DMS
- getRecentlyUsedFolder(User) - Method in interface com.groiss.dms.RemoteDMS
-
Deprecated.Returns the recently-used folder for a user
- getRecipients() - Method in interface com.groiss.messaging.MessageTemplate
-
Return the list of recipients.
- getRecipients(String, DMSDocForm, Message) - Static method in class com.groiss.mail.MailFunctions
-
Get the recipients depending on the given default actions.
- getRecType() - Method in class com.groiss.messaging.Recipient
-
Get the recipient type (to, cc, bccc).
- getRecTypeShort() - Method in class com.groiss.messaging.Recipient
-
Return the recipient type as numer. 0=To, 1=CC, 2=BCC
- getRecurrenceType() - Method in interface com.groiss.cal.CalEvent
- getRecurrenceType() - Method in class com.groiss.cal.SimpleEvent
- getRecycleBin(User) - Method in interface com.groiss.dms.DMS
- getRecycleBin(User) - Method in interface com.groiss.dms.RemoteDMS
-
Deprecated.Returns the recycle bin for a user.
- getRedirectAddresses(HttpServletRequest, HttpServletResponse) - Method in class com.groiss.cluster.ClusterSupport
-
Determines the node which has the least workload based on the number of connected users and the performance factor of the node.
- getReference() - Method in interface com.groiss.org.Role
- getReferencedObject() - Method in interface com.groiss.mail.MailQueueItem
- getReferencedObjects(Exportable) - Method in interface com.groiss.server.Admin
-
Returns the objects referenced by the given object, including the object itself.
- getRefType() - Method in class com.groiss.ldap.AttributeMapping
-
Returns the reference type of this mapping
- getRegistrant() - Method in interface com.groiss.event.EventRegistry
-
Returns the process or activity that has registered.
- getRelativeNormalizedPath(File) - Static method in class com.groiss.util.FileUtil
-
Gets the relative normalized path of a file with respect to the configured base directory (
Settings.getBaseDir()
). - getRelativeNormalizedPath(File, File) - Static method in class com.groiss.util.FileUtil
-
Gets the relative normalized path of a file with respect to a specified base directory.
- getReltype() - Method in class com.groiss.wf.ProcessRelation
- getRemoteAddress(HttpServletRequest) - Static method in class com.groiss.servlet.HttpUtils
-
Returns the "real" remote address of a HttpServletRequest.
- getRemoteFileName(String) - Method in class com.groiss.servlet.MultipartRequest
-
Return the remote file name of the file associated with the parameter name given as argument.
- getRemoteFileName(String, File) - Method in class com.groiss.servlet.MultipartRequest
-
Return the remote file name of the locally stored temporary file
- getReplyRecipient(DMSDocForm) - Static method in class com.groiss.mail.MailFunctions
-
Returns the appropriate recipient.
- getReplyTo() - Method in interface com.groiss.messaging.MessageTemplate
-
Get the optional Reply-to header
- getReplyToMsgId() - Method in interface com.groiss.messaging.MessageTemplate
-
Get the optional In-Reply-To header (the message-id of the replying mail)
- getReportingDataInstance(String, String) - Static method in class com.groiss.reporting.QueryEngine
- getReportingDataInstance(Element) - Method in class com.groiss.reporting.Query
- getReportingDataInstance(Element) - Static method in class com.groiss.reporting.QueryEngine
- getReqParamMap(HttpServletRequest) - Static method in class com.groiss.reporting.Query
- getRequestString() - Method in class com.groiss.http.Response
-
get the request details this
Response
originated from - getRequestURLContext(HttpServletRequest) - Static method in class com.groiss.servlet.HttpUtils
- getRequiredObjects(boolean) - Method in interface com.groiss.store.Exportable
-
This method is called by the exporter before an object is exported.
- getRequiredReferences() - Method in interface com.groiss.store.Exportable
-
Returns a list of references that cannot be found in the persistent fields.
- getResource() - Method in class com.groiss.component.Configuration
-
Return the resource for this configuration.
- getResource() - Static method in class com.groiss.component.DefaultResource
- getResource() - Method in interface com.groiss.org.HasResource
- getResource() - Method in interface com.groiss.reporting.data.Attribute
- getResource() - Method in interface com.groiss.reporting.data.Entity
- getResource() - Method in class com.groiss.reporting.Query
- getResource() - Method in class com.groiss.wf.DefaultApplicationAdapter
- getResourceBundle(Locale, String) - Method in class com.groiss.component.Resource
- getResourceDir() - Static method in class com.groiss.util.Settings
-
We store the resources of an application in the "classes" directory of the application.
- getResponsePage(Element) - Method in class com.groiss.xforms.XFormImpl
-
wrapts the response-element in a suitable
Page
that supports streaming output - getResult() - Method in class com.groiss.http.Response
-
Returns the result of the request as InputStream (e.g. needed if the result is a file)
- getResultcode() - Method in interface com.groiss.wf.batch.BatchJob
-
Get the resultcode of the instance.
- getResultDetailsJson(Query, int) - Method in interface com.groiss.reporting.export.ClientSideExporter
- getResultDetailsJson(Query, int) - Method in class com.groiss.reporting.export.HTMLExporter
- getResultModifier() - Method in class com.groiss.reporting.Query
- getResultvalues() - Method in interface com.groiss.wf.batch.BatchJob
-
Get the resultvalues of the instance.
- getRight() - Method in class com.groiss.accesscontrol.PermissionQuery
- getRight() - Method in interface com.groiss.org.Permission
-
Returns the right the permission grants
- getRight(long) - Method in interface com.groiss.org.OrgData
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
OrgData.get(Class, long)
withRight
.class as first parameter instead. - getRight(long) - Method in interface com.groiss.org.RemoteOrgData
-
Deprecated.Use
Store.get(Class, long)
withRight
.class as first parameter instead. - getRightId() - Method in class com.groiss.smartclient.ObjectSelectProvider
-
what right has to be checked when listing objects.
- getRights() - Method in class com.groiss.ldap.DirectoryServer
- getRole() - Method in interface com.groiss.org.UserRole
-
Returns the role of the user-role
- getRole(long) - Method in interface com.groiss.org.OrgData
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
OrgData.get(Class, long)
withRole
.class as first parameter instead. - getRole(long) - Method in interface com.groiss.org.RemoteOrgData
-
Deprecated.Use
Store.get(Class, long)
withRole
.class as first parameter instead. - getRoles() - Method in class com.groiss.ldap.DirectoryServer
- getRoles(User) - Method in interface com.groiss.org.OrgData
-
Returns a Map of the roles - and org.units - of a user.
- getRoles(User) - Method in interface com.groiss.org.RemoteOrgData
-
Deprecated.Returns a Map of the roles - and org.units - of a user.
- getRoles(User, Application) - Method in interface com.groiss.org.OrgData
-
Returns a Map of the roles - and org.units - of a user.
- getRoles(User, Application) - Method in interface com.groiss.org.RemoteOrgData
-
Deprecated.Returns a Map of the roles - and org.units - of a user.
- getRoles(User, OrgUnit) - Method in interface com.groiss.org.OrgData
-
Return the roles a user has in a OrgUnit.
- getRoles(User, OrgUnit) - Method in interface com.groiss.org.RemoteOrgData
-
Deprecated.Return the roles a user has in a OrgUnit.
- getRoleSuspensionList(Application) - Method in interface com.groiss.wf.RemoteWfEngine
-
Deprecated.Get the role suspension list of the current user.
- getRoleSuspensionList(Application) - Method in interface com.groiss.wf.WfEngine
-
Get the role suspension list of the current user.
- getRoleWorklist(Application) - Method in interface com.groiss.wf.RemoteWfEngine
-
Deprecated.Get the role worklist of the current user.
- getRoleWorklist(Application) - Method in interface com.groiss.wf.WfEngine
-
Get the role worklist of the current user.
- getRoot() - Method in class com.groiss.accesscontrol.DNF
- getRoot() - Method in class com.groiss.gui.AbstractComponent
-
returns the root element of the internal JDOM
- getRoot() - Method in interface com.groiss.gui.Component
-
returns the root element of the internal JDOM
- getRootFolder(User) - Method in interface com.groiss.dms.DMS
-
Returns the root DMS folder (i.e. it has no parent) for a user.
- getRootFolder(User) - Method in interface com.groiss.dms.RemoteDMS
-
Deprecated.Returns the root DMS folder (i.e. it has no parent) for a user.
- getRootName() - Method in class com.groiss.gui.AbstractComponent
- getRootStoredQuery() - Method in class com.groiss.reporting.Query
- getRow() - Method in class com.groiss.gui.table.ColumnDescription
- getRow(String, Object...) - Method in interface com.groiss.store.external.XStore
-
Execute a SQL query which returns one row.
- getRowComment() - Method in class com.groiss.fileimport.csv.CSVReader
- getRowCount() - Method in class com.groiss.ds.ObjectTableModel
-
Get amount of rows in the tablemodel.
- getRowCount() - Method in class com.groiss.fileimport.csv.CSVReader
- getRowCount() - Method in interface com.groiss.fileimport.StructuredFileReader
-
returns the current amount of successfully read rows
- getRowCount() - Method in class com.groiss.reporting.data.ReportingTableModel
- getRows() - Method in class com.groiss.gui.component.Textarea
- getRows(boolean) - Method in class com.groiss.gui.component.TableContainer
- getRowSpan() - Method in class com.groiss.gui.table.ColumnDescription
- getRunEverywhere() - Method in interface com.groiss.timer.TimerEntry
-
Returns whether the timer entry should be running on each node in a cluster.
- getRunningSteps(ProcessInstance, String, boolean) - Static method in class com.groiss.wf.html.HTMLUtils
-
Returns a string containing the active step of the given process with agents and step-name
- getRunOnStartup() - Method in interface com.groiss.timer.TimerEntry
-
Run on startup?
- getSalutation() - Method in interface com.groiss.org.User
-
Get the salutation for this user
- getSAXBuilder() - Static method in class com.groiss.xml.XMLUtil
-
returns a
SAXBuilder
that's not allowed to load any 'external' resources to avoid XXE attacks. - getSAXBuilderThatAllowsReferencingResources() - Static method in class com.groiss.xml.XMLUtil
-
returns a
SAXBuilder
that might load 'external' resources - but from classpath only - getScripts(HttpServletRequest, HttpServletResponse) - Method in class com.groiss.gui.JavascriptLoader
-
Deprecated.
- getSearchCondition(Persistent, String, String) - Static method in class com.groiss.wf.html.HTMLUtils
-
builds a condition for querying the given
Persistent
uses the global setting for smartSearch - getSearchCondition(Persistent, String, String, boolean) - Static method in class com.groiss.wf.html.HTMLUtils
-
builds a condition querying the given
Persistent
if smartSearch istrue
, the given searchString will be splitted, and searched in each searchAttr on it's own - getSearchExpression(Attributes, Class<?>, ClassMapping, DirContext, Persistent, String) - Static method in class com.groiss.ldap.LDAPUtils
-
Create a SQL search expression for an LDAP object.
- getSearchOid(Persistent) - Static method in class com.groiss.ldap.LDAPUtils
-
Get a LDAP search expression for a Persistent based on Attribute entOid
- getSearchResults(DirectoryServer, DirContext, SearchControls) - Static method in class com.groiss.ldap.LDAPUtils
- getSearchRoot() - Method in class com.groiss.ldap.DirectoryServer
- getSearchString(ClassMapping, DirContext) - Static method in class com.groiss.ldap.LDAPUtils
-
Construct a LDAP search string for a dircontext based on the RDN attribute
- getSearchString(DirectoryServer, ClassMapping, Persistent) - Static method in class com.groiss.ldap.LDAPUtils
-
Construct a LDAP search string for a Persistent based on the RDN attribute
- getSelect() - Method in interface com.groiss.reporting.data.Select
- getSelectedItems() - Method in interface com.groiss.gui.table.Table
- getSelectedItems() - Method in class com.groiss.gui.table.TableAdapter
- getSelectedOption() - Method in class com.groiss.gui.component.SelectList
-
Returns the index of the selected option.
- getSelectIndexOfAttribs(Element) - Method in class com.groiss.reporting.Query
- getSelection() - Method in class com.groiss.gui.component.RadioGroup
- getSelectionMode() - Method in interface com.groiss.gui.table.Table
-
Return the mode for selection.
- getSelectionMode() - Method in class com.groiss.gui.table.TableAdapter
-
Return the mode for selection.
- getSelections() - Method in class com.groiss.gui.component.SelectList
-
returns a array of all selected options
- getSelectionString(String, Query) - Method in interface com.groiss.reporting.data.Entity
-
entities may have a hard-coded sql-condition.
- getSelectLength() - Method in interface com.groiss.reporting.data.Attribute
- getSelectList2(Map<String, String>) - Static method in class com.groiss.wf.html.HTMLUtils
- getSelectList2(HttpServletRequest) - Static method in class com.groiss.wf.html.HTMLUtils
- getSelectObjectById(long, Map<String, String>) - Static method in class com.groiss.wf.html.HTMLUtils
- getSelects() - Method in interface com.groiss.reporting.data.Attribute
- getSemaphore(String) - Static method in class com.groiss.ds.CountedSemaphore
-
Get the semaphore with key 'id' from the semaphore table
- getSender() - Method in interface com.groiss.mail.MailQueueItem
- getSender() - Method in class com.groiss.util.MailSender
-
return the sender address
- getSender() - Static method in class com.groiss.util.MailUtil
-
Get the standard sender defined in configuration.
- getSenderAddress() - Method in interface com.groiss.messaging.MessageTemplate
-
Get the sender mail address.
- getSenderCredentials() - Method in class com.groiss.util.MailSender
-
Get the sender credentials
- getSenderForMailBox(MailBox) - Static method in class com.groiss.util.MailSender
-
Returns a MailSender which properties are taken from a mailbox.
- getSeparator() - Method in class com.groiss.fileimport.csv.CSVSettings
- getSerializers() - Method in class com.groiss.fileimport.csv.CSVSettings
- getSeriesDef(int) - Method in class com.groiss.reporting.data.ReportingTableModel
- getServer() - Method in class com.groiss.ldap.DirectoryServer
- getServer() - Method in interface com.groiss.mail.MailBox
- getServerAddress(HttpServletRequest) - Static method in class com.groiss.servlet.ServletUtils
-
Returns the a string of the follwing form: <protocol>://<hostname>:<port>/<contextpath>
- getServerAdminURL() - Method in interface com.groiss.server.Admin
-
returns the url to the admin connector of the web server, the information is maintained in the server object in the administration.
- getServerId() - Method in interface com.groiss.server.ServerInfoMXBean
-
Get the id of the server.
- getServerId() - Static method in class com.groiss.util.Settings
-
Get the id of the server.
- getServerProperty(String) - Method in interface com.groiss.wf.RemoteWfEngine
-
Deprecated.Returns a property from the server
- getServerProperty(String) - Method in interface com.groiss.wf.WfEngine
-
Returns a property from the server
- getServerURL() - Method in interface com.groiss.server.Admin
-
returns the url to the web server, the information is maintained in the server object in the administration.
- getService() - Static method in interface com.groiss.ml.classifier.ClassificationService
-
Returns an instance of
ClassificationService
. - getService(String) - Static method in class com.groiss.component.ApplicationContext
-
Get a service by id.
- getService(String) - Static method in class com.groiss.component.ServiceManager
-
Return the service by id.
- getService(String) - Method in interface com.groiss.wf.Session
-
Deprecated.This method returns a service interface to the client.
- getService(String) - Static method in interface com.groiss.ws.SOAPWebService
-
get the registered
SOAPWebService
with the provided ID. - getSession() - Method in class com.groiss.util.MailSender
- getSessionId() - Method in class com.groiss.notification.NotificationEvent
-
Check, if an event is for private notification without substitution.
- getSessionId() - Method in interface com.groiss.org.IUserSession
- getSessionId() - Static method in class com.groiss.util.ThreadContext
-
Get the thread sessionId.
- getSessionRoles() - Method in interface com.groiss.org.OrgData
-
Returns all the combinations of role and organizational units that have been assigned to the current usersession.
- getSessionRoles() - Method in interface com.groiss.org.RemoteOrgData
-
Deprecated.Returns all the combinations of role and organizational units that have been assigned to the current usersession.
- getSessions() - Static method in class com.groiss.util.ThreadContext
-
Get the sessions.
- getSessiontype() - Method in interface com.groiss.org.IUserSession
- getSessionType() - Static method in class com.groiss.util.ThreadContext
-
Get the type of the Session
- getSettings() - Method in class com.groiss.fileimport.csv.CSVReader
- getSettings() - Method in class com.groiss.fileimport.csv.CSVSettings
- getSettings() - Method in class com.groiss.fileimport.csv.CSVWriter
- getSettings() - Method in interface com.groiss.fileimport.StructuredFileReader
-
returns the settings applied to this reader
- getSettings() - Method in class com.groiss.fileimport.StructuredFileSettings
- getSettings() - Method in class com.groiss.reporting.export.DelimiterSeperatedValuesExporter
- getShadowedFiles() - Static method in class com.groiss.util.Settings
-
Checks the classpath for duplicate entries.
- getShinyPathMapping(String) - Static method in class com.groiss.util.FileUtil
-
Returns the shiny path for the passed resource path.
- getSize() - Method in interface com.groiss.dms.DMSDocForm
-
Returns the size of the documents content (in bytes)
- getSize() - Method in interface com.groiss.dms.FormField
-
Return the size of number and string fields.
- getSize() - Method in class com.groiss.gui.component.SelectList
-
returns the number of nested options in the dropdownlist - the size
- getSize() - Method in class com.groiss.gui.component.Textfield
- getSm() - Method in class com.groiss.ldap.ClassMapping
-
Returns the schema mapping this class mapping belongs to
- getSm() - Static method in class com.groiss.ldap.SchemaMapping
-
Returns the default schema mapping
- getSMTPCommunicationtype() - Method in interface com.groiss.mail.MailBox
- getSMTPCommunicationType() - Static method in class com.groiss.util.MailUtil
-
Get configured communication type... possible values:
MailUtil.PLAIN
,MailUtil.STARTTLS
,MailUtil.ENCRYPTED
orMailUtil.TRUSTED
- getSMTPCredentials() - Static method in class com.groiss.util.MailUtil
-
Get SMTP Credentials from configuration.
- getSMTPHost() - Static method in class com.groiss.util.MailUtil
-
Get the standard SMTP-host defined in configuration
- getSMTPServer() - Method in interface com.groiss.mail.MailBox
- getSocketTimeout() - Method in class com.groiss.http.ClientConfiguration
-
Returns the value for the socket timeout, i.e. the time the client waits for a response.
- getSortAttrForSQL(String) - Static method in class com.groiss.wf.html.HTMLUtils
- getSortColumn() - Method in interface com.groiss.gui.table.Table
-
Return the sort column.
- getSortColumn() - Method in class com.groiss.gui.table.TableAdapter
-
Return the sort column.
- getSortString() - Method in class com.groiss.gui.component.SortableLink
-
Gets the sortSting
- getSortText() - Method in class com.groiss.reporting.export.AbstractReportingExportable
-
returns the sort-text used for default-sorting. returns
ReportingExportable.toText()
but only calculates the value one time, even if called repeatedly - getSortText() - Method in interface com.groiss.reporting.export.ReportingExportable
-
The return-value is used for comparing values.
- getSortVal() - Method in class com.groiss.gui.table.CellValue
- getSource() - Method in class com.groiss.gui.component.Image
- getSource() - Method in interface com.groiss.ml.field.Field
-
Returns the name of the class of the data source.
- getSource() - Method in class com.groiss.ml.field.ProcessField
- getSourcePretty() - Method in interface com.groiss.ml.field.Field
-
A human readable string representing the class of the data source
- getSources() - Method in interface com.groiss.cal.CalView
-
get all
CalInfo
s where date should be fetched from - getSources() - Method in class com.groiss.cal.SimpleCalView
-
get all
CalInfo
s where date should be fetched from - getSplitSize() - Method in class com.groiss.store.BulkQuery
- getSQLPlaceholder() - Static method in class com.groiss.reporting.data.impl.DateReportingData
- getSqlQueryString() - Method in class com.groiss.reporting.Query
-
get the sql query string
- getSqltype() - Method in class com.groiss.store.Nil
- getStandardSearchIdOfClass(Class<?>) - Static method in class com.groiss.wf.html.HTMLUtils
- getStartableProcDefs(Application) - Method in interface com.groiss.wf.RemoteWfEngine
-
Deprecated.List the process definitions of the given application, which are startable for the user.
- getStartableProcDefs(Application) - Method in interface com.groiss.wf.WfEngine
-
List the process definitions of the given application, which are startable for the user.
- getStartableProcesses(Application) - Method in interface com.groiss.wf.RemoteWfEngine
-
Deprecated.use getStartableProcDefs
- getStartableProcesses(Application) - Method in interface com.groiss.wf.WfEngine
-
Deprecated, for removal: This API element is subject to removal in a future version.
- getStartAttemptCount() - Method in interface com.groiss.wf.batch.BatchJob
-
Gets the number of start attempts to far.
- getStartDate() - Static method in class com.groiss.component.ServiceManager
-
Return the date of startup.
- getStartDate() - Method in interface com.groiss.server.ServerInfoMXBean
-
Get the start date of this node.
- getStartDate() - Method in interface com.groiss.wf.Suspension
-
The start date of suspension.
- getStarted() - Method in interface com.groiss.wf.ActivityInstance
-
Returns the start date.
- getStartInfo(ProcessDefinition) - Method in interface com.groiss.wf.RemoteWfEngine
-
Deprecated.Returns the start info for the given process for the current thread user.
- getStartInfo(ProcessDefinition) - Method in interface com.groiss.wf.WfEngine
- getStartInterval() - Method in interface com.groiss.wf.batch.BatchJob
-
Gets the start interval.
- getStarttime() - Method in interface com.groiss.wf.batch.BatchJob
-
Get the time the instance was started or is about to be started.
- getStartupPosition() - Method in interface com.groiss.org.Application
- getStateName() - Method in interface com.groiss.wf.batch.BatchJob
- getStateName(int) - Static method in interface com.groiss.wf.batch.BatchJob
- getStatus() - Method in interface com.groiss.dms.DMSDocForm
-
Deprecated, for removal: This API element is subject to removal in a future version.since ep10, use
DMSDocForm.isLocked()
instead, all other states are not supported anymore - getStatus() - Method in interface com.groiss.mail.MailQueueItem
- getStatus() - Method in interface com.groiss.wf.ActivityInstance
-
Returns the status of the activity instance.
- getStatusCode() - Method in class com.groiss.http.Response
-
Returns the HTTP status code of the response (e.g. 200 for SUCCESS)
- getStatusMessage() - Method in class com.groiss.http.Response
-
Returns the HTTP status message of the response
- getStepAgent() - Method in interface com.groiss.wf.ActivityInstance
-
Returns the step-agent of the object.
- getStepLabel() - Method in interface com.groiss.wf.ActivityInstance
-
Get the label of the step the activity instance belongs to.
- getStepName() - Method in interface com.groiss.wf.ActivityInstance
-
Get the name of the step the activity belongs to.
- getStore() - Method in interface com.groiss.store.Persistent
-
Deprecated, for removal: This API element is subject to removal in a future version.
- getStore() - Method in interface com.groiss.wf.RemoteWfEngine
-
Deprecated, for removal: This API element is subject to removal in a future version.use
Store.getInstance()
instead - getStore() - Static method in class com.groiss.wf.ServiceLocator
-
Get the Store to read and write from/to the database.
- getStore() - Method in interface com.groiss.wf.Session
-
Deprecated.Get a store service.
- getStore() - Method in interface com.groiss.wf.WfEngine
-
Return the underlying store.
- getString(String) - Static method in class com.groiss.component.DefaultResource
- getString(String) - Method in class com.groiss.component.Resource
- getString(String, Object...) - Static method in class com.groiss.component.DefaultResource
- getString(String, Object...) - Method in class com.groiss.component.Resource
- getString(String, Locale) - Method in class com.groiss.component.Resource
- getStringIfMarked(String) - Static method in class com.groiss.component.DefaultResource
- getStringResult() - Method in class com.groiss.http.Response
-
Returns the result of the request as string object
- getStringsName() - Method in class com.groiss.component.Resource
- getStyle() - Method in class com.groiss.gui.AbstractComponent
- getStyle() - Method in interface com.groiss.gui.Component
- getSubContext(DirContext, ClassMapping) - Static method in class com.groiss.ldap.LDAPUtils
-
Get a subcontext of a basecontext, as specified ba a class mapping
- getSubForm() - Method in interface com.groiss.dms.SubformRelation
-
Returns the sub form.
- getSubformId() - Method in class com.groiss.wfxml.WfXMLForm
-
Returns the subform id.
- getSubforms() - Method in interface com.groiss.dms.DMSForm
-
Returns a multi-map mapping subform-ids to oids of subforms.
- getSubForms(String) - Method in class com.groiss.wfxml.WfXMLForm
-
Returns a
List
containing all subforms for the given id. - getSubid() - Method in class com.groiss.dms.FormContext
-
Get the id of this form in the mainform-subform relation.
- getSubject() - Method in interface com.groiss.cal.CalEvent
- getSubject() - Method in class com.groiss.cal.SimpleEvent
- getSubject() - Method in interface com.groiss.mail.MailQueueItem
- getSubject() - Method in interface com.groiss.messaging.MessageTemplate
-
Get the message subject.
- getSubject() - Method in interface com.groiss.wf.ProcessInstance
-
Return the subject of the process instance.
- getSubject() - Method in class com.groiss.wfxml.WfXMLNote
-
Returns the subject of this note.
- getSubject(String, ProcessInstance, Message) - Static method in class com.groiss.mail.MailFunctions
-
Get the subject depending on the given default action and message.
- getSubLinks() - Method in class com.groiss.ldap.ClassMapping
-
Returns the sublinks of this class mapping
- getSubmission(String) - Method in interface com.groiss.xforms.XFormInstance
- getSubmitAction() - Method in class com.groiss.gui.component.SubmitButton
- getSubmitValidation() - Method in class com.groiss.dms.FormContext
-
Get the submitValidation value.
- getSubOrgs(OrgUnit, OrgTree) - Method in interface com.groiss.org.OrgData
-
Return the list of the organizational units that are below the given oe in the given tree.
- getSubOrgs(OrgUnit, OrgTree) - Method in interface com.groiss.org.RemoteOrgData
-
Deprecated.Return the list of the organizational units that are below the given oe in the given tree.
- getSuperOrg(OrgUnit, OrgTree) - Method in interface com.groiss.org.OrgData
-
Return the organizational unit that is above the given oe in the given tree.
- getSuperOrg(OrgUnit, OrgTree) - Method in interface com.groiss.org.RemoteOrgData
-
Deprecated.Return the organizational unit that is above the given oe in the given tree.
- getSurname() - Method in interface com.groiss.org.User
-
Get the surname.
- getSuspensionList(Application) - Method in interface com.groiss.wf.RemoteWfEngine
-
Deprecated.Get the personal suspension list of the current user.
- getSuspensionList(Application) - Method in interface com.groiss.wf.WfEngine
-
Get the personal suspension list of the current user.
- getSuspensions(ActivityInstance) - Method in interface com.groiss.wf.RemoteWfEngine
-
Deprecated.Find out when and how the activity instance was in the suspension list.
- getSuspensions(ActivityInstance) - Method in interface com.groiss.wf.WfEngine
-
Find out when and how the activity instance was in the suspension list.
- getSystemClasspath() - Static method in class com.groiss.util.Settings
- getSystemSchemaFile() - Static method in class com.groiss.reporting.QueryEngine
-
returns always "reporting.xml"
- getTable() - Method in interface com.groiss.reporting.data.Entity
- getTable(String, Object...) - Method in interface com.groiss.store.RemoteStore
-
Deprecated.since ep90 use
RemoteStore.getTable(String, Object[], int[])
with explicit type information instead - getTable(String, Object...) - Method in interface com.groiss.store.Store
-
Deprecated, for removal: This API element is subject to removal in a future version.
- getTable(String, Object[], int[]) - Method in interface com.groiss.store.RemoteStore
-
Deprecated.Returns the results of the given query.
- getTable(String, Object[], int[]) - Method in interface com.groiss.store.Store
-
Returns the results of the given query.
- getTableAndAliases() - Method in class com.groiss.reporting.Query
- getTableAttributes() - Method in class com.groiss.gui.component.TableContainer
-
returns a vector of pairs (names, attributes) of the table element
- getTableDefinition() - Method in interface com.groiss.dms.FormType
- getTableField(int) - Method in interface com.groiss.dms.FormType
-
Return the form-field for the subform table with the given id.
- getTableFrameName() - Method in interface com.groiss.gui.table.Table
-
Returns the name of the frame where the table resides.
- getTableFrameName() - Method in class com.groiss.gui.table.TableAdapter
-
Returns the name of the frame where the table resides.
- getTableModel() - Method in interface com.groiss.gui.table.Table
-
Builds the final tablemodel containing all data displayed in the table.
- getTableModel() - Method in class com.groiss.gui.table.TableAdapter
-
Builds the final tablemodel containing all data displayed in the table.
- getTableModel(List<List<Object>>, Query) - Static method in class com.groiss.reporting.QueryEngine
- getTableName() - Method in class com.groiss.event.BasicEvent
- getTableName() - Method in class com.groiss.ldap.DirectoryServer
- getTableName() - Method in class com.groiss.messaging.Recipient
- getTableName() - Method in class com.groiss.ml.classifier.EvaluationResult
- getTableName() - Method in class com.groiss.store.Lock
- getTableName() - Method in interface com.groiss.store.Persistent
-
This method must return the table name of the database table in which this persistent object is stored.
- getTableName() - Method in class com.groiss.wf.ProcessInstanceView
- getTableName() - Method in class com.groiss.wf.ProcessRelation
- getTableName() - Method in class com.groiss.wfxml.Partner
- getTableNames(String) - Static method in class com.groiss.store.StoreUtil
-
Returns a set of names of tables conforming to the name pattern in the current db-schema.
- getTableSize() - Method in interface com.groiss.gui.table.Table
-
Determines the tablesize of the tablemodel without reading all the objects.
- getTableSize() - Method in class com.groiss.gui.table.TableAdapter
-
Determines the tablesize of the tablemodel without reading all the objects.
- getTableTypes() - Static method in class com.groiss.store.StoreUtil
-
Get the table types of the database. c.f.
- getTabPos() - Method in interface com.groiss.dms.FormField
-
The position of the field in table view. -1 means the field is not shown in table view.
- getTakeHook() - Method in interface com.groiss.wf.Task
-
Returns the take hook of the task.
- getTaken() - Method in interface com.groiss.wf.ActivityInstance
-
Returns the date when a user has taken the activity.
- getTarget() - Method in class com.groiss.accesscontrol.PermissionQuery
- getTarget() - Method in class com.groiss.gui.component.Link
- getTarget() - Method in interface com.groiss.org.Permission
-
Returns the target object.
- getTargetClass() - Method in class com.groiss.fileimport.ImportContext
-
returns the
Class
to be instantiated - getTask() - Method in interface com.groiss.wf.ActivityInstance
-
Returns the task
- getTask(String) - Method in interface com.groiss.wf.RemoteWfEngine
-
Deprecated.Find a task with the given id and status=active, if more than one is found, the task with the highest version number is returned.
- getTask(String) - Method in interface com.groiss.wf.WfEngine
-
Find a task with the given id and status=active, if more than one is found, the task with the highest version number is returned.
- getTask(String, int) - Method in interface com.groiss.wf.RemoteWfEngine
-
Deprecated.Find a task with the given id and version.
- getTask(String, int) - Method in interface com.groiss.wf.WfEngine
-
Find a task with the given id and version.
- getTasks() - Method in interface com.groiss.ml.classifier.ClassifierAssignment
-
Returns the list of the
Task
s this classifier assignment is assigned to. - getTelNr() - Method in interface com.groiss.org.OrgUnit
-
Get the phone number.
- getTelNr() - Method in interface com.groiss.org.User
-
Get the phone number.
- getTempDir() - Static method in class com.groiss.util.Settings
-
Return the temporary directory (from the configuration or default if none is configured).
- getTemplate() - Method in class com.groiss.messaging.Recipient
-
Return the message template or tracker object this template belongs to.
- getTemplates(FormType) - Method in interface com.groiss.dms.DMS
-
Returns the templates for the passed form type.
- getTemplates(FormType) - Method in interface com.groiss.dms.RemoteDMS
-
Deprecated.Returns the templates for the passed form type.
- getTemplateType() - Method in interface com.groiss.dms.FormType
-
type of form template: HTML, XHTML, XFORM
- getText() - Method in interface com.groiss.cal.CalEvent
- getText() - Method in class com.groiss.cal.SimpleEvent
- getText() - Method in class com.groiss.gui.component.Image
- getText() - Method in class com.groiss.gui.component.Link
- getText() - Method in class com.groiss.gui.component.RadioButton
- getText() - Method in class com.groiss.gui.component.Text
- getText() - Method in class com.groiss.gui.component.Textarea
- getTextCharset() - Static method in class com.groiss.util.Settings
- getTextStyle(Workbook) - Static method in class com.groiss.gui.excel.ExcelUtils
-
Creates a
CellStyle
object for ordinary texts - getThreadId() - Method in interface com.groiss.timer.TimerEntry
-
Get the thread-id for the timer entry.
- getThreadLocale() - Static method in class com.groiss.util.ThreadContext
-
Get the thread locale.
- getThreadPrincipal() - Static method in class com.groiss.util.ThreadContext
-
Get the thread principal, the user who performs the action.
- getThreadRequest() - Static method in class com.groiss.util.ThreadContext
-
Get the HttpServletRequest of this thread.
- getThreadResponse() - Static method in class com.groiss.util.ThreadContext
-
Get the HttpServletResponse of this thread.
- getThreads() - Method in class com.groiss.ds.ThreadLocal2
-
Returns the HashMap, keys are the threads
- getThreadTimeZone() - Static method in class com.groiss.util.ThreadContext
-
Get the thread TimeZone
- getTimemodel() - Method in class com.groiss.reporting.Query
-
get the timemodel used by this query
- getTimeout() - Method in interface com.groiss.store.external.XStore
-
Get the Query timeout
- getTimer() - Method in class com.groiss.ldap.DirectoryServer
- getTimezone() - Method in class com.groiss.reporting.Query
- getTimeZone() - Method in class com.groiss.reporting.data.impl.DateReportingData
- getTitle() - Method in class com.groiss.dms.DMSTableAdapter
-
Deprecated.returns null
- getTitle() - Method in interface com.groiss.gui.table.Table
-
Return a string or Component for table title
- getTitle() - Method in class com.groiss.gui.table.TableAdapter
-
Return a string or Component for table title
- getTitle() - Method in class com.groiss.gui.XHTMLPage
- getTitle() - Method in interface com.groiss.org.User
-
Get the title.
- getTitle() - Method in class com.groiss.reporting.Query
- getTitle() - Method in class com.groiss.smartclient.ClientUtil.DialogConfiguration
-
get the title
- getTitle() - Method in exception com.groiss.util.ApplicationException
-
Get the title used for the error-message on client side.
- getTitle() - Method in interface com.groiss.wf.html.Worklist
-
Non null overwrites the title.
- getToDate() - Method in interface com.groiss.org.Permission
- getToken() - Method in interface com.groiss.auth.Authorizer
-
Get the access token
- getToolbarActions() - Method in interface com.groiss.gui.table.Table
-
Return a comma separated list of action ids for the toolbar.
- getToolbarActions() - Method in class com.groiss.gui.table.TableAdapter
-
Return a comma separated list of action ids for the toolbar.
- getToolbarActions(ActivityInstance, List<Pair<String, List<Pair<String, ?>>>>) - Method in interface com.groiss.wf.ApplicationAdapter
-
Determine the toolbar actions shown in the detail view of an activity instance.
- getToolbarFrameName() - Method in interface com.groiss.gui.table.Table
-
Returns the name of the frame where the toolbar resides.
- getToolbarFrameName() - Method in class com.groiss.gui.table.TableAdapter
-
Returns the name of the frame where the toolbar resides.
- getToolbarShape() - Method in interface com.groiss.gui.table.Table
-
Returns the desired mode of the toolbar.
- getToolbarShape() - Method in class com.groiss.gui.table.TableAdapter
- getToolbarSize() - Method in interface com.groiss.gui.table.Table
- getToolbarSize() - Method in class com.groiss.gui.table.TableAdapter
- getTopic() - Method in class com.groiss.notification.BasicNotificationItem
-
Returns null.
- getTopic() - Method in interface com.groiss.notification.NotificationItem
-
Returns the topic-suffix to use for smartclient publishing.
- getTotalCount() - Method in exception com.groiss.wf.html.HTMLUtils.TooManyResultsException
- getTrace() - Method in interface com.groiss.org.IUserSession
- getTransaction() - Method in class com.groiss.util.RMIThreadContext
-
Deprecated.
- getTransactionId() - Method in class com.groiss.org.CheckedPersistent
- getTransactionId() - Method in interface com.groiss.store.OptimisticLocking
-
Get the transactionid of the object.
- getTrustLevel() - Method in class com.groiss.ldap.DirectoryServer
- getTxType() - Method in class com.groiss.event.BasicEvent
- getTxType() - Method in interface com.groiss.event.Event
-
get the transaction-type.
- getType() - Method in interface com.groiss.dms.DMSNote
-
Returns if type of this note.
- getType() - Method in interface com.groiss.dms.FormField
-
Returns the type of the field.
- getType() - Method in class com.groiss.gui.table.ColumnDescription
- getType() - Method in class com.groiss.notification.BasicNotificationItem
-
Get the type of the NotificationEvent.
- getType() - Method in class com.groiss.notification.NotificationEvent
-
Get the type of the event.
- getType() - Method in interface com.groiss.org.Role
- getType() - Method in interface com.groiss.reporting.data.Attribute
- getType() - Method in interface com.groiss.reporting.data.Entity
- getType() - Method in class com.groiss.smartclient.ClientUtil.DialogConfiguration
-
get the type of dialog
- getType() - Method in interface com.groiss.wf.ActivityInstance
-
Returns the type of the activity instance.
- getType() - Method in interface com.groiss.wf.html.WorklistDescription
-
Returns the type of the worklist.
- getType(String) - Method in class com.groiss.component.Configuration
-
Return the type of the given property.
- getType(String) - Method in interface com.groiss.xforms.XFormInstance
- getTypeName() - Method in interface com.groiss.dms.DMSObject
-
Returns a string representing the type of this object.
- getTypeString() - Method in interface com.groiss.reporting.data.Attribute
- getUID() - Method in interface com.groiss.cal.CalEvent
-
get the unique identifier for this event
- getUID() - Method in class com.groiss.cal.SimpleEvent
-
get the unique identifier for this event
- getUnfilledPersistents() - Method in class com.groiss.reporting.data.impl.PersistentData
- getUniqueServerTag() - Method in class com.groiss.notification.NotificationEvent
-
Get the unique tag of the server.
- getUnitIntFromString(String) - Static method in class com.groiss.cal.CalUtil
- getUntakeHook() - Method in interface com.groiss.wf.Task
-
Returns the untake hook of the task.
- getUntilDate() - Method in interface com.groiss.cal.CalEvent
- getUntilDate() - Method in class com.groiss.cal.SimpleEvent
- getURI() - Method in class com.groiss.wfxml.Partner
-
Use this method to get a complete URI referring to the partner.
- getUrl() - Method in interface com.groiss.ws.SOAPWebService
-
get the URL the webservice will be invoked on
- getURL() - Method in class com.groiss.wfxml.WfXMLWebLink
-
Returns the URL (as
String
) of this web link. - getUsedBy() - Method in interface com.groiss.dms.DMSDocForm
-
Get the user who has locked the document.
- getUsedDBConnectionCount() - Method in interface com.groiss.server.ServerInfoMXBean
-
Get the number of used database connections of this node.
- getUser() - Method in class com.groiss.accesscontrol.PermissionQuery
- getUser() - Method in interface com.groiss.org.IUserSession
- getUser() - Method in interface com.groiss.org.UserRole
-
Return the user of the user-role.
- getUser() - Method in class com.groiss.util.RMIThreadContext
-
Deprecated.
- getUser() - Method in interface com.groiss.wf.Session
-
Deprecated.Get the current user.
- getUser() - Method in class com.groiss.wfxml.WfXMLObject
- getUser(long) - Method in interface com.groiss.org.OrgData
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
OrgData.get(Class, long)
withUser
.class as first parameter instead. - getUser(long) - Method in interface com.groiss.org.RemoteOrgData
-
Deprecated.Use
Store.get(Class, long)
withUser
.class as first parameter instead. - getUser(User) - Method in class com.groiss.wfxml.WfXMLObject
-
This method tries to get a user defined in this WfXMLObject.
- getUser(HttpServletRequest) - Method in interface com.groiss.servlet.WebDAVAuth
-
Returns the @enterprise user which can be extracted from the information held within the passed request (e.g. from a client certificate)
- getUserAgent() - Method in class com.groiss.dms.FormContext
- getUserAgent(HttpServletRequest) - Static method in class com.groiss.gui.UserAgent
- getUserFolder() - Method in interface com.groiss.wf.ActivityInstance
-
Returns the UserFolder of the ActivityInstance.
- getUserFolders() - Method in interface com.groiss.wf.RemoteWfEngine
-
Deprecated.Get the list of UserFolders of the current user.
- getUserFolders() - Method in interface com.groiss.wf.WfEngine
-
Get the list of UserFolders of the current user.
- getUserId() - Method in class com.groiss.wfxml.WfXMLObject
-
Get the id of the user who should be used to create a
DMSObject
out of this WfXMLObject. - getUserLocale() - Method in interface com.groiss.org.User
-
Get the locale of the user
- getUsername() - Method in class com.groiss.ldap.DirectoryServer
- getUsername() - Method in interface com.groiss.mail.MailBox
- getUserOrMailbox() - Method in class com.groiss.util.MailSender
- getUserProperties(User) - Method in interface com.groiss.org.OrgData
-
Get the full list of properties for a user.
- getUserProperties(User) - Method in interface com.groiss.org.RemoteOrgData
-
Deprecated.Get the full list of properties for a user.
- getUserProperties(User) - Method in interface com.groiss.wf.ApplicationAdapter
-
Returns the user properties a user can set.
- getUserProperties(User) - Method in class com.groiss.wf.DefaultApplicationAdapter
- getUserProperty(User, String) - Method in interface com.groiss.org.OrgData
-
Use this method to get a user property.
- getUserProperty(User, String) - Method in interface com.groiss.org.RemoteOrgData
-
Deprecated.Use this method to get a user property.
- getUsers() - Method in class com.groiss.ldap.DirectoryServer
- getUserSessionId(String) - Method in interface com.groiss.server.Admin
-
Get the user session id from http-session id.
- getUserTransaction() - Static method in class com.groiss.component.BeanManager
-
The client or the bean manager itself gets a UserTransaction.
- getUserTransaction(String) - Static method in class com.groiss.component.BeanManager
-
The client or the bean manager itself gets a UserTransaction.
- getValidationSAXBuilder(String) - Static method in class com.groiss.xml.XMLUtil
-
returns a
SAXBuilder
that's not allowed to load any 'external' resources to avoid XXE attacks and validates the input against the passed XSD - getValue() - Method in class com.groiss.accesscontrol.PermissionQuery
-
Returns null if the query has not been initialized with a true or false.
- getValue() - Method in interface com.groiss.dms.FormField
-
Returns the value for field values, the subform-id for subform tables.
- getValue() - Method in interface com.groiss.ds.KeyValuePair
-
Get the Value of the Pair.
- getValue() - Method in class com.groiss.ds.Pair
-
Return the second object
- getValue() - Method in class com.groiss.gui.component.Checkbox
- getValue() - Method in class com.groiss.gui.component.RadioButton
- getValue() - Method in class com.groiss.gui.component.Textfield
- getValue() - Method in class com.groiss.gui.table.CellValue
-
Get the value.
- getValue() - Method in class com.groiss.reporting.data.impl.DefaultReportingData
- getValue() - Method in class com.groiss.reporting.data.impl.PersistentData
- getValue() - Method in class com.groiss.reporting.data.impl.TimeInterval
- getValue() - Method in class com.groiss.reporting.data.SimpleReportingExportable
- getValue() - Method in interface com.groiss.reporting.export.ReportingExportable
- getValue() - Method in class com.groiss.store.Nil
- getValue() - Method in class com.groiss.store.NullExpression
-
Return the wrapped value.
- getValue() - Method in interface com.groiss.store.Persistent
-
Returns the value (
String
representation) of thisKeyValuePair
. - getValue() - Method in class com.groiss.store.PersistentObject
-
Returns the value (
String
representation) of thisKeyValuePair
. - getValue(int, String, Object...) - Method in interface com.groiss.store.external.XStore
-
Execute a SQL query which returns one value.
- getValue(int, String, Object...) - Method in interface com.groiss.store.RemoteStore
-
Deprecated.Execute a SQL statement which returns one value.
- getValue(int, String, Object...) - Method in interface com.groiss.store.Store
-
Execute a SQL statement which returns one value.
- getValue(String) - Method in interface com.groiss.store.RemoteStore
-
Deprecated.Execute a SQL statement which returns one value.
- getValue(String) - Method in interface com.groiss.store.Store
-
Execute a SQL statement which returns one value.
- getValue(String, int) - Method in interface com.groiss.store.RemoteStore
-
Deprecated.use
RemoteStore.getValue(int, String, Object...)
instead - getValue(String, int) - Method in interface com.groiss.store.Store
-
Deprecated, for removal: This API element is subject to removal in a future version.
- getValue(String, Object...) - Method in interface com.groiss.store.external.XStore
-
Execute a SQL query which returns one value.
- getValue(String, Object...) - Method in interface com.groiss.store.RemoteStore
-
Deprecated.Execute a SQL statement which returns one value.
- getValue(String, Object...) - Method in interface com.groiss.store.Store
-
Execute a SQL statement which returns one value.
- getValue(String, Object[], int) - Method in interface com.groiss.store.RemoteStore
-
Deprecated.use
RemoteStore.getValue(int, String, Object...)
instead - getValue(String, Object[], int) - Method in interface com.groiss.store.Store
-
Deprecated, for removal: This API element is subject to removal in a future version.
- getValue(T, String) - Method in class com.groiss.smartclient.JsonDataAdapter
-
will be called for each object and each field
- getValue(T, String) - Method in class com.groiss.smartclient.ObjectSelectProvider
- getValueAt(int) - Method in class com.groiss.ml.ds.NominalAttribute
-
Returns the value at the given index within the values of this attribute.
- getValueAt(int, int) - Method in class com.groiss.ds.ObjectTableModel
-
Returns the value for the cell at columnIndex and rowIndex.
- getValueAt(int, int) - Method in class com.groiss.gui.component.TableContainer
-
returns a string representation of the component at the specified position
- getValueAt(int, int) - Method in class com.groiss.reporting.data.ReportingTableModel
- getValueFor(Attribute<T>) - Method in class com.groiss.ml.ds.Instance
-
Returns the value for the passed attribute for this instance
- getValueList() - Method in class com.groiss.ds.OrderedMap
- getValueListEntries(HttpServletRequest) - Method in class com.groiss.wf.html.ValueList
-
loads
Valuelist
entries according to the dojo-data-store scheme something like:{"identifier":"value","items":[{"value":"1","name":"male"},...]}
- getValueMap() - Method in class com.groiss.fileimport.csv.CSVReader
- getValueMap() - Method in interface com.groiss.fileimport.StructuredFileReader
-
gets the current record's values mapped to the column names if the column names aren't unique, the values may be overwritten
- getValues() - Method in class com.groiss.ml.ds.NominalAttribute
-
Returns a list of the values supported by this attribute
- getValues() - Method in class com.groiss.reporting.Query
-
get a List of values of the prepared statement
- getValues(String) - Method in class com.groiss.reporting.Query
-
get a list of values that will be bound to the specified attribute (tablename.alias.attribute)
- getVarDir() - Static method in class com.groiss.util.Settings
- getVarDirectory() - Method in interface com.groiss.org.Application
-
Returns the directory in the configured VAR directory reserved for this application.
- getVersion() - Method in interface com.groiss.dms.FormType
-
Return the version of the FormType.
- getVersion() - Method in class com.groiss.gui.UserAgent
- getVersion() - Method in interface com.groiss.org.Application
- getVersion() - Method in interface com.groiss.org.PersistentVersion
-
Returns the concrete version of the persistent
- getVersion() - Method in interface com.groiss.server.ServerInfoMXBean
-
Get the version of @enterprise at this node.
- getVersion() - Static method in class com.groiss.util.Settings
-
Returns a detailed version number containing the @enterprise implementation-version e.g.: "11.0.1234"
- getVersion() - Method in interface com.groiss.wf.ApplicationAdapter
-
Returns the version of the application code.
- getVersion() - Method in class com.groiss.wf.DefaultApplicationAdapter
- getVersion() - Method in interface com.groiss.wf.ProcessDefinition
-
Return the version of the process definition.
- getVersion() - Method in interface com.groiss.wf.Task
-
Return the version of the task.
- getVersion() - Method in class com.groiss.wfxml.WfXMLForm
-
Returns the version that has been set for this form.
- getVersion(P, Date) - Method in interface com.groiss.org.OrgData
-
Returns the version of the object at a given date.
- getVersion(P, Date) - Method in interface com.groiss.org.RemoteOrgData
-
Deprecated.Returns the version of the object at a given date.
- getVersionId() - Method in interface com.groiss.org.HasVersionId
-
Return a numerical id for the version.
- getView(String, User) - Method in interface com.groiss.cal.CalInfo
-
Returns the view with the given id for the user.
- getViewMode() - Method in class com.groiss.gui.AbstractComponent
- getViewMode() - Method in interface com.groiss.gui.Component
- getViewNames(String) - Static method in class com.groiss.store.StoreUtil
-
Returns a set of names of views conforming to the name pattern in the current db-schema.
- getWaitingList(Application) - Method in interface com.groiss.wf.RemoteWfEngine
-
Deprecated.Get the list of waiting activities of the current user.
- getWaitingList(Application) - Method in interface com.groiss.wf.WfEngine
-
Get the list of waiting activities of the current user.
- getWebservice() - Method in interface com.groiss.ws.SOAPWebServiceOperation
-
return the
SOAPWebService
this operation belongs to - getWfEngine() - Static method in class com.groiss.wf.ServiceLocator
-
Get the WfEngine to perform action with the workflow engine.
- getWfEngine() - Method in interface com.groiss.wf.Session
-
Deprecated.Get a WfEngine service
- getWhen() - Method in interface com.groiss.org.LogEntry
-
Deprecated, for removal: This API element is subject to removal in a future version.
- getWidth() - Method in interface com.groiss.dms.FormType
- getWidth() - Method in class com.groiss.gui.component.Image
- getWithParent(String) - Method in class com.groiss.gui.AbstractContainer
- getWord() - Method in interface com.groiss.dms.Keyword
-
Returns the string representation of this key word
- getWorklist(Application, boolean) - Method in interface com.groiss.wf.RemoteWfEngine
-
Deprecated.Get the worklist of the current user.
- getWorklist(Application, boolean) - Method in interface com.groiss.wf.WfEngine
-
Get the worklist of the current user.
- getWorklist(WorklistKind, Application) - Method in interface com.groiss.wf.RemoteWfEngine
-
Deprecated.Get a worklist of the desired kind for the current user.
- getWorklist(WorklistKind, Application) - Method in interface com.groiss.wf.WfEngine
-
Get a worklist of the desired kind for the current user.
- getWorklist(Set<WorklistKind>, Application) - Method in interface com.groiss.wf.RemoteWfEngine
-
Deprecated.Get a combined worklist of the combination (union) of the desired kinds for the current user.
- getWorklist(Set<WorklistKind>, Application) - Method in interface com.groiss.wf.WfEngine
-
Get a combined worklist of the combination (union) of the desired kinds for the current user.
- getWorklist(HttpServletRequest, String) - Static method in class com.groiss.wf.html.HTMLUtils
-
Return a worklist as table model.
- getWorklistInfo(ActivityInstance) - Method in class com.groiss.timemgmt.DefaultTimeManagementImpl
-
Returns null
- getWorklistInfo(ActivityInstance) - Method in class com.groiss.timemgmt.PlanTimeMgmt
- getWorklistInfo(ActivityInstance) - Method in interface com.groiss.timemgmt.TimeManagement
-
Return a href to a detail page for the time management of the activity instance.
- getWrapMode() - Method in class com.groiss.gui.component.Textarea
- getWriter() - Method in class com.groiss.fileimport.csv.CSVSettings
- getXhtmlPage() - Method in interface com.groiss.dms.FormType
-
returns the location of the xhtml-template
- getXMLDoc() - Method in class com.groiss.reporting.Query
-
returns the xml document describing this query
- getXMLObject() - Method in class com.groiss.wfxml.WfXMLDocForm
- getXMLObject() - Method in class com.groiss.wfxml.WfXMLFolder
- getXMLObject() - Method in class com.groiss.wfxml.WfXMLForm
- getXMLObject() - Method in class com.groiss.wfxml.WfXMLNote
- getXMLObject() - Method in class com.groiss.wfxml.WfXMLObject
- getXMLObject() - Method in class com.groiss.wfxml.WfXMLWebLink
- getXmlType() - Method in interface com.groiss.dms.FormField
-
Returns the defined type of the field, applicable for database fields.
- getXSDFileContent(HttpServletRequest, HttpServletResponse) - Static method in class com.groiss.xml.XMLUtil
-
Loads the content of a schema file
- getXStore(String) - Static method in class com.groiss.store.external.XStoreFactory
-
Get an XStore.
- GLOBAL - Static variable in interface com.groiss.org.Permission
-
Entry has global scope (department independent)
- GLOBAL - Static variable in interface com.groiss.org.Role
-
global roles are valid independent from the department hierarchy.
- goBack(ActivityInstance, ActivityInstance, String) - Method in interface com.groiss.wf.RemoteWfEngine
-
Deprecated.Go back to a previous step.
- goBack(ActivityInstance, ActivityInstance, String) - Method in interface com.groiss.wf.WfEngine
-
Go back to a previous step.
- GOBACK - Enum constant in enum class com.groiss.wf.ActivityInstance.LastAction
- goBackToLastInteractive(ActivityInstance, String) - Method in interface com.groiss.wf.RemoteWfEngine
-
Deprecated.Go back to the last interactive activity instance.
- goBackToLastInteractive(ActivityInstance, String) - Method in interface com.groiss.wf.WfEngine
-
Go back to the last interactive activity instance.
- GOTO - Static variable in interface com.groiss.wf.ActivityInstance
-
A goto node.
- gotoStep(ActivityInstance, String, Agent, OrgUnit, String) - Method in interface com.groiss.wf.RemoteWfEngine
-
Deprecated.Goto another step.
- gotoStep(ActivityInstance, String, Agent, OrgUnit, String) - Method in interface com.groiss.wf.WfEngine
-
Goto another step.
- gotoTask(ActivityInstance, String, Agent, OrgUnit, String) - Method in interface com.groiss.wf.RemoteWfEngine
-
Deprecated.use gotoStep
- gotoTask(ActivityInstance, String, Agent, OrgUnit, String) - Method in interface com.groiss.wf.WfEngine
-
Deprecated, for removal: This API element is subject to removal in a future version.
- gotoTask(ProcessInstance, String, Agent, String) - Method in interface com.groiss.wf.RemoteWfEngine
-
Deprecated.the method behaves unpredictabe when more than one activity instance of the process is active and when the task appears more than once in the process definition. use gotoStep
- gotoTask(ProcessInstance, String, Agent, String) - Method in interface com.groiss.wf.WfEngine
-
Deprecated, for removal: This API element is subject to removal in a future version.
- GRANT_SHARE_DEPT - Static variable in class com.groiss.org.OrgData.Rights
-
The right to grant permissions for a reference folder to a local or hierarchic role - must be defined for the organization unit of that role
- GRANT_SHARE_SYSTEM - Static variable in class com.groiss.org.OrgData.Rights
-
The right to grant permissions for a reference folder to a global role
- GRANT_SHARE_USER - Static variable in class com.groiss.org.OrgData.Rights
-
The right to grant permissions for a reference folder to users - must be defined for the home organizational unit of the wanted user
- GRANT_SUBST - Static variable in class com.groiss.org.OrgData.Rights
-
The right to assign a user as a substitute of another user - must be defined for the home organizational unit of the wanted substitute
- GRANT_SUBST - Static variable in interface com.groiss.org.Right
-
The oid for the right to grant substitutions
- group() - Element in annotation interface com.groiss.wf.CallableMethod
-
To which group the method belongs.
- GUEST - Static variable in class com.groiss.org.OrgData.Users
-
The guest user.
- GUEST - Static variable in interface com.groiss.org.User
-
The oid of the user guest, used for public servlet methods.
- GUIConfiguration - Class in com.groiss.gui
-
Provide access to GUI-configuration nodes.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
Store.get(Class, long)