Package com.flowable.platform.api.tenant
Interface TenantVariable
- All Known Subinterfaces:
TenantVariableEntity
- All Known Implementing Classes:
TenantVariableEntityImpl
public interface TenantVariable
- Author:
- Christopher Welsch
-
Method Details
-
getId
String getId()unique identifier -
getLastModified
Date getLastModified() -
getLastModifiedBy
String getLastModifiedBy() -
getName
String getName()variable name -
getTenantId
String getTenantId()the tenant identifier of this tenant variable -
getValue
Object getValue() -
isVariableProtected
boolean isVariableProtected() -
getCreated
Date getCreated() -
getCreatedBy
String getCreatedBy()
-