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 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 Config
initWhen, throwValidationException
-
Constructor Details
-
Config
-
-
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
-
getShowMessagesTagIds
-
isShowLinkCustomer
public boolean isShowLinkCustomer()- Returns:
- show customer links.
-