Index

A B C D E F G I L M N O P R S T U V W X 
Alle Klassen und Schnittstellen|Alle Packages|Konstantenfeldwerte|Serialisierte Form

A

afterUnmarshal(Unmarshaller, Object) - Methode in Klasse org.apache.fulcrum.intake.model.Group
JAXB / Jakarta callback to set the parent object
afterUnmarshal(Unmarshaller, Object) - Methode in Klasse org.apache.fulcrum.intake.model.XmlField
JAXB callback to set the parent object
AppData - Klasse in org.apache.fulcrum.intake.model
A class for holding application data structures.
AppData() - Konstruktor für Klasse org.apache.fulcrum.intake.model.AppData
 
appendHtmlFormInput(StringBuilder) - Methode in Klasse org.apache.fulcrum.intake.model.Group
A xhtml valid hidden input field that notifies intake of the group's presence.
assertValidity(String) - Methode in Klasse org.apache.fulcrum.intake.validator.BooleanValidator
Determine whether a testValue meets the criteria specified in the constraints defined for this validator
assertValidity(String) - Methode in Klasse org.apache.fulcrum.intake.validator.DateStringValidator
Determine whether a testValue meets the criteria specified in the constraints defined for this validator
assertValidity(String) - Methode in Klasse org.apache.fulcrum.intake.validator.DefaultValidator
Determine whether a testValue meets the criteria specified in the constraints defined for this validator
assertValidity(String) - Methode in Klasse org.apache.fulcrum.intake.validator.StringValidator
Determine whether a testValue meets the criteria specified in the constraints defined for this validator
assertValidity(String) - Methode in Schnittstelle org.apache.fulcrum.intake.validator.Validator
Determine whether a testValue meets the criteria specified in the constraints defined for this validator
assertValidity(String, Locale) - Methode in Klasse org.apache.fulcrum.intake.validator.NumberValidator
Determine whether a testValue meets the criteria specified in the constraints defined for this validator
assertValidity(String, Group) - Methode in Klasse org.apache.fulcrum.intake.validator.DateRangeValidator
Determine whether a testValue meets the criteria specified in the constraints defined for this validator
assertValidity(String, Group, Locale) - Methode in Klasse org.apache.fulcrum.intake.validator.IntegerRangeValidator
Determine whether a testValue meets the criteria specified in the constraints defined for this validator
assertValidity(Part) - Methode in Klasse org.apache.fulcrum.intake.validator.FileValidator
Determine whether a testValue meets the criteria specified in the constraints defined for this validator
assertValidity(Field<Integer>) - Methode in Klasse org.apache.fulcrum.intake.validator.IntegerRangeValidator
Determine whether a testValue meets the criteria specified in the constraints defined for this validator
assertValidity(Field<Date>) - Methode in Klasse org.apache.fulcrum.intake.validator.DateRangeValidator
Determine whether a testValue meets the criteria specified in the constraints defined for this validator
assertValidity(Field<T>) - Methode in Klasse org.apache.fulcrum.intake.validator.DefaultValidator
Determine whether a field meets the criteria specified in the constraints defined for this validator
assertValidity(Field<T>) - Methode in Klasse org.apache.fulcrum.intake.validator.NumberValidator
Determine whether a field meets the criteria specified in the constraints defined for this validator
assertValidity(Field<T>) - Methode in Schnittstelle org.apache.fulcrum.intake.validator.Validator
Determine whether a field meets the criteria specified in the constraints defined for this validator

B

BigDecimalField - Klasse in org.apache.fulcrum.intake.model
 
BigDecimalField(XmlField, Group) - Konstruktor für Klasse org.apache.fulcrum.intake.model.BigDecimalField
Constructor.
BigDecimalValidator - Klasse in org.apache.fulcrum.intake.validator
Validates BigDecimals with the following constraints in addition to those listed in NumberValidator and DefaultValidator.
BigDecimalValidator() - Konstruktor für Klasse org.apache.fulcrum.intake.validator.BigDecimalValidator
Default Constructor
BooleanField - Klasse in org.apache.fulcrum.intake.model
Processor for boolean fields.
BooleanField(XmlField, Group) - Konstruktor für Klasse org.apache.fulcrum.intake.model.BooleanField
Constructor.
BooleanValidator - Klasse in org.apache.fulcrum.intake.validator
Validator for boolean field types.

Values are validated by attempting to match the value to a list of strings for true and false values.
BooleanValidator() - Konstruktor für Klasse org.apache.fulcrum.intake.validator.BooleanValidator
Default Constructor
booleanValue() - Methode in Klasse org.apache.fulcrum.intake.model.BooleanField
Gets the boolean value of the field.

C

checkReferences(List<FieldReference>, CompareCallback<T>, T, Group) - Statische Methode in Klasse org.apache.fulcrum.intake.validator.FieldReference
Check the parsed value against the referenced fields
CompareCallback<T> - Schnittstelle in org.apache.fulcrum.intake.validator
Interface to define the compare operation betwen two field values
compareValues(FieldReference.Comparison, T, T) - Methode in Schnittstelle org.apache.fulcrum.intake.validator.CompareCallback
Compare the given values using the compare operation provided
configure(Configuration) - Methode in Klasse org.apache.fulcrum.intake.IntakeServiceImpl
Avalon component lifecycle method
Constraint - Schnittstelle in org.apache.fulcrum.intake.validator
A constraint has a name and a value and an optional message.
contextualize(Context) - Methode in Klasse org.apache.fulcrum.intake.IntakeServiceImpl
Note that the avalon.entry key="urn:avalon:home" and the type is File
create(String) - Methode in Klasse org.apache.fulcrum.intake.model.Group.GroupFactory
Creates an instance that can be returned by the pool.

D

DateRangeValidator - Klasse in org.apache.fulcrum.intake.validator
Validates a DateString field in dependency on another DateString field.
DateRangeValidator() - Konstruktor für Klasse org.apache.fulcrum.intake.validator.DateRangeValidator
Default constructor
DateStringField - Klasse in org.apache.fulcrum.intake.model
Field for date inputs as free form text.
DateStringField(XmlField, Group) - Konstruktor für Klasse org.apache.fulcrum.intake.model.DateStringField
Constructor.
DateStringValidator - Klasse in org.apache.fulcrum.intake.validator
Validates numbers with the following constraints in addition to those listed in DefaultValidator.
DateStringValidator() - Konstruktor für Klasse org.apache.fulcrum.intake.validator.DateStringValidator
Default Constructor
DEFAULT_POOL_CAPACITY - Statische Variable in Schnittstelle org.apache.fulcrum.intake.IntakeService
The default pool capacity.
defaultFieldPackage - Statische Variable in Klasse org.apache.fulcrum.intake.model.Field
Default Field Package
DefaultValidator<T> - Klasse in org.apache.fulcrum.intake.validator
DefaultValidator that will compare a testValue against the following constraints: Validation rules NameValid ValuesDefault Value requiredtrue|falsefalse maskregexp  minLengthinteger0 maxLengthinteger  This validator can serve as the base class for more specific validators
DefaultValidator() - Konstruktor für Klasse org.apache.fulcrum.intake.validator.DefaultValidator
Default constructor
defaultValidatorPackage - Statische Variable in Klasse org.apache.fulcrum.intake.model.Field
Default Validator Package
defaultValue - Variable in Klasse org.apache.fulcrum.intake.model.Field
Default value of the field
dispose() - Methode in Klasse org.apache.fulcrum.intake.model.Field
Disposes the object after use.
doSetValue() - Methode in Klasse org.apache.fulcrum.intake.model.BigDecimalField
Sets the value of the field from data in the parser.
doSetValue() - Methode in Klasse org.apache.fulcrum.intake.model.BooleanField
Sets the value of the field from data in the parser.
doSetValue() - Methode in Klasse org.apache.fulcrum.intake.model.DateStringField
Sets the value of the field from data in the parser.
doSetValue() - Methode in Klasse org.apache.fulcrum.intake.model.DoubleField
Sets the value of the field from data in the parser.
doSetValue() - Methode in Klasse org.apache.fulcrum.intake.model.Field
Sets the value of the field from data in the parser.
doSetValue() - Methode in Klasse org.apache.fulcrum.intake.model.FloatField
Sets the value of the field from data in the parser.
doSetValue() - Methode in Klasse org.apache.fulcrum.intake.model.IntegerField
Sets the value of the field from data in the parser.
doSetValue() - Methode in Klasse org.apache.fulcrum.intake.model.LongField
Sets the value of the field from data in the parser.
doSetValue() - Methode in Klasse org.apache.fulcrum.intake.model.ShortField
Sets the value of the field from data in the parser.
doSetValue() - Methode in Klasse org.apache.fulcrum.intake.model.StringField
Sets the value of the field from data in the parser.
doSetValue() - Methode in Klasse org.apache.fulcrum.intake.model.UploadPartField
Sets the value of the field from data in the parser.
DoubleField - Klasse in org.apache.fulcrum.intake.model
Processor for double fields.
DoubleField(XmlField, Group) - Konstruktor für Klasse org.apache.fulcrum.intake.model.DoubleField
Constructor.
DoubleValidator - Klasse in org.apache.fulcrum.intake.validator
Validates Doubles with the following constraints in addition to those listed in NumberValidator and DefaultValidator.
DoubleValidator() - Konstruktor für Klasse org.apache.fulcrum.intake.validator.DoubleValidator
Default Constructor

E

EMPTY - Statische Variable in Klasse org.apache.fulcrum.intake.model.Group
 
emptyValue - Variable in Klasse org.apache.fulcrum.intake.model.Field
Value of the field to use if the mapped parameter is empty or non-existent
enableLogging(Logger) - Methode in Klasse org.apache.fulcrum.intake.model.Field
Enable Avalon Logging
enableLogging(Logger) - Methode in Klasse org.apache.fulcrum.intake.model.Group
Enable Avalon Logging
enableLogging(Logger) - Methode in Klasse org.apache.fulcrum.intake.model.XmlField
Enable Avalon Logging
enableLogging(Logger) - Methode in Klasse org.apache.fulcrum.intake.validator.DefaultValidator
Enable Avalon Logging
errorMessage - Variable in Klasse org.apache.fulcrum.intake.validator.DefaultValidator
Error message pertaining to Rule that was broken

F

Field<T> - Klasse in org.apache.fulcrum.intake.model
Base class for Intake generated input processing classes.
Field(XmlField, Group) - Konstruktor für Klasse org.apache.fulcrum.intake.model.Field
Constructs a field based on data in the xml specification and assigns it to a Group.
FIELD_BIGDECIMAL - Enum-Konstante in Enumeration org.apache.fulcrum.intake.model.FieldType
 
FIELD_BOOLEAN - Enum-Konstante in Enumeration org.apache.fulcrum.intake.model.FieldType
 
FIELD_COMBOKEY - Enum-Konstante in Enumeration org.apache.fulcrum.intake.model.FieldType
 
FIELD_CUSTOM - Enum-Konstante in Enumeration org.apache.fulcrum.intake.model.FieldType
 
FIELD_DATESTRING - Enum-Konstante in Enumeration org.apache.fulcrum.intake.model.FieldType
 
FIELD_DOUBLE - Enum-Konstante in Enumeration org.apache.fulcrum.intake.model.FieldType
 
FIELD_FILEITEM - Enum-Konstante in Enumeration org.apache.fulcrum.intake.model.FieldType
Veraltet.
FIELD_FLOAT - Enum-Konstante in Enumeration org.apache.fulcrum.intake.model.FieldType
 
FIELD_INT - Enum-Konstante in Enumeration org.apache.fulcrum.intake.model.FieldType
 
FIELD_LONG - Enum-Konstante in Enumeration org.apache.fulcrum.intake.model.FieldType
 
FIELD_SHORT - Enum-Konstante in Enumeration org.apache.fulcrum.intake.model.FieldType
 
FIELD_STRING - Enum-Konstante in Enumeration org.apache.fulcrum.intake.model.FieldType
 
FIELD_UPLOADPART - Enum-Konstante in Enumeration org.apache.fulcrum.intake.model.FieldType
 
FieldAdapter - Klasse in org.apache.fulcrum.intake.model
Creates Field objects.
FieldAdapter() - Konstruktor für Klasse org.apache.fulcrum.intake.model.FieldAdapter
 
FieldReference - Klasse in org.apache.fulcrum.intake.validator
Helper Class to manage relations between fields.
FieldReference() - Konstruktor für Klasse org.apache.fulcrum.intake.validator.FieldReference
Constructor
FieldReference.Comparison - Enum in org.apache.fulcrum.intake.validator
 
FieldType - Enum in org.apache.fulcrum.intake.model
Enum for valid field types.
FileValidator - Klasse in org.apache.fulcrum.intake.validator
A validator that will compare a Part testValue against the following constraints in addition to those listed in DefaultValidator.
FileValidator() - Konstruktor für Klasse org.apache.fulcrum.intake.validator.FileValidator
Default constructor
FLEXIBLE_RULE_NAME - Statische Variable in Schnittstelle org.apache.fulcrum.intake.validator.Validator
"flexible" Rule, used in DateFormat Validator
FloatField - Klasse in org.apache.fulcrum.intake.model
Processor for float fields.
FloatField(XmlField, Group) - Konstruktor für Klasse org.apache.fulcrum.intake.model.FloatField
Constructor.
FloatValidator - Klasse in org.apache.fulcrum.intake.validator
Validates Floats with the following constraints in addition to those listed in NumberValidator and DefaultValidator.
FloatValidator() - Konstruktor für Klasse org.apache.fulcrum.intake.validator.FloatValidator
Default Constructor
format(Date) - Methode in Klasse org.apache.fulcrum.intake.validator.DateStringValidator
Formats a date into a String.
FORMAT_RULE_NAME - Statische Variable in Schnittstelle org.apache.fulcrum.intake.validator.Validator
"format" Rule, used in DateFormat Validator
fromString(String) - Statische Methode in Enumeration org.apache.fulcrum.intake.validator.FieldReference.Comparison
 

G

get(String) - Methode in Klasse org.apache.fulcrum.intake.model.Group
Get the Field
getAppData() - Methode in Klasse org.apache.fulcrum.intake.model.Group
Get the parent AppData for this group
getBasePackage() - Methode in Klasse org.apache.fulcrum.intake.model.AppData
Get the base package String that will be appended to any mapToObjects
getComparison() - Methode in Klasse org.apache.fulcrum.intake.validator.FieldReference
 
getComparisonType(String) - Statische Methode in Klasse org.apache.fulcrum.intake.validator.FieldReference
Map the comparison strings to their numeric counterparts
getDateFormatMessage() - Methode in Klasse org.apache.fulcrum.intake.validator.DateStringValidator
Get the value of minLengthMessage.
getDateFormats() - Methode in Klasse org.apache.fulcrum.intake.validator.DateStringValidator
Get the value of dateFormats.
getDefault() - Methode in Klasse org.apache.fulcrum.intake.model.Field
Loads the default value from the object
getDefaultMapToObject() - Methode in Klasse org.apache.fulcrum.intake.model.Group
Default object to map this group to.
getDefaultValidator() - Methode in Klasse org.apache.fulcrum.intake.model.BigDecimalField
A suitable validator.
getDefaultValidator() - Methode in Klasse org.apache.fulcrum.intake.model.BooleanField
A suitable validator.
getDefaultValidator() - Methode in Klasse org.apache.fulcrum.intake.model.DateStringField
A suitable validator.
getDefaultValidator() - Methode in Klasse org.apache.fulcrum.intake.model.DoubleField
A suitable validator.
getDefaultValidator() - Methode in Klasse org.apache.fulcrum.intake.model.Field
Produces the fully qualified class name of the default validator.
getDefaultValidator() - Methode in Klasse org.apache.fulcrum.intake.model.FloatField
A suitable validator.
getDefaultValidator() - Methode in Klasse org.apache.fulcrum.intake.model.IntegerField
A suitable validator.
getDefaultValidator() - Methode in Klasse org.apache.fulcrum.intake.model.LongField
A suitable validator.
getDefaultValidator() - Methode in Klasse org.apache.fulcrum.intake.model.ShortField
A suitable validator.
getDefaultValidator() - Methode in Klasse org.apache.fulcrum.intake.model.StringField
Produces the fully qualified class name of the default validator.
getDefaultValidator() - Methode in Klasse org.apache.fulcrum.intake.model.UploadPartField
A suitable validator.
getDefaultValue() - Methode in Klasse org.apache.fulcrum.intake.model.Field
Get the default Value
getDefaultValue() - Methode in Klasse org.apache.fulcrum.intake.model.XmlField
Get the default Value.
getDisplayName() - Methode in Klasse org.apache.fulcrum.intake.model.Field
Get the display name of the field.
getDisplayName() - Methode in Klasse org.apache.fulcrum.intake.model.XmlField
Get the display name of the property
getDisplaySize() - Methode in Klasse org.apache.fulcrum.intake.model.Field
Gets the display size of the field.
getDisplaySize() - Methode in Klasse org.apache.fulcrum.intake.model.XmlField
Gets the display size of the field.
getEmptyValue() - Methode in Klasse org.apache.fulcrum.intake.model.Field
Get the Value to use if the field is empty
getEmptyValue() - Methode in Klasse org.apache.fulcrum.intake.model.XmlField
Get the empty Value.
getFieldClass() - Methode in Klasse org.apache.fulcrum.intake.model.XmlField
Get the value of fieldClass.
getFieldGetter(String, String) - Methode in Schnittstelle org.apache.fulcrum.intake.IntakeService
Gets the Method that can be used to get a property value.
getFieldGetter(String, String) - Statische Methode in Klasse org.apache.fulcrum.intake.IntakeServiceFacade
Gets the Method that can be used to get a property value.
getFieldGetter(String, String) - Methode in Klasse org.apache.fulcrum.intake.IntakeServiceImpl
Gets the Method that can be used to get a property value.
getFieldName() - Methode in Klasse org.apache.fulcrum.intake.validator.FieldReference
 
getFieldNames() - Methode in Klasse org.apache.fulcrum.intake.model.Group
Gets a list of the names of the fields stored in this object.
getFields() - Methode in Klasse org.apache.fulcrum.intake.model.Group
Get the list of Fields.
getFieldSetter(String, String) - Methode in Schnittstelle org.apache.fulcrum.intake.IntakeService
Gets the Method that can be used to set a property.
getFieldSetter(String, String) - Statische Methode in Klasse org.apache.fulcrum.intake.IntakeServiceFacade
Gets the Method that can be used to set a property.
getFieldSetter(String, String) - Methode in Klasse org.apache.fulcrum.intake.IntakeServiceImpl
Gets the Method that can be used to set a property.
getGID() - Methode in Klasse org.apache.fulcrum.intake.model.Group
Get the part of the key used to specify the group.
getGroup() - Methode in Klasse org.apache.fulcrum.intake.model.Field
Returns the Group this field belongs to or null if unknown.
getGroup() - Methode in Klasse org.apache.fulcrum.intake.model.XmlField
Get the parent XmlGroup of the field
getGroup(String) - Methode in Schnittstelle org.apache.fulcrum.intake.IntakeService
Gets an instance of a named group either from the pool or by calling the Factory Service if the pool is empty.
getGroup(String) - Statische Methode in Klasse org.apache.fulcrum.intake.IntakeServiceFacade
Gets an instance of a named group either from the pool or by calling the Factory Service if the pool is empty.
getGroup(String) - Methode in Klasse org.apache.fulcrum.intake.IntakeServiceImpl
Gets an instance of a named group either from the pool or by calling the Factory Service if the pool is empty.
getGroup(String) - Methode in Klasse org.apache.fulcrum.intake.model.AppData
Get a XmlGroup with the given name.
getGroupKey(String) - Methode in Schnittstelle org.apache.fulcrum.intake.IntakeService
Gets the key (usually a short identifier) for a group.
getGroupKey(String) - Statische Methode in Klasse org.apache.fulcrum.intake.IntakeServiceFacade
Gets the key (usually a short identifier) for a group.
getGroupKey(String) - Methode in Klasse org.apache.fulcrum.intake.IntakeServiceImpl
Gets the key (usually a short identifier) for a group.
getGroupName(String) - Methode in Schnittstelle org.apache.fulcrum.intake.IntakeService
Gets the group name given its key.
getGroupName(String) - Statische Methode in Klasse org.apache.fulcrum.intake.IntakeServiceFacade
Gets the group name given its key.
getGroupName(String) - Methode in Klasse org.apache.fulcrum.intake.IntakeServiceImpl
Gets the group name given its key.
getGroupNames() - Methode in Schnittstelle org.apache.fulcrum.intake.IntakeService
Names of all the defined groups.
getGroupNames() - Statische Methode in Klasse org.apache.fulcrum.intake.IntakeServiceFacade
Names of all the defined groups.
getGroupNames() - Methode in Klasse org.apache.fulcrum.intake.IntakeServiceImpl
Names of all the defined groups.
getGroupPrefix() - Methode in Klasse org.apache.fulcrum.intake.model.AppData
Get the prefix String that will be used to qualify intake groups when using multiple XML files
getGroups() - Methode in Klasse org.apache.fulcrum.intake.model.AppData
Return a collection of input sections (<group>).
getHtmlFormInput() - Methode in Klasse org.apache.fulcrum.intake.model.Group
A xhtml valid hidden input field that notifies intake of the group's presence.
getHTMLString() - Methode in Klasse org.apache.fulcrum.intake.model.Field
Calls toString() on the object returned by getValue(), unless null; and then it returns "", the empty String.
getInitialValue() - Methode in Klasse org.apache.fulcrum.intake.model.Field
Get the value used as a default.
getInstance(XmlField, Group) - Methode in Enumeration org.apache.fulcrum.intake.model.FieldType
Create a specific field instance from its XML representation
getIntakeGroupName() - Methode in Klasse org.apache.fulcrum.intake.model.Group
Return the name given to this group.
getInvalidNumberMessage() - Methode in Klasse org.apache.fulcrum.intake.validator.NumberValidator
Get the value of invalidNumberMessage.
getKey() - Methode in Klasse org.apache.fulcrum.intake.model.Field
Get the key used to identify the field.
getKey() - Methode in Klasse org.apache.fulcrum.intake.model.XmlField
Get the parameter key of the property
getLocale() - Methode in Klasse org.apache.fulcrum.intake.model.Field
Returns the Locale used when localizing data for this field, or null if unknown.
getLogger() - Methode in Klasse org.apache.fulcrum.intake.model.XmlField
Return Avalon logger
getMapToObject() - Methode in Klasse org.apache.fulcrum.intake.model.Field
Get the name of the object that takes this input
getMapToObject() - Methode in Klasse org.apache.fulcrum.intake.model.XmlField
Get the name of the object that takes this input
getMapToProperty() - Methode in Klasse org.apache.fulcrum.intake.model.XmlField
Get the property method that takes this input
getMask() - Methode in Klasse org.apache.fulcrum.intake.validator.StringValidator
Get the value of mask.
getMaskMessage() - Methode in Klasse org.apache.fulcrum.intake.validator.StringValidator
Get the value of maskMessage.
getMaxLength() - Methode in Klasse org.apache.fulcrum.intake.validator.DefaultValidator
Get the value of maxLength.
getMaxLengthMessage() - Methode in Klasse org.apache.fulcrum.intake.validator.DefaultValidator
Get the value of maxLengthMessage.
getMaxSize() - Methode in Klasse org.apache.fulcrum.intake.model.Field
Gets the maximum size of the field.
getMaxValue() - Methode in Klasse org.apache.fulcrum.intake.validator.NumberValidator
Get the value of maxValue.
getMaxValueMessage() - Methode in Klasse org.apache.fulcrum.intake.validator.NumberValidator
Get the value of maxValueMessage.
getMessage() - Methode in Klasse org.apache.fulcrum.intake.model.Field
Get any error message resulting from invalid input.
getMessage() - Methode in Klasse org.apache.fulcrum.intake.model.Rule
Get the error message
getMessage() - Methode in Schnittstelle org.apache.fulcrum.intake.validator.Constraint
Get the error message.
getMessage() - Methode in Klasse org.apache.fulcrum.intake.validator.DefaultValidator
Get the error message resulting from invalid input.
getMessage() - Methode in Klasse org.apache.fulcrum.intake.validator.FieldReference
 
getMessage() - Methode in Schnittstelle org.apache.fulcrum.intake.validator.Validator
Get the last error message resulting from invalid input.
getMinLength() - Methode in Klasse org.apache.fulcrum.intake.validator.DefaultValidator
Get the value of minLength.
getMinLengthMessage() - Methode in Klasse org.apache.fulcrum.intake.validator.DefaultValidator
Get the value of minLengthMessage.
getMinValue() - Methode in Klasse org.apache.fulcrum.intake.validator.NumberValidator
Get the value of minValue.
getMinValueMessage() - Methode in Klasse org.apache.fulcrum.intake.validator.NumberValidator
Get the value of minValueMessage.
getName() - Methode in Klasse org.apache.fulcrum.intake.model.Field
Gets the name of the field.
getName() - Methode in Klasse org.apache.fulcrum.intake.model.Rule
Get the name of the parameter
getName() - Methode in Klasse org.apache.fulcrum.intake.model.XmlField
Get the name of the property
getName() - Methode in Schnittstelle org.apache.fulcrum.intake.validator.Constraint
Get the name of the constraint.
getObjectKey() - Methode in Klasse org.apache.fulcrum.intake.model.Group
Concatenation of gid and oid.
getObjects(ValueParser) - Methode in Klasse org.apache.fulcrum.intake.model.Group
Describe getObjects method here.
getOID() - Methode in Klasse org.apache.fulcrum.intake.model.Group
Get the part of the key that distinguishes a group from others of the same name.
getPoolCapacity() - Methode in Klasse org.apache.fulcrum.intake.model.Group
Get the number of Group objects that will be pooled.
getProperties(Object) - Methode in Klasse org.apache.fulcrum.intake.model.Group
Calls getter methods on objects that are known to Intake so that field values in forms can be initialized from the values contained in the intake tool.
getProperty(Object) - Methode in Klasse org.apache.fulcrum.intake.model.Field
Loads the valid value from a bean
getQueryKey() - Methode in Schnittstelle org.apache.fulcrum.intake.Retrievable
get an id that differentiates this object from others of its class.
getRawName() - Methode in Klasse org.apache.fulcrum.intake.model.XmlField
Get the name of the property
getRequiredMessage() - Methode in Klasse org.apache.fulcrum.intake.validator.DefaultValidator
Get the value of requiredMessage.
getRuleMap() - Methode in Klasse org.apache.fulcrum.intake.model.XmlField
The collection of rules for this field keyed by parameter name.
getRules() - Methode in Klasse org.apache.fulcrum.intake.model.XmlField
The collection of rules for this field.
getSafeEmptyValue() - Methode in Klasse org.apache.fulcrum.intake.model.BooleanField
Provides access to emptyValue such that the value returned will be acceptable as an argument parameter to Method.invoke.
getSafeEmptyValue() - Methode in Klasse org.apache.fulcrum.intake.model.DoubleField
Provides access to emptyValue such that the value returned will be acceptable as an argument parameter to Method.invoke.
getSafeEmptyValue() - Methode in Klasse org.apache.fulcrum.intake.model.Field
Provides access to emptyValue such that the value returned will be acceptable as an argument parameter to Method.invoke.
getSafeEmptyValue() - Methode in Klasse org.apache.fulcrum.intake.model.FloatField
Provides access to emptyValue such that the value returned will be acceptable as an argument parameter to Method.invoke.
getSafeEmptyValue() - Methode in Klasse org.apache.fulcrum.intake.model.IntegerField
Provides access to emptyValue such that the value returned will be acceptable as an argument parameter to Method.invoke.
getSafeEmptyValue() - Methode in Klasse org.apache.fulcrum.intake.model.LongField
Provides access to emptyValue such that the value returned will be acceptable as an argument parameter to Method.invoke.
getSafeEmptyValue() - Methode in Klasse org.apache.fulcrum.intake.model.ShortField
Provides access to emptyValue such that the value returned will be acceptable as an argument parameter to Method.invoke.
getSize(String) - Methode in Schnittstelle org.apache.fulcrum.intake.IntakeService
Gets the current size of the pool for a named group.
getSize(String) - Statische Methode in Klasse org.apache.fulcrum.intake.IntakeServiceFacade
Gets the current size of the pool for a named group.
getSize(String) - Methode in Klasse org.apache.fulcrum.intake.IntakeServiceImpl
Gets the current size of the pool for a group.
getStringValue() - Methode in Klasse org.apache.fulcrum.intake.model.Field
Gets the String representation of the Value.
getTestValue() - Methode in Klasse org.apache.fulcrum.intake.model.Field
Get the value input by a user that will be validated.
getType() - Methode in Klasse org.apache.fulcrum.intake.model.XmlField
Get the type of the property
getValidator() - Methode in Klasse org.apache.fulcrum.intake.model.Field
Gets the Validator object for this field.
getValidator() - Methode in Klasse org.apache.fulcrum.intake.model.XmlField
Get the className of the validator
getValue() - Methode in Klasse org.apache.fulcrum.intake.model.Field
Get the value of the field.
getValue() - Methode in Klasse org.apache.fulcrum.intake.model.Rule
Get the value of the parameter
getValue() - Methode in Schnittstelle org.apache.fulcrum.intake.validator.Constraint
Get the value of the constraint.
getValueIfAbsent() - Methode in Klasse org.apache.fulcrum.intake.model.Field
Use in a hidden field assign a default value in the event the field is absent from the query parameters.
Group - Klasse in org.apache.fulcrum.intake.model
Holds a group of Fields
Group() - Konstruktor für Klasse org.apache.fulcrum.intake.model.Group
Default constructor
Group.GroupFactory - Klasse in org.apache.fulcrum.intake.model
 
GroupFactory(AppData) - Konstruktor für Klasse org.apache.fulcrum.intake.model.Group.GroupFactory
 
GT - Enum-Konstante in Enumeration org.apache.fulcrum.intake.validator.FieldReference.Comparison
Rule for ">" comparison
GTE - Enum-Konstante in Enumeration org.apache.fulcrum.intake.validator.FieldReference.Comparison
Rule for ">=" comparison

I

init(String, ValueParser) - Methode in Klasse org.apache.fulcrum.intake.model.Group
Initializes the Group with parameters from RunData corresponding to key.
init(Map<String, ? extends Constraint>) - Methode in Klasse org.apache.fulcrum.intake.validator.DateRangeValidator
Constructor to use when initializing Object
init(Map<String, ? extends Constraint>) - Methode in Klasse org.apache.fulcrum.intake.validator.DateStringValidator
Constructor to use when initializing Object
init(Map<String, ? extends Constraint>) - Methode in Klasse org.apache.fulcrum.intake.validator.DefaultValidator
Extract the relevant parameters from the constraints listed in <rule> tags within the intake.xml file.
init(Map<String, ? extends Constraint>) - Methode in Schnittstelle org.apache.fulcrum.intake.validator.InitableByConstraintMap
Extract the relevant parameters from the constraints listed in <input-param> tags within the intake.xml file.
init(Map<String, ? extends Constraint>) - Methode in Klasse org.apache.fulcrum.intake.validator.IntegerRangeValidator
Constructor to use when initializing Object
init(Map<String, ? extends Constraint>) - Methode in Klasse org.apache.fulcrum.intake.validator.NumberValidator
Extract the relevant parameters from the constraints listed in <rule> tags within the intake.xml file.
init(Map<String, ? extends Constraint>) - Methode in Klasse org.apache.fulcrum.intake.validator.StringValidator
Extract the relevant parameters from the constraints listed in <rule> tags within the intake.xml file.
init(Retrievable) - Methode in Klasse org.apache.fulcrum.intake.model.Field
Method called when this field or the group it belongs to is pulled from the pool.
init(Retrievable) - Methode in Klasse org.apache.fulcrum.intake.model.Group
Initializes the group with properties from an object.
init(ValueParser) - Methode in Klasse org.apache.fulcrum.intake.model.Field
Method called when this field (the group it belongs to) is pulled from the pool.
init(ValueParser) - Methode in Klasse org.apache.fulcrum.intake.model.Group
Initializes the default Group using parameters.
init(ValueParser) - Methode in Klasse org.apache.fulcrum.intake.model.UploadPartField
Method called when this field (the group it belongs to) is pulled from the pool.
InitableByConstraintMap - Schnittstelle in org.apache.fulcrum.intake.validator
This interface marks a bean/class that can have its properties set by values in a Map.
initGetterAndSetter() - Methode in Klasse org.apache.fulcrum.intake.model.Field
Initialize getter and setter from properties
initialize() - Methode in Klasse org.apache.fulcrum.intake.IntakeServiceImpl
Avalon component lifecycle method Initializes the service by loading xml rule files and creating the Intake groups.
IntakeError - Ausnahmeklasse in org.apache.fulcrum.intake
Base exception thrown by the Intake service.
IntakeError() - Konstruktor für Ausnahmeklasse org.apache.fulcrum.intake.IntakeError
Constructs a new IntakeError without specified detail message.
IntakeError(String) - Konstruktor für Ausnahmeklasse org.apache.fulcrum.intake.IntakeError
Constructs a new IntakeError with specified detail message.
IntakeError(String, Throwable) - Konstruktor für Ausnahmeklasse org.apache.fulcrum.intake.IntakeError
Constructs a new IntakeError with specified detail message and nested Throwable.
IntakeError(Throwable) - Konstruktor für Ausnahmeklasse org.apache.fulcrum.intake.IntakeError
Constructs a new IntakeError with specified nested Throwable.
IntakeException - Ausnahmeklasse in org.apache.fulcrum.intake
Base exception thrown by the Intake service.
IntakeException() - Konstruktor für Ausnahmeklasse org.apache.fulcrum.intake.IntakeException
Constructs a new IntakeException without specified detail message.
IntakeException(String) - Konstruktor für Ausnahmeklasse org.apache.fulcrum.intake.IntakeException
Constructs a new IntakeException with specified detail message.
IntakeException(String, Throwable) - Konstruktor für Ausnahmeklasse org.apache.fulcrum.intake.IntakeException
Constructs a new IntakeException with specified detail message and nested Throwable.
IntakeException(Throwable) - Konstruktor für Ausnahmeklasse org.apache.fulcrum.intake.IntakeException
Constructs a new IntakeException with specified nested Throwable.
IntakeRuntimeException - Ausnahmeklasse in org.apache.fulcrum.intake
Base runtime exception thrown by the Intake service.
IntakeRuntimeException() - Konstruktor für Ausnahmeklasse org.apache.fulcrum.intake.IntakeRuntimeException
Constructs a new IntakeRuntimeException without specified detail message.
IntakeRuntimeException(String) - Konstruktor für Ausnahmeklasse org.apache.fulcrum.intake.IntakeRuntimeException
Constructs a new IntakeRuntimeException with specified detail message.
IntakeRuntimeException(String, Throwable) - Konstruktor für Ausnahmeklasse org.apache.fulcrum.intake.IntakeRuntimeException
Constructs a new IntakeRuntimeException with specified detail message and nested Throwable.
IntakeRuntimeException(Throwable) - Konstruktor für Ausnahmeklasse org.apache.fulcrum.intake.IntakeRuntimeException
Constructs a new IntakeRuntimeException with specified nested Throwable.
IntakeService - Schnittstelle in org.apache.fulcrum.intake
This service provides access to input processing objects based on an XML specification.
IntakeServiceFacade - Klasse in org.apache.fulcrum.intake
This is a Facade class for IntakeService.
IntakeServiceFacade() - Konstruktor für Klasse org.apache.fulcrum.intake.IntakeServiceFacade
 
IntakeServiceImpl - Klasse in org.apache.fulcrum.intake
This service provides access to input processing objects based on an XML specification.
IntakeServiceImpl() - Konstruktor für Klasse org.apache.fulcrum.intake.IntakeServiceImpl
 
IntegerField - Klasse in org.apache.fulcrum.intake.model
Processor for int fields.
IntegerField(XmlField, Group) - Konstruktor für Klasse org.apache.fulcrum.intake.model.IntegerField
Constructor.
IntegerRangeValidator - Klasse in org.apache.fulcrum.intake.validator
Validates an int field in dependency on another int field.
IntegerRangeValidator() - Konstruktor für Klasse org.apache.fulcrum.intake.validator.IntegerRangeValidator
Default constructor
IntegerValidator - Klasse in org.apache.fulcrum.intake.validator
Validates Integers with the following constraints in addition to those listed in NumberValidator and DefaultValidator.
IntegerValidator() - Konstruktor für Klasse org.apache.fulcrum.intake.validator.IntegerValidator
Default Constructor
INVALID_NUMBER_RULE_NAME - Statische Variable in Schnittstelle org.apache.fulcrum.intake.validator.Validator
"invalidNumber" Rule, used in the various Number Validators
InvalidMaskException - Ausnahmeklasse in org.apache.fulcrum.intake.validator
An Exception indidate an invalid field mask.
InvalidMaskException(String) - Konstruktor für Ausnahmeklasse org.apache.fulcrum.intake.validator.InvalidMaskException
Creates a new InvalidMaskException instance.
InvalidMaskException(String, Throwable) - Konstruktor für Ausnahmeklasse org.apache.fulcrum.intake.validator.InvalidMaskException
Creates a new InvalidMaskException instance.
isAllValid() - Methode in Klasse org.apache.fulcrum.intake.model.Group
Performs an AND between all the fields in this group.
isFlexible() - Methode in Klasse org.apache.fulcrum.intake.validator.DateStringValidator
Get the value of flexible.
isInitialized() - Statische Methode in Klasse org.apache.fulcrum.intake.IntakeServiceFacade
Return whether the intake service has been initialized.
isMultiValued() - Methode in Klasse org.apache.fulcrum.intake.model.Field
Flag to determine whether the field has been declared as multi-valued.
isMultiValued() - Methode in Klasse org.apache.fulcrum.intake.model.XmlField
Can this field have several values?
isRequired() - Methode in Klasse org.apache.fulcrum.intake.model.Field
Flag to determine whether the field has been declared as required.
isRequired() - Methode in Klasse org.apache.fulcrum.intake.validator.DefaultValidator
Get the value of required.
isSet() - Methode in Klasse org.apache.fulcrum.intake.model.Field
Flag set to true, if the test value has been set by the parser (even to an empty value, so don't used this to determine if the field contains a non-empty value).
isValid() - Methode in Klasse org.apache.fulcrum.intake.model.Field
Flag set to true, if the test value met the constraints.
isValid(String) - Methode in Klasse org.apache.fulcrum.intake.validator.DefaultValidator
Veraltet.
use isValid(Field) instead
isValid(String) - Methode in Schnittstelle org.apache.fulcrum.intake.validator.Validator
Veraltet.
use isValid(Field) instead
isValid(Field<T>) - Methode in Klasse org.apache.fulcrum.intake.validator.DefaultValidator
Determine whether a field meets the criteria specified in the constraints defined for this validator
isValid(Field<T>) - Methode in Schnittstelle org.apache.fulcrum.intake.validator.Validator
Determine whether a field meets the criteria specified in the constraints defined for this validator
isValidated() - Methode in Klasse org.apache.fulcrum.intake.model.Field
Flag to determine whether the field has been validated.

L

log - Variable in Klasse org.apache.fulcrum.intake.model.Field
Logging
log - Variable in Klasse org.apache.fulcrum.intake.validator.DefaultValidator
Logging
LongField - Klasse in org.apache.fulcrum.intake.model
Processor for long fields.
LongField(XmlField, Group) - Konstruktor für Klasse org.apache.fulcrum.intake.model.LongField
Constructor.
LongValidator - Klasse in org.apache.fulcrum.intake.validator
Validates Longs with the following constraints in addition to those listed in NumberValidator and DefaultValidator.
LongValidator() - Konstruktor für Klasse org.apache.fulcrum.intake.validator.LongValidator
Default Constructor
LT - Enum-Konstante in Enumeration org.apache.fulcrum.intake.validator.FieldReference.Comparison
Rule for "<" comparison
LTE - Enum-Konstante in Enumeration org.apache.fulcrum.intake.validator.FieldReference.Comparison
Rule for "<=" comparison

M

mapToObject - Variable in Klasse org.apache.fulcrum.intake.model.Field
Class name of the object to which the field is mapped
marshal(Field<?>) - Methode in Klasse org.apache.fulcrum.intake.model.FieldAdapter
 
MASK_RULE_NAME - Statische Variable in Schnittstelle org.apache.fulcrum.intake.validator.Validator
"mask" Rule, used in StringValidator
maskMessage - Variable in Klasse org.apache.fulcrum.intake.validator.StringValidator
The message to report if the mask constraint is not satisfied
maskPattern - Variable in Klasse org.apache.fulcrum.intake.validator.StringValidator
The compiled Regular Expression
maskString - Variable in Klasse org.apache.fulcrum.intake.validator.StringValidator
The matching mask String as supplied by the XML input
MAX_LENGTH_RULE_NAME - Statische Variable in Schnittstelle org.apache.fulcrum.intake.validator.Validator
"maxLength" Rule, used in all validators
MAX_VALUE_RULE_NAME - Statische Variable in Schnittstelle org.apache.fulcrum.intake.validator.Validator
"maxValue" Rule, used in the various Number Validators
maxLength - Variable in Klasse org.apache.fulcrum.intake.validator.DefaultValidator
The maximum length of the field
maxLengthMessage - Variable in Klasse org.apache.fulcrum.intake.validator.DefaultValidator
The message to show if field fails max-length test
MIN_LENGTH_RULE_NAME - Statische Variable in Schnittstelle org.apache.fulcrum.intake.validator.Validator
"minLength" Rule, used in all validators
MIN_VALUE_RULE_NAME - Statische Variable in Schnittstelle org.apache.fulcrum.intake.validator.Validator
"minValue" Rule, used in the various Number Validators
minLength - Variable in Klasse org.apache.fulcrum.intake.validator.DefaultValidator
The minimum length of the field
minLengthMessage - Variable in Klasse org.apache.fulcrum.intake.validator.DefaultValidator
The message to show if field fails min-length test

N

NEW - Statische Variable in Klasse org.apache.fulcrum.intake.model.Group
 
NumberValidator<T extends Number> - Klasse in org.apache.fulcrum.intake.validator
Validates numbers with the following constraints in addition to those listed in DefaultValidator.
NumberValidator() - Konstruktor für Klasse org.apache.fulcrum.intake.validator.NumberValidator
Default Constructor

O

org.apache.fulcrum.intake - Package org.apache.fulcrum.intake
The intake service can validate user input from HTML forms.
org.apache.fulcrum.intake.model - Package org.apache.fulcrum.intake.model
 
org.apache.fulcrum.intake.validator - Package org.apache.fulcrum.intake.validator
Validators for the various intake field types.

P

parse(String) - Methode in Klasse org.apache.fulcrum.intake.validator.BooleanValidator
Parses a string value into a Boolean object.
parse(String) - Methode in Klasse org.apache.fulcrum.intake.validator.DateStringValidator
Parses the String s according to the rules/formats for this validator.
parseIntoNumber(String, Locale) - Methode in Klasse org.apache.fulcrum.intake.validator.NumberValidator
Helper method to parse a number object out of a string
parseNumber(String, Locale) - Methode in Klasse org.apache.fulcrum.intake.validator.BigDecimalValidator
 
parseNumber(String, Locale) - Methode in Klasse org.apache.fulcrum.intake.validator.DoubleValidator
 
parseNumber(String, Locale) - Methode in Klasse org.apache.fulcrum.intake.validator.FloatValidator
 
parseNumber(String, Locale) - Methode in Klasse org.apache.fulcrum.intake.validator.IntegerValidator
 
parseNumber(String, Locale) - Methode in Klasse org.apache.fulcrum.intake.validator.LongValidator
 
parseNumber(String, Locale) - Methode in Klasse org.apache.fulcrum.intake.validator.NumberValidator
Parse the actual value out of a string
parseNumber(String, Locale) - Methode in Klasse org.apache.fulcrum.intake.validator.ShortValidator
 
parser - Variable in Klasse org.apache.fulcrum.intake.model.Field
The object containing the field data.
passivateObject(String, PooledObject<Group>) - Methode in Klasse org.apache.fulcrum.intake.model.Group.GroupFactory
Uninitialize an instance to be returned to the pool.

R

releaseGroup(Group) - Methode in Schnittstelle org.apache.fulcrum.intake.IntakeService
Puts a group back to the pool.
releaseGroup(Group) - Statische Methode in Klasse org.apache.fulcrum.intake.IntakeServiceFacade
Puts a group back to the pool.
releaseGroup(Group) - Methode in Klasse org.apache.fulcrum.intake.IntakeServiceImpl
Puts a Group back to the pool.
removeFromRequest() - Methode in Klasse org.apache.fulcrum.intake.model.Field
Removes references to this group and its fields from the query parameters
removeFromRequest() - Methode in Klasse org.apache.fulcrum.intake.model.Group
Removes references to this group and its fields from the query parameters
required - Variable in Klasse org.apache.fulcrum.intake.validator.DefaultValidator
A boolean value to signify if the field is definitely required or not
REQUIRED_RULE_NAME - Statische Variable in Schnittstelle org.apache.fulcrum.intake.validator.Validator
"required" Rule, used in all validators
requiredMessage - Variable in Klasse org.apache.fulcrum.intake.validator.DefaultValidator
The message to show if field fails required test
resetDeclared() - Methode in Klasse org.apache.fulcrum.intake.model.Group
To be used in the event this group is used within multiple forms within the same template.
Retrievable - Schnittstelle in org.apache.fulcrum.intake
This interface specifies methods for uniquely identifying an object.
ROLE - Statische Variable in Schnittstelle org.apache.fulcrum.intake.IntakeService
Avalon role - used to id the component within the manager
Rule - Klasse in org.apache.fulcrum.intake.model
A Class for holding data about a constraint on a property.
Rule() - Konstruktor für Klasse org.apache.fulcrum.intake.model.Rule
 

S

SERIAL_XML - Statische Variable in Schnittstelle org.apache.fulcrum.intake.IntakeService
The configuration property specifying the location where a serialized version of the xml specification can be written for faster restarts..
SERIAL_XML_DEFAULT - Statische Variable in Schnittstelle org.apache.fulcrum.intake.IntakeService
The default location where a serialized version of the xml specification can be written for faster restarts..
service(ServiceManager) - Methode in Klasse org.apache.fulcrum.intake.IntakeServiceImpl
Avalon component lifecycle method avalon.dependency type="org.apache.fulcrum.localization.LocalizationService"
setBasePackage(String) - Methode in Klasse org.apache.fulcrum.intake.model.AppData
Set the base package String that will be appended to any mapToObjects
setComparison(FieldReference.Comparison) - Methode in Klasse org.apache.fulcrum.intake.validator.FieldReference
 
setDateFormatMessage(String) - Methode in Klasse org.apache.fulcrum.intake.validator.DateStringValidator
Only sets the message if the new message has some information.
setDateFormats(List<String>) - Methode in Klasse org.apache.fulcrum.intake.validator.DateStringValidator
Set the value of dateFormats.
setDefaultValue(String) - Methode in Klasse org.apache.fulcrum.intake.model.BigDecimalField
Sets the default value for a BigDecimal field
setDefaultValue(String) - Methode in Klasse org.apache.fulcrum.intake.model.BooleanField
Sets the default value for a Boolean field
setDefaultValue(String) - Methode in Klasse org.apache.fulcrum.intake.model.DateStringField
Sets the default value for a DateString field
setDefaultValue(String) - Methode in Klasse org.apache.fulcrum.intake.model.DoubleField
Sets the default value for a Double Field
setDefaultValue(String) - Methode in Klasse org.apache.fulcrum.intake.model.Field
Set the default Value.
setDefaultValue(String) - Methode in Klasse org.apache.fulcrum.intake.model.FloatField
Sets the default value for an Float Field
setDefaultValue(String) - Methode in Klasse org.apache.fulcrum.intake.model.IntegerField
Sets the default value for an Integer Field
setDefaultValue(String) - Methode in Klasse org.apache.fulcrum.intake.model.LongField
Sets the default value for an Long Field
setDefaultValue(String) - Methode in Klasse org.apache.fulcrum.intake.model.ShortField
Sets the default value for an Short Field
setDefaultValue(String) - Methode in Klasse org.apache.fulcrum.intake.model.StringField
Sets the default value for a String field
setDefaultValue(String) - Methode in Klasse org.apache.fulcrum.intake.model.UploadPartField
It is not possible to set the default value for this field type.
setDisplayName(String) - Methode in Klasse org.apache.fulcrum.intake.model.Field
Set the display name of the field.
setEmptyValue(String) - Methode in Klasse org.apache.fulcrum.intake.model.BigDecimalField
Set the empty Value.
setEmptyValue(String) - Methode in Klasse org.apache.fulcrum.intake.model.BooleanField
Set the empty Value.
setEmptyValue(String) - Methode in Klasse org.apache.fulcrum.intake.model.DateStringField
Set the empty Value.
setEmptyValue(String) - Methode in Klasse org.apache.fulcrum.intake.model.DoubleField
Set the empty Value.
setEmptyValue(String) - Methode in Klasse org.apache.fulcrum.intake.model.Field
Set the empty Value.
setEmptyValue(String) - Methode in Klasse org.apache.fulcrum.intake.model.FloatField
Set the empty Value.
setEmptyValue(String) - Methode in Klasse org.apache.fulcrum.intake.model.IntegerField
Set the empty Value.
setEmptyValue(String) - Methode in Klasse org.apache.fulcrum.intake.model.LongField
Set the empty Value.
setEmptyValue(String) - Methode in Klasse org.apache.fulcrum.intake.model.ShortField
Set the empty Value.
setEmptyValue(String) - Methode in Klasse org.apache.fulcrum.intake.model.StringField
Set the empty Value.
setEmptyValue(String) - Methode in Klasse org.apache.fulcrum.intake.model.UploadPartField
It is not possible to set the empty value for this field type.
setFieldName(String) - Methode in Klasse org.apache.fulcrum.intake.validator.FieldReference
 
setFields(List<Field<?>>) - Methode in Klasse org.apache.fulcrum.intake.model.Group
Set a collection of fields for this group
setFlexible(boolean) - Methode in Klasse org.apache.fulcrum.intake.validator.DateStringValidator
Set the value of flexible.
setGroupPrefix(String) - Methode in Klasse org.apache.fulcrum.intake.model.AppData
Set the prefix String that will be used to qualify intake groups when using multiple XML files
setGroups(List<Group>) - Methode in Klasse org.apache.fulcrum.intake.model.AppData
Set the collection of groups
setIntakeService(IntakeService) - Statische Methode in Klasse org.apache.fulcrum.intake.IntakeServiceFacade
 
setInvalidNumberMessage(String) - Methode in Klasse org.apache.fulcrum.intake.validator.NumberValidator
Set the value of invalidNumberMessage.
setMask(String) - Methode in Klasse org.apache.fulcrum.intake.validator.StringValidator
Set the value of mask.
setMaskMessage(String) - Methode in Klasse org.apache.fulcrum.intake.validator.StringValidator
Set the value of maskMessage.
setMaxLength(int) - Methode in Klasse org.apache.fulcrum.intake.validator.DefaultValidator
Set the value of maxLength.
setMaxLengthMessage(String) - Methode in Klasse org.apache.fulcrum.intake.validator.DefaultValidator
Set the value of maxLengthMessage.
setMaxValue(T) - Methode in Klasse org.apache.fulcrum.intake.validator.NumberValidator
Set the value of maxValue.
setMaxValueMessage(String) - Methode in Klasse org.apache.fulcrum.intake.validator.NumberValidator
Set the value of maxValueMessage.
setMessage(String) - Methode in Klasse org.apache.fulcrum.intake.model.Field
Sets an error message.
setMessage(String) - Methode in Klasse org.apache.fulcrum.intake.validator.FieldReference
 
setMinLength(int) - Methode in Klasse org.apache.fulcrum.intake.validator.DefaultValidator
Set the value of minLength.
setMinLengthMessage(String) - Methode in Klasse org.apache.fulcrum.intake.validator.DefaultValidator
Set the value of minLengthMessage.
setMinValue(T) - Methode in Klasse org.apache.fulcrum.intake.validator.NumberValidator
Set the value of minValue.
setMinValueMessage(String) - Methode in Klasse org.apache.fulcrum.intake.validator.NumberValidator
Set the value of minValueMessage.
setProperties(Object) - Methode in Klasse org.apache.fulcrum.intake.model.Group
Calls a setter methods on obj, for fields which have been set.
setProperty(Object) - Methode in Klasse org.apache.fulcrum.intake.model.Field
Calls a setter method on obj, if this field has been set.
setQueryKey(String) - Methode in Schnittstelle org.apache.fulcrum.intake.Retrievable
set an id that differentiates this object from others of its class.
setRequired(boolean) - Methode in Klasse org.apache.fulcrum.intake.model.Field
Set whether this field is required to have a value.
setRequired(boolean) - Methode in Klasse org.apache.fulcrum.intake.validator.DefaultValidator
Set the value of required.
setRequired(boolean, String) - Methode in Klasse org.apache.fulcrum.intake.model.Field
Set the value of required.
setRequired(boolean, String) - Methode in Klasse org.apache.fulcrum.intake.model.StringField
Set the value of required.
setRequiredMessage(String) - Methode in Klasse org.apache.fulcrum.intake.validator.DefaultValidator
Set the value of requiredMessage.
setRules(List<Rule>) - Methode in Klasse org.apache.fulcrum.intake.model.XmlField
Set the collection of rules for this field
setSet(boolean) - Methode in Klasse org.apache.fulcrum.intake.model.Field
Set the internal flag that the field has been set
setValid(boolean) - Methode in Klasse org.apache.fulcrum.intake.model.Field
Set the internal flag that the field is valid
setValidated(boolean) - Methode in Klasse org.apache.fulcrum.intake.model.Field
Set the internal flag that the field has been validated
setValidProperties(Object) - Methode in Klasse org.apache.fulcrum.intake.model.Group
Calls a setter methods on obj, for fields which pass validity tests.
ShortField - Klasse in org.apache.fulcrum.intake.model
Processor for short fields.
ShortField(XmlField, Group) - Konstruktor für Klasse org.apache.fulcrum.intake.model.ShortField
Constructor.
ShortValidator - Klasse in org.apache.fulcrum.intake.validator
Validates Shorts with the following constraints in addition to those listed in NumberValidator and DefaultValidator.
ShortValidator() - Konstruktor für Klasse org.apache.fulcrum.intake.validator.ShortValidator
Default Constructor
StringField - Klasse in org.apache.fulcrum.intake.model
Text field.
StringField(XmlField, Group) - Konstruktor für Klasse org.apache.fulcrum.intake.model.StringField
Constructor.
StringValidator - Klasse in org.apache.fulcrum.intake.validator
A validator that will compare a testValue against the following constraints: Validation rules NameValid ValuesDefault Value requiredtrue|falsefalse maskregexp  minLengthinteger0 maxLengthinteger  This validator can serve as the base class for more specific validators
StringValidator() - Konstruktor für Klasse org.apache.fulcrum.intake.validator.StringValidator
Default constructor

T

toString() - Methode in Klasse org.apache.fulcrum.intake.model.AppData
Creates a string representation of this AppData.
toString() - Methode in Klasse org.apache.fulcrum.intake.model.DateStringField
returns a String representation
toString() - Methode in Klasse org.apache.fulcrum.intake.model.Field
Calls toString() on the object returned by getValue(), unless null; and then it returns "", the empty String.
toString() - Methode in Klasse org.apache.fulcrum.intake.model.Group
Creates a string representation of this input group.
toString() - Methode in Klasse org.apache.fulcrum.intake.model.Rule
String representation of the column.
toString() - Methode in Klasse org.apache.fulcrum.intake.model.XmlField
String representation of the column.
toString() - Methode in Enumeration org.apache.fulcrum.intake.validator.FieldReference.Comparison
 

U

unmarshal(XmlField) - Methode in Klasse org.apache.fulcrum.intake.model.FieldAdapter
Creates a Field object appropriate for the type specified in the xml file.
UploadPartField - Klasse in org.apache.fulcrum.intake.model
 
UploadPartField(XmlField, Group) - Konstruktor für Klasse org.apache.fulcrum.intake.model.UploadPartField
Constructor.

V

validate() - Methode in Klasse org.apache.fulcrum.intake.model.Field
Compares request data with constraints and sets the valid flag.
validate() - Methode in Klasse org.apache.fulcrum.intake.model.UploadPartField
Compares request data with constraints and sets the valid flag.
ValidationException - Ausnahmeklasse in org.apache.fulcrum.intake.validator
An Exception to mark a failed validation
ValidationException(String) - Konstruktor für Ausnahmeklasse org.apache.fulcrum.intake.validator.ValidationException
Creates a new ValidationException instance.
Validator<T> - Schnittstelle in org.apache.fulcrum.intake.validator
Validator api.
value() - Methode in Enumeration org.apache.fulcrum.intake.model.FieldType
Return the string value
valueOf(String) - Statische Methode in Enumeration org.apache.fulcrum.intake.model.FieldType
Gibt die Enumerationskonstante dieses Typs mit dem angegebenen Namen zurück.
valueOf(String) - Statische Methode in Enumeration org.apache.fulcrum.intake.validator.FieldReference.Comparison
Gibt die Enumerationskonstante dieses Typs mit dem angegebenen Namen zurück.
values() - Statische Methode in Enumeration org.apache.fulcrum.intake.model.FieldType
Gibt ein Array mit den Konstanten dieses Enum-Typs in der Reihenfolge ihrer Deklaration zurück.
values() - Statische Methode in Enumeration org.apache.fulcrum.intake.validator.FieldReference.Comparison
Gibt ein Array mit den Konstanten dieses Enum-Typs in der Reihenfolge ihrer Deklaration zurück.

W

wrap(Group) - Methode in Klasse org.apache.fulcrum.intake.model.Group.GroupFactory
 

X

XML_PATH_DEFAULT - Statische Variable in Schnittstelle org.apache.fulcrum.intake.IntakeService
The default location of the xml specification.
XML_PATHS - Statische Variable in Schnittstelle org.apache.fulcrum.intake.IntakeService
The configuration property specifying the location of the xml specification.
XmlField - Klasse in org.apache.fulcrum.intake.model
A Class for holding data about a property used in an Application.
XmlField() - Konstruktor für Klasse org.apache.fulcrum.intake.model.XmlField
Default Constructor
A B C D E F G I L M N O P R S T U V W X 
Alle Klassen und Schnittstellen|Alle Packages|Konstantenfeldwerte|Serialisierte Form