A B C D E F G H I J L M N O P R S T U V W

A

ACCEPT - Static variable in class net.sf.ewc.workflow.model.Task
 
AbstractItemEditorCtx - class net.sf.ewc.workflow.AbstractItemEditorCtx.
Abstract item editor context, to be used within a WorkflowContainerCtx.
AbstractItemEditorCtx(String, Class) - Constructor for class net.sf.ewc.workflow.AbstractItemEditorCtx
Constructs an AbstractItemEditorCtxusing the class name as the context name.
AbstractItemEditorCtx(String, String, Class) - Constructor for class net.sf.ewc.workflow.AbstractItemEditorCtx
Constructs an AbstractItemEditorCtx
AbstractItemEditorCtx(String, Class, AbstractItemEditorCtx.FlowHandler) - Constructor for class net.sf.ewc.workflow.AbstractItemEditorCtx
Constructs an AbstractItemEditorCtxusing the class name as the context name.
AbstractItemEditorCtx(String, String, Class, AbstractItemEditorCtx.FlowHandler) - Constructor for class net.sf.ewc.workflow.AbstractItemEditorCtx
Constructs an AbstractItemEditorCtx
AbstractItemEditorCtx.FlowHandler - class net.sf.ewc.workflow.AbstractItemEditorCtx.FlowHandler.
This class handles the AbstractItemEditorCtxdefault flow.
AbstractItemEditorCtx.FlowHandler() - Constructor for class net.sf.ewc.workflow.AbstractItemEditorCtx.FlowHandler
 
AbstractItemListCtx - class net.sf.ewc.workflow.AbstractItemListCtx.
Abstract class for those context that want to handle an item list and view or edit items on it.
AbstractItemListCtx(String) - Constructor for class net.sf.ewc.workflow.AbstractItemListCtx
Constructs an AbstractItemListCtxusing the class name as the context name.
AbstractItemListCtx(String, String) - Constructor for class net.sf.ewc.workflow.AbstractItemListCtx
Constructs an AbstractItemListCtx
AbstractItemListCtx(String, AbstractItemListCtx.FlowHandler) - Constructor for class net.sf.ewc.workflow.AbstractItemListCtx
Constructs an AbstractItemListCtxusing the class name as the context name.
AbstractItemListCtx(String, String, AbstractItemListCtx.FlowHandler) - Constructor for class net.sf.ewc.workflow.AbstractItemListCtx
Constructs an AbstractItemListCtx
AbstractItemListCtx.FlowHandler - class net.sf.ewc.workflow.AbstractItemListCtx.FlowHandler.
This class handles the AbstractItemListCtxdefault flow.
AbstractItemListCtx.FlowHandler() - Constructor for class net.sf.ewc.workflow.AbstractItemListCtx.FlowHandler
 
AbstractItemViewerCtx - class net.sf.ewc.workflow.AbstractItemViewerCtx.
Abstract item viewer context, to be used within a WorkflowContainerCtx.
AbstractItemViewerCtx(String, Class) - Constructor for class net.sf.ewc.workflow.AbstractItemViewerCtx
Constructs an AbstractItemViewerCtxusing the class name as the context name.
AbstractItemViewerCtx(String, String, Class) - Constructor for class net.sf.ewc.workflow.AbstractItemViewerCtx
Constructs an AbstractItemViewerCtx
AbstractItemViewerCtx(String, Class, AbstractItemViewerCtx.FlowHandler) - Constructor for class net.sf.ewc.workflow.AbstractItemViewerCtx
Constructs an AbstractItemViewerCtxusing the class name as the context name.
AbstractItemViewerCtx(String, String, Class, AbstractItemViewerCtx.FlowHandler) - Constructor for class net.sf.ewc.workflow.AbstractItemViewerCtx
Constructs an AbstractItemViewerCtx
AbstractItemViewerCtx.FlowHandler - class net.sf.ewc.workflow.AbstractItemViewerCtx.FlowHandler.
This class handles the AbstractItemViewerCtxdefault flow.
AbstractItemViewerCtx.FlowHandler() - Constructor for class net.sf.ewc.workflow.AbstractItemViewerCtx.FlowHandler
 
accept() - Method in class net.sf.ewc.workflow.AbstractItemEditorCtx
If AbstractItemEditorCtx.isAcceptAvailable()and #onAccept()return true, this event handler will apply changes to the original item using AbstractItemEditorCtx.applyChanges(Object, Object).
add(Path) - Method in class net.sf.ewc.workflow.model.State
Adds a path to this state.
add(State) - Method in class net.sf.ewc.workflow.model.Workflow
 
addItem(Object) - Method in class net.sf.ewc.workflow.AbstractItemListCtx
Adds a new item to the list.
applyChanges(Object, Object) - Method in class net.sf.ewc.workflow.AbstractItemEditorCtx
Apply all the changes done on the editedItem to the originalItem

B

buildNewItem() - Method in class net.sf.ewc.workflow.AbstractItemListCtx
Builds a new item, to be possibly added to the list after user aproval.

C

CANCEL - Static variable in class net.sf.ewc.workflow.model.Task
 
cancel() - Method in class net.sf.ewc.workflow.AbstractItemEditorCtx
If AbstractItemEditorCtx.isCancelAvailable()and #onCancel()return true, this event handler will discard the edited object and the flow will follow #getCancelPath().
clear() - Method in class net.sf.ewc.workflow.AbstractItemEditorCtx
Clears the edition
clearSelectedItem() - Method in class net.sf.ewc.workflow.AbstractItemListCtx
Clears the edition
close(Task, Object) - Method in class net.sf.ewc.workflow.WorkflowContainerCtx
 
composeExpression(String, String) - Method in interface net.sf.ewc.IExpressionEvaluator
Composes two expressions in such a way that eval(ctx,compose(exp1,exp2))==eval(eval(ctx,exp1),exp2)
composeExpression(String, String) - Method in class net.sf.ewc.eval.JECExpressionEvaluator
Composes two expressions in such a way that eval(ctx,compose(exp1,exp2))==eval(eval(ctx,exp1),exp2)
ctx - Variable in class net.sf.ewc.workflow.model.Task
 

D

doGet(HttpServletRequest, HttpServletResponse) - Method in class net.sf.ewc.EasyWebController
GET requests are redirected to the root application context, except when EasyWebController.EWC_PROCESS_GET_PARAMETERequals 'true' (this allows you to pass parameters through URL).
doPost(HttpServletRequest, HttpServletResponse) - Method in class net.sf.ewc.EasyWebController
Processes user requests...

E

EWCSession - class net.sf.ewc.EWCSession.
This class holds all the session state of an EWC application.
EWCSession() - Constructor for class net.sf.ewc.EWCSession
Main constructor.
EWCSession(IExpressionEvaluator) - Constructor for class net.sf.ewc.EWCSession
Main constructor.
EWCSessionAwareAdapter - class net.sf.ewc.EWCSessionAwareAdapter.
Context class for EWC pages
EWCSessionAwareAdapter() - Constructor for class net.sf.ewc.EWCSessionAwareAdapter
Constructs a new EWCSessionAwareAdapterwith a context name equal to the class name
EWCSessionAwareAdapter(String) - Constructor for class net.sf.ewc.EWCSessionAwareAdapter
Construct a new EWCSessionAwareAdapterwith the specified contex name
EWCSessionFactory - class net.sf.ewc.EWCSessionFactory.
EWCSession factory, that creates sessions in different contexts (currently only in a web application container context)
EWCSessionFactory() - Constructor for class net.sf.ewc.EWCSessionFactory
 
EWC_DEFAULT_CONTEXT_PARAMETER - Static variable in class net.sf.ewc.EasyWebController
Default context parameter
EWC_EVENT_PARAMETER - Static variable in class net.sf.ewc.EasyWebController
The parameter that contains the method to execute after model changes
EWC_MODEL_CHANGES_PARAMETER - Static variable in class net.sf.ewc.EasyWebController
Compact model changes parameter.
EWC_PROCESS_GET_PARAMETER - Static variable in class net.sf.ewc.EasyWebController
True to process GET
EWC_REQUEST_URI_ATTRIBUTE - Static variable in class net.sf.ewc.EasyWebController
Request attribute where the original request URI is stored
EasyWebController - class net.sf.ewc.EasyWebController.
EasyWebControlleris the EWC controller servlet.
EasyWebController() - Constructor for class net.sf.ewc.EasyWebController
 
EditTask - class net.sf.ewc.workflow.tasks.EditTask.
 
EditTask(Object) - Constructor for class net.sf.ewc.workflow.tasks.EditTask
 
editItem(Object) - Method in class net.sf.ewc.workflow.AbstractItemEditorCtx
Initialices this context to edit an item.
editItem() - Method in class net.sf.ewc.workflow.AbstractItemListCtx
Handler for the "editItem" user event
editItem(int) - Method in class net.sf.ewc.workflow.AbstractItemListCtx
Handler for the "editItem" user event, with an index parameter
editItem() - Method in class net.sf.ewc.workflow.AbstractItemViewerCtx
If AbstractItemViewerCtx.isEditItemAvailable()and #onEdit(Object)return true, this event handler will open a new EditTaskand follow the path returned by #getEditItemPath()

F

FILEUPLOAD_CONTEXT_ATTRIBUTE - Static variable in class net.sf.ewc.EasyWebController
File upload context attribute.
flowHandler - Variable in class net.sf.ewc.workflow.AbstractItemEditorCtx
The flowHandler
flowHandler - Variable in class net.sf.ewc.workflow.AbstractItemListCtx
The flowHandler
flowHandler - Variable in class net.sf.ewc.workflow.AbstractItemViewerCtx
The flowHandler
followPath(String, String) - Method in class net.sf.ewc.workflow.WorkflowContainerCtx
 

G

GO_BACK - Static variable in class net.sf.ewc.workflow.model.Path
 
getAcceptPath() - Method in class net.sf.ewc.workflow.AbstractItemEditorCtx.FlowHandler
Returns the default "accept" path
getAddItemPath() - Method in class net.sf.ewc.workflow.AbstractItemListCtx.FlowHandler
Returns the default "addItem" path.
getCancelPath() - Method in class net.sf.ewc.workflow.AbstractItemEditorCtx.FlowHandler
Returns the default "cancel" path
getComponentPropertyFullExpression(Object, String) - Method in class net.sf.ewc.EWCSession
Returns an expression that access to a component's property
getComponentPropertyValue(Object, String, String) - Method in class net.sf.ewc.EWCSession
Returns a component's property value
getComposedExpression(String, String) - Method in class net.sf.ewc.EWCSession
Composes two expressions in such a way that eval(ctx,compose(exp1,exp2))==eval(eval(ctx,exp1),exp2)
getContainer() - Method in class net.sf.ewc.workflow.WorkflowComponentCtx
Returns the container context
getContext(String) - Method in class net.sf.ewc.EWCSession
Returns a IEWCSessionAwareAdapter, given its classname.
getContext(Class) - Method in class net.sf.ewc.EWCSession
Returns a IEWCSessionAwareAdapter, given its Class.
getContextName() - Method in class net.sf.ewc.EWCSessionAwareAdapter
Returns the context name
getCtx() - Method in class net.sf.ewc.workflow.AbstractItemListCtx.FlowHandler
Returns the associated AbstractItemListCtx
getCtx() - Method in class net.sf.ewc.workflow.model.Path
 
getCtx() - Method in class net.sf.ewc.workflow.model.Task
 
getCurrentView() - Method in class net.sf.ewc.workflow.WorkflowContainerCtx
Returns current view
getDefaultCtx() - Method in class net.sf.ewc.workflow.model.State
 
getEWCSession(HttpSession) - Static method in class net.sf.ewc.EWCSessionFactory
Returns the current EWCSession in an HTTP session, creating a new one when there's no one.
getEditItemPath() - Method in class net.sf.ewc.workflow.AbstractItemListCtx.FlowHandler
Returns the default "editItem" path
getEditItemPath() - Method in class net.sf.ewc.workflow.AbstractItemViewerCtx.FlowHandler
Returns the default "editItem" path
getEditTask() - Method in class net.sf.ewc.workflow.AbstractItemEditorCtx
Returns the current edit task
getEditableItemClone(Object) - Method in class net.sf.ewc.workflow.AbstractItemEditorCtx
Override to return an editable clone of the item.
getEditedItem() - Method in class net.sf.ewc.workflow.AbstractItemEditorCtx
Returns the item currently edited by the user
getEventFullExpression(String, String) - Method in class net.sf.ewc.EWCSession
Returns a String that contains both the context and the event method
getExpressionValue(Object, String) - Method in class net.sf.ewc.EWCSession
Evaluates an expression on a context, using the current expression evaluator
getExpressionValue(Object, String) - Method in interface net.sf.ewc.IExpressionEvaluator
Evaluates an expression on a context, using the current expression evaluator
getExpressionValue(Object, String) - Method in class net.sf.ewc.eval.JECExpressionEvaluator
Returns the result of evaluating expression in the ctx context
getExpressionValueAsString(Object, String) - Method in class net.sf.ewc.EWCSession
Evaluates an expression on a context, using the current expression evaluator, and returns the final value as a String.
getFullExpression(Object, String) - Method in class net.sf.ewc.EWCSession
Builds a full expression String that can be evaluated by EWCSession.getFullExpressionValue(String)or EWCSession.setFullExpressionValue(String,Object)
getFullExpressionValue(String) - Method in class net.sf.ewc.EWCSession
Returns the evaluation of full expression String that includes the evaluation context name
getGlobalField(String) - Method in class net.sf.ewc.EWCSession
Returns the value of an expression in the global context
getGoBackPath() - Method in class net.sf.ewc.workflow.AbstractItemViewerCtx.FlowHandler
Returns the default "goBack" path
getI18NMessage(String) - Method in class net.sf.ewc.I18NEWCSessionAwareAdapter
Returns an i18n value.
getId() - Method in class net.sf.ewc.workflow.model.State
 
getIndexedExpression(String, String) - Method in class net.sf.ewc.EWCSession
Returns an indexed expression so eval(ctx, indexed(exp1,exp2))==eval(ctx,exp1)[eval(ctx,exp2)]
getIndexedExpression(String, String) - Method in interface net.sf.ewc.IExpressionEvaluator
Returns an indexed expression so eval(ctx, indexed(exp1,exp2))==eval(ctx,exp1)[eval(ctx,exp2)]
getIndexedExpression(String, String) - Method in class net.sf.ewc.eval.JECExpressionEvaluator
Returns an indexed expression so eval(ctx, indexed(exp1,exp2))==eval(ctx,exp1)[eval(ctx,exp2)]
getInitialState() - Method in class net.sf.ewc.workflow.model.Workflow
 
getInitialStateId() - Method in class net.sf.ewc.workflow.model.Workflow
 
getInputStream() - Method in class net.sf.ewc.UploadedFile
Returns the input stream to read uploaded file contents
getItem(int) - Method in class net.sf.ewc.workflow.AbstractItemListCtx
Returns the item at "index"
getItem() - Method in class net.sf.ewc.workflow.AbstractItemViewerCtx
Returns the item to view
getItems() - Method in class net.sf.ewc.workflow.AbstractItemListCtx
Returns the item list.
getMessage() - Method in class net.sf.ewc.EWCSessionAwareAdapter
 
getName() - Method in class net.sf.ewc.UploadedFile
Returns the uploaded file name, as it was seleted by the user in the browser
getName() - Method in class net.sf.ewc.workflow.model.Path
 
getName() - Method in class net.sf.ewc.workflow.model.Task
 
getName(Class) - Static method in class net.sf.ewc.workflow.tasks.EditTask
Returns the task name, known the class of the objects to edit
getName(Class) - Static method in class net.sf.ewc.workflow.tasks.ViewTask
Returns the task name, known the class of the objects to view
getNewItemPath() - Method in class net.sf.ewc.workflow.AbstractItemListCtx.FlowHandler
Returns the default "newItem" path
getOriginalItem() - Method in class net.sf.ewc.workflow.AbstractItemEditorCtx
 
getPath(String, String) - Method in class net.sf.ewc.workflow.model.State
Returns a path
getRemoveItemPath() - Method in class net.sf.ewc.workflow.AbstractItemListCtx.FlowHandler
Returns the default "removeItem" path.
getSelectedItem() - Method in class net.sf.ewc.workflow.AbstractItemListCtx
Returns the item currently selected by the user
getSelectedItemIndex() - Method in class net.sf.ewc.workflow.AbstractItemListCtx
Returns the currently selected item index within AbstractItemListCtx.getItems()
getSession() - Method in class net.sf.ewc.EWCSessionAwareAdapter
Returns the EWCsession
getSize() - Method in class net.sf.ewc.UploadedFile
Returns the uploaded file size in bytes
getState() - Method in class net.sf.ewc.workflow.model.Path
 
getState(String) - Method in class net.sf.ewc.workflow.model.Workflow
 
getTarget() - Method in class net.sf.ewc.workflow.model.Path
 
getTargetState() - Method in class net.sf.ewc.workflow.model.Path
 
getTask(String) - Method in class net.sf.ewc.workflow.WorkflowContainerCtx
 
getTest() - Method in class net.sf.ewc.workflow.model.Path
 
getUserLocale() - Method in class net.sf.ewc.I18NEWCSessionAwareAdapter
Returns the user's locale
getView() - Method in class net.sf.ewc.workflow.model.State
 
getViewItemPath() - Method in class net.sf.ewc.workflow.AbstractItemListCtx.FlowHandler
Returns the default "viewItem" path
getViewTask() - Method in class net.sf.ewc.workflow.AbstractItemViewerCtx
Returns the current callback
getWorkflow() - Method in class net.sf.ewc.workflow.model.State
 
get_view() - Method in class net.sf.ewc.EWCSessionAwareAdapter
Returns the componentStateMap
geti18n() - Method in class net.sf.ewc.I18NEWCSessionAwareAdapter
Returns the I18N map
goBack() - Method in class net.sf.ewc.workflow.AbstractItemViewerCtx
If AbstractItemViewerCtx.isGoBackAvailable(), this event handler will close the opened ViewTaskand will follow the path returned by #getGoBackPath()

H

HTTP_SESSION - Static variable in class net.sf.ewc.EWCSessionFactory
EWC global field where the HTTP_SESSION will be stored.
handleEvent(String) - Method in class net.sf.ewc.EWCSession
Handles an event, given its full expression.

I

I18NEWCSessionAwareAdapter - class net.sf.ewc.I18NEWCSessionAwareAdapter.
 
I18NEWCSessionAwareAdapter() - Constructor for class net.sf.ewc.I18NEWCSessionAwareAdapter
Constructs a new I18NEWCSessionAwareAdapter with a context name equal to the class name
I18NEWCSessionAwareAdapter(String) - Constructor for class net.sf.ewc.I18NEWCSessionAwareAdapter
Constructs a new EWCSessionAwareAdapter with the specified contex name
I18NLOCALE - Static variable in class net.sf.ewc.I18NEWCSessionAwareAdapter
Global field where user's locale is stored
IEWCSessionAware - interface net.sf.ewc.IEWCSessionAware.
Classes that are interested in EWCSession should implement this interface.
IExpressionEvaluator - interface net.sf.ewc.IExpressionEvaluator.
IExpressionEvaluator defines the set of operations that must be satisfied by a EWC compatible expression evaluator.
init() - Method in class net.sf.ewc.EasyWebController
Servlet initialization.
isAcceptAvailable() - Method in class net.sf.ewc.workflow.AbstractItemEditorCtx
Returns true if the "accept" event is available
isCancelAvailable() - Method in class net.sf.ewc.workflow.AbstractItemEditorCtx
Returns true if the "cancel" event is available
isEditItemAvailable() - Method in class net.sf.ewc.workflow.AbstractItemListCtx
Returns true if the "editItem" event is available
isEditItemAvailable() - Method in class net.sf.ewc.workflow.AbstractItemViewerCtx
Returns true if the editItem event is available.
isGoBackAvailable() - Method in class net.sf.ewc.workflow.AbstractItemViewerCtx
Returns true if the goBack event is available.
isItemEditing() - Method in class net.sf.ewc.workflow.AbstractItemEditorCtx
Returns true if the user is editing an item
isItemListEmpty() - Method in class net.sf.ewc.workflow.AbstractItemListCtx
Returns true if the item list is empty
isItemSelected() - Method in class net.sf.ewc.workflow.AbstractItemListCtx
Returns true if the user has selected an item
isMessageAvailable() - Method in class net.sf.ewc.EWCSessionAwareAdapter
Returns true if there's a message available for the user
isNewItemAvailable() - Method in class net.sf.ewc.workflow.AbstractItemListCtx
Returns true if the "newItem" event is available
isPathAvailable(String, String) - Method in class net.sf.ewc.workflow.WorkflowContainerCtx
 
isPathAvailable(String, String) - Method in class net.sf.ewc.workflow.model.State
Returns true if the path has been defined in this state
isRemoveItemAvailable() - Method in class net.sf.ewc.workflow.AbstractItemListCtx
Returns true if the "removeItem" event is available
isViewItemAvailable() - Method in class net.sf.ewc.workflow.AbstractItemListCtx
Returns true if the "viewItem" event is available

J

JECExpressionEvaluator - class net.sf.ewc.eval.JECExpressionEvaluator.
This is an IExpressionEvaluatorimplementation that uses the JEC ( Java Expression Compiler) as expression evaluation engine
JECExpressionEvaluator() - Constructor for class net.sf.ewc.eval.JECExpressionEvaluator
Main constructor

L

LAST - Static variable in class net.sf.ewc.workflow.model.State
 
LOG_FILE - Static variable in class net.sf.ewc.EasyWebController
Log file initialization parameter name
LOG_LEVEL - Static variable in class net.sf.ewc.EasyWebController
Log level initialization parameter name

M

message - Variable in class net.sf.ewc.EWCSessionAwareAdapter
Message for the user

N

NOK - Static variable in class net.sf.ewc.workflow.model.Task
 
net.sf.ewc - package net.sf.ewc
 
net.sf.ewc.eval - package net.sf.ewc.eval
 
net.sf.ewc.workflow - package net.sf.ewc.workflow
 
net.sf.ewc.workflow.model - package net.sf.ewc.workflow.model
 
net.sf.ewc.workflow.tasks - package net.sf.ewc.workflow.tasks
 
newItem() - Method in class net.sf.ewc.workflow.AbstractItemListCtx
Handler for "newItem" user event.
none() - Method in class net.sf.ewc.workflow.AbstractItemEditorCtx
Convenience "do nothing" event handler
none() - Method in class net.sf.ewc.workflow.AbstractItemListCtx
Convenience "do nothing" event handler
none() - Method in class net.sf.ewc.workflow.AbstractItemViewerCtx
Convenience "do nothing" event handler

O

OK - Static variable in class net.sf.ewc.workflow.model.Task
 
onAccept() - Method in class net.sf.ewc.workflow.AbstractItemEditorCtx.FlowHandler
Callback method that is called when the user throws AbstractItemEditorCtx.accept().
onCancel() - Method in class net.sf.ewc.workflow.AbstractItemEditorCtx.FlowHandler
Callback method that is called when the user throws AbstractItemEditorCtx.cancel().
onClose(Object) - Method in class net.sf.ewc.workflow.model.Task
 
onEdit(Object) - Method in class net.sf.ewc.workflow.AbstractItemViewerCtx.FlowHandler
Callback method that is called when the user throws AbstractItemViewerCtx.editItem().
onEditAccepted() - Method in class net.sf.ewc.workflow.AbstractItemListCtx
Callback method that is called when the user accepts the edition of the AbstractItemListCtx.getSelectedItem()after exiting the edition service.
onEditCancelled() - Method in class net.sf.ewc.workflow.AbstractItemListCtx
Callback method that is called when the user cancels the edition of the AbstractItemListCtx.getSelectedItem()after exiting the edition service.
onEditItem(Object) - Method in class net.sf.ewc.workflow.AbstractItemEditorCtx
Callback method that is called when a new item is loaded to edit.
onEditItem() - Method in class net.sf.ewc.workflow.AbstractItemListCtx.FlowHandler
Callback method that is called when the user throws AbstractItemListCtx.editItem().
onGoBack() - Method in class net.sf.ewc.workflow.AbstractItemViewerCtx.FlowHandler
Callback method that is called when the user throws AbstractItemViewerCtx.goBack().
onNewItem() - Method in class net.sf.ewc.workflow.AbstractItemListCtx.FlowHandler
Callback method that is called when the user throws AbstractItemListCtx.newItem().
onRemoveItem(Object) - Method in class net.sf.ewc.workflow.AbstractItemListCtx.FlowHandler
Callback method that is called when the user throws AbstractItemListCtx.removeItem().
onViewItem() - Method in class net.sf.ewc.workflow.AbstractItemListCtx.FlowHandler
Callback method that is called when the user throws AbstractItemListCtx.viewItem().
onViewItem(Object) - Method in class net.sf.ewc.workflow.AbstractItemViewerCtx
Callback method that is called when a new item is loaded to view.
open(Task) - Method in class net.sf.ewc.workflow.WorkflowContainerCtx
 

P

Path - class net.sf.ewc.workflow.model.Path.
 
Path() - Constructor for class net.sf.ewc.workflow.model.Path
 
popState() - Method in class net.sf.ewc.workflow.WorkflowContainerCtx
Pops the current state from the states stack
pushState(State) - Method in class net.sf.ewc.workflow.WorkflowContainerCtx
Pushes a new state on the top of the states stack

R

remove() - Method in class net.sf.ewc.EWCSessionAwareAdapter
Removes this class
remove(State) - Method in class net.sf.ewc.workflow.model.Workflow
 
removeContext(String) - Method in class net.sf.ewc.EWCSession
Remove the specified context
removeContext(Class) - Method in class net.sf.ewc.EWCSession
Remove the specified context
removeContext() - Method in class net.sf.ewc.workflow.AbstractItemListCtx
Helper method that removes this context from session
removeItem(Object) - Method in class net.sf.ewc.workflow.AbstractItemListCtx
Removes an item from the list.
removeItem() - Method in class net.sf.ewc.workflow.AbstractItemListCtx
Handler for the "removeItem" user event.
removeItem(int) - Method in class net.sf.ewc.workflow.AbstractItemListCtx
Handler for the "removeItem" user event, with an index parameter.

S

State - class net.sf.ewc.workflow.model.State.
 
State() - Constructor for class net.sf.ewc.workflow.model.State
 
setConsoleLog(String) - Static method in class net.sf.ewc.EasyWebController
Sets a console log
setCtx(String) - Method in class net.sf.ewc.workflow.model.Path
 
setDefaultCtx(String) - Method in class net.sf.ewc.workflow.model.State
 
setEWCSession(EWCSession) - Method in class net.sf.ewc.EWCSessionAwareAdapter
Sets the parent EWCSession
setEWCSession(EWCSession) - Method in interface net.sf.ewc.IEWCSessionAware
This method will be called by the controller to pass the EWCSession reference
setEditedItem(Object) - Method in class net.sf.ewc.workflow.AbstractItemEditorCtx
This method allows subclasses to substitute the currently edited object
setExpressionValue(Object, String, Object) - Method in class net.sf.ewc.EWCSession
Sets the new value of an expression, evaluated on the given context
setExpressionValue(Object, String, Object) - Method in interface net.sf.ewc.IExpressionEvaluator
Sets the new value of an expression, evaluated on the given context
setExpressionValue(Object, String, Object) - Method in class net.sf.ewc.eval.JECExpressionEvaluator
Sets the new value of an expression, so expression in the ctx context must be evaluated, after calling this method, into value
setFileLog(String, String) - Static method in class net.sf.ewc.EasyWebController
Sets a file log
setFullExpressionValue(String, Object) - Method in class net.sf.ewc.EWCSession
Sets the new value of a given full expression
setGlobalField(String, Object) - Method in class net.sf.ewc.EWCSession
Sets the new value of an expression
setI18NMessage(String) - Method in class net.sf.ewc.I18NEWCSessionAwareAdapter
Sets the user message, given a i18n key
setI18NMessage(String, String[]) - Method in class net.sf.ewc.I18NEWCSessionAwareAdapter
Sets the user message, given a i18n key, and substituting @i parameters
setI18NResourceName(String) - Method in class net.sf.ewc.I18NEWCSessionAwareAdapter
Sets the I18N resource name
setId(String) - Method in class net.sf.ewc.workflow.model.State
 
setInitialStateId(String) - Method in class net.sf.ewc.workflow.model.Workflow
 
setLog(Handler, String) - Static method in class net.sf.ewc.EasyWebController
Sets the package log
setMessage(String) - Method in class net.sf.ewc.EWCSessionAwareAdapter
 
setName(String) - Method in class net.sf.ewc.workflow.model.Path
 
setSelectedItem(Object) - Method in class net.sf.ewc.workflow.AbstractItemListCtx
Sets the selected item
setSelectedItemIndex(int) - Method in class net.sf.ewc.workflow.AbstractItemListCtx
Selects an item from the list
setState(State) - Method in class net.sf.ewc.workflow.model.Path
 
setTarget(String) - Method in class net.sf.ewc.workflow.model.Path
 
setTest(String) - Method in class net.sf.ewc.workflow.model.Path
 
setUserLocale(Locale) - Method in class net.sf.ewc.I18NEWCSessionAwareAdapter
Sets the user's locale
setUserLocale(String) - Method in class net.sf.ewc.I18NEWCSessionAwareAdapter
Sets the user's locale
setView(String) - Method in class net.sf.ewc.workflow.model.State
 
setWorkflow(Workflow) - Method in class net.sf.ewc.workflow.model.State
 

T

Task - class net.sf.ewc.workflow.model.Task.
 
Task(String, Object) - Constructor for class net.sf.ewc.workflow.model.Task
 
toString() - Method in class net.sf.ewc.UploadedFile
 

U

UPLOAD_MAX_SIZE - Static variable in class net.sf.ewc.EasyWebController
Upload maximum size initialization parameter name
UPLOAD_THRESHOLD - Static variable in class net.sf.ewc.EasyWebController
Upload threshold initialization parameter name
UploadedFile - class net.sf.ewc.UploadedFile.
Holder for uploaded file information.

V

ViewTask - class net.sf.ewc.workflow.tasks.ViewTask.
 
ViewTask(Object) - Constructor for class net.sf.ewc.workflow.tasks.ViewTask
 
validate() - Method in class net.sf.ewc.workflow.model.Path
 
validate() - Method in class net.sf.ewc.workflow.model.State
 
validate() - Method in class net.sf.ewc.workflow.model.Workflow
 
viewItem() - Method in class net.sf.ewc.workflow.AbstractItemListCtx
Handler for the "viewItem" user event
viewItem(int) - Method in class net.sf.ewc.workflow.AbstractItemListCtx
Handler for the "viewItem" user event, with an index parameter
viewItem(Object) - Method in class net.sf.ewc.workflow.AbstractItemViewerCtx
Initialices this context to view an item.

W

Workflow - class net.sf.ewc.workflow.model.Workflow.
 
Workflow() - Constructor for class net.sf.ewc.workflow.model.Workflow
 
Workflow(InputStream) - Constructor for class net.sf.ewc.workflow.model.Workflow
 
WorkflowComponentCtx - class net.sf.ewc.workflow.WorkflowComponentCtx.
 
WorkflowComponentCtx(String) - Constructor for class net.sf.ewc.workflow.WorkflowComponentCtx
Constructs an WorkflowComponentCtxusing the class name as the context name.
WorkflowComponentCtx(String, String) - Constructor for class net.sf.ewc.workflow.WorkflowComponentCtx
Constructs an WorkflowComponentCtx
WorkflowContainerCtx - class net.sf.ewc.workflow.WorkflowContainerCtx.
Container context.
WorkflowContainerCtx() - Constructor for class net.sf.ewc.workflow.WorkflowContainerCtx
 
write(File) - Method in class net.sf.ewc.UploadedFile
Transfers the uploaded file to a file in the server

A B C D E F G H I J L M N O P R S T U V W

Copyright © 2003-2004 SourceForge. All Rights Reserved.