Package com.flowable.core.app.api
Interface AppVariable
- All Known Subinterfaces:
AppVariableEntity
- All Known Implementing Classes:
AppVariableEntityImpl
public interface AppVariable
-
Method Summary
Modifier and TypeMethodDescriptionreference to the app definition keygetId()unique identifiergetName()variable namethe tenant identifier of this app variablegetValue()voidsetTypeName(String typeName) void
-
Method Details