TWE 2.3-2 API

org.enhydra.jawe.base.xpdlvalidator
Class XPDLValidatorSettings

java.lang.Object
  extended byorg.enhydra.jawe.JaWEComponentSettings
      extended byorg.enhydra.jawe.base.xpdlvalidator.XPDLValidatorSettings
All Implemented Interfaces:
Settings

public class XPDLValidatorSettings
extends JaWEComponentSettings

Author:
Miroslav Popov

Field Summary
 
Fields inherited from class org.enhydra.jawe.JaWEComponentSettings
arm, componentAction, componentSettings, PROPERTYFILE_NAME, PROPERTYFILE_PATH, propertyMgr
 
Constructor Summary
XPDLValidatorSettings()
           
 
Method Summary
 java.util.Properties getProperties()
           
 void init(JaWEComponent comp)
           
 void loadDefault(JaWEComponent comp, java.util.Properties properties)
           
 boolean shouldAllowUndefinedEnd()
           
 boolean shouldAllowUndefinedStart()
           
 boolean shouldValidateActualParameterExpressions()
           
 boolean shouldValidateConditionByType()
           
 boolean shouldValidateConditionExpressions()
           
 boolean shouldValidateDeadlineExpressions()
           
 boolean shouldValidatePeformerExpressions()
           
 boolean shouldValidateSubflowReferences()
           
 boolean shouldValidateUnusedVariables()
           
 
Methods inherited from class org.enhydra.jawe.JaWEComponentSettings
addAction, addSetting, adjustActions, changeActionState, clear, getAction, getActions, getLanguageDependentString, getMainMenuActionOrder, getMenuActionOrder, getPropertyMgr, getSetting, getSettingBoolean, getSettingDouble, getSettingInt, getSettingString, getToolbarActionOrder, manageProperties, setPropertyMgr
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XPDLValidatorSettings

public XPDLValidatorSettings()
Method Detail

init

public void init(JaWEComponent comp)
Overrides:
init in class JaWEComponentSettings

loadDefault

public void loadDefault(JaWEComponent comp,
                        java.util.Properties properties)
Specified by:
loadDefault in class JaWEComponentSettings

shouldValidateSubflowReferences

public boolean shouldValidateSubflowReferences()

shouldValidatePeformerExpressions

public boolean shouldValidatePeformerExpressions()

shouldValidateActualParameterExpressions

public boolean shouldValidateActualParameterExpressions()

shouldValidateDeadlineExpressions

public boolean shouldValidateDeadlineExpressions()

shouldValidateConditionExpressions

public boolean shouldValidateConditionExpressions()

shouldValidateUnusedVariables

public boolean shouldValidateUnusedVariables()

shouldValidateConditionByType

public boolean shouldValidateConditionByType()

shouldAllowUndefinedStart

public boolean shouldAllowUndefinedStart()

shouldAllowUndefinedEnd

public boolean shouldAllowUndefinedEnd()

getProperties

public java.util.Properties getProperties()

TWE 2.3-2 API