Package org.bgerp.model.process.config
Class ProcessDescriptionConfig
java.lang.Object
org.bgerp.app.cfg.Config
org.bgerp.model.process.config.ProcessDescriptionConfig
- 
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 TypeMethodDescriptionbooleanbooleanisParamUsed(int paramId) booleanbooleanprotected Stringkey()Methods inherited from class org.bgerp.app.cfg.Config
initWhen, throwValidationException 
- 
Constructor Details
- 
ProcessDescriptionConfig
- Throws:
 Config.InitStopException
 
 - 
 - 
Method Details
- 
key
 - 
getExpression
 - 
isProcessUsed
public boolean isProcessUsed() - 
isProcessLinkUsed
public boolean isProcessLinkUsed() - 
isAnyParamUsed
public boolean isAnyParamUsed() - 
isParamUsed
public boolean isParamUsed(int paramId)  
 -