Package com.flowable.core.app.api
Interface CoreAppDefinition
- All Superinterfaces:
org.flowable.app.api.repository.AppDefinition,org.flowable.common.engine.api.repository.FlowableDefinition
- All Known Subinterfaces:
AppDefinitionEntity
- All Known Implementing Classes:
AppDefinitionEntityImpl
public interface CoreAppDefinition
extends org.flowable.app.api.repository.AppDefinition
-
Method Summary
Methods inherited from interface org.flowable.app.api.repository.AppDefinition
getCategory, getDescriptionMethods inherited from interface org.flowable.common.engine.api.repository.FlowableDefinition
getDeploymentId, getId, getKey, getName, getResourceName, getTenantId, getVersion
-
Method Details
-
isFlowApp
boolean isFlowApp() -
getType
String getType() -
getSubType
String getSubType() -
getState
String getState() -
getSubState
String getSubState() -
getAppUrl
String getAppUrl() -
getWorkspaceKey
String getWorkspaceKey() -
getRevisionKey
String getRevisionKey() -
getCreationTime
Date getCreationTime() -
getCreatorId
String getCreatorId()
-