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