Class ProcessTitleConfig
java.lang.Object
org.bgerp.app.cfg.Config
org.bgerp.model.process.config.ProcessTitleConfig
-
Nested Class Summary
Nested classes/interfaces inherited from class Config
Config.InitStopException -
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisParamUsed(int paramId) Checks is a parameter value accessedbooleanbooleanisProcessUsed(ProcessChangedEvent event) protected Stringkey()Methods inherited from class Config
initWhen, throwValidationException
-
Constructor Details
-
ProcessTitleConfig
- Throws:
Config.InitStopException
-
-
Method Details
-
key
-
getExpression
-
isProcessUsed
-
isProcessLinkUsed
public boolean isProcessLinkUsed() -
isParamUsed
public boolean isParamUsed(int paramId) Checks is a parameter value accessed- Parameters:
paramId- the parameter or0for checking access to any parameter value- Returns:
- is a parameter value accessed
-