Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 

N

NAME - Static variable in interface com.groiss.dms.DMSTableHandler
key for the column holding the name of the DMSObject and the link to its content
NAME - Static variable in interface com.groiss.dms.DMSWebLink
Defines the name of the field holding the name of this weblink.
name - Variable in class com.groiss.fileimport.Column
 
NAME - Static variable in class com.groiss.wfxml.GetPIDataMessage
 
NAMED_USER - Static variable in class com.groiss.org.OrgData.Rights
Users with this right are named users in terms of licence check.
NAMED_USER - Static variable in interface com.groiss.org.Right
The oid for right named_user.
Names - Class in com.groiss.notification
Defines some constants for Notification.
Names() - Constructor for class com.groiss.notification.Names
 
namespace - Variable in class com.groiss.wfxml.WfXMLMessage
Namespace of this message.
namespace - Static variable in class com.groiss.wfxml.WfXMLObject
 
NavigationNode - Class in com.groiss.gui
A node in the gui configuration tree.
NavigationNode() - Constructor for class com.groiss.gui.NavigationNode
 
NavigationTreeNode - Interface in com.groiss.gui
Interface for nodes in the gui navigation.
necessaryParameters(HttpServletRequest, String...) - Static method in class com.groiss.util.Assert
Check the presence of parameters
needForm(String, int, String) - Method in interface com.groiss.wf.html.WorklistDescription
Call this method if you need a form from a process instance
needForm(ProcessDefinition, String) - Method in interface com.groiss.wf.html.WorklistDescription
Call this method if you need a form from a process instance
needsRestart(String) - Method in class com.groiss.component.Configuration
Returns true if the property change needs a server restart to become effective.
NEW - Static variable in interface com.groiss.dms.DMSTableHandler
key for the action 'New'
NEW_TX - Static variable in class com.groiss.event.EventManager
reserved for future use, execute event in a new transaction (not yet implemented)
newCookie(String, String) - Static method in class com.groiss.servlet.HttpUtils
Generate a new Cookie.
newHttpOnlyCookie(String, String) - Static method in class com.groiss.servlet.HttpUtils
Generate a new HTTP-only Cookie.
newInstance() - Method in interface com.groiss.dms.FormType
Creates a new instance of the DMSForm represented by this FormType, but does not insert it to the database (therefore the returned DMSForm will not have an oid set).
newInstance(String, String, Class<?>, Select[], String[], String, Resource) - Static method in interface com.groiss.reporting.data.Attribute
create a new instance
newMessageSelected() - Method in class com.groiss.wfxml.Test
When a new message is selected, the displayed tabs may change.
NEWS - Static variable in class com.groiss.dms.DMS.FormTypes
Form type for news.
NEWS - Static variable in interface com.groiss.dms.FormType
Holds the oid of the formtype of news
newToOld(List<ColumnDescription>) - Static method in class com.groiss.gui.table.TableAdapterUtil
 
newWfXMLForm(String, Element) - Static method in class com.groiss.wfxml.LegacyBridge
 
newWfXMLNote(Element) - Static method in class com.groiss.wfxml.LegacyBridge
 
next(ActivityInstance) - Method in interface com.groiss.wf.ParForIterator
This method is called with each branch.
nextNum(String) - Method in class com.groiss.wf.DefaultApplicationAdapter
 
Nil - Class in com.groiss.store
This class can be used to shrink wrap potential null values together with an appropriate SQL type (c.f.
NO_ADDDEL - Static variable in interface com.groiss.wf.RemoteWfEngine
 
NO_ALERT - Static variable in class com.groiss.gui.component.Tabs
 
NoArchiver - Class in com.groiss.wf
Use this archiver if archiving should be disabled.
NoArchiver() - Constructor for class com.groiss.wf.NoArchiver
 
NOBODY - Static variable in class com.groiss.org.OrgData.Users
The nobody user, an inactive user.
NOBODY - Static variable in interface com.groiss.org.User
The oid of the inactive user nobody.
noEmpty(String) - Static method in class com.groiss.util.StringUtil
Returns "&nbsp;" when argument is null, otherwise the string itself.
noEmpty(Object) - Static method in class com.groiss.util.StringUtil
Returns "&nbsp;" when argument is null, otherwise o.toString()
NominalAttribute<T> - Class in com.groiss.ml.ds
Attribute which value can be one of a given set of values.
NominalAttribute(String, Class<T>, List<S>) - Constructor for class com.groiss.ml.ds.NominalAttribute
Creates a new NominalAttribute.
NominalAttribute(String, Class<T>, S...) - Constructor for class com.groiss.ml.ds.NominalAttribute
Creates a new NominalAttribute.
noNaN(double) - Static method in class com.groiss.store.StoreUtil
 
noNaN(float) - Static method in class com.groiss.store.StoreUtil
 
NONE - Static variable in interface com.groiss.cal.CalEvent
 
noNull(String) - Static method in class com.groiss.util.StringUtil
Returns the empty string when argument is null, otherwise the string itself.
noNull(Object) - Static method in class com.groiss.util.StringUtil
Returns the empty string when argument is null, otherwise s.toString()
NOOP - Static variable in class com.groiss.notification.Names
Event type that represents an unspecified operation
nop() - Method in class com.groiss.wf.SystemAction
Use as system step dummy, does nothing.
normalize(String, String) - Method in class com.groiss.ws.ClasspathResolver
 
normalizeUnicode(String) - Static method in class com.groiss.util.StringUtil
Normalize to "Canonical decomposition, followed by canonical composition."
noTags(String) - Static method in class com.groiss.util.StringUtil
De-HTMLize a string.
NOTE - Static variable in class com.groiss.dms.DMS.FormTypes
Form type for notes.
NOTE - Static variable in interface com.groiss.dms.FormType
Holds the oid of the formtype of notes
NOTES - Static variable in interface com.groiss.dms.DMSTableHandler
key for the column holding the link to the attached notes of the DMSObject
notes - Variable in class com.groiss.wfxml.WfXMLObject
 
NotificationEvent - Class in com.groiss.notification
Class for events representing changed NotificationItems.
NotificationEvent(NotificationItem, short) - Constructor for class com.groiss.notification.NotificationEvent
Constructor
NotificationEvent(NotificationItem, short, Agent) - Constructor for class com.groiss.notification.NotificationEvent
Constructor
NotificationEvent(NotificationItem, short, Agent, OrgUnit) - Constructor for class com.groiss.notification.NotificationEvent
Constructor
NotificationEvent(NotificationItem, short, Agent, OrgUnit, boolean) - Constructor for class com.groiss.notification.NotificationEvent
Constructor
NotificationItem - Interface in com.groiss.notification
NotificationItems are objects which can be send to clients.
NotificationSuite - Class in com.groiss.notification
A facade to the Notification framework.
NotifyMessage - Class in com.groiss.wfxml
Notify messages are used to inform process instance observers about arbitrary events or other things.
NotifyMessage(short) - Constructor for class com.groiss.wfxml.NotifyMessage
Creates a new and empty NotifyMessage object.
NotifyMessage(Document) - Constructor for class com.groiss.wfxml.NotifyMessage
This method is used internally for creating a NotifyMessage out of a xml document.
notifySession(HttpSession, String, Map<String, ?>) - Static method in class com.groiss.notification.NotificationSuite
Send a message to smartclients.
notifyUser(User, String, Map<String, ?>) - Static method in class com.groiss.notification.NotificationSuite
Send a message to smartclients.
notifyUser(User, ActivityInstance) - Method in interface com.groiss.wf.ApplicationAdapter
The method is called when an email-notification about a new worklist entry is sent.
notifyUser(User, ActivityInstance) - Method in class com.groiss.wf.DefaultApplicationAdapter
 
NS - Static variable in class com.groiss.gui.AbstractComponent
 
NULL_OPERATORS - Static variable in class com.groiss.reporting.Query
 
NullAdapter - Class in com.groiss.wf.batch
Poor mans implementation of BatchAdapter.
NullAdapter() - Constructor for class com.groiss.wf.batch.NullAdapter
 
NullExpression - Class in com.groiss.store
Convenience wrapper for construction of SQL expressions with bind parameters which may be null.
NUMBER_CHECK_PATTERN - Static variable in class com.groiss.cal.CalUtil
 
NumericAttribute<T extends Number> - Class in com.groiss.ml.ds
Generic numeric attribute without margins.
NumericAttribute(String, Class<T>) - Constructor for class com.groiss.ml.ds.NumericAttribute
Creates a new BooleanAttribute.
NumericValue - Interface in com.groiss.reporting.data
Implementing this Interface, enables ReportingData Objects to make numeric aggregations like sum and average.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
Skip navigation links

@enterprise 10.0.37409 Copyright © 2001-2024 Groiss Informatics GmbH. All Rights Reserved.