Package org.kie.api.definition
Interface KieDefinition
- 
- All Known Subinterfaces:
 Process,Query,Rule,WorkflowProcess
public interface KieDefinitionMarker interface for all KnowlegeDefinition's 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classKieDefinition.KnowledgeType 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetId()KieDefinition.KnowledgeTypegetKnowledgeType()StringgetNamespace() 
 - 
 
- 
- 
Method Detail
- 
getKnowledgeType
KieDefinition.KnowledgeType getKnowledgeType()
 
- 
getNamespace
String getNamespace()
 
- 
getId
String getId()
 
 - 
 
 -