Package org.flowable.app.api.repository
Interface AppDefinition
public interface AppDefinition
-
Method Summary
Modifier and TypeMethodDescriptioncategory name which is derived from the targetNamespace attribute in the definitions elementThe deployment in which this app definition is contained.description of this app definitiongetId()
unique identifiergetKey()
unique name for all versions of this app definitiongetName()
label used for display purposesname ofthe resource
of this app definition.The tenant identifier of this app definitionint
version of this app definition
-
Method Details
-
getId
String getId()unique identifier -
getCategory
String getCategory()category name which is derived from the targetNamespace attribute in the definitions element -
getName
String getName()label used for display purposes -
getKey
String getKey()unique name for all versions of this app definition -
getDescription
String getDescription()description of this app definition -
getVersion
int getVersion()version of this app definition -
getResourceName
String getResourceName()name ofthe resource
of this app definition. -
getDeploymentId
String getDeploymentId()The deployment in which this app definition is contained. -
getTenantId
String getTenantId()The tenant identifier of this app definition
-