Package com.flowable.core.app.api
Interface CoreAppDefinition
-
- All Superinterfaces:
AppDefinition
- All Known Subinterfaces:
AppDefinitionEntity
- All Known Implementing Classes:
AppDefinitionEntityImpl
public interface CoreAppDefinition extends AppDefinition
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getAppUrl()
String
getState()
String
getSubState()
String
getSubType()
String
getType()
boolean
isFlowApp()
-
Methods inherited from interface org.flowable.app.api.repository.AppDefinition
getCategory, getDeploymentId, getDescription, getId, getKey, getName, getResourceName, getTenantId, getVersion
-
-