Interface AppDefinitionEntity
- All Superinterfaces:
org.flowable.app.api.repository.AppDefinition
,CoreAppDefinition
,org.flowable.common.engine.impl.persistence.entity.Entity
- All Known Implementing Classes:
AppDefinitionEntityImpl
public interface AppDefinitionEntity
extends org.flowable.common.engine.impl.persistence.entity.Entity, CoreAppDefinition
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
setCategory
(String category) void
setCreationTime
(Date creationTime) void
setCreatorId
(String creatorId) void
setDeploymentId
(String deploymentId) void
setDescription
(String description) void
void
void
setResourceName
(String resourceName) void
void
setSubState
(String subState) void
setSubType
(String subType) void
setTenantId
(String tenantId) void
void
setVersion
(int version) Methods inherited from interface org.flowable.app.api.repository.AppDefinition
getCategory, getDeploymentId, getDescription, getId, getKey, getName, getResourceName, getTenantId, getVersion
Methods inherited from interface com.flowable.core.app.api.CoreAppDefinition
getAppUrl, getCreationTime, getCreatorId, getState, getSubState, getSubType, getType, isFlowApp
Methods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity
getId, getIdPrefix, getOriginalPersistentState, getPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated
-
Method Details
-
setName
-
setDescription
-
setCategory
-
setVersion
void setVersion(int version) -
setKey
-
setType
-
setSubType
-
setState
-
setSubState
-
setCreationTime
-
setCreatorId
-
setAppUrl
-
setResourceName
-
setDeploymentId
-
setTenantId
-