|
Knowledge API Legacy5 Adapter 6.0.0.CR4-Pre1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.drools.impl.adapters.QueryAdapter
public class QueryAdapter
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.drools.definition.KnowledgeDefinition |
|---|
KnowledgeDefinition.KnowledgeType |
| Constructor Summary | |
|---|---|
QueryAdapter(org.kie.api.definition.rule.Query delegate)
|
|
| Method Summary | |
|---|---|
static List<Query> |
adaptQueries(Collection<org.kie.api.definition.rule.Query> queries)
|
String |
getId()
|
KnowledgeDefinition.KnowledgeType |
getKnowledgeType()
|
String |
getMetaAttribute(String key)
Returns the value of the meta attribute identified by the "key" |
Map<String,Object> |
getMetaAttributes()
Returns an immutable Map |
Map<String,Object> |
getMetaData()
Returns an immutable Map |
String |
getName()
Returns this query's name. |
String |
getNamespace()
|
String |
getPackageName()
Returns the package name (namespace) this query is tied to. |
Collection<String> |
listMetaAttributes()
This method is deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public QueryAdapter(org.kie.api.definition.rule.Query delegate)
| Method Detail |
|---|
public String getPackageName()
Query
getPackageName in interface Querypublic String getName()
Query
getName in interface Querypublic Map<String,Object> getMetaData()
Query
getMetaData in interface Querypublic Collection<String> listMetaAttributes()
QueryQuery.getMetaAttributes() instead.
listMetaAttributes in interface Querypublic Map<String,Object> getMetaAttributes()
Query
getMetaAttributes in interface Querypublic String getMetaAttribute(String key)
Query
getMetaAttribute in interface Querykey - the meta attribute key
public KnowledgeDefinition.KnowledgeType getKnowledgeType()
getKnowledgeType in interface KnowledgeDefinitionpublic String getNamespace()
getNamespace in interface KnowledgeDefinitionpublic String getId()
getId in interface KnowledgeDefinitionpublic static List<Query> adaptQueries(Collection<org.kie.api.definition.rule.Query> queries)
|
Knowledge API Legacy5 Adapter 6.0.0.CR4-Pre1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||