Package org.kie.api.io
Class ResourceType
java.lang.Object
org.kie.api.io.ResourceType
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ResourceTypeBayesianstatic final ResourceTypejBPM BPMN2 Languagestatic final ResourceTypejBPM CMMN Languagestatic final ResourceTypeDESCRstatic final ResourceTypeDecision Model and Notation (DMN) modelstatic final ResourceTypeDrools Rule Languagestatic final ResourceTypestatic final ResourceTypeDeprecated.Since 8.static final ResourceTypeDrools DSLstatic final ResourceTypeDrools DSL Rulestatic final ResourceTypeDecision Tablestatic final ResourceTypeDMN FEEL expression languagestatic final ResourceTypeDrools Rule Language - Guided Globals definitions - Workaround for double-dot file extensions for 6.0static final ResourceTypestatic final ResourceTypeJAVAstatic final ResourceTypeNO-Operation ResourceType - used for example to dynamically disable a given AssemblerServicestatic final ResourceTypePMMLstatic final ResourceTypePROPERTIESstatic final ResourceTypeDrools Rule Language - Guided Rules (without DSL) - Workaround for double-dot file extensions for 6.0static final ResourceTypeDrools Rule Language - Guided Rules (with DSL) - Workaround for double-dot file extensions for 6.0static final ResourceTypeScore Card - Workaround for double-dot file extensions for 6.0static final ResourceTypestatic final ResourceTypestatic final ResourceTypeDrools Rule Language - Guided Decision Trees - Workaround for double-dot file extensions for 6.0static final ResourceTypestatic final ResourceTypeXSDstatic final ResourceType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ResourceTypeaddResourceTypeToRegistry(String resourceType, boolean isNative, String description, String defaultPath, String defaultExtension, String... otherExtensions) static ResourceTypeaddResourceTypeToRegistry(String resourceType, String description, String defaultPath, String defaultExtension, String... otherExtensions) static ResourceTypedetermineResourceType(String resourceName) booleangetName()inthashCode()booleanbooleanmatchesExtension(String resourceName) toString()
-
Field Details
-
DRL
Drools Rule Language -
DRLX
-
GDRL
Drools Rule Language - Guided Globals definitions - Workaround for double-dot file extensions for 6.0 -
RDRL
Drools Rule Language - Guided Rules (without DSL) - Workaround for double-dot file extensions for 6.0 -
DSL
Drools DSL -
DSLR
Drools DSL Rule -
RDSLR
Drools Rule Language - Guided Rules (with DSL) - Workaround for double-dot file extensions for 6.0 -
BPMN2
jBPM BPMN2 Language -
CMMN
jBPM CMMN Language -
DTABLE
Decision Table -
XSD
XSD -
PMML
PMML -
DESCR
DESCR -
JAVA
JAVA -
PROPERTIES
PROPERTIES -
SCARD
Score Card - Workaround for double-dot file extensions for 6.0 -
BAYES
Bayesian -
TDRL
Drools Rule Language - Guided Decision Trees - Workaround for double-dot file extensions for 6.0 -
TEMPLATE
-
DRT
Deprecated.Since 8. Considerdrools-decisiontablesor third party templating features -
GDST
-
SCGD
-
SOLVER
-
DMN
Decision Model and Notation (DMN) model -
FEEL
DMN FEEL expression language -
NOOP
NO-Operation ResourceType - used for example to dynamically disable a given AssemblerService -
YAML
-
-
Constructor Details
-
ResourceType
-
-
Method Details
-
addResourceTypeToRegistry
-
addResourceTypeToRegistry
-
determineResourceType
-
matchesExtension
-
isFullyCoveredByExecModel
public boolean isFullyCoveredByExecModel() -
getDefaultPath
-
getDefaultExtension
-
getAllExtensions
-
getDescription
-
getName
-
toString
-
hashCode
public int hashCode() -
equals
-