A B C D G I L O R S V W

A

AbstractWorkflowController - Class in org.imixs.workflow.jee.faces
This Class is an abstract controller used in JSF Application A JSF Web Modul should subclass the AbstractWorkflowController for implementing a project specific Imixs Workflow BackingBean
AbstractWorkflowController() - Constructor for class org.imixs.workflow.jee.faces.AbstractWorkflowController
 
addFile(byte[], String, String) - Method in class org.imixs.workflow.jee.faces.BLOBWorkitemController
This method adds a single file to the ItemCollection. files will be stored into the property $file.
addMessage(String, String, Object) - Method in class org.imixs.workflow.jee.faces.AbstractWorkflowController
This method can be used to add a Error Messege to the Application Context during an actionListener Call.

B

BLOBWorkitemController - Class in org.imixs.workflow.jee.faces
This BLOBWorkitemController is used to store large objects into a single ItemCollection mapped to a EntityBean.
BLOBWorkitemController() - Constructor for class org.imixs.workflow.jee.faces.BLOBWorkitemController
 

C

clear() - Method in class org.imixs.workflow.jee.faces.BLOBWorkitemController
Removes the connection to the parend workitem and clear the itemCollection
compare(SelectItem, SelectItem) - Method in class org.imixs.workflow.jee.faces.SelectItemComparator
 

D

doCreateWorkitem(ActionEvent) - Method in class org.imixs.workflow.jee.faces.AbstractWorkflowController
This method is called by a jsf page to create a new instance of a process.
doCreateWorkitem(int) - Method in class org.imixs.workflow.jee.faces.AbstractWorkflowController
This method is called by a jsf page to create a new instance of a process.
doDelete(ActionEvent) - Method in class org.imixs.workflow.jee.faces.AbstractWorkflowController
this method removes the current selected workitem from a view.
doEdit(ActionEvent) - Method in class org.imixs.workflow.jee.faces.AbstractWorkflowController
this method is called by datatables to select an workitem
doLoadNext(ActionEvent) - Method in class org.imixs.workflow.jee.faces.AbstractWorkflowController
 
doLoadPrev(ActionEvent) - Method in class org.imixs.workflow.jee.faces.AbstractWorkflowController
 
doLogout(ActionEvent) - Method in class org.imixs.workflow.jee.faces.LoginMB
invalidates the current user session
doProcessWorkitem(ActionEvent) - Method in class org.imixs.workflow.jee.faces.AbstractWorkflowController
processes the current issue.
doRefresh(ActionEvent) - Method in class org.imixs.workflow.jee.faces.AbstractWorkflowController
refreshes the current workitem list. so the list will be loaded again.
doReset(ActionEvent) - Method in class org.imixs.workflow.jee.faces.AbstractWorkflowController
resets the current project list and projectMB
doSwitchToSearchlist(ActionEvent) - Method in class org.imixs.workflow.jee.faces.AbstractWorkflowController
 
doSwitchToWorklistAll(ActionEvent) - Method in class org.imixs.workflow.jee.faces.AbstractWorkflowController
 
doSwitchToWorklistByAuthor(ActionEvent) - Method in class org.imixs.workflow.jee.faces.AbstractWorkflowController
 
doSwitchToWorklistByCreator(ActionEvent) - Method in class org.imixs.workflow.jee.faces.AbstractWorkflowController
 
doSwitchToWorklistByOwner(ActionEvent) - Method in class org.imixs.workflow.jee.faces.AbstractWorkflowController
 
doSwitchToWorklistByWriteAccess(ActionEvent) - Method in class org.imixs.workflow.jee.faces.AbstractWorkflowController
 

G

get(Object) - Method in class org.imixs.workflow.jee.faces.SecurityHashMap
 
getActivities() - Method in class org.imixs.workflow.jee.faces.AbstractWorkflowController
returns a arrayList of Activities to the corresponidng processiD of the current Worktiem.
getAsObject(FacesContext, UIComponent, String) - Method in class org.imixs.workflow.jee.faces.VectorConverter
 
getAsObject(FacesContext, UIComponent, String) - Method in class org.imixs.workflow.jee.faces.VectorIntegerConverter
 
getAsString(FacesContext, UIComponent, Object) - Method in class org.imixs.workflow.jee.faces.VectorConverter
 
getAsString(FacesContext, UIComponent, Object) - Method in class org.imixs.workflow.jee.faces.VectorIntegerConverter
 
getEntityService() - Method in class org.imixs.workflow.jee.faces.AbstractWorkflowController
returns an instance of the EntityService EJB
getFileList() - Method in class org.imixs.workflow.jee.faces.BLOBWorkitemController
Returns a Vector of file names attached to the current BlobWorkitem.
getFiles() - Method in class org.imixs.workflow.jee.faces.BLOBWorkitemController
Returns a list of file names attached to the current BlobWorkitem.
getID() - Method in class org.imixs.workflow.jee.faces.AbstractWorkflowController
returns the $uniqueID of the current workitem
getMaxSearchResult() - Method in class org.imixs.workflow.jee.faces.AbstractWorkflowController
returns the maximum size of a search result
getModelService() - Method in class org.imixs.workflow.jee.faces.AbstractWorkflowController
returns an instance of the ModelService EJB
getModelVersion() - Method in class org.imixs.workflow.jee.faces.AbstractWorkflowController
returns the current ModelVersion.
getRemoteUser() - Method in class org.imixs.workflow.jee.faces.LoginMB
returns the remote user Name
getRow() - Method in class org.imixs.workflow.jee.faces.AbstractWorkflowController
Navigation
getSearchQuery() - Method in class org.imixs.workflow.jee.faces.AbstractWorkflowController
defines the searchQuery to be use for a EQL search by the method doSwitchToSearchlist Sublcasses may overwrite this method to define individual search queries.
getServerURI() - Method in class org.imixs.workflow.jee.faces.LoginMB
returns the full qualified server URI from the current web context
getSortOrder() - Method in class org.imixs.workflow.jee.faces.AbstractWorkflowController
defines the default sortOrder for finder methods
getStartProcessList() - Method in class org.imixs.workflow.jee.faces.AbstractWorkflowController
returns a arrayList of start processes.
getType() - Method in class org.imixs.workflow.jee.faces.AbstractWorkflowController
set the value for the attribute 'type' of a workitem to be generated or search by this controller
getUserPrincipal() - Method in class org.imixs.workflow.jee.faces.LoginMB
returns the userPrincipal Name
getWorkflowResult() - Method in class org.imixs.workflow.jee.faces.AbstractWorkflowController
returns the last workflow result to control the navigation flow if no result is found show_worklist will be returned
getWorkflowResult() - Method in class org.imixs.workflow.jee.faces.SimpleWorkflowController
 
getWorkflowService() - Method in class org.imixs.workflow.jee.faces.AbstractWorkflowController
returns an instance of the WorkflowService EJB
getWorkitem() - Method in class org.imixs.workflow.jee.faces.AbstractWorkflowController
 
getWorkitem() - Method in class org.imixs.workflow.jee.faces.BLOBWorkitemController
returns the ItemCollection for the curren BlobWorkitem object.
getWorkitems() - Method in class org.imixs.workflow.jee.faces.AbstractWorkflowController
 

I

isAuthenticated() - Method in class org.imixs.workflow.jee.faces.LoginMB
returns true if user is authenticated
isEndOfList() - Method in class org.imixs.workflow.jee.faces.AbstractWorkflowController
 
isNewWorkitem() - Method in class org.imixs.workflow.jee.faces.AbstractWorkflowController
indicates if a workitem was processed before by the workflowService

L

load(ItemCollection) - Method in class org.imixs.workflow.jee.faces.BLOBWorkitemController
Loads the BlobWorkitem of a given parent Workitem.
LoginMB - Class in org.imixs.workflow.jee.faces
This Backing Bean acts as a Login Helper Class.
LoginMB() - Constructor for class org.imixs.workflow.jee.faces.LoginMB
 

O

org.imixs.workflow.jee.faces - package org.imixs.workflow.jee.faces
 

R

removeFile(String) - Method in class org.imixs.workflow.jee.faces.BLOBWorkitemController
This method removes a single file attachment from the BlobWorkitem

S

save(ItemCollection) - Method in class org.imixs.workflow.jee.faces.BLOBWorkitemController
This method saves the current BlobWorkitem.
SecurityHashMap - Class in org.imixs.workflow.jee.faces
This is a helper Class to check access level of a user.
SecurityHashMap() - Constructor for class org.imixs.workflow.jee.faces.SecurityHashMap
 
SelectItemComparator - Class in org.imixs.workflow.jee.faces
Sorts a ArrayList of SelectItems by label
SelectItemComparator(Locale, boolean) - Constructor for class org.imixs.workflow.jee.faces.SelectItemComparator
 
setMaxSearchResult(int) - Method in class org.imixs.workflow.jee.faces.AbstractWorkflowController
set the maximum size of a search result
setModelVersion(String) - Method in class org.imixs.workflow.jee.faces.AbstractWorkflowController
 
setSearchQuery(String) - Method in class org.imixs.workflow.jee.faces.AbstractWorkflowController
set the current searchquery
setSortOrder(int) - Method in class org.imixs.workflow.jee.faces.AbstractWorkflowController
 
setType(String) - Method in class org.imixs.workflow.jee.faces.AbstractWorkflowController
defines the type attribute of a workitem to be generated or search by this controller Subclasses may overwrite the type
setWorkitem(ItemCollection) - Method in class org.imixs.workflow.jee.faces.AbstractWorkflowController
updates all attributes by the supported map into the ItemCollection Diese Mehtode wird beim Klick auf einen Datensatz aufgerufen
setWorkitem(ItemCollection) - Method in class org.imixs.workflow.jee.faces.BLOBWorkitemController
update the workitemAdapter and the blobworkitem reference
setWorkitems(ArrayList<ItemCollection>) - Method in class org.imixs.workflow.jee.faces.AbstractWorkflowController
 
SimpleWorkflowController - Class in org.imixs.workflow.jee.faces
 
SimpleWorkflowController() - Constructor for class org.imixs.workflow.jee.faces.SimpleWorkflowController
 

V

VectorConverter - Class in org.imixs.workflow.jee.faces
 
VectorConverter() - Constructor for class org.imixs.workflow.jee.faces.VectorConverter
 
VectorIntegerConverter - Class in org.imixs.workflow.jee.faces
 
VectorIntegerConverter() - Constructor for class org.imixs.workflow.jee.faces.VectorIntegerConverter
 

W

workitemItemCollection - Variable in class org.imixs.workflow.jee.faces.AbstractWorkflowController
 

A B C D G I L O R S V W

Copyright © 2006-2011 Imixs Software Solutions GmbH. All Rights Reserved.