Package org.activiti.cloud.modeling.api
Class ProcessModelType
- java.lang.Object
-
- org.activiti.cloud.modeling.api.ProcessModelType
-
-
Constructor Summary
Constructors Constructor Description ProcessModelType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]getAllowedContentFileExtension()StringgetContentFileExtension()StringgetFolderName()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 String PROCESS
- See Also:
- Constant Field Values
-
PROCESSES
public static final String PROCESSES
- See Also:
- Constant Field Values
-
BPMN20_XML
public static final String BPMN20_XML
- See Also:
- Constant Field Values
-
BPMN_XML
public static final String BPMN_XML
- See Also:
- Constant Field Values
-
BPMN
public static final String BPMN
- See Also:
- Constant Field Values
-
ALLOWED_FILE_EXTENSIONS
public static final String[] ALLOWED_FILE_EXTENSIONS
-
-
Method Detail
-
getFolderName
public String getFolderName()
- Specified by:
getFolderNamein interfaceModelType
-
getContentFileExtension
public String getContentFileExtension()
- Specified by:
getContentFileExtensionin interfaceModelType
-
getAllowedContentFileExtension
public String[] getAllowedContentFileExtension()
- Specified by:
getAllowedContentFileExtensionin interfaceModelType
-
-