|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.drools.guvnor.client.common.AssetFormats
public class AssetFormats
Keeps track of the different rule formats we support. Each format type corresponds to the dublin core "format" attribute. This is used both by the UI, to determine what are valid formats, and also on the server. If you are adding new types they need to be registered here. If an asset type is unknown, then it will be opened with the default editor.
Field Summary | |
---|---|
static String |
BPEL_PACKAGE
For BPEL |
static String |
BPMN_PROCESS
|
static String |
BPMN2_PROCESS
|
static String |
BUSINESS_RULE
Use the rule modeller |
static String[] |
BUSINESS_RULE_FORMATS
The following group the assets together for lists, helpers etc... |
static String |
DECISION_SPREADSHEET_XLS
Use a decision table. |
static String |
DECISION_TABLE_GUIDED
|
static String |
DOCUMENTATION
|
static String |
DRL
Vanilla DRL "file" |
static String |
DRL_MODEL
For fact models in drl. |
static String |
DSL
For DSL language grammars |
static String |
DSL_TEMPLATE_RULE
use a DSL, free text editor |
static String |
ENUMERATION
Use a data enum. |
static String |
FUNCTION
For functions |
static String |
MODEL
For "model" assets |
static String |
PROPERTIES
|
static String |
RULE_FLOW_RF
Use a ruleflow. |
static String |
RULE_TEMPLATE
|
static String |
SPRING_CONTEXT
|
static String |
TEST_SCENARIO
For test scenarios. |
static String |
WORKING_SET
|
static String |
XML
|
static String |
ZIP
|
Constructor Summary | |
---|---|
AssetFormats()
|
Method Summary | |
---|---|
static boolean |
isPackageDependency(String format)
Will return true if the given asset format is a package dependency (eg a function, DSL, model etc). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String FUNCTION
public static final String BPEL_PACKAGE
public static final String MODEL
public static final String DSL
public static final String DRL
public static final String BUSINESS_RULE
public static final String DSL_TEMPLATE_RULE
public static final String DECISION_SPREADSHEET_XLS
public static final String DECISION_TABLE_GUIDED
public static final String RULE_FLOW_RF
public static final String BPMN_PROCESS
public static final String BPMN2_PROCESS
public static final String ENUMERATION
public static final String TEST_SCENARIO
public static final String DRL_MODEL
public static final String XML
public static final String PROPERTIES
public static final String WORKING_SET
public static final String RULE_TEMPLATE
public static final String DOCUMENTATION
public static final String ZIP
public static final String SPRING_CONTEXT
public static final String[] BUSINESS_RULE_FORMATS
Constructor Detail |
---|
public AssetFormats()
Method Detail |
---|
public static boolean isPackageDependency(String format)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |