Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
M
- MailActionsHandler - Interface in com.groiss.smartclient.mail
-
Handler for manipulating parts handled by email tab.
- MailBox - Interface in com.groiss.mail
-
This class represents a mailbox for incoming mails.
- MAILBOX_LOCKNAME - Static variable in class com.groiss.store.Lock
- MailFunctions - Class in com.groiss.mail
-
Utility class containing methods which are helpful for using the mail functionality in @enterprise.
- MailFunctions() - Constructor for class com.groiss.mail.MailFunctions
- MailFunctions.DefaultMailFunction - Enum Class in com.groiss.mail
-
DefaultMailFunctions defines the default actions of the mail client as entered in
admin.xml
. - MailHandler2 - Interface in com.groiss.mail
-
The MailHandler interface allows you to write classes which perform some action on incoming mails.
- MailQueueItem - Interface in com.groiss.mail
-
Item in the mail queue.
- MailSender - Class in com.groiss.util
-
Use the methods in this class for sending SMTP mails.
- MailSender.MailAction - Enum Class in com.groiss.util
-
MailAction defines the action for the mail.
- MailUtil - Class in com.groiss.util
-
Utility class containing methods for dealing with
Message
objects. - main() - Static method in class com.groiss.component.ServiceManager
-
Start @enterprise without a configuration file ( in app-server; conffile has already been set via webapplistener)
- main(String[]) - Static method in class com.groiss.component.ServiceManager
-
Main method suitable for starting @enterprise.
- main(String, boolean, boolean) - Static method in class com.groiss.component.ServiceManager
-
Start @enterprise with a configuration file.
- makeBranch(ProcessInstance, Task, Agent, OrgUnit) - Method in interface com.groiss.wf.RemoteWfEngine
-
Deprecated.Insert a new step to the running process.
- makeBranch(ProcessInstance, Task, Agent, OrgUnit) - Method in interface com.groiss.wf.WfEngine
-
Insert a new step to the running process.
- makeBranch(ProcessInstance, Task, Agent, OrgUnit, List<String>) - Method in interface com.groiss.wf.RemoteWfEngine
-
Deprecated.use method without form argument
- makeBranch(ProcessInstance, Task, Agent, OrgUnit, List<String>) - Method in interface com.groiss.wf.WfEngine
-
Deprecated, for removal: This API element is subject to removal in a future version.
- makeCopy(User) - Method in interface com.groiss.dms.DMSObject
-
Returns a copy of this object.
- makeLogEntry(Persistent, int, long, String) - Method in interface com.groiss.org.OrgData
-
Create an entry in the log table.
- makeLogEntry(Persistent, int, long, String) - Method in interface com.groiss.org.RemoteOrgData
-
Deprecated.Create an entry in the log table.
- makeReplacements() - Method in interface com.groiss.messaging.MessageTemplate
-
Make the replacements in subject and body.
- makeVersion(DMSObject, String) - Method in interface com.groiss.dms.DMS
-
Makes a version of the passed object.
- makeVersion(DMSObject, String) - Method in interface com.groiss.dms.RemoteDMS
-
Deprecated.Makes a version of the passed object.
- makeVersion(User, String) - Method in interface com.groiss.dms.DMSObject
-
Makes a version of this object with the passed string as version description
- makeVersion(ActivityInstance, String, boolean) - Method in interface com.groiss.wf.RemoteWfEngine
-
Deprecated.Versions the passed activity instance, the process forms and the documents (optional) and returns a new activity instance which is a copy of the passed one.
- makeVersion(ActivityInstance, String, boolean) - Method in interface com.groiss.wf.WfEngine
-
Versions the passed activity instance, the process forms and the documents (optional) and returns a new activity instance which is a copy of the passed one.
- mansch(String) - Static method in class com.groiss.component.Configuration
-
Deprecated.
- manualIf() - Method in class com.groiss.wf.SystemAction
-
Use this method in a condition if you want to select the result manually.
- MapComparator - Class in com.groiss.ds
-
Compare two maps or persistents.
- MapComparator(List<String>) - Constructor for class com.groiss.ds.MapComparator
-
Create a new MapComparator.
- MapComparator(List<String>, String) - Constructor for class com.groiss.ds.MapComparator
-
Create a new MapComparator.
- mapInterface(Class<P>) - Static method in class com.groiss.store.StoreUtil
-
Get the Persistent class which is implemented by the a Class c.
- mapInterface(String) - Static method in class com.groiss.store.StoreUtil
-
Get the Persistent class which is implemented by a class with the given classname.
- mapInterfaceToClassName(String) - Static method in class com.groiss.store.StoreUtil
-
Get the name of the Persistent class which is implemented by a class with the given classname.
- mapToUserFolders(List<ActivityInstance>) - Method in interface com.groiss.wf.RemoteWfEngine
-
Deprecated.Map a list of ActivityInstances to their corresponding UserFolders.
- mapToUserFolders(List<ActivityInstance>) - Method in interface com.groiss.wf.WfEngine
-
Map a list of ActivityInstances to their corresponding UserFolders.
- markJobAborted(BatchJob) - Static method in class com.groiss.wf.batch.BatchManager
- markJobError(BatchJob, int, String, Exception) - Static method in class com.groiss.wf.batch.BatchManager
-
Mark a BatchJob as erroneous.
- markJobError(BatchJob, Exception) - Static method in class com.groiss.wf.batch.BatchManager
-
Mark a BatchJob as erroneous.
- markJobFinished(BatchJob) - Static method in class com.groiss.wf.batch.BatchManager
-
Mark a a started BatchJob as finished.
- markJobFinished(BatchJob, int) - Static method in class com.groiss.wf.batch.BatchManager
-
Mark a started BatchJob as finished.
- markJobFinished(BatchJob, int, String) - Static method in class com.groiss.wf.batch.BatchManager
-
Mark a started BatchJob as finished.
- markJobPoll(BatchJob, int, String, Throwable) - Static method in class com.groiss.wf.batch.BatchManager
-
Mark a started BatchJob as pollable.
- markJobPoll(BatchJob, Throwable) - Static method in class com.groiss.wf.batch.BatchManager
-
Mark a started BatchJob as pollable.
- markJobRetry(BatchJob, int, String, Throwable) - Static method in class com.groiss.wf.batch.BatchManager
-
Mark a created BatchJob as 'startretry'.
- markJobRetry(BatchJob, Throwable) - Static method in class com.groiss.wf.batch.BatchManager
-
Mark a created BatchJob as 'startretry'.
- markJobSuspendPoll(BatchJob, int, String, Throwable) - Static method in class com.groiss.wf.batch.BatchManager
-
Mark a created BatchJob as suspended from further poll attempts.
- markJobSuspendPoll(BatchJob, Throwable) - Static method in class com.groiss.wf.batch.BatchManager
-
Mark a created BatchJob as suspended from further poll attempts.
- markJobSuspendRetry(BatchJob, int, String, Exception) - Static method in class com.groiss.wf.batch.BatchManager
-
Mark a created BatchJob as suspended from further start attempts.
- markJobSuspendRetry(BatchJob, Exception) - Static method in class com.groiss.wf.batch.BatchManager
-
Mark a created BatchJob as suspended from further start attempts.
- markObsolete() - Method in class com.groiss.notification.NotificationEvent
-
Mark event as obsolete.
- maskValueWhenLogged() - Method in class com.groiss.http.Parameter
-
Return true if the parameter values shall be masked when logged or in the result of method
Parameter.toString()
- matchFilter(int, TableModel) - Method in class com.groiss.gui.table.TableRenderer
-
all filters must match, return true if all match
- MAX - Static variable in interface com.groiss.reporting.data.Attribute
- maxunit - Variable in class com.groiss.reporting.data.impl.TimeInterval
- mayBeReferenced(String) - Static method in class com.groiss.store.StoreUtil
-
Check, if for this class a foreign key can be defined.
- mayDelete(User, DMSObject) - Method in interface com.groiss.dms.DMS
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
OrgData.mayDelete(User, Persistent)
instead - mayDelete(User, DMSObject) - Method in interface com.groiss.dms.RemoteDMS
-
Deprecated.Use
OrgData.mayDelete(User, Persistent)
instead - mayDelete(User, Persistent) - Method in interface com.groiss.org.OrgData
-
Check whether the user may delete the object.
- mayDelete(User, Persistent) - Method in interface com.groiss.org.RemoteOrgData
-
Deprecated.Check whether the user may delete the object.
- mayEdit(User) - Method in interface com.groiss.cal.CalEvent
-
check if the given user may edit this event
- mayEdit(User) - Method in class com.groiss.cal.SimpleEvent
-
check if the given user may edit this event
- mayEdit(User, DMSObject) - Method in interface com.groiss.dms.DMS
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
OrgData.mayUpdate(User, Persistent)
instead - mayEdit(User, DMSObject) - Method in interface com.groiss.dms.RemoteDMS
-
Deprecated.Use
OrgData.mayUpdate(User, Persistent)
instead - mayExecute() - Method in class com.groiss.gui.NavigationNode
-
The default implementation evaluates the rolesMayExecute element.
- mayExecute() - Method in interface com.groiss.gui.NavigationTreeNode
-
Returns true if the current user may view this node.
- mayExecute(User, Persistent) - Method in interface com.groiss.org.OrgData
-
Check whether the user may execute the object (function).
- mayExecute(User, Persistent) - Method in interface com.groiss.org.RemoteOrgData
-
Deprecated.Check whether the user may execute the object (function).
- mayInsert(User, Persistent) - Method in interface com.groiss.org.OrgData
-
Check whether the user may create the object (insert it into the database).
- mayInsert(User, Persistent) - Method in interface com.groiss.org.RemoteOrgData
-
Deprecated.Check whether the user may create the object (insert it into the database).
- mayUpdate(User, Persistent) - Method in interface com.groiss.org.OrgData
-
Check whether the user may edit the object.
- mayUpdate(User, Persistent) - Method in interface com.groiss.org.RemoteOrgData
-
Deprecated.Check whether the user may edit the object.
- mayView(User) - Method in interface com.groiss.cal.CalEvent
-
check if the given user may view this event
- mayView(User) - Method in class com.groiss.cal.SimpleEvent
-
check if the given user may view this event
- mayView(User, DMSObject) - Method in interface com.groiss.dms.DMS
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
OrgData.mayView(User, Persistent)
instead - mayView(User, DMSObject) - Method in interface com.groiss.dms.RemoteDMS
-
Deprecated.Use
OrgData.mayView(User, Persistent)
instead - mayView(User, Persistent) - Method in interface com.groiss.org.OrgData
-
Check whether the user may view the object.
- mayView(User, Persistent) - Method in interface com.groiss.org.RemoteOrgData
-
Deprecated.Check whether the user may view the object.
- merge(DNF, int, int) - Method in class com.groiss.accesscontrol.DNF
-
merge the dnf2 into dnf on the given position
- Message - Class in com.groiss.cluster.communication
-
This class represents a message sent by the cluster communication mechanism.
- Message() - Constructor for class com.groiss.cluster.communication.Message
-
Default constructor
- Message(Serializable) - Constructor for class com.groiss.cluster.communication.Message
-
Constructs a message and initializes the content.
- MESSAGE_TEMPLATE - Static variable in class com.groiss.dms.DMS.FormTypes
-
Form type for message templates.
- MESSAGE_TEMPLATE - Static variable in interface com.groiss.dms.FormType
-
Holds the oid of the formtype for message templates
- MessageHandler - Interface in com.groiss.ws.server
-
will be called on incomming messages for serverside webservices
- MessageTemplate - Interface in com.groiss.messaging
-
Template for creating mail messages.
- MILLISPERDAY - Static variable in class com.groiss.cal.CalUtil
-
Number of milliseconds per day
- MIN - Static variable in interface com.groiss.reporting.data.Attribute
- minunit - Variable in class com.groiss.reporting.data.impl.TimeInterval
- MINUTES - Static variable in class com.groiss.cal.CalUtil
- MISSING_VALUE - Static variable in class com.groiss.store.StoreUtil
- mixin(DMSDocForm, DMSForm) - Static method in class com.groiss.office.DocumentManager
-
fill in the given template
- mixin(DMSDocForm, ActivityInstance) - Static method in class com.groiss.office.DocumentManager
-
fill in the given template
- mixin(DMSDocForm, Map<String, ?>) - Static method in class com.groiss.office.DocumentManager
-
fill in the given template
- mixin(InputStream, DMSForm) - Static method in class com.groiss.office.DocumentManager
-
fill in the given template
- mixin(InputStream, ActivityInstance) - Static method in class com.groiss.office.DocumentManager
-
fill in the given template
- mixin(InputStream, Map<String, ?>) - Static method in class com.groiss.office.DocumentManager
-
fill in the given template
- mixin(InputStream, VariableContext) - Static method in class com.groiss.office.DocumentManager
-
performs the substitutions using the given
VariableContext
- MobileView - Class in com.groiss.smartclient.mobile
-
Used to show some mobile view without the need for the entire mobile client.
- MobileView() - Constructor for class com.groiss.smartclient.mobile.MobileView
- MODE_ACTIVE - Static variable in class com.groiss.wfxml.WfXML2
-
Operating mode active means that WfXML is fully active.
- MODE_OFF - Static variable in class com.groiss.wfxml.WfXML2
-
Operating mode off means that WfXML is deactivated.
- MODE_PASSIVE - Static variable in class com.groiss.wfxml.WfXML2
-
Operating mode passive means that WfXML is activated.
- model - Variable in class com.groiss.gui.table.TableAdapter
- modifyActions(List<Pair<String, Object>>) - Method in interface com.groiss.dms.DMSTableHandler
-
Your chance to modify the set of provided actions, called for each table line.
- modifyColumns(List<ColumnDescription>) - Method in class com.groiss.dms.DMSTableAdapter
-
Deprecated.
- modifyColumns(List<ColumnDescription>) - Method in interface com.groiss.dms.DMSTableHandler
-
You get the columns as we suggest it as a list of
ColumnDescription
(see the corresponding statics defined in this interface as values for the ids of the ColumnDescriptions, e.g. - modifyColumns(List<ColumnDescription>) - Method in class com.groiss.dms.FormTableAdapter
-
Deprecated.
- modifyColumns(List<ColumnDescription>) - Method in interface com.groiss.dms.FormTableHandler
-
Allows modification of the table header
- modifyColumns(List<ColumnDescription>) - Method in interface com.groiss.storegui.ObjectTableHandler
-
Allows modification of the table header
- modifyColumns(List<ColumnDescription>) - Method in class com.groiss.wf.html.CombinedWorklist
- modifyColumns(List<ColumnDescription>) - Method in interface com.groiss.wf.html.Worklist
-
You get the header as we suggest it, a list of reserved keywords, like "id","process", "task".
- modifyColumns(List<ColumnDescription>) - Method in class com.groiss.wf.html.WorklistAdapter
-
Deprecated.
- modifyDetailPanes(KeyedList<String, NavigationTreeNode>, StringBuilder, ProcessInstance, ActivityInstance) - Method in interface com.groiss.wf.ApplicationAdapter
-
You can modify the title and tabs in the detail view of the process.
- modifyDMSAttachments(List<DMSObject>, Message) - Method in interface com.groiss.smartclient.mail.MailActionsHandler
-
Method to modify given list of DMS attachments that should be filled in Compose window.
- modifyFileAttachments(List<Pair<String, File>>, Message) - Method in interface com.groiss.smartclient.mail.MailActionsHandler
-
Method to modify given list of
File
attachments that should be filled in Compose window. - modifyHeader(List<Object>) - Method in interface com.groiss.reporting.ResultModifier
- modifyMailBody(Pair<String, String>, Message) - Method in interface com.groiss.smartclient.mail.MailActionsHandler
-
Method to modify given mail body (text/plain and text/html) that should be filled in Compose window.
- modifyModel(T, Element, FormContext) - Method in interface com.groiss.dms.XHTMLFormEventHandler
-
Callback for modifying the model element.
- modifyRecipients(Map<Message.RecipientType, String>, Message) - Method in interface com.groiss.smartclient.mail.MailActionsHandler
-
Method to modify given recipients that should be filled in Compose window.
- modifyResult(List<List<Object>>) - Method in interface com.groiss.reporting.ResultModifier
- modifySenderAddress(String) - Method in interface com.groiss.smartclient.mail.MailActionsHandler
-
Method to modify given sender address that should be filled in Compose window.
- modifySubject(String, Message) - Method in interface com.groiss.smartclient.mail.MailActionsHandler
-
Method to modify given subject that should be filled in Compose window.
- modifyTableHeader(List<Pair<String, Object>>) - Method in class com.groiss.dms.DMSTableAdapter
-
Deprecated.since ep 8.0, implement
DMSTableAdapter.modifyColumns(List)
instead - modifyTableHeader(List<Pair<String, Object>>) - Method in class com.groiss.dms.FormTableAdapter
-
Deprecated.
- modifyTableHeader(List<Pair<String, Object>>) - Method in class com.groiss.wf.html.WorklistAdapter
-
Deprecated.since 8.0 use
WorklistAdapter.modifyColumns(List)
instead - modifyTableLine(DMSObject, Map<String, Object>) - Method in interface com.groiss.dms.DMSTableHandler
-
Your chance to modify the line, called for each table line.
- modifyTableLine(ActivityInstance, List<Object>) - Method in class com.groiss.wf.html.WorklistAdapter
-
Deprecated.since 6.3
- modifyTableLine(ActivityInstance, Map<String, Object>) - Method in class com.groiss.wf.html.CombinedWorklist
- modifyTableLine(ActivityInstance, Map<String, Object>) - Method in interface com.groiss.wf.html.Worklist
-
Your chance to modify the line, called for each table line.
- modifyTableLine(ActivityInstance, Map<String, Object>) - Method in class com.groiss.wf.html.WorklistAdapter
-
Deprecated.
- modifyTableLine(T, Map<String, Object>) - Method in interface com.groiss.dms.FormTableHandler
-
Your chance to modify the line, called for each table line.
- modifyTableLine(T, Map<String, Object>) - Method in interface com.groiss.storegui.ObjectTableHandler
-
Your chance to modify the line, called for each table line.
- MONTHLY - Static variable in interface com.groiss.cal.CalEvent
- move(DMSFolder, DMSFolder, P, short) - Method in interface com.groiss.dms.DMS
-
Moves an object from one folder to another.
- move(DMSFolder, DMSFolder, P, short) - Method in interface com.groiss.dms.RemoteDMS
-
Deprecated.Moves an object from one folder to another.
- MOVE - Static variable in interface com.groiss.dms.DMS
-
Determines that a DMSObject should be moved from one folder to another
- MOVE - Static variable in interface com.groiss.dms.RemoteDMS
-
Deprecated, for removal: This API element is subject to removal in a future version.use
DMS.MOVE
instead - moveToRecycleBin(DMSFolder, DMSObject) - Method in interface com.groiss.dms.DMS
-
Moves the object o which resides in folder f to the Recycle Bin.
- moveToRecycleBin(DMSFolder, DMSObject) - Method in interface com.groiss.dms.RemoteDMS
-
Deprecated.Moves the object o which resides in folder f to the Recycle Bin.
- MultiMap<K,
V> - Class in com.groiss.ds -
A MultiMap maps keys to objects, where one key can be mapped to a list of objects.
- MultiMap() - Constructor for class com.groiss.ds.MultiMap
-
Constructs an empty, not threadsafe MultiMap with default initialcapacity (16) and default subVectorSize (16)
- MultiMap(boolean) - Constructor for class com.groiss.ds.MultiMap
-
Constructs an empty MultiMap
- MultiMap(boolean, int, int) - Constructor for class com.groiss.ds.MultiMap
-
Constructs an empty MultiMap with the given settings
- MultiMap(int) - Constructor for class com.groiss.ds.MultiMap
-
Constructs a MultiMap and specifies an initial size for the Vectors holding the values to the keys.
- MultiMap(int, int) - Constructor for class com.groiss.ds.MultiMap
-
Creates a new MultiMap with the defined capacity and Vector size.
- MultipartRequest - Class in com.groiss.servlet
-
A wrapper of HttpServletRequest with additional methods to handle files and adding and removing parameters.
- MultipartRequest(HttpServletRequest) - Constructor for class com.groiss.servlet.MultipartRequest
- MULTIPLE - Static variable in class com.groiss.gui.component.SelectList
- MUST - Static variable in interface com.groiss.wf.RemoteWfEngine
-
Deprecated, for removal: This API element is subject to removal in a future version.use
WfEngine.MUST
instead - MUST - Static variable in interface com.groiss.wf.WfEngine
-
Constant for form-field-mode mandatory (XForms equivalent: required)
- myCondUnits - Variable in class com.groiss.reporting.data.impl.DateReportingData
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form