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 shownProcess param IDs allowed to be shownbooleanisOpen(Process process, DynActionForm form) Checks if process can be open respecting secretsbooleanisOpenForUser(Process process) Checks if process can be open.booleanProcess accessingInterface.OPENURLMethods 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:
trueif the process can be open
-
isOpen
Checks if process can be open respecting secrets- Parameters:
process-form-- Returns:
trueif the process can be open
-
url
Process accessingInterface.OPENURL- Parameters:
process-- Returns:
- the URL
-
getShowParamIds
-
getShowMessagesTagIds
-
isShowLinkCustomer
public boolean isShowLinkCustomer()- Returns:
- show customer links
-