Package org.activiti.cloud.modeling.api
Class JsonModelType
- java.lang.Object
-
- org.activiti.cloud.modeling.api.JsonModelType
-
- All Implemented Interfaces:
ModelType
- Direct Known Subclasses:
ConnectorModelType
public abstract class JsonModelType extends Object implements ModelType
Json based model type
-
-
Constructor Summary
Constructors Constructor Description JsonModelType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]getAllowedContentFileExtension()StringgetContentFileExtension()-
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, getFolderName, getName
-
-
-
-
Method Detail
-
getContentFileExtension
public String getContentFileExtension()
- Specified by:
getContentFileExtensionin interfaceModelType
-
getAllowedContentFileExtension
public String[] getAllowedContentFileExtension()
- Specified by:
getAllowedContentFileExtensionin interfaceModelType
-
-