Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
H
- h - Variable in class com.groiss.gui.NavigationNode
- handle(Message) - Method in interface com.groiss.cluster.communication.Handler
-
Invoked when a cluster message has been received.
- handle(Event, ProcessInstance, EventRegistry) - Method in class com.groiss.event.EventHandler
-
The handle method is called when an event is raised and a handler has been registered.
- handle(Event, ProcessInstance, EventRegistry) - Method in interface com.groiss.event.IEventHandler
-
The handle method is called when an event is raised and a handler has been registered.
- Handler - Interface in com.groiss.cluster.communication
-
The handler interface for receiving cluster messages.
- handleRedirects() - Method in class com.groiss.http.ClientConfiguration
-
Returns if support of handling redirects is needed
- hasActiveUserTransaction() - Static method in class com.groiss.component.BeanManager
- hasAttachedNotes(User) - Method in interface com.groiss.dms.DMSObject
-
Returns if there are any notes attached to this document which are visible to the passed user.
- hasAttachments(Message) - Static method in class com.groiss.util.MailUtil
-
Method to check, if the message has real attachments and inline images too, i.e. the mail body parts (text/plain and text/html) are not considered.
- hasAttachmentsWithoutInlineImages(Message) - Static method in class com.groiss.util.MailUtil
-
Method to check, if the message has real attachments, i.e. the mail body parts (text/plain and text/html) and the inline images are not considered.
- hasAttribute(Attribute<T>) - Method in class com.groiss.ml.ds.Instance
-
Checks if this instance contains the passed attribute
- hasAttributes() - Method in interface com.groiss.dms.DMSDocForm
-
Returns if this object has any meta data
- hasAttributeUserdefinedType() - Method in class com.groiss.reporting.data.impl.DefaultReportingData
- hasChildren() - Method in class com.groiss.ds.Tree
-
Determine if a tree has children.
- hasClassAttribute(Class<?>) - Static method in class com.groiss.store.StoreUtil
- HasClassAttributePersistentData - Class in com.groiss.reporting.data.impl
-
Reporting data type for persistents, where classname is selected together with oid.
- HasClassAttributePersistentData() - Constructor for class com.groiss.reporting.data.impl.HasClassAttributePersistentData
- hasDbField(Class<?>, String) - Static method in class com.groiss.store.StoreUtil
-
Returns true, if the Class has a field with the given name which corresponds to a column in the database.
- HasDeferredChange - Interface in com.groiss.store
-
Marker interface to designate that a
Persistent
may have an outstandingDeferredChange
. - hasDocuments(ProcessInstance) - Method in interface com.groiss.wf.RemoteWfEngine
-
Deprecated.Has the process documents attached?
- hasDocuments(ProcessInstance) - Method in interface com.groiss.wf.WfEngine
-
Has the process documents attached?
- hasField(String) - Method in interface com.groiss.dms.DMSForm
-
Returns if the form has a field with the specified name
- hasForm(ActivityInstance, String) - Method in interface com.groiss.wf.RemoteWfEngine
-
Deprecated.Check if the process has a form with given id.
- hasForm(ActivityInstance, String) - Method in interface com.groiss.wf.WfEngine
-
Check if the process has a form with given id.
- hashCode() - Method in class com.groiss.cal.SimpleEvent
- hashCode() - Method in class com.groiss.ds.ComparablePair
- hashCode() - Method in class com.groiss.ds.Pair
-
Builds a new hash code out of the two objects' hash codes.
- hashCode() - Method in class com.groiss.ds.Triple
- hashCode() - Method in class com.groiss.gui.table.CellValue
- hashCode() - Method in class com.groiss.ml.ds.Attribute
- hashCode() - Method in class com.groiss.ml.field.ProcessField
- hashCode() - Method in class com.groiss.store.PersistentObject
-
Returns a hash code for this persistent object.
- HasLog - Interface in com.groiss.org
-
Automatically record the history when changing the object via OrgData.
- HasLoggingContext - Interface in com.groiss.org
-
Interface for classes that provide a logging context when a log entry is written.
- hasMailQueueEntry(Persistent) - Static method in class com.groiss.mail.MailFunctions
-
Checks, if a mailqueue item exists for the referenced object
- hasMails(DMSFolder) - Static method in class com.groiss.mail.MailFunctions
-
Method to check, if mails exist in the given folder.
- hasMails(ProcessInstance) - Static method in class com.groiss.mail.MailFunctions
-
Method to check, if mails exist in "Emails" folder of the process instance.
- hasMappedValues() - Method in class com.groiss.reporting.data.impl.DefaultReportingData
-
check if the
Attribute
, has mapped values. iftrue
DefaultReportingData.getMappedValues()
will be called - hasMappedValues() - Method in class com.groiss.reporting.data.impl.HasClassAttributePersistentData
- hasMark(ProcessInstance) - Method in interface com.groiss.wf.RemoteWfEngine
-
Deprecated.Returns true if the ProcessInstance has been marked by the current user.
- hasMark(ProcessInstance) - Method in interface com.groiss.wf.WfEngine
-
Returns true if the ProcessInstance has been marked by the current user.
- hasNext() - Method in interface com.groiss.wf.ParForIterator
-
Returns true if additional branches should be made.
- hasNotes(ProcessInstance) - Method in interface com.groiss.wf.RemoteWfEngine
-
Deprecated.Has the process notes attached?
- hasNotes(ProcessInstance) - Method in interface com.groiss.wf.WfEngine
-
Has the process notes attached?
- HasOwner - Interface in com.groiss.org
-
This is an interface for all objects having an owner.
- HasPermissionList - Interface in com.groiss.org
-
Objects implementing HasPermissionList have an acl field of type
PermissionList
. - hasReminder() - Method in interface com.groiss.cal.CalEvent
-
should a reminder be used?
- hasReminder() - Method in class com.groiss.cal.SimpleEvent
-
should a reminder be used?
- HasResource - Interface in com.groiss.org
-
Interface for classes that provide a resource for internationalization.
- hasRight(User, Right, Persistent) - Method in interface com.groiss.org.OrgData
-
Checks whether the given user has the given right on the given object.
- hasRight(User, Right, Persistent) - Method in interface com.groiss.org.RemoteOrgData
-
Deprecated.Checks whether the given user has the given right on the given object.
- hasRight(User, Right, Persistent, Application) - Method in interface com.groiss.org.OrgData
- hasRight(User, Right, Persistent, Application) - Method in interface com.groiss.org.RemoteOrgData
-
Deprecated.
- hasRight(User, Right, Object) - Method in interface com.groiss.org.OrgData
-
Checks whether the given user has the given right on the given object.
- hasRight(User, Right, Object) - Method in interface com.groiss.org.RemoteOrgData
-
Deprecated.Checks whether the given user has the given right on the given object.
- hasRightForList(User, Right, List<? extends P>, boolean, boolean, Application) - Method in interface com.groiss.org.OrgData
-
Returns a list containing all the elements of passed list l for which the user has the specified right.
- hasRightForList(User, Right, List<? extends P>, boolean, boolean, Application) - Method in interface com.groiss.org.RemoteOrgData
-
Deprecated.Returns a list containing all the elements of passed list l for which the user has the specified right.
- hasRightForList(User, Right, List<? extends P>, Application) - Method in interface com.groiss.org.OrgData
-
Returns a list containing all the elements of passed list l for which the user has the specified right.
- hasRightForList(User, Right, List<? extends P>, Application) - Method in interface com.groiss.org.RemoteOrgData
-
Deprecated.Returns a list containing all the elements of passed list l for which the user has the specified right.
- hasRightForMailList(List<DMSObject>) - Static method in class com.groiss.mail.MailFunctions
-
Method to check, if the current user has the
Right.VIEW
for given mail list. - hasRole(User, Role, OrgUnit, Application) - Method in interface com.groiss.org.OrgData
-
Has the user u the role r in the org.unit d?
- hasRole(User, Role, OrgUnit, Application) - Method in interface com.groiss.org.RemoteOrgData
-
Deprecated.Has the user u the role r in the org.unit d?
- hasRoleInSession(Role, OrgUnit) - Method in interface com.groiss.org.OrgData
-
Checks if the given combination of role and organizational unit has been added to the current usersession.
- hasRoleInSession(Role, OrgUnit) - Method in interface com.groiss.org.RemoteOrgData
-
Deprecated.Checks if the given combination of role and organizational unit has been added to the current usersession.
- hasRows(String, Object...) - Method in interface com.groiss.store.RemoteStore
-
Deprecated.Check whether the statement returns results.
- hasRows(String, Object...) - Method in interface com.groiss.store.Store
-
Check whether the statement returns results.
- hasSeen(ActivityInstance) - Method in interface com.groiss.wf.RemoteWfEngine
-
Deprecated.Returns true if the ActivityInstance has been seen by the current user.
- hasSeen(ActivityInstance) - Method in interface com.groiss.wf.WfEngine
-
Returns true if the ActivityInstance has been seen by the current user.
- hasStatRight() - Static method in class com.groiss.reporting.QueryEngine
- hasStatRight(User) - Static method in class com.groiss.reporting.QueryEngine
-
check if a specified user has the statistic right
- HasSubclasses - Annotation Interface in com.groiss.store
-
If a class is annotated with this (non-inheritable) annotation, the store mechanism knows that a field of the class can also contain subclasses of it.
- hasValue(Object) - Method in class com.groiss.ml.ds.NominalAttribute
-
Returns true if the passed value is supported by this attribute (i.e. if it is part of the values defined by the constructor)
- hasValue(Object, Object) - Method in class com.groiss.ds.MultiMap
-
Finds out if the object
key
has a mapping to the objectvalue
. - HasVersionId - Interface in com.groiss.org
-
History Entries with a special Version id
- hasVersions() - Method in interface com.groiss.dms.DMSObject
-
Returns if this form has at least one version.
- hasVerticalToolbar() - Method in interface com.groiss.gui.table.Table
-
Returns true if the toolbar is vertical, false for horizontal.
- hasVerticalToolbar() - Method in class com.groiss.gui.table.TableAdapter
-
Returns true if the toolbar is vertical, false for horizontal.
- head - Variable in class com.groiss.gui.XHTMLPage
- HEAD - Enum constant in enum class com.groiss.http.Client.Method
- header - Variable in class com.groiss.ds.ObjectTableModel
- headerNames - Variable in class com.groiss.gui.component.TableContainer
- helpctx - Variable in class com.groiss.gui.table.TableAdapter
- HEX_SINGLEQUOTES - Static variable in class com.groiss.component.Resource
-
js-files may have problems if i18n-strings contain singlequotes.
- HIDDEN_COLUMN - Static variable in class com.groiss.gui.table.TableRenderer
-
A column with this name is not shown in the table
- HiddenField - Class in com.groiss.gui.component
-
A HTML hidden field element.
- HiddenField() - Constructor for class com.groiss.gui.component.HiddenField
-
Constructs a new empty hiddenField component
- HiddenField(String, String) - Constructor for class com.groiss.gui.component.HiddenField
-
Constructor with name and value.
- HIERARCHIC - Static variable in interface com.groiss.org.Permission
-
Scope is the deparment and all sub-departments
- HIERARCHIC - Static variable in interface com.groiss.org.Role
-
hierarchic roles are valid for the assigned department and all sub-departments.
- HIERARCHIC_DEP - Static variable in interface com.groiss.org.Permission
-
The dependent sub-departments
- Holidays - Interface in com.groiss.cal
-
Interface for customizing the holidays.
- HOME - Static variable in class com.groiss.org.OrgData.Roles
-
The home role.
- HOME - Static variable in interface com.groiss.org.Role
-
The home role.
- HOURS - Static variable in class com.groiss.cal.CalUtil
- htmlBodyToPlainText(String) - Static method in class com.groiss.util.MailUtil
-
This method takes the content of a HTML body, i.e. everything between <body> and </body>, and removes the tags.
- htmlDecode(String) - Static method in class com.groiss.util.MailUtil
-
This method replaces entities with their real symbols, i.e.
- htmlDecode(String) - Static method in class com.groiss.util.StringUtil
-
Decodes html entities defined in XHTML 4.0.
- htmlEncode(Object) - Static method in class com.groiss.util.StringUtil
-
Translates some special characters to their representation in HTML.
- HTMLExporter - Class in com.groiss.reporting.export
-
Exports Query results to HTML.
- HTMLExporter() - Constructor for class com.groiss.reporting.export.HTMLExporter
- HTMLPage - Class in com.groiss.gui
-
An object representing an HTML page.
- HTMLPage() - Constructor for class com.groiss.gui.HTMLPage
-
Empty constructor, use setPage to fill the content.
- HTMLPage(String) - Constructor for class com.groiss.gui.HTMLPage
-
Creates a HTMLPage with a content loaded from a file in classpath.
- HTMLPage(String, Resource) - Constructor for class com.groiss.gui.HTMLPage
-
Creates a HTMLPage with a content loaded from a file in classpath.
- HTMLTree - Class in com.groiss.gui
-
Simple utility for showing tree structured data in an HTML page.
- HTMLTree(Pair<?, ?>) - Constructor for class com.groiss.gui.HTMLTree
- HTMLTree(Pair<?, ?>, String, boolean) - Constructor for class com.groiss.gui.HTMLTree
-
This class can be used to construct HTML pages containung a tree.
- HTMLTree(Pair<?, ?>, String, boolean, boolean, boolean, String, Resource, String) - Constructor for class com.groiss.gui.HTMLTree
-
This class can be used to construct HTML pages containung a tree.
- HTMLTree(Pair<?, ?>, String, boolean, boolean, String, Resource) - Constructor for class com.groiss.gui.HTMLTree
-
This class can be used to construct HTML pages containung a tree.
- HTMLUtils - Class in com.groiss.wf.html
-
Some utility methods for building HTML GUIs
- HTMLUtils() - Constructor for class com.groiss.wf.html.HTMLUtils
- HTMLUtils.TooManyResultsException - Exception in com.groiss.wf.html
-
Exception is thrown in case the total count of entries exceeds the configured maximum.
- HTTP_SESSION - Static variable in class com.groiss.util.ThreadContext
-
session types
- HttpAuth - Interface in com.groiss.servlet
-
The interface HttpdAuth defines the authentification interface, application programmers can provide their own class implementing their authentification policy.
- httpClient - Variable in class com.groiss.http.Client
- httpGet(String, String) - Method in class com.groiss.wf.SystemAction
-
Make a get request to a HTTP URL.
- HttpUtils - Class in com.groiss.servlet
-
Utility class for dealing with special cases in the area of the HTTP protocol.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form