public interface STenant extends PersistentObject
| Modifier and Type | Field and Description |
|---|---|
static String |
ACTIVATED |
static String |
DEACTIVATED |
static String |
PAUSED |
| Modifier and Type | Method and Description |
|---|---|
long |
getCreated() |
String |
getCreatedBy() |
String |
getDescription() |
String |
getIconName() |
String |
getIconPath() |
String |
getName() |
String |
getStatus() |
boolean |
isActivated()
Return true if the tenant is activated else return false.
|
boolean |
isDefaultTenant() |
boolean |
isPaused() |
getDiscriminator, getId, setId, setTenantIdstatic final String PAUSED
static final String DEACTIVATED
static final String ACTIVATED
boolean isActivated()
sTenant - String getName()
String getDescription()
String getIconName()
String getIconPath()
long getCreated()
String getCreatedBy()
String getStatus()
boolean isDefaultTenant()
boolean isPaused()
Copyright © 2018 Bonitasoft S.A.. All rights reserved.