public interface Query extends KnowledgeDefinition
KnowledgeDefinition.KnowledgeType
Modifier and Type | Method and Description |
---|---|
String |
getMetaAttribute(String key)
Deprecated.
|
Map<String,Object> |
getMetaAttributes()
Deprecated.
|
Map<String,Object> |
getMetaData()
Returns an immutable Map
|
String |
getName()
Returns this query's name.
|
String |
getPackageName()
Returns the package name (namespace) this query is tied to.
|
Collection<String> |
listMetaAttributes()
Deprecated.
|
getId, getKnowledgeType, getNamespace
String getPackageName()
String getName()
Map<String,Object> getMetaData()
@Deprecated Collection<String> listMetaAttributes()
getMetaAttributes()
instead.@Deprecated Map<String,Object> getMetaAttributes()
@Deprecated String getMetaAttribute(String key)
key
- the meta attribute keyCopyright © 2001–2016 JBoss by Red Hat. All rights reserved.