Package org.flowable.ui.modeler.domain
Class Model
- java.lang.Object
-
- org.flowable.ui.modeler.domain.AbstractModel
-
- org.flowable.ui.modeler.domain.Model
-
public class Model extends AbstractModel
-
-
Field Summary
-
Fields inherited from class org.flowable.ui.modeler.domain.AbstractModel
comment, created, description, id, key, lastUpdated, MODEL_TYPE_APP, MODEL_TYPE_BPMN, MODEL_TYPE_CMMN, MODEL_TYPE_DECISION_SERVICE, MODEL_TYPE_DECISION_TABLE, MODEL_TYPE_FORM, modelEditorJson, modelType, name, tenantId, version
-
-
Constructor Summary
Constructors Constructor Description Model()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getThumbnail()voidsetThumbnail(byte[] thumbnail)-
Methods inherited from class org.flowable.ui.modeler.domain.AbstractModel
getComment, getCreated, getCreatedBy, getDescription, getId, getKey, getLastUpdated, getLastUpdatedBy, getModelEditorJson, getModelType, getName, getTenantId, getVersion, setComment, setCreated, setCreatedBy, setDescription, setId, setKey, setLastUpdated, setLastUpdatedBy, setModelEditorJson, setModelType, setName, setTenantId, setVersion
-
-