Uses of Class
pt.digitalis.dif.dem.objects.parameters.ParameterScope

Packages that use ParameterScope
pt.digitalis.dif.codegen.templates   
pt.digitalis.dif.dem.objects.parameters   
pt.digitalis.dif.dem.objects.parameters.types   
 

Uses of ParameterScope in pt.digitalis.dif.codegen.templates
 

Methods in pt.digitalis.dif.codegen.templates that return ParameterScope
static ParameterScope TemplateResources.getParameterScope(String scope)
          Returns the parameter scope
 

Uses of ParameterScope in pt.digitalis.dif.dem.objects.parameters
 

Methods in pt.digitalis.dif.dem.objects.parameters that return ParameterScope
 ParameterScope IParameter.getParameterScope()
           
static ParameterScope ParameterScope.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ParameterScope[] ParameterScope.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in pt.digitalis.dif.dem.objects.parameters with parameters of type ParameterScope
<T extends IParameter<?>>
T
ParametersImpl.addStageParameter(Class<T> parameterClass, String parameterID, ParameterScope parameterScope, String defaultValue, String constraintDefinition)
           
<T extends IParameter<?>>
T
IParameters.addStageParameter(Class<T> parameterClass, String parameterID, ParameterScope parameterScope, String defaultValue, String constraintDefinition)
          Adds a new parameter to the current stage
 void IParameter.forceInitialize(boolean allowAnonymous, Map<String,IParameterConstraint> constraints, T defaultValue, String formLinked, String id, ParameterScope parameterScope, String parentID, Entity parentType, boolean persistToRepository, boolean readonly, boolean referencedInARuleFromAnotherParameter, boolean required, boolean formConfigurable, List<IParameterRule<T>> rules, Map<String,IParameterValidator> validators, T value)
          Parameter Initializer.
 void IParameter.initialize(String id, Entity parentType, String parentID, boolean formConfigurable, boolean persistToRepository, boolean allowAnonymousAccess, ParameterScope parameterScope, String defaultValue, String constraintDefinition, Map<String,IParameterValidator> validators, List<IParameterRule<T>> rules)
          Parameter Initializer.
 

Uses of ParameterScope in pt.digitalis.dif.dem.objects.parameters.types
 

Methods in pt.digitalis.dif.dem.objects.parameters.types that return ParameterScope
 ParameterScope AbstractParameter.getParameterScope()
           
 

Methods in pt.digitalis.dif.dem.objects.parameters.types with parameters of type ParameterScope
 void AbstractParameter.forceInitialize(boolean allowAnonymous, Map<String,IParameterConstraint> constraints, T defaultValue, String formLinked, String id, ParameterScope parameterScope, String parentID, Entity parentType, boolean persistToRepository, boolean readonly, boolean referencedInARuleFromAnotherParameter, boolean required, boolean formConfigurable, List<IParameterRule<T>> rules, Map<String,IParameterValidator> validators, T value)
           
 void AbstractParameter.initialize(String id, Entity parentType, String parentID, boolean formConfigurable, boolean persistToRepository, boolean allowAnonymousAccess, ParameterScope parameterScope, String defaultValue, String constraintDefinition, Map<String,IParameterValidator> validators, List<IParameterRule<T>> rules)
           
 



Copyright © 2014 Digitalis Informática Lda. All Rights Reserved.