| |
|
| java.lang.Object com.jat.integration.GenericOperationDefinition
All known Subclasses: com.jat.integration.context.OperationDefinition, com.jat.integration.db.QueryDefinition,
GenericOperationDefinition | abstract public class GenericOperationDefinition (Code) | | Title: JAT
Description: This class represents a configured operation of your Data Source.
It is composed of
Copyright: Copyright (c) 2004 -2005 Stefano Fratini (stefano.fratini@gmail.com)
Distributed under the terms of the GNU Lesser General Public License, v2.1 or later
author: stf version: 1.0 since: 1.2 See Also: com.jat.integration.GenericDataSource See Also: com.jat.integration.GenericFieldDefinition |
CONFIG_NAME | final public static String CONFIG_NAME(Code) | | The configured operation name key
|
CONFIG_OPERATION | public static String CONFIG_OPERATION(Code) | | The confiured operation key
|
CONFIG_VALUE | final public static String CONFIG_VALUE(Code) | | The configured operation name value
|
PATTERN_SUBSTITUTION | final public static String PATTERN_SUBSTITUTION(Code) | | The pattern used in value substitution
|
getConfigKey | public String getConfigKey()(Code) | | Return the key of the configured operation of the Data Source
the operation configuration key |
getEmptyFieldDefinition | abstract public GenericFieldDefinition getEmptyFieldDefinition()(Code) | | Use this method to get your (@link com.jat.integration.GenericOperationDefinition) instance
a (@link com.jat.integration.GenericOperationDefinition) instance |
getFieldsSize | public int getFieldsSize()(Code) | | |
getName | public String getName()(Code) | | Get the name of the operation
the operation name |
getPatternSubstitution | public String getPatternSubstitution()(Code) | | Get the pattern for value's substitution
the pattern for substituion |
getProperties | final public Properties getProperties()(Code) | | Get further properties of the operation
properties |
getValue | public String getValue()(Code) | | Get the value of the operation
the operation value |
indexOfField | public int indexOfField(GenericFieldDefinition field)(Code) | | Get the position of a field into the field list
Parameters: field - the configured field name the position of the field |
init | public void init(String section, String key) throws IntegrationException(Code) | | This method initialize the configured operation
Parameters: section - the section into config file Parameters: key - the key into config file used to load operation throws: IntegrationException - if any exception occours |
initFields | public void initFields(String section, String key) throws IntegrationException(Code) | | This methos initalize fields of this operation
Parameters: section - the section into config file Parameters: key - the key into config file used to load fields throws: IntegrationException - if any exception occours |
|
|
|