Package org.bgerp.action.open
Class ProcessAction.Config
java.lang.Object
org.bgerp.app.cfg.Config
org.bgerp.action.open.ProcessAction.Config
- Enclosing class:
ProcessAction
Configuration for open processes.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.bgerp.app.cfg.Config
Config.InitStopException
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionMessage tag IDs allowed to be shown.Process param IDs allowed to be shown.boolean
isOpen
(Process process, DynActionForm form) Checks if process can be open respecting secrets.boolean
isOpenForUser
(Process process) Checks if process can be open.boolean
Process accessingInterface.OPEN
URL.Methods inherited from class org.bgerp.app.cfg.Config
initWhen, throwValidationException
-
Constructor Details
-
Config
- Throws:
Exception
-
-
Method Details
-
isOpenForUser
Checks if process can be open. Used in 'used' interface only.- Parameters:
process
-- Returns:
-
isOpen
Checks if process can be open respecting secrets.- Parameters:
process
-form
-- Returns:
-
url
Process accessingInterface.OPEN
URL.- Parameters:
process
-- Returns:
-
getShowParamIds
Process param IDs allowed to be shown.- Returns:
- not
null
value.
-
getShowMessagesTagIds
Message tag IDs allowed to be shown.- Returns:
null
- message are hidden, empty set - all messages are shown.
-
isShowLinkCustomer
public boolean isShowLinkCustomer()- Returns:
- show customer links.
-