@ApplicationScoped public class ConfigController extends Object implements Serializable
myConfigController
org.imixs.marty.config.ConfigController
name
REPORT_CONFIGURATION
The Bean provides easy access to the config params from a JSF Page. Example:
| Constructor and Description |
|---|
ConfigController() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Returns the name of the configuration entity
|
List<javax.faces.model.SelectItem> |
getSelectItems(String param)
SelectItem getter Method provides a getter method to an ArrayList of
|
org.imixs.workflow.ItemCollection |
getWorkitem() |
void |
init()
This method load the config entity after postContstruct.
|
void |
loadConfiguration()
Refresh the configItemCollection.
|
void |
save()
save method updates the txtname property and save the config entity
|
void |
setName(String name)
Sets the name of the configuration entity
|
@PostConstruct public void init()
public void loadConfiguration()
public String getName()
public void setName(String name)
name - public org.imixs.workflow.ItemCollection getWorkitem()
public List<javax.faces.model.SelectItem> getSelectItems(String param) throws Exception
Important | 1
Unimportant | 0
Exceptionpublic void save()
throws org.imixs.workflow.exceptions.AccessDeniedException
org.imixs.workflow.exceptions.AccessDeniedExceptionCopyright © 2016–2022 Imixs Software Solutions GmbH. All rights reserved.