@Named @SessionScoped public class SuggestInputController extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static int |
MAX_RESULT |
protected org.imixs.workflow.faces.data.WorkflowController |
workflowController |
| Constructor and Description |
|---|
SuggestInputController() |
| Modifier and Type | Method and Description |
|---|---|
List<org.imixs.workflow.ItemCollection> |
getSearchResult() |
void |
reset()
This method reset the search and input state.
|
void |
reset(javax.faces.event.AjaxBehaviorEvent event)
This ajax event method reset the search and input state.
|
void |
search(String keyItemName,
String input,
String searchItemList,
String workflowGroup)
This method initializes a lucene search.
|
void |
search(String keyItemName,
String input,
String searchItemList,
String workflowGroup,
String query) |
void |
update(org.imixs.workflow.ItemCollection workitem,
org.imixs.workflow.ItemCollection suggest,
String itemList)
This method updates the current workitem with the values defined by teh
itemList from the given suggest workitem.
|
public static final int MAX_RESULT
@Inject protected org.imixs.workflow.faces.data.WorkflowController workflowController
public List<org.imixs.workflow.ItemCollection> getSearchResult()
public void reset()
public void reset(javax.faces.event.AjaxBehaviorEvent event)
event - public void update(org.imixs.workflow.ItemCollection workitem,
org.imixs.workflow.ItemCollection suggest,
String itemList)
suggest - - ItemColleciton with data to suggestitemList - - item names to be updated.public void search(String keyItemName, String input, String searchItemList, String workflowGroup)
keyItemName - - itemName to identify the unique itemCollectioninput - - search phrasesearchItemList - - itemName list to serach forCopyright © 2016–2021 Imixs Software Solutions GmbH. All rights reserved.