Interface CoreAppDefinition
- All Superinterfaces:
org.flowable.app.api.repository.AppDefinition
- All Known Subinterfaces:
AppDefinitionEntity
- All Known Implementing Classes:
AppDefinitionEntityImpl
public interface CoreAppDefinition
extends org.flowable.app.api.repository.AppDefinition
-
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()
-