Index

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 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

W

WAIT - Static variable in interface com.groiss.wf.ActivityInstance
 
WAITING - Static variable in interface com.groiss.wf.ActivityInstance
Instance is finished, but post finish actions are pending (for example selection of choice path).
WARN - Enum constant in enum class com.groiss.util.ApplicationException.Level
 
WEBDAV_SESSION - Static variable in class com.groiss.util.ThreadContext
 
WebDAVAuth - Interface in com.groiss.servlet
This interface defines the authentification interface when accessing DMS elements via WebDAV.
WEBFOLDER - 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 supported in smartclient UI
WEBLINK - Static variable in class com.groiss.dms.DMS.FormTypes
Form type for weblinks.
WEBLINK - Static variable in interface com.groiss.dms.FormType
Holds the oid of the formtype of web links
WEBSERVICE_SESSION - Static variable in class com.groiss.util.ThreadContext
 
WebUtils - Class in com.groiss.gui
Miscellanea data retrieval methods used in a Web tier.
WebUtils() - Constructor for class com.groiss.gui.WebUtils
 
WEEK - Static variable in class com.groiss.cal.CalUtil
 
WEEKLY - Static variable in interface com.groiss.cal.CalEvent
 
weekval - Variable in class com.groiss.reporting.data.impl.DateReportingData
 
WfEngine - Interface in com.groiss.wf
This interface encapsulates the functionality of the @enterprise workflow engine.
WfEngine.Tasks - Class in com.groiss.wf
Predefined tasks.
WfXML2 - Class in com.groiss.wfxml
Utility methods for the WfXML functionality.
wfXMLDateToDate(String) - Static method in class com.groiss.wfxml.WfXML2
Transforms a WfXML date to a Java Date object.
WfXMLDocForm - Class in com.groiss.wfxml
This class represents DMSDocForm objects.
See the WfXMLObject base class for general information and examples of how to use WfXMLObject objects.
WfXMLDocForm(DMSDocForm) - Constructor for class com.groiss.wfxml.WfXMLDocForm
Create a WfXMLDocForm out of a DMSDocForm.
WfXMLDocForm(String, String, byte[], String) - Constructor for class com.groiss.wfxml.WfXMLDocForm
Creates a new WfXMLDocForm.
WfXMLDocForm(XmlObject) - Constructor for class com.groiss.wfxml.WfXMLDocForm
 
WfXMLFolder - Class in com.groiss.wfxml
This class represents a DMSFolder.
WfXMLFolder(DMSFolder) - Constructor for class com.groiss.wfxml.WfXMLFolder
This constructor creates a WfXMLFolder out of a DMSFolder.
WfXMLFolder(String, String) - Constructor for class com.groiss.wfxml.WfXMLFolder
Create a new empty standard folder and set a name for it.
WfXMLFolder(XmlObject) - Constructor for class com.groiss.wfxml.WfXMLFolder
loads the WfXMLFolder from a FolderFormDocument.FolderForm element
WfXMLForm - Class in com.groiss.wfxml
This class can be used to represent forms.
WfXMLForm() - Constructor for class com.groiss.wfxml.WfXMLForm
Creates a completely empty WfXMLForm object.
WfXMLForm(DMSForm) - Constructor for class com.groiss.wfxml.WfXMLForm
This constructor creates a WfXMLForm out of a DMSForm.
WfXMLForm(String, int, String) - Constructor for class com.groiss.wfxml.WfXMLForm
Creates an empty WfXMLForm object and sets a form name, a class name, and a creator user id for the form.
WfXMLForm(XmlObject) - Constructor for class com.groiss.wfxml.WfXMLForm
 
WfXMLNote - Class in com.groiss.wfxml
This class represents notes.
WfXMLNote(DMSNote) - Constructor for class com.groiss.wfxml.WfXMLNote
Use this constructor to build a WfXMLNote out of a DMSNote.
WfXMLNote(String, String, String, boolean) - Constructor for class com.groiss.wfxml.WfXMLNote
Creates a note with all possible fields.
WfXMLNote(XmlObject) - Constructor for class com.groiss.wfxml.WfXMLNote
 
WfXMLObject - Class in com.groiss.wfxml
WfXMLObject and its subclasses are used to easily access, modify and create DMSObject objects and to do a transformation to and from XML.
Therefore the hierarchical structure of these WfXML classes is similar to the structure of the DMSObject interface and its subinterfaces.

The mapping between WfXMLObject objects and DMSObject objects works like this:
WfXMLNote -- DMSNote WfXMLWebLink -- DMSWebLink WfXMLForm -- DMSForm WfXMLDocForm -- DMSDocForm WfXMLFolder -- DMSFolder WfXMLObject -- DMSObject As you can see, the same naming scheme has been used, so it's easy to keep that mapping in mind.
Let's take a look on what you can do with WfXMLObject objects:

First, you can create WfXMLObject objects in three different ways: You can create a new and empty WfXMLObject with one of the subclasses' constructors. You can create a WfXMLObject out of an existing DMSObject.
WfXMLObject() - Constructor for class com.groiss.wfxml.WfXMLObject
This default constructor is called implicitly when one of the subclasses is instanciated.
WfXMLWebLink - Class in com.groiss.wfxml
Instances of this class represent web links.
WfXMLWebLink(DMSWebLink) - Constructor for class com.groiss.wfxml.WfXMLWebLink
Use this constructor to build a WfXMLWebLink out of a DMSWebLink.
WfXMLWebLink(String, String, String, String) - Constructor for class com.groiss.wfxml.WfXMLWebLink
Creates a web link with all possible fields.
WfXMLWebLink(XmlObject) - Constructor for class com.groiss.wfxml.WfXMLWebLink
 
WHILE - Static variable in interface com.groiss.wf.ActivityInstance
A while node.
WOPI_SESSION - Static variable in class com.groiss.util.ThreadContext
 
workDaysBetween(Date, Date) - Static method in class com.groiss.cal.CalUtil
Compute the working days between the two argument date
Worklist - Interface in com.groiss.wf.html
Interface that allows implementers to customize the worklist.
WorklistAdapter - Class in com.groiss.wf.html
Deprecated, for removal: This API element is subject to removal in a future version.
implement interface Worklist directly
WorklistAdapter() - Constructor for class com.groiss.wf.html.WorklistAdapter
Deprecated.
 
WorklistDescription - Interface in com.groiss.wf.html
This interface can be used to get properties of the worklist.
WorklistKind - Enum Class in com.groiss.wf
Specifies the kind of items of worklist (which items are to be included).
WouldBlockException - Exception in com.groiss.ds
This Exception is thrown when an action will block the current thread.
WouldBlockException() - Constructor for exception com.groiss.ds.WouldBlockException
 
wrap(Object) - Static method in class com.groiss.component.LoggingWrapper
returns a java-dynamic proxy implementing all interfaces the passed object is implementing the returned object is NOT type of the handler.getClass() the wrapping can be disabled using the property ''
wrap(Object, int) - Static method in class com.groiss.store.Nil
Wrap up a value and an appropriate sqltype (from Types)
wrap(String, Object) - Static method in class com.groiss.store.NullExpression
Wrap up an attribute name and a value for null expression construction.
wrap(Throwable) - Static method in exception com.groiss.util.ApplicationException
Conditionally wrap an exception.
WRAPPER_MARKER - Static variable in exception com.groiss.util.ApplicationException
 
wrapSQLException(int, Throwable) - Static method in class com.groiss.store.StoreUtil
Wraps an exception ; tries to discriminate between sql constraint violations and other exceptions
write(Object) - Method in class com.groiss.fileimport.csv.CSVWriter
writes the given object
writeAll(List<? extends List<?>>) - Method in class com.groiss.fileimport.csv.CSVWriter
writes all records
writeAll(TableModel) - Method in class com.groiss.fileimport.csv.CSVWriter
writes the whole tm TableModel.getColumnName(int) for header
writeComment(String) - Method in class com.groiss.fileimport.csv.CSVWriter
 
writeHeader(List<String>) - Method in class com.groiss.fileimport.csv.CSVWriter
write the header-record
writeHeaders(HttpServletResponse, Page) - Static method in class com.groiss.servlet.ServletUtils
Write the headers of a page to the response.
writeRecord(List<?>) - Method in class com.groiss.fileimport.csv.CSVWriter
writes a whole record
writeToResp(HttpServletRequest, HttpServletResponse, Page, String, Throwable) - Static method in class com.groiss.servlet.ServletUtils
Write a page to the response.
writeToResp(HttpServletResponse, Page) - Static method in class com.groiss.servlet.ServletUtils
Write a page to the response.
writeToResp(HttpServletResponse, String) - Static method in class com.groiss.servlet.ServletUtils
Write a string to the response.
WS_INVOKE - Static variable in interface com.groiss.wf.ActivityInstance
 
WS_RECEIVE - Static variable in interface com.groiss.wf.ActivityInstance
 
WS_REPLY - Static variable in interface com.groiss.wf.ActivityInstance
 
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 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form