Package org.activiti.cloud.modeling.api
Class ProcessModelType
- java.lang.Object
-
- org.activiti.cloud.modeling.api.ProcessModelType
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String[]ALLOWED_FILE_EXTENSIONSstatic java.lang.StringBPMNstatic java.lang.StringBPMN_XMLstatic java.lang.StringBPMN20_XMLstatic java.lang.StringPROCESSstatic java.lang.StringPROCESSES
-
Constructor Summary
Constructors Constructor Description ProcessModelType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String[]getAllowedContentFileExtension()java.lang.StringgetContentFileExtension()java.lang.StringgetFolderName()java.lang.StringgetName()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.activiti.cloud.modeling.api.ModelType
getExtensionsFileSuffix
-
-
-
-
Field Detail
-
PROCESS
public static final java.lang.String PROCESS
- See Also:
- Constant Field Values
-
PROCESSES
public static final java.lang.String PROCESSES
- See Also:
- Constant Field Values
-
BPMN20_XML
public static final java.lang.String BPMN20_XML
- See Also:
- Constant Field Values
-
BPMN_XML
public static final java.lang.String BPMN_XML
- See Also:
- Constant Field Values
-
BPMN
public static final java.lang.String BPMN
- See Also:
- Constant Field Values
-
ALLOWED_FILE_EXTENSIONS
public static final java.lang.String[] ALLOWED_FILE_EXTENSIONS
-
-
Method Detail
-
getFolderName
public java.lang.String getFolderName()
- Specified by:
getFolderNamein interfaceModelType
-
getContentFileExtension
public java.lang.String getContentFileExtension()
- Specified by:
getContentFileExtensionin interfaceModelType
-
getAllowedContentFileExtension
public java.lang.String[] getAllowedContentFileExtension()
- Specified by:
getAllowedContentFileExtensionin interfaceModelType
-
-