public class DefaultInquiry
extends com.technia.tvc.core.db.inquiry.AbstractInquiry
| Modifier | Constructor and Description |
|---|---|
protected |
DefaultInquiry(com.technia.tvc.core.db.inquiry.InquiryDef def)
For subclasses only.
|
|
DefaultInquiry(java.lang.String name)
Create a new inquiry object that reads the definition from the inquiry in
the database with the specified name.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Enumeration<java.lang.String> |
evaluateImpl(java.util.Map<java.lang.String,java.lang.String> env)
Evaluate the inquiry.
|
java.util.Map<java.lang.String,java.lang.String> |
getArguments() |
com.technia.tvc.core.db.inquiry.Format |
getFormat() |
java.lang.String |
getName() |
java.lang.String |
getPattern() |
protected DefaultInquiry(com.technia.tvc.core.db.inquiry.InquiryDef def)
def - The definition.public DefaultInquiry(java.lang.String name)
throws TVCException
name - The name of the inquiry.TVCException - If unable to read the inquiry definition from the
database.public java.lang.String getName()
public com.technia.tvc.core.db.inquiry.Format getFormat()
public java.lang.String getPattern()
public java.util.Map<java.lang.String,java.lang.String> getArguments()
protected java.util.Enumeration<java.lang.String> evaluateImpl(java.util.Map<java.lang.String,java.lang.String> env)
throws TVCException
evaluateImpl in class com.technia.tvc.core.db.inquiry.AbstractInquiryenv - The arguments.TVCException - If unable to evaluate the inquiry.Copyright ? Technia AB. All Rights Reserved.