Package org.activiti.cloud.modeling.api
Class ConnectorModelType
- java.lang.Object
-
- org.activiti.cloud.modeling.api.JsonModelType
-
- org.activiti.cloud.modeling.api.ConnectorModelType
-
- All Implemented Interfaces:
ModelType
public class ConnectorModelType extends JsonModelType
Connector model type
-
-
Field Summary
Fields Modifier and Type Field Description static StringFOLDER_NAMEstatic StringNAME
-
Constructor Summary
Constructors Constructor Description ConnectorModelType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFolderName()StringgetName()-
Methods inherited from class org.activiti.cloud.modeling.api.JsonModelType
getAllowedContentFileExtension, getContentFileExtension
-
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
-
NAME
public static final String NAME
- See Also:
- Constant Field Values
-
FOLDER_NAME
public static final String FOLDER_NAME
- See Also:
- Constant Field Values
-
-