Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
S
- sanitizeCRLF(String) - Static method in class com.groiss.util.MailUtil
-
Replace sequences of CRLF characters by single spaces.
- saveConvert(String, boolean) - Static method in class com.groiss.component.Configuration
- saveFilter(HttpServletRequest) - Method in class com.groiss.gui.table.TableRenderer
-
save the column filter
- saveFilterMask(HttpServletRequest) - Method in class com.groiss.gui.table.TableRenderer
- ScheduleInfo - Class in com.groiss.timer
-
Define a schedule in a cron-like syntax.
- ScheduleInfo(String, Date) - Constructor for class com.groiss.timer.ScheduleInfo
-
Create the schedule info object.
- SchemaMapping - Class in com.groiss.ldap
-
Maps an LDAP-Schema to a java object net and vice versa.
- SchemaMapping() - Constructor for class com.groiss.ldap.SchemaMapping
- SCOPE - Static variable in interface com.groiss.wf.ActivityInstance
-
start a new scope
- SEARCH - Static variable in interface com.groiss.dms.DMSTableHandler
-
Deprecated, for removal: This API element is subject to removal in a future version.since ep 11; is not needed in smartclient UI
- SEARCH - Static variable in class com.groiss.dms.FormContext
-
The form is shown for search: fields read-write but empty, search button
- SEARCH_ALL - Static variable in interface com.groiss.dms.DMSTableHandler
-
Deprecated, for removal: This API element is subject to removal in a future version.since ep 11; is not needed in smartclient UI
- SEARCH_FIELD - Static variable in interface com.groiss.dms.DMSTableHandler
-
Deprecated, for removal: This API element is subject to removal in a future version.since ep 11; is not needed in smartclient UI
- SEARCH_TERM_SPLIT_PATTERN - Static variable in class com.groiss.wf.html.HTMLUtils
- SEARCHABLE - Static variable in class com.groiss.org.OrgData.Rights
-
The right to search objects.
- SEARCHABLE - Static variable in interface com.groiss.org.Right
-
The oid for right searchable.
- searchString - Variable in class com.groiss.gui.table.TableAdapter
- second - Variable in class com.groiss.ds.Pair
-
The second object.
- second - Variable in class com.groiss.ds.Triple
-
The second object.
- SECONDS - Static variable in class com.groiss.cal.CalUtil
-
TimeInterval Reporing & Time Managment
- seeAgain(ActivityInstance) - Method in interface com.groiss.wf.RemoteWfEngine
-
Deprecated.Move the activity instance from the suspension list to the worklist.
- seeAgain(ActivityInstance) - Method in interface com.groiss.wf.WfEngine
-
Move the activity instance from the suspension list to the worklist.
- SEEAGAIN - Static variable in class com.groiss.notification.Names
-
Deprecated.since ep 8.0; do not use anymore
- seeLater(ActivityInstance, Date) - Method in interface com.groiss.wf.RemoteWfEngine
-
Deprecated.Move the activity instance from the worklist to the suspension list.
- seeLater(ActivityInstance, Date) - Method in interface com.groiss.wf.WfEngine
-
Move the activity instance from the worklist to the suspension list.
- seeLater(ActivityInstance, Date, String) - Method in interface com.groiss.wf.RemoteWfEngine
-
Deprecated.Move the activity instance from the worklist to the suspension list.
- seeLater(ActivityInstance, Date, String) - Method in interface com.groiss.wf.WfEngine
-
Move the activity instance from the worklist to the suspension list.
- SEELATER - Static variable in class com.groiss.notification.Names
-
Deprecated.since ep 8.0; do not use anymore
- Select - Interface in com.groiss.reporting.data
-
Representation of a select element of a query.
- SELECT - Enum constant in enum class com.groiss.smartclient.ClientUtil.DialogConfiguration.ChoiceType
- SELECT - Static variable in class com.groiss.gui.component.SelectList
- selected - Variable in class com.groiss.gui.table.TableAdapter
- SELECTED - Static variable in class com.groiss.gui.component.SelectList
- selection - Variable in class com.groiss.gui.table.TableAdapter
- SELECTION_HIDDEN - Static variable in interface com.groiss.gui.table.Table
-
The first column is the oid or object, but the column is not shown: the column is only needed to find out the object for tablehandlers (linestyle, filter)
- SELECTION_LINK - Static variable in interface com.groiss.gui.table.Table
-
A link is used to select a row.
- SELECTION_MULTIPLE - Static variable in interface com.groiss.gui.table.Table
-
Show a checkbox for multiple selection of rows.
- SELECTION_NONE - Static variable in interface com.groiss.gui.table.Table
-
No selection of rows.
- SELECTION_ROW_MULTIPLE - Static variable in interface com.groiss.gui.table.Table
-
The line is clickable, multiple selections possible.
- SELECTION_ROW_SINGLE - Static variable in interface com.groiss.gui.table.Table
-
The line is clickable, only one line is selected.
- SELECTION_SINGLE - Static variable in interface com.groiss.gui.table.Table
-
Show a radio button for single selection of a row.
- selectList(HttpServletRequest) - Static method in class com.groiss.wf.html.HTMLUtils
-
Show a list of objects for selection, best for use in a popup.
- SelectList - Class in com.groiss.gui.component
-
A HTML select list with size > 1.
- SelectList() - Constructor for class com.groiss.gui.component.SelectList
-
Constructs a new empty dropdown list component.
- SelectList(String, int) - Constructor for class com.groiss.gui.component.SelectList
-
Constructor with name.
- SelectList(String, Collection<?>, int) - Constructor for class com.groiss.gui.component.SelectList
-
Constructor with name and content list.
- SelectList(String, Collection<?>, int, boolean) - Constructor for class com.groiss.gui.component.SelectList
-
Constructor with name and content list.
- SelectList(String, Collection<?>, int, boolean, String) - Constructor for class com.groiss.gui.component.SelectList
-
Constructor with name and content list.
- SelectList(String, Collection<?>, int, boolean, String, String) - Constructor for class com.groiss.gui.component.SelectList
-
Constructor with name and content list.
- selectList2(HttpServletRequest) - Static method in class com.groiss.wf.html.HTMLUtils
-
Show a list of objects for selection, best for use in a popup.
- selectTable(HttpServletRequest) - Static method in class com.groiss.wf.html.HTMLUtils
-
Deprecated, for removal: This API element is subject to removal in a future version.same as selectList.
- selectUserOrRole(HttpServletRequest) - Static method in class com.groiss.wf.html.HTMLUtils
-
Deprecated, for removal: This API element is subject to removal in a future version.use ep/widget/smartclient/form/ObjectInputField}
- send() - Method in interface com.groiss.messaging.MessageTemplate
-
Send the message.
- SEND_TO - Static variable in interface com.groiss.dms.DMSTableHandler
-
key for the action 'Send to'
- sendFormInstance(XFormInstance) - Method in class com.groiss.xforms.XFormImpl
-
Normally, the changes of the form are sent back to the browser using the method
XFormImpl.sendFormInstance(XFormInstance,HttpServletResponse)
. - sendFormInstance(XFormInstance, HttpServletResponse) - Method in class com.groiss.xforms.XFormImpl
-
Send the form instance back to the browser.
- sendFormInstance(XFormInstance, HttpServletResponse, String[]) - Method in class com.groiss.xforms.XFormImpl
-
Send the form instance back to the browser.
- sendLoginRequest(HttpServletRequest, HttpServletResponse) - Method in class com.groiss.org.PasswdAuth
- sendLoginRequest(HttpServletRequest, HttpServletResponse) - Method in interface com.groiss.servlet.HttpAuth
-
This method is called by the server, when authorization is required and the client must be requested for login information.
- sendMessage(String) - Method in class com.groiss.wf.SystemAction
-
Send a message using a pre-defined message template.
- sendReportRefreshToClient(String) - Static method in class com.groiss.reporting.QueryEngine
-
Send refresh notification to clients to refresh displayed reports with the given id.
- sendReportRefreshToClient(String, int) - Static method in class com.groiss.reporting.QueryEngine
-
Send refresh notification to clients to refresh displayed reports with the given id.
- sendToAdmin(String, String) - Method in interface com.groiss.server.Admin
-
Send a message with mime-type text/plain to the system administrator.
- sendToAdmin(String, String, MailSender.MailAction) - Method in interface com.groiss.server.Admin
-
Send a message with mime-type text/plain to the system administrator.
- serialize(Column, Object) - Method in interface com.groiss.fileimport.Serializer
- Serializer - Interface in com.groiss.fileimport
-
used for userdefined object serialization
- serverInfo() - Method in interface com.groiss.server.Admin
-
Print out the server information.
- ServerInfoMXBean - Interface in com.groiss.server
-
JMX bean to get some server info.
- Service - Interface in com.groiss.component
-
Services are Java objects that have a lifecycle, a service can be started, stopped, asked for its state and reconfigured.
- ServiceAdapter - Class in com.groiss.component
-
Deprecated, for removal: This API element is subject to removal in a future version.implement interface
Service
directly - ServiceAdapter() - Constructor for class com.groiss.component.ServiceAdapter
-
Deprecated.
- ServiceLocator - Class in com.groiss.wf
-
Use this class to get instances of WfEngine, OrgData, DMS, Store and Admin.
- ServiceManager - Class in com.groiss.component
-
The main class.
- ServiceManager() - Constructor for class com.groiss.component.ServiceManager
- ServletUtils - Class in com.groiss.servlet
-
Utility methods to use in servlets.
- Session - Interface in com.groiss.wf
-
Deprecated, for removal: This API element is subject to removal in a future version.
- SessionFactory - Class in com.groiss.wf
-
Deprecated, for removal: This API element is subject to removal in a future version.
- SessionFactory() - Constructor for class com.groiss.wf.SessionFactory
-
Deprecated.
- set(int, V) - Method in class com.groiss.ds.KeyedList
- set(Persistent, Set<PersistentAspect>) - Static method in enum class com.groiss.store.PersistentAspect
-
Set the PersistentAspects for an object.
- set(String, Object) - Method in class com.groiss.gui.VelocityPage
-
adds the given object to the
VelocityContext
- set(Set<PersistentAspect>) - Static method in enum class com.groiss.store.PersistentAspect
-
Set the PersistentAspects at the thread level.
- set(K, V) - Method in class com.groiss.ds.KeyedList
-
Replace the element mapped to key with the given element.
- set(T) - Method in class com.groiss.ds.ThreadLocal2
-
Sets the calling thread's instance of this ThreadLocal variable to the given value.
- SET_AGENT - Static variable in class com.groiss.org.OrgData.Rights
-
The right to change agents.
- SET_AGENT - Static variable in interface com.groiss.org.Right
-
The oid for right set_agent.
- SET_OPERATORS - Static variable in class com.groiss.reporting.Query
- setAbort(boolean) - Method in class com.groiss.event.BasicEvent
- setAcceptSelfSignedCertificates(boolean) - Method in class com.groiss.http.ClientConfiguration
-
Set this property to true if you want to accept self signed certificates.
- setAction(String, String, String) - Method in class com.groiss.gui.component.FormContainer
-
sets the action of the form
- setActionListener(String, String) - Method in class com.groiss.gui.AbstractComponent
-
Sets the action to an event.
- setActionListener(String, String) - Method in interface com.groiss.gui.Component
-
sets the style
- setActive(boolean) - Method in interface com.groiss.messaging.MessageTemplate
-
Set the message template to active.
- setActive(boolean) - Method in interface com.groiss.store.Activatable
- setActivityContext() - Method in interface com.groiss.dms.DMSForm
-
Set the context for versioning to the current context of the wf-engine.
- setActivityContext(ActivityInstance) - Method in interface com.groiss.dms.DMSForm
-
Set the context for versioning to the given activity instance.
- setActivityInstance(ActivityInstance) - Method in interface com.groiss.messaging.MessageTemplate
-
Set the message context (used for template replacements) to the given activity instance.
- setAddress(String) - Method in interface com.groiss.org.OrgUnit
- setAddToProcess(boolean) - Method in interface com.groiss.messaging.MessageTemplate
-
Add the message to the process.
- setAgent(Agent) - Method in class com.groiss.messaging.Recipient
-
Set the recipient to a user or role.
- setAgent(Agent) - Method in class com.groiss.notification.BasicNotificationItem
-
Set the items agent.
- setAgent(Agent) - Method in interface com.groiss.org.Permission
-
Set the agent of the permission.
- setAgent(ActivityInstance, Agent) - Method in interface com.groiss.wf.RemoteWfEngine
-
Deprecated.Give the activity instance to another agent.
- setAgent(ActivityInstance, Agent) - Method in interface com.groiss.wf.WfEngine
-
Give the activity instance to another agent.
- setAgentFromField(String) - Method in class com.groiss.wf.SystemAction
-
Set the current agent from a form field.
- setAgentString(String) - Method in class com.groiss.messaging.Recipient
-
Set the recipient to an email.
- setAgentType(Recipient.AgentType) - Method in class com.groiss.messaging.Recipient
-
Set the agent type.
- setAlias(String) - Method in class com.groiss.reporting.data.impl.DefaultReportingData
- setAllowHTML(boolean) - Method in class com.groiss.smartclient.ClientUtil.DialogConfiguration
-
Set to true if the message contains HTML text.
- setAllowHTMLMessage(boolean) - Method in exception com.groiss.util.ApplicationException
-
set to
true
to allow html-formatted error-messages,false
by default - setAltText(String) - Method in class com.groiss.gui.component.Image
-
sets the alternative text - attribute "title" if image is rendered this text is the tooltip text else it is the alternative text instead of the image
- setApplication(Application) - Method in class com.groiss.notification.BasicNotificationItem
-
Sets the items application.
- setApplication(Application) - Method in interface com.groiss.org.Right
- setApplication(Application) - Method in interface com.groiss.org.Role
- setApplication(Application) - Method in interface com.groiss.wf.ApplicationAdapter
- setApplication(Application) - Method in class com.groiss.wf.DefaultApplicationAdapter
- setArgs(String) - Method in class com.groiss.ldap.DirectoryServer
- setArgs(String) - Method in interface com.groiss.timer.TimerEntry
- setArguments(String) - Method in interface com.groiss.cal.CalInfo
-
The arguments defined in getArguments are set to the instance.
- setAttrib(String, Object) - Method in class com.groiss.gui.NavigationNode
- setAttrib(String, Object) - Method in interface com.groiss.gui.NavigationTreeNode
-
Set an attribute of the node.
- setAttribute(Attribute) - Method in class com.groiss.reporting.data.impl.DefaultReportingData
- setAttribute(Attribute) - Method in interface com.groiss.reporting.data.ReportingData
- setAttribute(Object, Object) - Static method in class com.groiss.util.ThreadContext
-
Adds a key-value pair to the thread's context.
- setAttribute(String, String) - Method in class com.groiss.gui.AbstractComponent
-
sets the attribute to the component
- setAttribute(String, String) - Method in class com.groiss.gui.component.RadioGroup
- setAttribute(String, String) - Method in interface com.groiss.gui.Component
-
sets the attribute to the component
- setAttribute(HttpSession, String, Object) - Static method in class com.groiss.util.TransientWrapper
-
Binds an object to a http session, using the name specified.
- setAttributeHasUserdefinedType(boolean) - Method in class com.groiss.reporting.data.impl.DefaultReportingData
- setAttributes(String, String, String, String, String, String, String, short, boolean, String, int) - Method in class com.groiss.ldap.DirectoryServer
- setAttributes(String, String, String, String, String, String, String, short, boolean, String, int, String, String) - Method in class com.groiss.ldap.DirectoryServer
- setAttributes(List<Pair<String, String>>) - Method in class com.groiss.gui.table.CellValue
- setAuthorizationCookie(HttpServletRequest, HttpServletResponse) - Method in class com.groiss.org.PasswdAuth
-
Answers the request from the login mask.
- setAutofinish(boolean) - Method in interface com.groiss.wf.batch.BatchJob
-
Set the autofinish property of the instance.
- setAvailableLocales(Locale[]) - Static method in class com.groiss.util.Settings
-
Change the list of locales.
- setAvoidAutoNotification(boolean) - Static method in class com.groiss.notification.NotificationSuite
-
Avoid sending of notifications to originating session.
- setBaseDir(String) - Static method in class com.groiss.util.Settings
-
Deprecated, for removal: This API element is subject to removal in a future version.shall never be called by API programmers therefore will be removed in future versions
- setBaseObject(Persistent) - Method in interface com.groiss.store.View
-
Set the base object of the view instance.
- setBaseObject(Persistent) - Method in class com.groiss.wf.ProcessInstanceView
- setBaseUrl(String) - Method in class com.groiss.http.ClientConfiguration
-
Sets the url prefix to be added in front of every url used for a client call.
- setBeforeShowCalled(boolean) - Method in class com.groiss.dms.FormContext
-
Set the beforeShowCalled field.
- setBigDecimal(PreparedStatement, int, BigDecimal) - Static method in class com.groiss.store.StoreUtil
-
Get a parameter in a PreparedStatement from a BigDecimal.
- setBigInteger(PreparedStatement, int, BigInteger) - Static method in class com.groiss.store.StoreUtil
-
Get a parameter in a PreparedStatement from a BigDecimal.
- setBindVars(PreparedStatement, Object...) - Static method in class com.groiss.store.StoreUtil
-
Set the bind variables of a prepared statement based on an object array.
- setBody(String) - Method in interface com.groiss.messaging.MessageTemplate
-
Set the message body.
- setBodyUrl(String) - Method in interface com.groiss.messaging.MessageTemplate
-
Set the message body.
- setBorder(int) - Method in class com.groiss.gui.component.Image
-
sets the thickness of the border around the displayed image
- setBrowserMode(short) - Method in class com.groiss.gui.AbstractComponent
-
sets the browserMode
- setBrowserMode(short) - Method in class com.groiss.gui.AbstractContainer
- setBrowserMode(short) - Method in interface com.groiss.gui.Component
-
sets the browserMode
- setCantChangePwd(boolean) - Method in interface com.groiss.org.User
- setCaption(int) - Method in class com.groiss.cal.SimpleEvent
- setCellAttribute(int, int, String, String) - Method in class com.groiss.gui.component.TableContainer
-
sets the attribute in the specified cell
- setCellValue(Element, Object, List<Pair<String, String>>, int) - Method in class com.groiss.gui.component.TableContainer
- setChangePwdNext(boolean) - Method in interface com.groiss.org.User
- setCharset(Charset) - Method in class com.groiss.fileimport.csv.CSVSettings
- setChecked(boolean) - Method in class com.groiss.gui.component.Checkbox
-
sets wheter the checkbox is checked or not
- setChecked(boolean) - Method in class com.groiss.gui.component.RadioButton
-
sets whether the radioButton is checked or not
- setChecked(String) - Method in class com.groiss.gui.component.RadioGroup
- setChildren(List<Tree<D>>) - Method in class com.groiss.ds.Tree
-
Set the trees children.
- setChoiceType(ClientUtil.DialogConfiguration.ChoiceType) - Method in class com.groiss.smartclient.ClientUtil.DialogConfiguration
-
define which kind of control to be used. default value:
ClientUtil.DialogConfiguration.ChoiceType.RADIO
- setClass(String) - Method in class com.groiss.gui.AbstractComponent
- setClass(String) - Method in interface com.groiss.gui.Component
-
set the CSS-class attribute to the given value
- setClassifierAssignment(ClassifierAssignment) - Method in interface com.groiss.ml.classifier.FormClassifier
-
Injects the
ClassifierAssignment
in which context if shall perform the classifications. - setClassLoader(ClassLoader) - Static method in class com.groiss.util.Settings
-
Set the application class loader.
- setClassname(String) - Method in interface com.groiss.timer.TimerEntry
- setClassName(String) - Method in class com.groiss.ldap.SubLink
-
Set the class name for the target of this sublink.
- setClassSubContext(String) - Method in class com.groiss.ldap.ClassMapping
-
Set the sub context for this class mapping.
- setClientType(HttpServletRequest) - Method in class com.groiss.xforms.XFormImpl
-
Set the client type from request, called from getInstance.
- setColouredRows(boolean) - Method in class com.groiss.gui.component.TableContainer
-
sets whether every second row is coloured or not sets the counter for counting the number of rows 0
- setCols(int) - Method in class com.groiss.gui.component.Textarea
-
sets the number of columns
- setColSpan(int) - Method in class com.groiss.gui.table.ColumnDescription
- setColumnAlign(int, String) - Method in class com.groiss.gui.component.TableContainer
-
sets the attribute, which controls whether the text is aligned to the left to the right or in the center
- setColumnAttribute(int, String, String) - Method in class com.groiss.gui.component.TableContainer
-
sets the specified attribute in the whole column
- setColumnHeight(int, int) - Method in class com.groiss.gui.component.TableContainer
-
sets the height of a specified column
- setColumns(List<ColumnDescription>, boolean, boolean) - Method in class com.groiss.gui.table.TableAdapter
-
Set the column properties.
- setColumnSet(int) - Method in class com.groiss.gui.table.ColumnDescription
- setColumnValign(int, String) - Method in class com.groiss.gui.component.TableContainer
-
sets the attribute, which controls whether the text is vertical aligned to the to the top, middle bottom or in the baseline
- setColumnWidth(int, int) - Method in class com.groiss.gui.component.TableContainer
-
sets the width of a specified column
- setCommentChar(String) - Method in class com.groiss.fileimport.csv.CSVSettings
- setCommitTimeStamp(long) - Method in class com.groiss.notification.NotificationEvent
-
Set the commit time stamp.
- setCommunicationType(String) - Method in class com.groiss.util.MailSender
-
Sets the communication type.
- setComponent(int, Class<? extends Component>) - Method in class com.groiss.gui.component.TableContainer
-
sets a specified component in the chosen column sets the component for all elements except the first one (row 0 - header column!!!)
- setConfirmValue(String) - Method in class com.groiss.smartclient.ClientUtil.DialogConfiguration
-
define what value will be submitted when confirming the
ClientUtil.DialogConfiguration.Type.CONFIRM
-dialog default value: "true" - setConnectTimeout(int) - Method in class com.groiss.http.ClientConfiguration
-
Sets the connect timeout of a client request, i.e. the time the client waits for establishing a connection.
- setContainer(Object) - Method in class com.groiss.util.Clipboard
-
Sets only the container, all other clipboard data remain unchanged
- setContent(byte[]) - Method in class com.groiss.wfxml.WfXMLDocForm
-
Set new content for the document.
- setContent(DMSDocForm, byte[]) - Method in interface com.groiss.dms.DMS
-
Set the content of a document.
- setContent(DMSDocForm, byte[]) - Method in interface com.groiss.dms.RemoteDMS
-
Deprecated.Set the content of a document.
- setContent(DMSDocForm, InputStream) - Method in interface com.groiss.dms.DMS
-
Set the content of a document.
- setContent(DMSDocForm, InputStream, long, byte[]) - Method in interface com.groiss.dms.DMS
-
Set the content of a document.
- setContent(Serializable) - Method in class com.groiss.cluster.communication.Message
-
Set the content of this message.
- setContent(Object) - Method in class com.groiss.gui.AbstractComponent
-
sets the content of the component
- setContent(Object) - Method in class com.groiss.gui.component.Checkbox
-
Set the value of the checkbox
- setContent(Object) - Method in class com.groiss.gui.component.FieldSet
-
Set content for the fieldset
- setContent(Object) - Method in class com.groiss.gui.component.FileChooser
-
sets the content of the component
- setContent(Object) - Method in class com.groiss.gui.component.FormContainer
- setContent(Object) - Method in class com.groiss.gui.component.Image
-
sets the content of the component
- setContent(Object) - Method in class com.groiss.gui.component.Label
- setContent(Object) - Method in class com.groiss.gui.component.Link
-
Set the href attribute.
- setContent(Object) - Method in class com.groiss.gui.component.RadioButton
-
Set the button text.
- setContent(Object) - Method in class com.groiss.gui.component.RadioGroup
- setContent(Object) - Method in class com.groiss.gui.component.SelectList
-
Sets the list of options.
- setContent(Object) - Method in interface com.groiss.gui.Component
-
sets the content of the component
- setContent(Object) - Method in class com.groiss.gui.component.SubmitButton
- setContent(Object) - Method in class com.groiss.gui.component.TableContainer
-
Initialize the table with the given tabel model.
- setContent(Object) - Method in class com.groiss.gui.component.Tabs
- setContent(Object) - Method in class com.groiss.gui.component.Text
-
sets the content of the component
- setContent(Object) - Method in class com.groiss.gui.component.Textarea
-
Set the text of the textarea.
- setContent(Object) - Method in class com.groiss.gui.component.Textfield
-
Set the value attribute.
- setContent(Object) - Method in class com.groiss.gui.XHTMLPage
-
Does nothing.
- setContent(Object, boolean) - Method in class com.groiss.gui.component.SelectList
-
Sets the list of options.
- setContent(Object, KeyValuePair<?, ?>) - Method in class com.groiss.gui.component.SelectList
-
Sets the list of options.
- setContent(String) - Method in class com.groiss.wfxml.WfXMLNote
-
Set the content of this note.
- setContentType(String) - Method in class com.groiss.gui.HTMLPage
-
Set the content type.
- setContentType(String) - Method in class com.groiss.gui.VelocityPage
-
set the contenttype
- setContentType(String) - Method in class com.groiss.gui.XHTMLPage
- setContext() - Method in class com.groiss.util.RMIThreadContext
-
Deprecated.
- setContext(ActivityInstance) - Method in interface com.groiss.wf.RemoteWfEngine
-
Deprecated.
- setContext(ActivityInstance) - Method in interface com.groiss.wf.WfEngine
- setContextObject(Persistent) - Method in class com.groiss.accesscontrol.DNF
- setCookieSecurity(Cookie, HttpServletRequest) - Static method in class com.groiss.servlet.HttpUtils
-
Set the security attribute of a cookie.
- setData(D) - Method in class com.groiss.ds.Tree
-
Set the trees data element.
- setData(Object, List<? extends Object>, Clipboard.Mode) - Method in class com.groiss.util.Clipboard
-
Sets the whole content for the clipboard
- setDateformat(String) - Method in class com.groiss.reporting.data.impl.DateReportingData
- setDateformat(String) - Method in class com.groiss.reporting.data.impl.TimeInterval
- setDateFormatter(int, SimpleDateFormat) - Static method in class com.groiss.cal.CalUtil
- setDefaultAction(String) - Method in class com.groiss.gui.table.TableAdapter
-
Set the default action.
- setDefaultFactory(String, Properties) - Static method in class com.groiss.wf.SessionFactory
-
Deprecated.Set the default properties.
- setDefaultLocale() - Static method in class com.groiss.component.ServiceManager
-
Set the default locale and time zone for the whole java process.
- setDefaultLocale(Locale) - Method in class com.groiss.component.Resource
- setDefaultProps() - Method in class com.groiss.util.MailSender
-
set default mailsender properties defined in configuration Mails can be only put into the mailqueue if they are send by default, mailbox or user properties.
- setDefaultProps(MailBox) - Method in class com.groiss.util.MailSender
-
Set mailsender properties as defined for a mailbox Mails can be only put into the mailqueue if they are send by default, mailbox or user properties.
- setDefaultProps(Properties) - Method in class com.groiss.util.MailSender
- setDept(OrgUnit) - Method in class com.groiss.notification.BasicNotificationItem
- setDepts(boolean) - Method in class com.groiss.ldap.DirectoryServer
- setDepttrees(boolean) - Method in class com.groiss.ldap.DirectoryServer
- setDescription(ActivityInstance, String) - Method in interface com.groiss.wf.RemoteWfEngine
-
Deprecated.Set the description of an activity instance.
- setDescription(ActivityInstance, String) - Method in interface com.groiss.wf.WfEngine
-
Set the description of an activity instance.
- setDescription(String) - Method in class com.groiss.gui.table.ColumnDescription
-
Sets the description.
- setDescription(String) - Method in class com.groiss.ldap.DirectoryServer
- setDescription(String) - Method in interface com.groiss.org.Application
- setDescription(String) - Method in interface com.groiss.org.OrgUnit
- setDescription(String) - Method in interface com.groiss.org.Right
- setDescription(String) - Method in interface com.groiss.org.Role
- setDescription(String) - Method in interface com.groiss.org.User
- setDescription(String) - Method in interface com.groiss.timer.TimerEntry
- setDescription(String) - Method in class com.groiss.wfxml.WfXMLWebLink
-
Set a new description for this web link.
- setDisplayedSize(int) - Method in class com.groiss.gui.component.SelectList
-
sets the displayed list size
- setDivClass(String) - Method in class com.groiss.gui.component.Tabs
-
Tabs are placed in a HTML div element.
- setDocument(DMSObject) - Method in interface com.groiss.messaging.MessageTemplate
-
Set the message context (used for template replacements) to the given document.
- setDuedate(ActivityInstance, Date) - Method in interface com.groiss.wf.RemoteWfEngine
-
Deprecated.Set the duedate of the activity instance.
- setDuedate(ActivityInstance, Date) - Method in interface com.groiss.wf.WfEngine
-
Set the duedate of the activity instance.
- setDuedateFromField(String) - Method in class com.groiss.wf.SystemAction
-
Set the duedate of the current task to the value of the given form field.
- setEdit(boolean) - Method in class com.groiss.gui.table.ColumnDescription
-
Sets if this column can be edited.
- setEditable(boolean) - Method in class com.groiss.gui.table.ColumnDescription
-
Sets if direct editing should be possible for this column.
- setEditProps(String, String, String, String, String) - Method in class com.groiss.gui.table.TableAdapter
-
Set the edit properties.
- setEmail(String) - Method in interface com.groiss.org.OrgUnit
- setEmail(String) - Method in interface com.groiss.org.User
- setEncoding(boolean) - Method in class com.groiss.gui.AbstractComponent
-
Deprecated.method does nothing
- setEntity(Entity) - Method in class com.groiss.reporting.data.impl.DefaultReportingData
- setEntity(Entity) - Method in interface com.groiss.reporting.data.ReportingData
- setErrorFormatter(ErrorFormatter) - Method in exception com.groiss.util.ApplicationException
-
Set the formatter for formatting the error page.
- setEscapeMode(EscapeMode) - Method in class com.groiss.fileimport.csv.CSVSettings
- setEventType(EventType) - Method in class com.groiss.cal.SimpleEvent
- setExecutor(String) - Method in interface com.groiss.wf.batch.BatchJob
-
Set the executor of the instance.
- setExpandEmptyElements(boolean) - Method in class com.groiss.gui.AbstractComponent
-
Deprecated.method does nothing
- setExpandForDrilldown(boolean) - Method in class com.groiss.reporting.data.impl.DateReportingData
- setExpiresImmediatelyForGuest(HttpServletRequest, HttpServletResponse) - Static method in class com.groiss.servlet.ServletUtils
-
If no user is currently logged in, it's required, that some resources are not cached, so the user gets the new files as soon he loggs in.
- setExplicitTransactionMode(boolean) - Static method in class com.groiss.component.BeanManager
-
Deprecated, for removal: This API element is subject to removal in a future version.
- setExportingParam(String, String) - Method in class com.groiss.reporting.Query
- setExtension(String) - Method in interface com.groiss.dms.DMSDocForm
-
Set the extension of this document.
- setExtensionPart(String) - Method in class com.groiss.wfxml.WfXMLDocForm
-
Set a new extension for the document.
- setFetchsize(int) - Static method in class com.groiss.store.StoreUtil
- setField(Field, Object, Object) - Static method in class com.groiss.ldap.LDAPUtils
-
Set a field of the given object to a value
- setField(String) - Method in class com.groiss.gui.table.ColumnDescription
- setField(String, double) - Method in class com.groiss.wfxml.WfXMLForm
-
Set a field to a double value.
- setField(String, int) - Method in class com.groiss.wfxml.WfXMLForm
-
This method sets a field to an integer value.
- setField(String, long) - Method in class com.groiss.wfxml.WfXMLForm
-
This method sets a field to a long value.
- setField(String, Object) - Method in interface com.groiss.dms.DMSForm
-
Sets the value of the specified field
- setField(String, Object) - Method in class com.groiss.wfxml.WfXMLForm
-
Use this method to set a field to various values.
- setField(String, Object) - Method in interface com.groiss.xforms.XFormInstance
- setFieldModes(ProcessDefinition, String, String, String, Map<String, Short>) - Method in interface com.groiss.server.Admin
-
Set the field mode for a step in a process.
- setFieldModes(Map<String, Short>) - Method in class com.groiss.dms.FormContext
-
Set the filed modes.
- setFieldToAgent(String) - Method in class com.groiss.wf.SystemAction
-
Set a form field to the current user.
- setFieldToCurrentDate(String) - Method in class com.groiss.wf.SystemAction
-
Set a form field to the current date.
- setFieldToOU(String) - Method in class com.groiss.wf.SystemAction
-
Set a form field to the home org unit of agent
- setFieldToValue(Persistent, Field, Object, Map<String, ? extends Object>) - Static method in class com.groiss.store.StoreUtil
-
Set a field of an object
- setFieldToValue(Persistent, Field, Object, Map<String, ? extends Object>, boolean) - Static method in class com.groiss.store.StoreUtil
-
Set a field of an object
- setFieldToValue(String, String) - Method in class com.groiss.wf.SystemAction
-
Set a form field to specified value.
- setFile(File) - Method in class com.groiss.fileimport.StructuredFileSettings
- setFileName(String) - Method in class com.groiss.component.Configuration
-
Set the file name for the configuration.
- setFilled(boolean) - Method in interface com.groiss.store.Persistent
-
This method can change the filled status of this persistent object.
- setFilled(boolean) - Method in class com.groiss.store.PersistentObject
- setFilterable(boolean) - Method in class com.groiss.gui.table.ColumnDescription
- setFiltered(boolean) - Method in class com.groiss.gui.table.ColumnDescription
- setFinished(ActivityInstance) - Method in interface com.groiss.wf.RemoteWfEngine
-
Deprecated.Set the status of the activity instance to FINISHED.
- setFinished(ActivityInstance) - Method in interface com.groiss.wf.WfEngine
-
Set the status of the activity instance to FINISHED.
- setFinishtime(Date) - Method in interface com.groiss.wf.batch.BatchJob
- setFirstName(String) - Method in interface com.groiss.org.User
- setFirstTime(Date) - Method in class com.groiss.timer.ScheduleInfo
-
Set the start time of the schedule.
- setFirstTime(Date) - Method in interface com.groiss.timer.TimerEntry
- setFixedWidth(boolean) - Method in class com.groiss.fileimport.csv.CSVSettings
- setFolderOid(Long) - Method in class com.groiss.notification.NotificationEvent
- setFollowOU(OrgUnit) - Method in interface com.groiss.org.OrgUnit
- setForceDispatch(boolean) - Method in class com.groiss.event.BasicEvent
- setFormFields(String) - Method in class com.groiss.gui.table.ColumnDescription
- setFormName(String) - Method in class com.groiss.wfxml.WfXMLForm
-
Set the form name, with which the form is defined in process definitions.
- setFromDate(Date) - Method in class com.groiss.cal.SimpleEvent
- setFromDate(Date) - Method in interface com.groiss.org.Permission
- setFromRS(Persistent, ResultSet) - Static method in class com.groiss.store.StoreUtil
-
Set the members of the persistent object to the corresponding values of the current row of the result set.
- setFromRS(Persistent, ResultSet, boolean) - Static method in class com.groiss.store.StoreUtil
-
Set the members of the persistent object to the corresponding values of the current row of the result set.
- setFromRSByName(Persistent, ResultSet) - Static method in class com.groiss.store.StoreUtil
-
Set the members of the persistent object to the corresponding values of the current row of the result set.
- setFromRSByName(Persistent, ResultSet, boolean) - Static method in class com.groiss.store.StoreUtil
-
Set the members of the persistent object to the corresponding values of the current row of the result set.
- setGender(int) - Method in interface com.groiss.org.User
-
set the gender of this user
- setGoBackOnError(boolean) - Method in interface com.groiss.wf.batch.BatchJob
-
Set the gobackonerror property of the instance.
- setGroupable(boolean) - Method in class com.groiss.gui.table.ColumnDescription
- setHandleRedirects(boolean) - Method in class com.groiss.http.ClientConfiguration
-
Set this property to true if you need to support redirects in the response of a client call.
- setHasHeader(boolean) - Method in class com.groiss.fileimport.csv.CSVSettings
- setHasReminder(boolean) - Method in class com.groiss.cal.SimpleEvent
- setHeader(List<?>) - Method in class com.groiss.ds.ObjectTableModel
-
Set the header of the table model.
- setHeaderAttribute(String, String) - Method in class com.groiss.gui.component.TableContainer
-
sets an attribute of the column header (first row)
- setHeaderName(int, String) - Method in class com.groiss.gui.component.TableContainer
-
sets the columnname of a specified column
- setHelpContext(String) - Method in class com.groiss.gui.table.TableAdapter
-
Set the help context for online help.
- setHostname(String) - Method in class com.groiss.wfxml.Partner
- setHref(String) - Method in class com.groiss.gui.component.Link
-
sets the link url
- setHref(String) - Method in class com.groiss.gui.component.SortableLink
- setHttpSessionId(String) - Method in class com.groiss.notification.BasicNotificationItem
-
Set the sessionId (HttpSession.getId() for this notification Item.
- setIcon(String) - Method in class com.groiss.gui.table.ColumnDescription
- setId(ProcessInstance, String) - Method in interface com.groiss.wf.RemoteWfEngine
-
Deprecated.Set the id of the process instance.
- setId(ProcessInstance, String) - Method in interface com.groiss.wf.WfEngine
-
Set the id of the process instance.
- setId(String) - Method in class com.groiss.gui.AbstractComponent
-
set the unique identifier to a given value.
- setId(String) - Method in interface com.groiss.gui.Component
-
set the unique identifier to a given value.
- setId(String) - Method in class com.groiss.gui.NavigationNode
- setId(String) - Method in interface com.groiss.gui.NavigationTreeNode
-
Set the id of the node.
- setId(String) - Method in class com.groiss.gui.table.ColumnDescription
-
Sets the id.
- setId(String) - Method in interface com.groiss.org.OrgClass
-
Set the id.
- setId(String) - Method in interface com.groiss.org.OrgTree
- setId(String) - Method in interface com.groiss.org.OrgUnit
- setId(String) - Method in interface com.groiss.org.Right
- setId(String) - Method in interface com.groiss.org.Role
- setId(String) - Method in interface com.groiss.org.User
- setId(String) - Method in interface com.groiss.timer.TimerEntry
- setId(String) - Method in class com.groiss.wfxml.Partner
- setId(String) - Method in class com.groiss.wfxml.WfXMLForm
-
Sets an id for this
WfXMLForm
. - setIgnoreSubst(boolean) - Method in interface com.groiss.org.Permission
-
Set to true if you want that the permission is not valid for substitutions.
- setIndenting(boolean) - Method in class com.groiss.gui.AbstractComponent
-
Deprecated.method does nothing
- setInputStream(InputStream) - Method in class com.groiss.fileimport.StructuredFileSettings
- setInterval(int) - Method in class com.groiss.cal.SimpleEvent
- setJavaClassName(String) - Method in class com.groiss.ldap.ClassMapping
-
Set the class name of the java class for this mapping.
- setJavaScripClass(String) - Method in class com.groiss.gui.table.ColumnDescription
- setJdom(Element) - Method in class com.groiss.fileimport.Column
- setJobstate(int) - Method in interface com.groiss.wf.batch.BatchJob
-
Set the state of the job.
- setLabel(Label) - Method in class com.groiss.gui.AbstractComponent
-
sets the label component
- setLabel(Label) - Method in interface com.groiss.gui.Component
-
sets the label component
- setLabelStr(String) - Method in class com.groiss.gui.component.Button
-
sets the text on the button
- setLegend(String) - Method in class com.groiss.gui.component.FieldSet
-
Set a legend for the fieldset (like a title)
- setLineEnd(String) - Method in class com.groiss.fileimport.csv.CSVSettings
- setLinkAtt(String) - Method in class com.groiss.ldap.SubLink
-
Set the attribute name of the linking attribute of this sublink.
- setLocale(String) - Method in interface com.groiss.org.User
- setLocale(Locale) - Method in interface com.groiss.messaging.MessageTemplate
-
Set the locale that is used for internationalization of the message.
- setLocale(Locale) - Method in class com.groiss.servlet.MultipartRequest
- setLocale(HttpServletRequest) - Static method in class com.groiss.servlet.ServletUtils
-
Deprecated.
- setLocale(HttpServletRequest, Principal) - Static method in class com.groiss.servlet.ServletUtils
-
Set the threadcontext Locale and return it.
- setLocalizeValue(boolean) - Method in class com.groiss.gui.table.ColumnDescription
- setLocation(String) - Method in class com.groiss.cal.SimpleEvent
- setLocked() - Method in class com.groiss.fileimport.StructuredFileSettings
- setLogged(boolean) - Method in interface com.groiss.messaging.MessageTemplate
-
Log the message into the mail journal.
- setLoginAllowed(String, boolean, String) - Method in interface com.groiss.server.Admin
-
Allow or deny the login on the given node.
- setLoginAllowed(String, boolean, String, int, String) - Method in interface com.groiss.server.Admin
-
Allow or deny the login on the given node.
- setMailAction(MailSender.MailAction) - Method in class com.groiss.util.MailSender
-
Sets another
MailSender.MailAction
- setMailSender(MailSender) - Method in interface com.groiss.messaging.MessageTemplate
-
Set the mail sender for using specific properties for sender and communication settings.
- setMainform(DMSForm) - Method in class com.groiss.dms.FormContext
-
Set the mainform.
- setMappedValue(String, String) - Method in class com.groiss.reporting.data.impl.DefaultReportingData
-
set internal fields for a possible mapped value. is used when restoring/completing series in
DefaultReportingData.completeSeries(Set, Query)
by creating synthetic data-instances - setMark(ProcessInstance, boolean) - Method in interface com.groiss.wf.RemoteWfEngine
-
Deprecated.Set the given ProcessInstance to marked/unmarked for the current user.
- setMark(ProcessInstance, boolean) - Method in interface com.groiss.wf.WfEngine
-
Set the given ProcessInstance to marked/unmarked for the current user.
- setMask(String) - Method in class com.groiss.gui.HTMLPage
-
Deprecated.
- setMaxlength(int) - Method in class com.groiss.gui.component.Textfield
-
sets the maximum length of the text in the textfield
- setMessage(String) - Method in class com.groiss.smartclient.ClientUtil.DialogConfiguration
-
set the dialog message
- setMessageCharset(String) - Method in interface com.groiss.messaging.MessageTemplate
-
Set the character set for the message (optionally).
- setMeToo(boolean) - Static method in class com.groiss.notification.NotificationSuite
-
Send notifications also to originating session.
- setMimeType(String) - Method in interface com.groiss.messaging.MessageTemplate
-
Set the mime-type.
- setMobileClient(boolean) - Method in class com.groiss.gui.UserAgent
- setMode(int) - Method in class com.groiss.dms.FormContext
-
Set the view mode.
- setMode(Clipboard.Mode) - Method in class com.groiss.util.Clipboard
-
Sets only the mode, all other clipboard data remain unchanged
- setModel(TableModel) - Method in class com.groiss.gui.component.TableContainer
- setMsgType(String) - Method in class com.groiss.cluster.communication.Message
-
Set the type representation of this message.
- setMultiple(boolean) - Method in class com.groiss.gui.component.SelectList
- setName(Object) - Method in class com.groiss.gui.table.ColumnDescription
-
Sets the name.
- setName(String) - Method in interface com.groiss.dms.DMSObject
-
Sets the name of this object to passed string.
- setName(String) - Method in class com.groiss.gui.AbstractComponent
-
set the name to a given value.
- setName(String) - Method in class com.groiss.gui.component.RadioButton
-
sets the name of the radioButton
- setName(String) - Method in interface com.groiss.gui.Component
-
set the name to a given value.
- setName(String) - Method in interface com.groiss.org.OrgClass
-
Set the name.
- setName(String) - Method in interface com.groiss.org.OrgTree
- setName(String) - Method in interface com.groiss.org.OrgUnit
- setName(String) - Method in interface com.groiss.org.PermissionList
-
Set the name.
- setName(String) - Method in interface com.groiss.org.Right
- setName(String) - Method in interface com.groiss.org.Role
- setName(String) - Method in class com.groiss.wfxml.WfXMLFolder
-
Set a name for the folder.
- setName(String) - Method in class com.groiss.wfxml.WfXMLWebLink
-
Set the name of this web link.
- setNamePart(String) - Method in class com.groiss.wfxml.WfXMLDocForm
-
Set the name part of the document (filename only; without extension).
- setNameSuffix(String) - Method in interface com.groiss.org.User
-
Set the name suffix for this user
- setNewLines(boolean) - Method in class com.groiss.gui.AbstractComponent
-
Deprecated.method does nothing
- setNewthread(boolean) - Method in interface com.groiss.wf.batch.BatchJob
-
Set the newthread property of the instance.
- setNi(NotificationItem) - Method in class com.groiss.notification.NotificationEvent
-
Set NotificatinoItem the event will transport.
- setNoCache(HttpServletResponse) - Static method in class com.groiss.servlet.HttpUtils
-
Deprecated.Use
ServletUtils.setNoCache(HttpServletResponse)
instead. - setNoCache(HttpServletResponse) - Static method in class com.groiss.servlet.ServletUtils
-
Sets appropriate headers on the response to avoid caching.
- setNoTransform(HttpServletResponse) - Static method in class com.groiss.servlet.ServletUtils
-
Sets appropriate headers on the response to avoid caching and to avoid intermediate transformations (e.g. compression).
- setNull(Field, Object) - Static method in class com.groiss.ldap.LDAPUtils
-
Set the given field of an Object to an appropriate value for null
- setNumber(Persistent, Field, String, boolean) - Static method in class com.groiss.store.StoreUtil
-
Set a field to a numeric value, the value is given as String.
- setObjectClasses(String[]) - Method in class com.groiss.ldap.ClassMapping
-
Set the names of the LDAP Object classes for this class mapping.
- setObjects(List<? extends Object>) - Method in class com.groiss.util.Clipboard
-
Sets only the objects, all other clipboard data remain unchanged
- setObjScope(int) - Method in interface com.groiss.org.Permission
-
Set the object-scope to one of the following values: ALL_OBJECTS, OBJECT_CLASS, OBJECT, ROLE_DEPT, DEPT
- setOf(Class<? extends P>, String, Object...) - Method in interface com.groiss.store.RemoteStore
-
Deprecated.This method returns the members of the given class matching the given condition as a
Set
. - setOf(Class<? extends P>, String, Object...) - Method in interface com.groiss.store.Store
-
This method returns the members of the given class matching the given condition as a
Set
. - setOf(String, String, Object...) - Method in interface com.groiss.store.RemoteStore
-
Deprecated.This method returns the members of the given class matching the given condition as a
Set
. - setOf(String, String, Object...) - Method in interface com.groiss.store.Store
-
This method returns the members of the given class matching the given condition as a
Set
. - setOid() - Method in interface com.groiss.store.Persistent
-
Setter method for the persistent object's OID.
- setOid() - Method in class com.groiss.store.PersistentObject
- setOid(long) - Method in interface com.groiss.store.Persistent
-
Setter method for the persistent object's OID.
- setOid(long) - Method in class com.groiss.store.PersistentObject
- setOid(long) - Method in class com.groiss.wf.ProcessInstanceView
- setOnClick(String) - Method in class com.groiss.cal.SimpleEvent
- setOpmode(short) - Method in class com.groiss.wfxml.Partner
- setOptions(Collection<Pair<String, String>>) - Method in class com.groiss.smartclient.ClientUtil.DialogConfiguration
-
set the options to be used for
ClientUtil.DialogConfiguration.Type.CHOICE
- setOrderAttr(String) - Method in interface com.groiss.org.OrgUnit
- setOrderAttr(String) - Method in interface com.groiss.org.User
-
Set the order attribute for this user
- setOrgClass(OrgClass) - Method in interface com.groiss.org.OrgUnit
- setOrgScope(int) - Method in interface com.groiss.org.Permission
-
Set the org-scope to one of the following values: GLOBAL, LOCAL, HIERARCHIC, HIERARCHIC_DEP, INDEPENDENT_SUPER, DEPENDENT_TREE, SUPER.
- setOrgUnit(OrgUnit) - Method in interface com.groiss.dms.DMSFolder
-
Sets the organizational unit to which this folder belongs to
- setOrgUnit(OrgUnit) - Method in class com.groiss.messaging.Recipient
-
Set the organizational unit.
- setOrgUnit(OrgUnit) - Method in interface com.groiss.org.Permission
-
Set the org-unit of the permission.
- setOrgUnit(OrgUnit) - Method in interface com.groiss.org.UserRole
- setOrgUnit(ActivityInstance, OrgUnit) - Method in interface com.groiss.wf.RemoteWfEngine
-
Deprecated.Change the organizational unit of a process.
- setOrgUnit(ActivityInstance, OrgUnit) - Method in interface com.groiss.wf.WfEngine
-
Change the organizational unit of a process.
- setOriginatingSessionId(String) - Method in class com.groiss.notification.NotificationEvent
-
Sets the id of the originating session
- setOUFromField(String, String) - Method in class com.groiss.wf.SystemAction
-
Set the org-unit of the current activity and optionally the process (parent) of the activity from a form field.
- setOutputStream(OutputStream) - Method in class com.groiss.fileimport.csv.CSVSettings
- setPage(Page) - Method in class com.groiss.gui.table.TableAdapter
- setPage(String) - Method in class com.groiss.gui.HTMLPage
-
Set the content of the page.
- setPage(String) - Method in class com.groiss.gui.table.TableAdapter
- setPage(String) - Method in class com.groiss.gui.XHTMLPage
- setParams(String) - Method in interface com.groiss.wf.batch.BatchJob
-
Set the params field of the instance.
- setParent(Keyword) - Method in interface com.groiss.dms.Keyword
-
If keywords are hierachic, this method sets the parent of the keyword
- setParent(Container) - Method in class com.groiss.gui.AbstractComponent
-
sets the parent container
- setParent(Container) - Method in interface com.groiss.gui.Component
-
sets the parent continer
- setParentElement(Element) - Method in class com.groiss.gui.AbstractComponent
-
sets the parent element of the components root
- setParentElement(Element) - Method in interface com.groiss.gui.Component
-
sets the parent element of the components root
- setPassword(User, String) - Method in interface com.groiss.org.OrgData
-
Set the password of a user.
- setPassword(User, String) - Method in interface com.groiss.org.RemoteOrgData
-
Deprecated.Set the password of a user.
- setPassword(String) - Method in interface com.groiss.org.User
-
Set the password for this user
- setPathInfo(String) - Method in class com.groiss.servlet.MultipartRequest
-
Sets the path info.
- setPathname(String) - Method in class com.groiss.wfxml.Partner
- setPattern(String) - Method in interface com.groiss.timer.TimerEntry
- setPayload(Serializable) - Method in class com.groiss.notification.BasicNotificationItem
-
Set the Object to transport to the clients.
- setPermissionList(HasPermissionList, PermissionList) - Method in interface com.groiss.org.OrgData
-
Set the Permissionlist pl for an object o
- setPermissionList(HasPermissionList, PermissionList) - Method in interface com.groiss.org.RemoteOrgData
-
Deprecated.Set the Permissionlist pl for an object o
- setPermissionList(PermissionList) - Method in class com.groiss.org.CheckedPersistent
- setPermissionList(PermissionList) - Method in interface com.groiss.org.HasPermissionList
-
Set the permission list.
- setPlan(ProcessInstance, String, Date) - Method in class com.groiss.timemgmt.PlanTimeMgmt
-
Set a plan for the given process instance
- setPollFinish(boolean) - Method in interface com.groiss.wf.batch.BatchJob
-
Set the pollfinish property of the instance.
- setPollInterval(long) - Method in interface com.groiss.wf.batch.BatchJob
-
Set the poll interval of an instance.
- setPort(int) - Method in class com.groiss.wfxml.Partner
- setPositive(boolean) - Method in interface com.groiss.org.Permission
-
Set the permission positive (right is given) or negative (right is revoked)
- setPriority(ProcessInstance, int) - Method in interface com.groiss.wf.RemoteWfEngine
-
Deprecated.Set the priority of the process instance.
- setPriority(ProcessInstance, int) - Method in interface com.groiss.wf.WfEngine
-
Set the priority of the process instance.
- setPrivate(boolean) - Method in class com.groiss.notification.BasicNotificationItem
-
Can be used to designate an item for private notification without substitution ('for your eyes only'); agent must be a User.
- setPrivate(boolean) - Method in class com.groiss.notification.NotificationEvent
-
Can be used to designate an event for private notification without substitution (all sessions of this user; 'for your eyes only'); agent must be a User.
- setPrivate(boolean) - Method in class com.groiss.wfxml.WfXMLNote
-
This method sets the note to be private or public viewable.
- setPrivateCache(HttpServletResponse) - Static method in class com.groiss.servlet.ServletUtils
-
Sets appropriate headers on the response to enable private caching This must be called before the response is committed.
- setPrivateDate(boolean) - Method in class com.groiss.cal.SimpleEvent
- setPrivateEvent(boolean) - Method in class com.groiss.cal.SimpleEvent
- setPrivileged() - Static method in class com.groiss.util.ThreadContext
-
Set the thread privileged.
- setProcessContext(ProcessInstance) - Method in interface com.groiss.dms.DMSFolder
-
Sets the process to which this folder may belong to (directly or indirectly)
- setProcessDuedateFromField(String) - Method in class com.groiss.wf.SystemAction
-
Set the duedate of the current process instance to the value of the given form field.
- setProcessInstance(ProcessInstance) - Method in interface com.groiss.messaging.MessageTemplate
-
Set the message context (used for template replacements) to the given process instance.
- setProperties(Properties) - Method in class com.groiss.component.Configuration
- setProperty(String, Object) - Method in class com.groiss.component.Configuration
-
Set a property to a value.
- setProperty(String, String) - Method in class com.groiss.component.Configuration
-
Set a property to a value.
- setPropFile(String) - Method in class com.groiss.component.Configuration
-
Set the url for the description file for the configuration.
- setPropsFromMailBox(MailBox) - Method in class com.groiss.util.MailSender
-
set mailsender properties from mailbox data.
- setPropsFromUser(User) - Method in class com.groiss.util.MailSender
-
set mailsender properties from mailbox data.
- setProtocol(String) - Method in class com.groiss.wfxml.Partner
- setProxyUrl(String) - Method in class com.groiss.http.ClientConfiguration
-
Set the url to the proxy.
- setPwdExpirationMailSent(boolean) - Method in interface com.groiss.org.User
-
Set the flag, if expiration warning mail has been sent
- setPwdNeverExpires(boolean) - Method in interface com.groiss.org.User
- setQueryPlan(String) - Method in class com.groiss.reporting.Query
- setQueryString(String, boolean) - Method in class com.groiss.servlet.MultipartRequest
-
Sets the paramters from a query-string.
- setQueryTimeout(int) - Static method in class com.groiss.store.DBConnPool
- setQueueAction(MailSender.MailAction) - Method in interface com.groiss.messaging.MessageTemplate
-
Set the queue behavior.
- setQuote(char) - Method in class com.groiss.fileimport.csv.CSVSettings
- setQuoteAll(boolean) - Method in class com.groiss.fileimport.csv.CSVSettings
- setRDNAttName(String) - Method in class com.groiss.ldap.ClassMapping
-
Set the name of the LDAP attribute which designates the relative distinguished name (RDN)
- setReader(Reader) - Method in class com.groiss.fileimport.StructuredFileSettings
- setRecEndDate(Date) - Method in class com.groiss.cal.SimpleEvent
- setRecType(Message.RecipientType) - Method in class com.groiss.messaging.Recipient
-
Set the recipient type (to, cc, bccc).
- setRecTypeShort(short) - Method in class com.groiss.messaging.Recipient
-
Get the recipient type from number.
- setRecurrenceInterval(int) - Method in class com.groiss.cal.SimpleEvent
- setRecurrenceType(int) - Method in class com.groiss.cal.SimpleEvent
- setReference(Role) - Method in interface com.groiss.org.Role
- setReferencedObject(Persistent) - Method in interface com.groiss.mail.MailQueueItem
-
Possibility to set the reference of the mail queue item in "@enterprise" which is represented by a
Persistent
. - setRefreshButton(boolean) - Method in class com.groiss.gui.HTMLTree
- setRefType(int) - Method in class com.groiss.ldap.AttributeMapping
-
Sets the reference type of this mapping
- setReplace(boolean) - Method in interface com.groiss.messaging.MessageTemplate
-
Call with true, if you want that replacements are done in subject and body.
- setReplyTo(String) - Method in interface com.groiss.messaging.MessageTemplate
-
Set the Reply-to header
- setReplyToMsgId(String) - Method in interface com.groiss.messaging.MessageTemplate
-
Set the In-Reply-To header (the message-id of the replying mail)
- setResource(Resource) - Method in class com.groiss.component.Configuration
-
Set a resource for internationalization of this configuration.
- setResultcode(int) - Method in interface com.groiss.wf.batch.BatchJob
-
Set the resultcode of the instance.
- setResultvalues(String) - Method in interface com.groiss.wf.batch.BatchJob
-
Set the resultvalues.
- setRetryStart(boolean) - Method in interface com.groiss.wf.batch.BatchJob
-
Set the retrystart property of the instance.
- setRight(Right) - Method in interface com.groiss.org.Permission
-
Set the right of the permission.
- setRights(boolean) - Method in class com.groiss.ldap.DirectoryServer
- setRole(Role) - Method in interface com.groiss.org.UserRole
- setRoles(boolean) - Method in class com.groiss.ldap.DirectoryServer
- setRootName(String) - Method in class com.groiss.gui.AbstractComponent
-
set the name of the root element to a given value.
- setRow(int) - Method in class com.groiss.gui.table.ColumnDescription
- setRowAttribute(int, String, String) - Method in class com.groiss.gui.component.TableContainer
-
sets the specified attribute in the whole row
- setRows(int) - Method in class com.groiss.gui.component.Textarea
-
sets the number of rows
- setRowSpan(int) - Method in class com.groiss.gui.table.ColumnDescription
- setRunEverywhere(boolean) - Method in interface com.groiss.timer.TimerEntry
- setRunOnStartup(boolean) - Method in interface com.groiss.timer.TimerEntry
- setSalutation(String) - Method in interface com.groiss.org.User
-
Set the salutation for this user
- setSearchString(String) - Method in interface com.groiss.gui.table.Table
-
Sets the search string for that table which may be used for filtering the table content
- setSearchString(String) - Method in class com.groiss.gui.table.TableAdapter
-
Sets the search string for that table which may be used for filtering the table content
- setSeen(ActivityInstance, boolean) - Method in interface com.groiss.wf.RemoteWfEngine
-
Deprecated.Set the given ActivityInstance to seen/unseen for the current user.
- setSeen(ActivityInstance, boolean) - Method in interface com.groiss.wf.WfEngine
-
Set the given ActivityInstance to seen/unseen for the current user.
- setSelectedOption(int) - Method in class com.groiss.gui.component.SelectList
-
Adds the attribute SELECTED to the specified option.
- setSelectedOption(String) - Method in class com.groiss.gui.component.SelectList
-
Adds the attribute SELECTED to the specified option.
- setSelectedOptions(List<String>) - Method in class com.groiss.gui.component.SelectList
- setSelection(int, String, boolean, List<String>) - Method in class com.groiss.gui.table.TableAdapter
-
Set the selection properties.
- setSender(String) - Method in class com.groiss.util.MailSender
-
Sets an alternative sender.
- setSenderAndCredentials(String, String, String) - Method in class com.groiss.util.MailSender
-
Sets alternative sender credentials.
- setSeparator(char) - Method in class com.groiss.fileimport.csv.CSVSettings
- setSeriesDef(Map<Integer, ReportingExportable>) - Method in class com.groiss.reporting.data.ReportingTableModel
- setSessionId(String) - Method in class com.groiss.notification.NotificationEvent
-
Can be used to designate an event for (very) private notification without substitution for just a single session.
- setSessionId(String) - Static method in class com.groiss.util.ThreadContext
-
Set the session id of the thread.
- setSessionType(short) - Static method in class com.groiss.util.ThreadContext
-
Set the type of this thread.
- setShowInvalid(boolean) - Method in class com.groiss.xforms.XFormImpl
-
Highlight the invalid elements on the client.
- setSize(int) - Method in class com.groiss.gui.component.Textfield
-
sets the size of the textfield
- setSize(int, int) - Method in class com.groiss.gui.component.Image
-
sets the size of the image
- setSize(int, int) - Method in class com.groiss.gui.component.Textarea
-
sets the size of the textarea - rows and columns
- setSMTPHost(String) - Method in class com.groiss.util.MailSender
-
Sets alternative SMTP host (+ optionally SMTP port, separated by colon).
- setSocketTimeout(int) - Method in class com.groiss.http.ClientConfiguration
-
Sets the socket timeout of a client request, i.e. the time the client waits for a response.
- setSortable(boolean) - Method in class com.groiss.gui.table.ColumnDescription
- setSortable(boolean, int, boolean) - Method in class com.groiss.gui.table.TableAdapter
-
Set the sort properties.
- setSortString(String) - Method in class com.groiss.gui.component.SortableLink
-
Sets sortString (the string by which this link is sorted)
- setSource(String) - Method in class com.groiss.gui.component.Image
-
sets the source of the image
- setSplitSize(int) - Method in class com.groiss.store.BulkQuery
- setSQLAttributes(Persistent, DirContext, ClassMapping) - Static method in class com.groiss.ldap.LDAPUtils
-
Set the fields of the Persistent that corresponds to the given DirContext based on the ClassMapping
- setStartInterval(long) - Method in interface com.groiss.wf.batch.BatchJob
-
Set the start interval of an instance.
- setStartnow(boolean) - Method in interface com.groiss.wf.batch.BatchJob
-
Set the startnow property of the instance.
- setStarttime(Date) - Method in interface com.groiss.wf.batch.BatchJob
-
Set the time the instance should be started.
- setStepAgent(ActivityInstance, Agent) - Method in interface com.groiss.wf.RemoteWfEngine
-
Deprecated.Set the step-agent of the activity instance to another agent.
- setStepAgent(ActivityInstance, Agent) - Method in interface com.groiss.wf.WfEngine
-
Set the step-agent of the activity instance to another agent.
- setStepDuedate(ProcessInstance, String, Date) - Method in class com.groiss.timemgmt.PlanTimeMgmt
-
Set the duedate of a specific step
- setStyle(String) - Method in class com.groiss.gui.AbstractComponent
-
Set the style
- setStyle(String) - Method in interface com.groiss.gui.Component
-
sets the style
- setSubformId(int) - Method in class com.groiss.wfxml.WfXMLForm
-
Set a subform id for this form.
- setSubid(String) - Method in class com.groiss.dms.FormContext
-
Set the id of this form in the mainform-subform relation.
- setSubject(ProcessInstance) - Method in interface com.groiss.wf.RemoteWfEngine
-
Deprecated.Set the subject of the process instance according to the definition in the process definition.
- setSubject(ProcessInstance) - Method in interface com.groiss.wf.WfEngine
-
Set the subject of the process instance according to the definition in the process definition.
- setSubject(String) - Method in class com.groiss.cal.SimpleEvent
- setSubject(String) - Method in interface com.groiss.messaging.MessageTemplate
-
Set the message subject.
- setSubject(String) - Method in class com.groiss.wfxml.WfXMLNote
-
Set a subject for the note.
- setSubjectToString(ProcessInstance, String) - Method in interface com.groiss.wf.RemoteWfEngine
-
Deprecated.Set the subject of the process instance o the given string value.
- setSubjectToString(ProcessInstance, String) - Method in interface com.groiss.wf.WfEngine
-
Set the subject of the process instance o the given string value.
- setSubmitAction(String) - Method in class com.groiss.gui.component.SubmitButton
- setSubmitValidation(Boolean) - Method in class com.groiss.dms.FormContext
-
Set the default for validation for submit buttons.
- setSurname(String) - Method in interface com.groiss.org.User
- setSystemProps() - Method in class com.groiss.component.Configuration
-
Deprecated.since @ep9.0
- setTarget(Persistent) - Method in interface com.groiss.org.Permission
-
Set the target object.
- setTarget(String) - Method in class com.groiss.gui.component.Link
-
sets the target where the link will open
- setTelNr(String) - Method in interface com.groiss.org.OrgUnit
- setTelNr(String) - Method in interface com.groiss.org.User
- setTemplate(MessageTemplate) - Method in class com.groiss.messaging.Recipient
-
Set the template the recipient belongs to.
- setTemplate(String) - Method in class com.groiss.gui.VelocityPage
-
set the velocity-template
- setText(Component) - Method in class com.groiss.gui.component.Link
- setText(String) - Method in class com.groiss.cal.SimpleEvent
- setText(String) - Method in class com.groiss.gui.component.Image
-
sets the text
- setText(String) - Method in class com.groiss.gui.component.Link
-
sets the text
- setText(String) - Method in class com.groiss.gui.component.RadioButton
-
sets the text
- setText(String) - Method in class com.groiss.gui.component.Text
-
sets the text
- setText(String) - Method in class com.groiss.gui.component.Textarea
-
sets the text
- setThreadId(String) - Method in interface com.groiss.timer.TimerEntry
- setThreadLocale(Locale) - Static method in class com.groiss.util.ThreadContext
-
Set the locale of the thread.
- setThreadPrincipal(Principal) - Static method in class com.groiss.util.ThreadContext
-
Set the principal of the thread.
- setThreadRequest(HttpServletRequest) - Static method in class com.groiss.util.ThreadContext
-
Set the HttpServletRequest of the thread.
- setThreadResponse(HttpServletResponse) - Static method in class com.groiss.util.ThreadContext
-
Set the HttpServletResponse of the thread.
- setThreadTimeZone(TimeZone) - Static method in class com.groiss.util.ThreadContext
-
Set the TimeZone of the thread.
- setThreadTimeZone(HttpServletRequest, HttpSession, TimeZone, Logger) - Static method in class com.groiss.servlet.ServletUtils
-
Sets the time zone in the threadcontext from a number of sources.
- setThreadTzAndLocale(String, String) - Static method in class com.groiss.reporting.QueryEngine
- setTimeModelAndUnit(TimeModel, String, String) - Method in class com.groiss.reporting.data.impl.TimeInterval
- Settings - Class in com.groiss.util
-
This class defines some settings of the server.
- Settings() - Constructor for class com.groiss.util.Settings
- setTitle(String) - Method in class com.groiss.gui.table.TableAdapter
-
Set the title of the table.
- setTitle(String) - Method in class com.groiss.gui.XHTMLPage
- setTitle(String) - Method in interface com.groiss.org.User
- setTitle(String) - Method in class com.groiss.reporting.Query
-
Set the displayed title of the query
- setTitle(String) - Method in class com.groiss.smartclient.ClientUtil.DialogConfiguration
-
set the dialog-title, default value:
Question
- setTitle(String) - Method in exception com.groiss.util.ApplicationException
-
Set the title of the error-message on client-side.
- setToDate(Date) - Method in interface com.groiss.org.Permission
- setToolbarShape(String) - Method in class com.groiss.gui.table.TableAdapter
- setToolbarSize(int) - Method in class com.groiss.gui.table.TableAdapter
- setTransactionId(long) - Method in class com.groiss.org.CheckedPersistent
- setTransactionId(long) - Method in interface com.groiss.store.OptimisticLocking
-
Set the transactionid of the object.
- setType(short) - Method in class com.groiss.notification.BasicNotificationItem
- setType(short) - Method in interface com.groiss.org.Role
- setType(DMSNote.Type) - Method in interface com.groiss.dms.DMSNote
-
Sets the type of this note.
- setType(ClientUtil.DialogConfiguration.Type) - Method in class com.groiss.smartclient.ClientUtil.DialogConfiguration
-
set the type of dialog to be used, default value:
ClientUtil.DialogConfiguration.Type.CONFIRM
- setType(String) - Method in class com.groiss.gui.table.ColumnDescription
- setUID(String) - Method in class com.groiss.cal.SimpleEvent
- setUnhideable(boolean) - Method in class com.groiss.gui.table.ColumnDescription
- setUniqueServerTag(String) - Method in class com.groiss.notification.NotificationEvent
-
Sets the unique tag of the server.
- setUntilDate(Date) - Method in class com.groiss.cal.SimpleEvent
- setURL(String) - Method in class com.groiss.wfxml.WfXMLWebLink
-
Set the URL for this web link.
- setUser(User) - Method in interface com.groiss.org.UserRole
- setUser(User) - Method in interface com.groiss.wf.Session
-
Deprecated.Set the current user.
- setUser(Principal) - Method in class com.groiss.util.RMIThreadContext
-
Deprecated.
- setUserAgent(UserAgent) - Method in class com.groiss.dms.FormContext
- setUserId(String) - Method in class com.groiss.wfxml.WfXMLObject
-
Set a user (by its id), who will be used when a
DMSObject
is created out of this WfXMLObject. - setUserProperty(User, String, String) - Method in interface com.groiss.org.OrgData
-
Set a user property.
- setUserProperty(User, String, String) - Method in interface com.groiss.org.RemoteOrgData
-
Deprecated.Set a user property.
- setUsers(boolean) - Method in class com.groiss.ldap.DirectoryServer
- setUseSeparator(boolean) - Method in class com.groiss.fileimport.csv.CSVSettings
- setUseTableBody(boolean) - Method in class com.groiss.gui.component.TableContainer
- setValue(boolean) - Method in class com.groiss.accesscontrol.DNF
- setValue(Pair<Date, Date>) - Method in class com.groiss.reporting.data.impl.TimeInterval
- setValue(Object) - Method in class com.groiss.reporting.data.impl.DefaultReportingData
- setValue(Object) - Method in class com.groiss.reporting.data.impl.TimeInterval
-
Deprecated.
- setValue(Object) - Method in class com.groiss.reporting.data.SimpleReportingExportable
- setValue(Object) - Method in interface com.groiss.reporting.export.ReportingExportable
-
Sets the value for this object
- setValue(String) - Method in class com.groiss.gui.component.Checkbox
-
sets the value of the checkbox
- setValue(String) - Method in class com.groiss.gui.component.RadioButton
-
sets the value of the checkbox
- setValue(String) - Method in class com.groiss.gui.component.Textfield
-
sets the initial displayed value of the field
- setValue(ResultSet, Element, Query) - Method in class com.groiss.reporting.data.impl.DateReportingData
- setValue(ResultSet, Element, Query) - Method in class com.groiss.reporting.data.impl.DefaultReportingData
- setValue(ResultSet, Element, Query) - Method in class com.groiss.reporting.data.impl.HasClassAttributePersistentData
- setValue(ResultSet, Element, Query) - Method in class com.groiss.reporting.data.impl.PersistentData
- setValue(ResultSet, Element, Query) - Method in class com.groiss.reporting.data.impl.TimeInterval
- setValue(ResultSet, Element, Query) - Method in interface com.groiss.reporting.data.ReportingData
-
Sets the value of this object.
- setValueAt(Object, int, int) - Method in class com.groiss.ds.ObjectTableModel
-
Sets a cell value in the table model.
- setValueAt(Object, int, int) - Method in class com.groiss.gui.component.TableContainer
-
sets a new value (a new component) to the specified position in the table
- setValueAt(Object, int, int) - Method in class com.groiss.reporting.data.ReportingTableModel
-
Sets a cell value in the table model.
- setValueFor(Attribute<T>, V) - Method in class com.groiss.ml.ds.Instance
-
Sets the value for an attribute.
- setValues(DMSForm, HttpServletRequest) - Method in class com.groiss.xforms.XFormImpl
-
Fill the form with the values from the request
- setValues(Persistent, Map<String, ? extends Object>) - Static method in class com.groiss.store.StoreUtil
- setValues(Persistent, Map<String, ? extends Object>, Map<String, Short>) - Static method in class com.groiss.store.StoreUtil
- setValues(T, Map<String, Object>) - Method in class com.groiss.smartclient.ObjectSelectProvider
- setValues2(Persistent, Map<String, ? extends Object>, Map<String, Short>, boolean) - Static method in class com.groiss.store.StoreUtil
- setVariableValue(String, Object) - Method in interface com.groiss.messaging.MessageTemplate
-
Define a variable for template substitution.
- setVersion(int) - Method in class com.groiss.wfxml.WfXMLForm
-
Use this method to set a version for the form.
- setVersionId(long) - Method in interface com.groiss.org.HasVersionId
-
Set the version id for the object.
- setViewMode(short) - Method in class com.groiss.gui.AbstractComponent
-
sets the viewMode
- setViewMode(short) - Method in interface com.groiss.gui.Component
-
sets the viewMode
- setVisibility(String, boolean) - Method in class com.groiss.component.Configuration
-
Set the visibility of a parameter group in the configuration
- setVisible(boolean) - Method in class com.groiss.gui.table.ColumnDescription
-
Sets if this column will be visible.
- setWarning(boolean) - Method in exception com.groiss.util.ApplicationException
-
Deprecated, for removal: This API element is subject to removal in a future version.set level
ApplicationException.Level.WARN
via constructor - or use anotherApplicationException.Level
to mark your exception differently - setWarning(boolean) - Method in interface com.groiss.util.TopLevelException
-
Deprecated, for removal: This API element is subject to removal in a future version.
- setWholeDay(boolean) - Method in class com.groiss.cal.SimpleEvent
- setWord(String) - Method in interface com.groiss.dms.Keyword
-
Set the Keyword string
- setWrapMode(String) - Method in class com.groiss.gui.component.Textarea
-
sets how to handle word-wrapping display in the textarea
- setWriter(Writer) - Method in class com.groiss.fileimport.csv.CSVSettings
- shallLockOperatorInParamMask() - Method in class com.groiss.reporting.Query
- SHARE - Static variable in class com.groiss.org.OrgData.Rights
-
The right to share objects.
- SHARE - Static variable in interface com.groiss.org.Right
-
The oid for right share.
- SHARE_FILTER - Static variable in class com.groiss.org.OrgData.Rights
-
The right to share filter.
- SHARE_FILTER - Static variable in interface com.groiss.org.Right
- sheduleReinit() - Static method in class com.groiss.reporting.QueryEngine
-
shedules reinitalization for Reporting engine
- shiftTo(Date) - Method in class com.groiss.cal.SimpleEvent
-
Shift a recurrent evt to another date and compute the right time
- SHORT_UNIT_NAMES - Static variable in class com.groiss.cal.CalUtil
-
short and normal names for TimeUnits
- show() - Method in class com.groiss.gui.AbstractComponent
- show() - Method in class com.groiss.gui.component.RadioGroup
- show() - Method in interface com.groiss.gui.Component
-
method for rendering the component as string
- show() - Method in class com.groiss.gui.HTMLPage
-
This method returns the page contents.
- show() - Method in class com.groiss.gui.HTMLTree
- show() - Method in class com.groiss.gui.JSONPage
-
For a JSONPage, this is usually never called by the dispatcher; the content will be written directly to the writer of the response.
- show() - Method in interface com.groiss.gui.Page
-
Called from the Dispatcher.
- show() - Method in class com.groiss.gui.VelocityPage
- show() - Method in class com.groiss.gui.XHTMLPage
- show(PrintWriter) - Method in class com.groiss.gui.AbstractComponent
-
prints the rendered component to a PrintWriter
- show(PrintWriter) - Method in interface com.groiss.gui.Component
-
prints the rendered component to a PrintWriter
- show(String) - Method in class com.groiss.smartclient.mobile.MobileView
- show(String, boolean) - Method in class com.groiss.smartclient.mobile.MobileView
- show(String, String) - Method in class com.groiss.smartclient.mobile.MobileView
- show(String, String, boolean) - Method in class com.groiss.smartclient.mobile.MobileView
- show(String, String, JSONObject) - Method in class com.groiss.smartclient.mobile.MobileView
- show(String, String, JSONObject, boolean) - Method in class com.groiss.smartclient.mobile.MobileView
- show(HttpServletRequest) - Method in class com.groiss.smartclient.mobile.MobileView
-
Servlet Method: Show view using action described in
module
parameter. - show(HttpServletRequest) - Method in class com.groiss.wf.html.StructuredObjectSelect
-
Shows a window for selecting objects and object components.
- show(HttpServletRequest) - Method in class com.groiss.wf.html.ValueList
-
Show the entries of the valuelist(s) as xml for xforms.
- showBall - Variable in class com.groiss.gui.HTMLTree
- showClassLocation(String) - Method in interface com.groiss.server.Admin
-
Search the resource in the classpath.
- showCounter - Variable in class com.groiss.gui.table.TableAdapter
- showCounter() - Method in interface com.groiss.gui.table.Table
-
Returns true if a counter is shown below the table.
- showCounter() - Method in class com.groiss.gui.table.TableAdapter
-
Returns true if a counter is shown below the table.
- showCounter(boolean) - Method in class com.groiss.gui.table.TableAdapter
-
Define whether a counter should be shown.
- showDate(int, Object) - Static method in class com.groiss.cal.CalUtil
- showDate(int, Locale, TimeZone, Object) - Static method in class com.groiss.cal.CalUtil
- showDate(Object) - Static method in class com.groiss.cal.CalUtil
-
Show the date using the default formatter.
- showDate(String, Object) - Static method in class com.groiss.cal.CalUtil
- showDate(String, Locale, TimeZone, Object) - Static method in class com.groiss.cal.CalUtil
- showDateTime(Object) - Static method in class com.groiss.cal.CalUtil
-
Show the date and time using the default formatter.
- showDateTimeSeconds(Object) - Static method in class com.groiss.cal.CalUtil
-
Show the date and time in the form yyyy-MM-dd HH:mm:ss.
- showDMSFolder(HttpServletRequest) - Static method in class com.groiss.dms.html.DMSUtil
-
Show a DMS folder specified by one of the following request parameters: folder: in syntax classname:oid, object: in syntax classname:oid or path: syntax see
DMSUtil.getPath(DMSFolder, DMSObject)
The appearance of the resulting page can be customized with the following request parameters which accept true or false as value: showToolbar: show/hide a toolbar, if missing defaults to false hideCloseButton: show/hide a close button on the bottom, if missing defaults to false disableUpNav: enable/disable up-navigation, if missing defaults to false - showDocument(DMSDocForm, HttpServletRequest, HttpServletResponse) - Static method in class com.groiss.dms.html.DMSUtil
-
Send the contents of a document to the client.
- showDuration(Object) - Static method in class com.groiss.cal.CalUtil
-
Show the duration in format *d*h*m*s
- showEmptyForm(DMSForm, String, HttpServletRequest) - Static method in class com.groiss.wf.html.HTMLUtils
-
Deprecated.
- showFolder - Variable in class com.groiss.gui.HTMLTree
- showForm(DMSForm, List<Component>, String, FormContext) - Static method in class com.groiss.wf.html.HTMLUtils
-
Show a form.
- showForm(HttpServletRequest) - Static method in class com.groiss.wf.html.HTMLUtils
-
Show a process form.
- showForm(HttpServletRequest, ActivityInstance, String, int) - Static method in class com.groiss.wf.html.HTMLUtils
-
Show a process form.
- showForm(HttpServletRequest, ActivityInstance, String, int, String) - Static method in class com.groiss.wf.html.HTMLUtils
-
Deprecated.
- showFormTable(HttpServletRequest) - Method in class com.groiss.wf.html.HTMLUtils
-
Show a Form table in its own window or iframe.
- showGroupingRows(boolean) - Method in class com.groiss.reporting.data.ReportingTableModel
-
Set Flag if grouping rows should be shown.
- showMailPane(Persistent, String, String) - Static method in class com.groiss.mail.MailFunctions
-
Returns a page holding the mail pane of the passed object.
- showMailPane(HttpServletRequest) - Method in class com.groiss.mail.MailFunctions
-
Returns a page holding the mail pane of the passed object.
- showOptions() - Method in class com.groiss.gui.component.SelectList
-
Show the options text.
- showPage(XHTMLPage) - Method in class com.groiss.xforms.XFormImpl
-
Convert an XHTMLPage with embedded XForms model and controls to a XHTML-Page suitable for the used browser.
- showPagelist(int, int) - Method in class com.groiss.gui.table.TableRenderer
-
show the links for paging
- showPdfForm(DMSForm, FormContext, OutputStream, String, Locale) - Static method in class com.groiss.wf.html.HTMLUtils
-
Create a pdf out of the form.
- showPdfForm(HttpServletRequest, HttpServletResponse) - Method in class com.groiss.wf.html.HTMLUtils
-
This methods creates a pdf from a form.
- showPopup(HttpServletRequest) - Method in class com.groiss.wf.html.HTMLUtils
-
Shows a window with an iframe and a close button below.
- showPrintForm(HttpServletRequest) - Method in class com.groiss.wf.html.HTMLUtils
-
This method returns a page containing a print version of a form.
- showProcessDetails(HttpServletRequest) - Static method in class com.groiss.wf.html.HTMLUtils
-
Show the process details, designed for opened in a popup window.
- showQueue(HttpServletRequest, HttpServletResponse) - Method in class com.groiss.timer.TimerManager
-
Shows an overview of the timer subsystem.
- showRows() - Method in class com.groiss.gui.component.TableContainer
- showStatus(HttpServletRequest, HttpServletResponse) - Static method in class com.groiss.reporting.QueryEngine
- showSubformLink(Persistent, String, String, int, int, String, String, String, String) - Static method in class com.groiss.wf.html.HTMLUtils
- showSubformLink(HttpServletRequest, String, String, int, int, String) - Static method in class com.groiss.wf.html.HTMLUtils
- showSubformLink(HttpServletRequest, String, String, int, int, String, String) - Static method in class com.groiss.wf.html.HTMLUtils
- showSubformLink(HttpServletRequest, String, String, int, int, String, String, String) - Static method in class com.groiss.wf.html.HTMLUtils
- showSubformLink(HttpServletRequest, String, String, int, int, String, String, String, String) - Static method in class com.groiss.wf.html.HTMLUtils
- showTabInFrames(HttpServletRequest) - Method in class com.groiss.gui.table.TableRenderer
-
show a table with toolbar and close button
- showTable(HttpServletRequest) - Method in class com.groiss.gui.table.TableRenderer
-
main method, called from browser
- showToolbarIcons() - Method in interface com.groiss.gui.table.Table
-
Deprecated.use getToolbarShape()
- showToolbarIcons() - Method in class com.groiss.gui.table.TableAdapter
-
Deprecated.
- showWorklist(HttpServletRequest, HttpServletResponse, Application, int, String, String) - Static method in class com.groiss.wf.html.HTMLUtils
-
Deprecated.
- showXSDFile(HttpServletRequest) - Static method in class com.groiss.xml.XMLUtil
-
Shows the schema of a XML file readonly in a popup
- shuffle(Random) - Method in interface com.groiss.ml.ds.DataSet
-
Randomly permute the entries of this data set using the specified source of randomness.
- shutdown() - Method in interface com.groiss.component.Lifecycle
-
This method is called on shutdown.
- shutdown() - Static method in class com.groiss.component.ServiceManager
-
Shutdown the services, the shutdown() methods of the services are called.
- shutdown() - Method in class com.groiss.store.DBConnPool
- shutdown() - Method in class com.groiss.timer.TimerManager
- shutdown() - Method in class com.groiss.util.Settings
- shutdown(int) - Static method in class com.groiss.component.ServiceManager
-
This method is called from HTMLAdmin
- shutdown(int, int) - Static method in class com.groiss.component.ServiceManager
- shutdownService(String[]) - Static method in class com.groiss.component.ServiceManager
-
This method is called as stop method when running as JavaService NT service
- SIGN - Static variable in interface com.groiss.dms.DMSTableHandler
-
key for the action 'Sign'
- signDocuments(List<? extends DMSDocForm>, Agent, char[]) - Method in interface com.groiss.dms.DMS
-
Digital Signing of a list of DMS documents.
- signDocuments(List<? extends DMSDocForm>, Agent, char[]) - Method in interface com.groiss.dms.RemoteDMS
-
Deprecated.Digital Signing of a list of DMS documents.
- signVersions(List<? extends PersistentVersion>, Agent, char[]) - Method in interface com.groiss.dms.DMS
-
Digital Signing of a list of DMS document version.
- signVersions(List<? extends PersistentVersion>, Agent, char[]) - Method in interface com.groiss.dms.RemoteDMS
-
Deprecated.Digital Signing of a list of DMS document version.
- SilentCloseable - Interface in com.groiss.util
- SimpleCalView - Class in com.groiss.cal
-
default
CalView
implementation - SimpleCalView(String, String, List<Persistent>, List<CalInfo>) - Constructor for class com.groiss.cal.SimpleCalView
-
Constructs a new instance
- SimpleEvent - Class in com.groiss.cal
-
default
CalEvent
implementation - SimpleEvent() - Constructor for class com.groiss.cal.SimpleEvent
- SimpleEvent(CalEvent) - Constructor for class com.groiss.cal.SimpleEvent
-
constructor creating a copy of the given event
- SimpleEvent(String, Date, Date) - Constructor for class com.groiss.cal.SimpleEvent
-
constructor
- SimpleReportingExportable - Class in com.groiss.reporting.data
-
ReportinExportable for non DB-data Objects.
- SimpleReportingExportable(Object) - Constructor for class com.groiss.reporting.data.SimpleReportingExportable
- size() - Method in interface com.groiss.dms.DMSFolder
-
Returns the number of elements in this folder.
- size() - Method in class com.groiss.ds.KeyedList
- size() - Method in class com.groiss.ds.MultiMap
- size() - Method in class com.groiss.ds.OrderedMap
- size() - Method in class com.groiss.ds.TwoLevelMap
-
Returns the number of first level key path mappings in this map.
- size() - Method in interface com.groiss.ml.ds.DataSet
-
Returns the number of instances in this data set.
- size() - Method in interface com.groiss.wf.UserFolder
-
Returns the number of elements in this folder.
- SIZE - Static variable in interface com.groiss.dms.DMSTableHandler
-
key for the column holding the size of the DMSObject
- SIZE - Static variable in class com.groiss.gui.component.SelectList
- skipRecord() - Method in class com.groiss.fileimport.csv.CSVReader
-
skips one record
- skipRecords(int) - Method in class com.groiss.fileimport.csv.CSVReader
-
skips count records
- sleepSilently(long) - Static method in class com.groiss.util.ThreadUtil
-
Calls
Thread.sleep(long)
. - SOAPWebService - Interface in com.groiss.ws
-
a
SOAPWebService
is a collection ofSOAPWebServiceOperation
. contains the actual WSDL-definition for all operations - SOAPWebServiceOperation - Interface in com.groiss.ws
-
SOAPWebServiceOperation
can be used to invoke a specific operation - sortable - Variable in class com.groiss.gui.table.TableAdapter
- SortableLink - Class in com.groiss.gui.component
-
A HTML link element (a) which can be sorted according to an additional attribute, the sortString.
- SortableLink(String, Component) - Constructor for class com.groiss.gui.component.SortableLink
- SortableLink(String, String) - Constructor for class com.groiss.gui.component.SortableLink
- SortableLink(String, String, String) - Constructor for class com.groiss.gui.component.SortableLink
- sortAscending() - Method in interface com.groiss.gui.table.Table
-
Is the table sorted ascending.
- sortAscending() - Method in class com.groiss.gui.table.TableAdapter
-
Is the table sorted ascending.
- sortColumn - Variable in class com.groiss.gui.table.TableAdapter
- soundex(String) - Static method in class com.groiss.util.DBExtender
- SPACE - Static variable in interface com.groiss.dms.DMSTableHandler
-
key for the action separator
- split(double) - Method in interface com.groiss.ml.ds.DataSet
-
Splits the set of instances into a set for training and a set for testing according to the passed fraction.
- split(int, int) - Method in interface com.groiss.ml.ds.DataSet
-
Splits the set of instances into a set for training and a set for testing according to the passed number of folds and the index determining which one shall be used for testing.
- split(String, String) - Static method in class com.groiss.util.StringUtil
-
Split a string into pieces.
- split(String, String, boolean) - Static method in class com.groiss.util.StringUtil
-
Split a string into pieces.
- splitIntoTableAndAlias(String) - Method in class com.groiss.reporting.Query
- splitValueAttribute(String, String, boolean) - Static method in class com.groiss.reporting.data.impl.DefaultReportingData
- SQL - Static variable in interface com.groiss.reporting.data.Attribute
- STANDARD - Enum constant in enum class com.groiss.dms.DMSNote.Type
-
Default value for all notes
- STANDARD_DOCUMENT - Static variable in class com.groiss.dms.DMS.FormTypes
-
Form type for standard documents.
- STANDARD_DOCUMENT - Static variable in interface com.groiss.dms.FormType
-
Holds the oid of the formtype of standard documents
- STANDARD_FOLDER - Static variable in class com.groiss.dms.DMS.FormTypes
-
Form type for standard folders.
- STANDARD_FOLDER - Static variable in interface com.groiss.dms.FormType
-
Holds the oid of the formtype of standard folders
- start(ProcessInstance) - Method in interface com.groiss.wf.RemoteWfEngine
-
Deprecated.Start a process instance, which was previously created, but not started.
- start(ProcessInstance) - Method in interface com.groiss.wf.WfEngine
-
Start a process instance, which was previously created, but not started.
- START - Enum constant in enum class com.groiss.wf.ActivityInstance.LastAction
- START_PROCESS - Static variable in interface com.groiss.dms.DMSTableHandler
-
key for the action 'Start process'
- startBranch(ProcessInstance, String) - Method in interface com.groiss.wf.RemoteWfEngine
-
Deprecated.Start a branch.
- startBranch(ProcessInstance, String) - Method in interface com.groiss.wf.WfEngine
-
Start a branch.
- STARTED - Static variable in interface com.groiss.wf.ActivityInstance
-
Instance is in idle state.
- STARTED - Static variable in interface com.groiss.wf.batch.BatchJob
-
State for started instances.
- STARTERROR - Static variable in interface com.groiss.wf.batch.BatchJob
-
State for instances which could not be started.
- STARTERRORHANDLING - Static variable in interface com.groiss.wf.batch.BatchJob
-
error handling for batchjobs which couln't be started is currently active
- STARTERRORHANDLINGFAILED - Static variable in interface com.groiss.wf.batch.BatchJob
-
error handling is defined for this batchjob, but it did fail to start
- STARTERRORHANDLINGPENDING - Static variable in interface com.groiss.wf.batch.BatchJob
-
error handling for batchjobs which couldn't be started will be started soon
- startProcess(ProcessDefinition, User, OrgUnit, Date, String) - Method in interface com.groiss.wf.RemoteWfEngine
-
Deprecated.Start a process.
- startProcess(ProcessDefinition, User, OrgUnit, Date, String) - Method in interface com.groiss.wf.WfEngine
-
Start a process.
- startProcess(ProcessDefinition, User, OrgUnit, Date, String, DMSForm) - Method in interface com.groiss.wf.RemoteWfEngine
-
Deprecated.Start a process.
- startProcess(ProcessDefinition, User, OrgUnit, Date, String, DMSForm) - Method in interface com.groiss.wf.WfEngine
-
Start a process.
- startProcess(String, String, String, String) - Method in class com.groiss.wf.SystemAction
-
Start a process.
- STARTTLS - Static variable in class com.groiss.util.MailUtil
- startup() - Method in interface com.groiss.component.Lifecycle
-
This method is called when the object is "started".
- startup() - Method in class com.groiss.store.DBConnPool
- startup() - Method in class com.groiss.timer.TimerManager
- startup() - Method in class com.groiss.util.Settings
- startup() - Method in interface com.groiss.wf.batch.BatchAdapter
-
Startup is called when the adapter is instantiated by the BatchManager.
- startup() - Method in class com.groiss.wf.batch.NullAdapter
- STAT - Static variable in class com.groiss.org.OrgData.Rights
-
The right to create reports.
- STAT - Static variable in interface com.groiss.org.Right
-
The oid for right stat.
- STATUS - Static variable in interface com.groiss.dms.DMSTableHandler
-
key for the column holding the status of the DMSObject
- STEPAGENT - Enum constant in enum class com.groiss.messaging.Recipient.AgentType
- stmtFinished() - Static method in class com.groiss.store.StoreUtil
-
Mark a statement (generated with
StoreUtil.prepareStatement(java.lang.String)
) as finished. - stopServer() - Method in interface com.groiss.server.Admin
-
Stop the @enterprise server
- store() - Method in class com.groiss.component.Configuration
- Store - Interface in com.groiss.store
-
The store interface represents the interface to the database.
- StoreUtil - Class in com.groiss.store
-
Utilities for store
- stream() - Method in interface com.groiss.ml.ds.DataSet
-
Returns a sequential
Stream
with this data set as its source. - StreamablePage - Interface in com.groiss.gui
-
A Page that can write/stream its output with a writer.
- STRING_OPERATORS - Static variable in class com.groiss.reporting.Query
- StringExpression - Class in com.groiss.ds
-
An expression is parsed, the containing variables are substituted with values.
- StringExpression() - Constructor for class com.groiss.ds.StringExpression
- StringUtil - Class in com.groiss.util
-
Some convenient string manipulation methods.
- StructuredFileReader - Interface in com.groiss.fileimport
-
defines methods for reading structured files
- StructuredFileSettings - Class in com.groiss.fileimport
-
holds all settings used for import/export
- StructuredFileSettings() - Constructor for class com.groiss.fileimport.StructuredFileSettings
- StructuredObjectSelect - Class in com.groiss.wf.html
-
Utility for selecting structured objects.
- StructuredObjectSelect() - Constructor for class com.groiss.wf.html.StructuredObjectSelect
- subformId - Variable in class com.groiss.wfxml.WfXMLForm
- SubformRelation - Interface in com.groiss.dms
-
Interface for the relation between a mainform and a subform.
- subForms - Variable in class com.groiss.wfxml.WfXMLForm
- subIntervals(Long, Long) - Static method in class com.groiss.reporting.data.impl.TimeInterval
- SUBJECT - Static variable in interface com.groiss.dms.DMSNote
-
Defines the name of the field holding the subject of this note.
- SubLink - Class in com.groiss.ldap
-
Class for the connection of two class mappings.
- SubLink(String, String) - Constructor for class com.groiss.ldap.SubLink
-
Construct a new Sublink instance.
- subList(int, int) - Method in class com.groiss.ds.KeyedList
- SubmitButton - Class in com.groiss.gui.component
-
A HTML submit button <input type=submit ...
- SubmitButton() - Constructor for class com.groiss.gui.component.SubmitButton
- SubmitButton(String) - Constructor for class com.groiss.gui.component.SubmitButton
-
Standard constructor with label
- SubmitButton(String, String) - Constructor for class com.groiss.gui.component.SubmitButton
-
Standard constructor with label
- SubmitButton(String, String, String) - Constructor for class com.groiss.gui.component.SubmitButton
-
Constructor with label, action and style.
- SUBST_USER - Enum constant in enum class com.groiss.wf.WorklistKind
-
The worklist of substituted users.
- substEncoded(String, String) - Method in class com.groiss.gui.HTMLPage
-
Substitutes the field named by the first argument with the second argument.
- substitute(String, long) - Method in class com.groiss.gui.HTMLPage
-
Substitutes the field named by the first argument with the second argument.
- substitute(String, Component) - Method in class com.groiss.gui.AbstractContainer
- substitute(String, Component) - Method in interface com.groiss.gui.Container
- substitute(String, Object) - Method in class com.groiss.gui.HTMLPage
-
Substitutes the field named by the first argument with the second argument.
- substitute(String, String) - Method in class com.groiss.gui.HTMLPage
-
Substitutes the field named by the first argument with the second argument.
- substitute(String, String, String) - Static method in class com.groiss.util.StringUtil
-
Substitute a value for a pattern
- SUM - Static variable in interface com.groiss.reporting.data.Attribute
- SUPER - Static variable in interface com.groiss.org.Permission
-
The parent department
- SUPPLEMENT - Static variable in class com.groiss.wf.WfEngine.Tasks
-
The supplement task.
- SUSP - Enum constant in enum class com.groiss.wf.WorklistKind
-
The suspension worklist.
- SUSP_NO_SUBST - Enum constant in enum class com.groiss.wf.WorklistKind
-
The direct suspension worklist.
- SUSP_ONLY_SUBST - Enum constant in enum class com.groiss.wf.WorklistKind
-
The suspension worklist for substituted users.
- suspend(String) - Method in class com.groiss.wf.SystemAction
-
Suspend the current activity instance.
- SUSPEND - Enum constant in enum class com.groiss.wf.ActivityInstance.LastAction
- SUSPENDED - Static variable in interface com.groiss.wf.ActivityInstance
-
Instance is in suspension list.
- Suspension - Interface in com.groiss.wf
-
This interface allows to access the information when and why an activity instance was in the suspension list.
- switchAttribute(Object, Object) - Static method in class com.groiss.util.ThreadContext
-
Temporarily change an attribute of the thread.
- switchThreadLocale(Locale) - Static method in class com.groiss.util.ThreadContext
-
Temporarily change the locale of the thread.
- switchThreadPrincipal(Principal) - Static method in class com.groiss.util.ThreadContext
-
Change the principal of the thread.
- switchThreadTimeZone(TimeZone) - Static method in class com.groiss.util.ThreadContext
-
Temporarily change the time zone of the thread.
- sync(DirectoryServer, boolean) - Static method in class com.groiss.ldap.LDAPUtils
-
Synchronize with a directory server.
- sync(HttpServletRequest) - Method in class com.groiss.ldap.LDAPUtils
-
Synchronize with a directory Server
- synchronize(DirectoryServer, DirContext) - Method in class com.groiss.ldap.BasicUserDirectorySyncer
- synchronize(DirectoryServer, DirContext) - Method in interface com.groiss.ldap.DirectorySyncer
-
Synchronize with this directory server.
- SYS - Static variable in class com.groiss.org.OrgData.Roles
-
The sys role.
- SYS - Static variable in interface com.groiss.org.Role
-
The sys role.
- SYSADM - Static variable in class com.groiss.org.OrgData.Users
-
The sysadm user.
- SYSADM - Static variable in interface com.groiss.org.User
-
The system administrator (oid).
- SYSADM_USER - Static variable in interface com.groiss.org.User
-
The sysadm user
- SYSTEM - Enum constant in enum class com.groiss.dms.DMSNote.Type
-
Determines that the note has been created by the system and not by a user
- SYSTEM_INTERN - Static variable in interface com.groiss.wf.ActivityInstance
-
A system step which is translated in another wdl expression, e.g. raiseEvent
- SYSTEM_PREFIX - Static variable in class com.groiss.xml.XMLUtil
- SYSTEM_TASK - Static variable in interface com.groiss.wf.ActivityInstance
-
A system task.
- SYSTEM_WAIT - Static variable in interface com.groiss.wf.ActivityInstance
-
A system step which makes no finish
- SystemAction - Class in com.groiss.wf
-
This class provides some methods useful for preprocessing and postconditions.
- SystemAction() - Constructor for class com.groiss.wf.SystemAction
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form