Skip navigation links
A C D F G I L O P R S U V W 

A

addMessage(String, String, Object) - Method in class org.imixs.workflow.faces.workitem.DocumentController
This method can be used to add a Error Messege to the Application Context during an actionListener Call.
AjaxFileUploadServlet - Class in org.imixs.workflow.faces.fileupload
 
AjaxFileUploadServlet() - Constructor for class org.imixs.workflow.faces.fileupload.AjaxFileUploadServlet
 

C

compare(SelectItem, SelectItem) - Method in class org.imixs.workflow.faces.util.SelectItemComparator
 
create() - Method in class org.imixs.workflow.faces.workitem.DocumentController
This method creates an empty workItem with the default type property and the property 'namCreator' holding the current RemoteUser This method should be overwritten to add additional Business logic here.
create(ActionEvent) - Method in class org.imixs.workflow.faces.workitem.DocumentController
This actionListener method creates an empty workItem with the default type property and the property 'namCreator' holding the current RemoteUser This method should be overwritten to add additional Business logic here.

D

delete(String) - Method in class org.imixs.workflow.faces.workitem.DocumentController
This action method deletes a workitem.
delete(String, String) - Method in class org.imixs.workflow.faces.workitem.DocumentController
This action method deletes a workitem and returns an action result.
DocumentController - Class in org.imixs.workflow.faces.workitem
The DataController can be used in JSF Applications to manage ItemCollections without any workflow functionality.
DocumentController() - Constructor for class org.imixs.workflow.faces.workitem.DocumentController
 
doDelete(HttpServletRequest, HttpServletResponse) - Method in class org.imixs.workflow.faces.fileupload.AjaxFileUploadServlet
Delete a existing file form the fileData list stored in the current user session
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.imixs.workflow.faces.fileupload.AjaxFileUploadServlet
Getter method to return the file content from the fileData list stored in the current user
doLoadNext() - Method in class org.imixs.workflow.faces.workitem.ViewController
 
doLoadNext(ActionEvent) - Method in class org.imixs.workflow.faces.workitem.ViewController
 
doLoadNext(AjaxBehaviorEvent) - Method in class org.imixs.workflow.faces.workitem.ViewController
 
doLoadPrev() - Method in class org.imixs.workflow.faces.workitem.ViewController
 
doLoadPrev(ActionEvent) - Method in class org.imixs.workflow.faces.workitem.ViewController
 
doLoadPrev(AjaxBehaviorEvent) - Method in class org.imixs.workflow.faces.workitem.ViewController
 
doLogout(ActionEvent) - Method in class org.imixs.workflow.faces.util.LoginController
invalidates the current user session
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.imixs.workflow.faces.fileupload.AjaxFileUploadServlet
Upload files to stored in the current user session
doRefresh() - Method in class org.imixs.workflow.faces.workitem.ViewController
refreshes the current workitem list. so the list will be loaded again. but start pos will not be changed!
doRefresh(ActionEvent) - Method in class org.imixs.workflow.faces.workitem.ViewController
 
doRefresh(AjaxBehaviorEvent) - Method in class org.imixs.workflow.faces.workitem.ViewController
 
doReset() - Method in class org.imixs.workflow.faces.workitem.ViewController
resets the current result and set the page pointer to 0.
doReset(ActionEvent) - Method in class org.imixs.workflow.faces.workitem.ViewController
 
doReset(AjaxBehaviorEvent) - Method in class org.imixs.workflow.faces.workitem.ViewController
 

F

FileData - Class in org.imixs.workflow.faces.fileupload
This class represents an uploaded file object The class was developed initially by theironicprogrammer@gmail.com
FileData(String, String, byte[]) - Constructor for class org.imixs.workflow.faces.fileupload.FileData
 
FileUploadController - Class in org.imixs.workflow.faces.fileupload
 
FileUploadController() - Constructor for class org.imixs.workflow.faces.fileupload.FileUploadController
 

G

getAsObject(FacesContext, UIComponent, String) - Method in class org.imixs.workflow.faces.util.VectorConverter
 
getAsObject(FacesContext, UIComponent, String) - Method in class org.imixs.workflow.faces.util.VectorIntegerConverter
 
getAsString(FacesContext, UIComponent, Object) - Method in class org.imixs.workflow.faces.util.VectorConverter
 
getAsString(FacesContext, UIComponent, Object) - Method in class org.imixs.workflow.faces.util.VectorIntegerConverter
 
getContentType() - Method in class org.imixs.workflow.faces.fileupload.FileData
 
getData() - Method in class org.imixs.workflow.faces.fileupload.FileData
 
getDefaultType() - Method in class org.imixs.workflow.faces.workitem.DocumentController
This method returns the Default 'type' attribute of the local workitem.
getDocumentService() - Method in class org.imixs.workflow.faces.workitem.DocumentController
returns an instance of the DocumentService EJB
getDocumentService() - Method in class org.imixs.workflow.faces.workitem.ViewController
returns an instance of the DocumentService EJB
getEvents() - Method in class org.imixs.workflow.faces.workitem.WorkflowController
This method returns a List of workflow events assigned to the corresponding '$processid' and '$modelversion' of the current WorkItem.
getModelService() - Method in class org.imixs.workflow.faces.workitem.WorkflowController
returns an instance of the ModelService EJB
getName() - Method in class org.imixs.workflow.faces.fileupload.FileData
 
getPageIndex() - Method in class org.imixs.workflow.faces.workitem.ViewController
Navigation
getPageSize() - Method in class org.imixs.workflow.faces.workitem.ViewController
returns the maximum size of a search result
getQuery() - Method in class org.imixs.workflow.faces.workitem.ViewController
Returns the search Query
getRemoteUser() - Method in class org.imixs.workflow.faces.util.LoginController
returns the remote user Name
getServerURI() - Method in class org.imixs.workflow.faces.util.LoginController
returns the full qualified server URI from the current web context
getSize() - Method in class org.imixs.workflow.faces.fileupload.FileData
 
getSortBy() - Method in class org.imixs.workflow.faces.workitem.ViewController
 
getType() - Method in class org.imixs.workflow.faces.workitem.ViewController
set the value for the attribute 'type' of a workitem to be generated or search by this controller
getUploades() - Method in class org.imixs.workflow.faces.fileupload.FileUploadController
returns the list of uploaded files
getUserNameList() - Method in class org.imixs.workflow.faces.util.LoginController
Returns the current user name list including userId, roles and context groups.
getUserPrincipal() - Method in class org.imixs.workflow.faces.util.LoginController
returns the userPrincipal Name
getWorkflowService() - Method in class org.imixs.workflow.faces.workitem.WorkflowController
 
getWorkitem() - Method in class org.imixs.workflow.faces.workitem.DocumentController
Returns the current workItem.
getWorkitems() - Method in class org.imixs.workflow.faces.workitem.ViewController
Returns the current view result.

I

IMIXS_FILEDATA_LIST - Static variable in class org.imixs.workflow.faces.fileupload.AjaxFileUploadServlet
 
init() - Method in class org.imixs.workflow.faces.workitem.ViewController
This method is preparing the query and sort order.
init(String) - Method in class org.imixs.workflow.faces.workitem.WorkflowController
This action method is used to initialize a new workitem with the inital values of the assigend workflow task.
isAuthenticated() - Method in class org.imixs.workflow.faces.util.LoginController
returns true if user is authenticated and has at least on of the Imixs Access Roles
isEndOfList() - Method in class org.imixs.workflow.faces.workitem.ViewController
 
isNewWorkitem() - Method in class org.imixs.workflow.faces.workitem.DocumentController
Returns true if the current entity was never saved before by the DocumentService.
isSortReverse() - Method in class org.imixs.workflow.faces.workitem.ViewController
 
isUserInRole(String) - Method in class org.imixs.workflow.faces.util.LoginController
Test security context isUserInRole

L

load(String) - Method in class org.imixs.workflow.faces.workitem.DocumentController
This method loads the current workItem from the DocumentService.
load(String, String) - Method in class org.imixs.workflow.faces.workitem.DocumentController
This Action method loads the current workItem from the DocumentService and returns an action result.
LoginController - Class in org.imixs.workflow.faces.util
This Backing Bean acts as a Login Helper Class.
LoginController() - Constructor for class org.imixs.workflow.faces.util.LoginController
 

O

org.imixs.workflow.faces.fileupload - package org.imixs.workflow.faces.fileupload
 
org.imixs.workflow.faces.util - package org.imixs.workflow.faces.util
 
org.imixs.workflow.faces.workitem - package org.imixs.workflow.faces.workitem
 

P

process() - Method in class org.imixs.workflow.faces.workitem.WorkflowController
This method processes the current workItem and returns an action result.
process(int, boolean) - Method in class org.imixs.workflow.faces.workitem.WorkflowController
This method processes the current workItem with the provided activityID.
process(int) - Method in class org.imixs.workflow.faces.workitem.WorkflowController
This method processes the current workItem with the provided activityID.

R

removeAttachedFile(ItemCollection, String) - Method in class org.imixs.workflow.faces.fileupload.FileUploadController
Removes a attached file object from the workitem.
reset() - Method in class org.imixs.workflow.faces.fileupload.FileUploadController
clears the current uploaded files from the session param IMIXS_FILEDATA_LIST
reset() - Method in class org.imixs.workflow.faces.workitem.DocumentController
Reset current workItem to null

S

save() - Method in class org.imixs.workflow.faces.workitem.DocumentController
This method saves the current workItem.
save(String) - Method in class org.imixs.workflow.faces.workitem.DocumentController
This action method saves the current workItem and returns an action result.
SelectItemComparator - Class in org.imixs.workflow.faces.util
Sorts a ArrayList of SelectItems by label
SelectItemComparator(boolean) - Constructor for class org.imixs.workflow.faces.util.SelectItemComparator
 
SelectItemComparator(Locale, boolean) - Constructor for class org.imixs.workflow.faces.util.SelectItemComparator
 
setContentType(String) - Method in class org.imixs.workflow.faces.fileupload.FileData
 
setData(byte[]) - Method in class org.imixs.workflow.faces.fileupload.FileData
 
setDefaultType(String) - Method in class org.imixs.workflow.faces.workitem.DocumentController
This method set the default 'type' attribute of the local workitem.
setEndOfList(boolean) - Method in class org.imixs.workflow.faces.workitem.ViewController
 
setName(String) - Method in class org.imixs.workflow.faces.fileupload.FileData
 
setPageIndex(int) - Method in class org.imixs.workflow.faces.workitem.ViewController
 
setPageSize(int) - Method in class org.imixs.workflow.faces.workitem.ViewController
set the maximum size of a search result
setQuery(String) - Method in class org.imixs.workflow.faces.workitem.ViewController
set the search query
setSortBy(String) - Method in class org.imixs.workflow.faces.workitem.ViewController
 
setSortReverse(boolean) - Method in class org.imixs.workflow.faces.workitem.ViewController
 
setType(String) - Method in class org.imixs.workflow.faces.workitem.ViewController
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.faces.workitem.DocumentController
Set the current worktItem
setWorkitems(List<ItemCollection>) - Method in class org.imixs.workflow.faces.workitem.ViewController
 

U

updateWorkitem(ItemCollection) - Method in class org.imixs.workflow.faces.fileupload.FileUploadController
The method adds all new uploaded files into the WorkItem property '$file'.

V

VectorConverter - Class in org.imixs.workflow.faces.util
 
VectorConverter() - Constructor for class org.imixs.workflow.faces.util.VectorConverter
 
VectorIntegerConverter - Class in org.imixs.workflow.faces.util
 
VectorIntegerConverter() - Constructor for class org.imixs.workflow.faces.util.VectorIntegerConverter
 
ViewController - Class in org.imixs.workflow.faces.workitem
The ViewController can be used in JSF Applications to manage lists of ItemCollections.
ViewController() - Constructor for class org.imixs.workflow.faces.workitem.ViewController
 

W

WorkflowController - Class in org.imixs.workflow.faces.workitem
The WorkflowController can be used in JSF Applications to manage workflow processing on any workitem.
WorkflowController() - Constructor for class org.imixs.workflow.faces.workitem.WorkflowController
 
A C D F G I L O P R S U V W 
Skip navigation links

Copyright © 2006–2018 Imixs Software Solutions GmbH. All rights reserved.