- 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.
- handle(Event, ProcessInstance, EventRegistry) - Method in class com.groiss.wf.batch.ExceptionHandlingCompletedHandler
-
- handle(GenericMessage) - Method in interface com.groiss.wfxml.MessageListener
-
The WfXML layer uses some generic messages for the communication between
active and passive servers.
- handle(GenericMessage) - Method in class com.groiss.wfxml.MessageListenerAdapter
-
Default implementation, does nothing and returns null
.
- handleObservedPIException(ProcessInstance, Throwable) - Method in interface com.groiss.wfxml.WfXMLExceptionHandler
-
This method is called if an error or exception occurs while the
WfXMLTask
tries to send a
PIStateChangedMessage
because the state of an observed process
instance has changed.
- 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
-
- 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 outstanding
DeferredChange
.
- hasDocuments(ProcessInstance) - Method in interface com.groiss.wf.RemoteWfEngine
-
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
-
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
-
- hasMailQueueEntry(Persistent) - Static method in class com.groiss.mail.MailFunctions
-
Checks, if a mailqueue item exists for the referenced object
- hasMails(ProcessInstance) - Static method in class com.groiss.mail.MailFunctions
-
Method to check, if mails exist in "Emails" folder of the process
instance.
- hasMails(DMSFolder) - Static method in class com.groiss.mail.MailFunctions
-
Method to check, if mails exist in the given folder.
- hasMappedValues() - Method in class com.groiss.reporting.data.impl.DefaultReportingData
-
- hasMappedValues() - Method in class com.groiss.reporting.data.impl.HasClassAttributePersistentData
-
- hasNext() - Method in interface com.groiss.wf.ParForIterator
-
Returns true if additional branches should be made.
- hasNoCurrentOperations() - Static method in class com.groiss.wf.batch.BatchManager
-
- hasNotes(ProcessInstance) - Method in interface com.groiss.wf.RemoteWfEngine
-
Has the process notes attached?
- hasNotes(ProcessInstance) - Method in interface com.groiss.wf.WfEngine
-
Has the process notes attached?
- HasOrgContext - Interface in com.groiss.org
-
- 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
-
- 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, 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, Application) - Method in interface com.groiss.org.OrgData
- hasRight(User, Right, Object) - Method in interface com.groiss.org.RemoteOrgData
-
Checks whether the given user has the given right on the given object.
- hasRight(User, Right, Persistent) - Method in interface com.groiss.org.RemoteOrgData
-
Checks whether the given user has the given right on the given object.
- hasRight(User, Right, Persistent, Application) - Method in interface com.groiss.org.RemoteOrgData
-
- hasRightForList(User, Right, List<? extends T>, 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 T>, 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 T>, Application) - Method in interface com.groiss.org.RemoteOrgData
-
Returns a list containing all the elements of passed list l for which the user has the specified right.
- hasRightForList(User, Right, List<? extends T>, boolean, boolean, Application) - Method in interface com.groiss.org.RemoteOrgData
-
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
-
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
-
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
-
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
-
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(User) - Static method in class com.groiss.reporting.QueryEngine
-
check if a specified user has the statistic right
- hasStatRight() - Static method in class com.groiss.reporting.QueryEngine
-
- HasSubclasses - Interface in com.groiss.store
-
If a class implements this interface, the store mechanism knows that
a field of the class can contain suclasses of heir.
- hasValue(Object, Object) - Method in class com.groiss.ds.MultiMap
-
Finds out if the object key
has a mapping to the object
value
.
- 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)
- 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
-
- header - Variable in class com.groiss.ds.ObjectTableModel
-
- header - Variable in class com.groiss.wfxml.WfXMLMessage
-
Header Element of the message.
- 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 deptratment 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 1.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
-
- HTMLPage() - Constructor for class com.groiss.gui.HTMLPage
-
This class can be used to construct HTML pages from templates and values.
- 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
-
Shows a tree, the tree is build with javascript.
- 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.
- 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<?, ?>) - Constructor for class com.groiss.gui.HTMLTree
-
- 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.