Class ProcessCreateLinkConfig
java.lang.Object
org.bgerp.app.cfg.Config
org.bgerp.model.process.link.config.ProcessCreateLinkConfig
-
Nested Class Summary
Nested classes/interfaces inherited from class org.bgerp.app.cfg.Config
Config.InitStopException
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetItem
(DynActionForm form, Connection con, Process process, int id) Pair of an process creation item and it's enabling state.getItemList
(DynActionForm form, Connection con, Process process) List of pairs with process creation item on first places and item enable state of seconds.Methods inherited from class org.bgerp.app.cfg.Config
initWhen, throwValidationException
-
Constructor Details
-
ProcessCreateLinkConfig
-
-
Method Details
-
getItemList
public List<Pair<ProcessCreateLinkItem,Boolean>> getItemList(DynActionForm form, Connection con, Process process) List of pairs with process creation item on first places and item enable state of seconds.- Parameters:
form
- context form.con
- context connection.process
- context process.- Returns:
-
getItem
public Pair<ProcessCreateLinkItem,Boolean> getItem(DynActionForm form, Connection con, Process process, int id) Pair of an process creation item and it's enabling state.- Parameters:
form
- context form.con
- context connection.process
- context process.id
- item ID.- Returns:
-