|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DynamicValuesHandlerInterface
This class defines the interface for creating a class that can process dynamic-list-generation XML
Field Summary | |
---|---|
static java.lang.String |
INFORMATION_MAP_QUERY
Constant for InformationMapQuery query type |
static java.lang.String |
LOCATION
Constant for defining the location attribute in the XML associated with a query |
static java.lang.String |
SORT
Constant for defining the sort attribute in the XML associated with a query |
static java.lang.String |
VALUE_DATAITEM_ID
Constant for defining the valueDataItemId attribute in the XML associated with a query |
Method Summary | |
---|---|
DynamicValuesProviderInterface |
handleDynamicValues(org.w3c.dom.Node dynamicValuesNode)
Process the node to obtain the parameters necessary to create the class associated with the query type. |
Field Detail |
---|
static final java.lang.String INFORMATION_MAP_QUERY
static final java.lang.String LOCATION
static final java.lang.String VALUE_DATAITEM_ID
static final java.lang.String SORT
Method Detail |
---|
DynamicValuesProviderInterface handleDynamicValues(org.w3c.dom.Node dynamicValuesNode)
dynamicValuesNode
- node containing <DynamicValues> subtag
<DynamicValues> <InformationMapQuery location="sbip://hope/BipTree/blah/blah/foo.map" valueDataItemId="dataItem1" sort=DataItemActionType.SORT_ASCENDING/> </DynamicValues>
|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |