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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMessage tag IDs allowed to be shown.Process param IDs allowed to be shown.booleanisOpen(Process process, DynActionForm form) Checks if process can be open respecting secrets.booleanisOpenForUser(Process process) Checks if process can be open.booleanProcess accessingInterface.OPENURL.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.OPENURL.- Parameters:
process-- Returns:
-
getShowParamIds
Process param IDs allowed to be shown.- Returns:
- not
nullvalue.
-
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.
-