Package org.flowable.ui.modeler.model
Class AppDefinitionListModelRepresentation
- java.lang.Object
-
- org.flowable.ui.common.model.AbstractRepresentation
-
- org.flowable.ui.modeler.model.ModelRepresentation
-
- org.flowable.ui.modeler.model.AppDefinitionListModelRepresentation
-
public class AppDefinitionListModelRepresentation extends ModelRepresentation
Representation of app definitions to be used in the model overview.- Author:
- Tijs Rademakers
-
-
Field Summary
Fields Modifier and Type Field Description protected AppDefinitionappDefinition-
Fields inherited from class org.flowable.ui.modeler.model.ModelRepresentation
comment, createdBy, description, id, key, lastUpdated, lastUpdatedBy, latestVersion, modelType, name, tenantId, version
-
-
Constructor Summary
Constructors Constructor Description AppDefinitionListModelRepresentation()AppDefinitionListModelRepresentation(AbstractModel model)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AppDefinitiongetAppDefinition()voidsetAppDefinition(AppDefinition appDefinition)-
Methods inherited from class org.flowable.ui.modeler.model.ModelRepresentation
getComment, getCreatedBy, getDescription, getId, getKey, getLastUpdated, getLastUpdatedBy, getModelType, getName, getTenantId, getVersion, initialize, isLatestVersion, setComment, setCreatedBy, setDescription, setId, setKey, setLastUpdated, setLastUpdatedBy, setLatestVersion, setModelType, setName, setTenantId, setVersion, toModel, updateModel
-
-
-
-
Field Detail
-
appDefinition
protected AppDefinition appDefinition
-
-
Constructor Detail
-
AppDefinitionListModelRepresentation
public AppDefinitionListModelRepresentation(AbstractModel model)
-
AppDefinitionListModelRepresentation
public AppDefinitionListModelRepresentation()
-
-
Method Detail
-
getAppDefinition
public AppDefinition getAppDefinition()
-
setAppDefinition
public void setAppDefinition(AppDefinition appDefinition)
-
-