Package org.flowable.ui.modeler.domain
Class ModelHistory
- java.lang.Object
-
- org.flowable.ui.modeler.domain.AbstractModel
-
- org.flowable.ui.modeler.domain.ModelHistory
-
public class ModelHistory extends AbstractModel
-
-
Field Summary
Fields Modifier and Type Field Description protected StringmodelIdprotected DateremovalDate-
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 ModelHistory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetModelId()DategetRemovalDate()voidsetModelId(String modelId)voidsetRemovalDate(Date removalDate)-
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
-
-