public class DefaultTenant extends AbstractInstanceResource implements Tenant
deletedPropertyNames, dirty, dirtyProperties, HREF_PROP_NAME, properties, readLock, referenceFactory, writeLock| Constructor and Description |
|---|
DefaultTenant(InternalDataStore dataStore) |
DefaultTenant(InternalDataStore dataStore,
Map<String,Object> properties) |
| Modifier and Type | Method and Description |
|---|---|
Application |
createApplication(Application application) |
Application |
createApplication(CreateApplicationRequest ar) |
Directory |
createDirectory(Directory directory) |
ApplicationList |
getApplications() |
ApplicationList |
getApplications(ApplicationCriteria criteria) |
ApplicationList |
getApplications(Map<String,Object> queryParams) |
DirectoryList |
getDirectories() |
DirectoryList |
getDirectories(DirectoryCriteria criteria) |
DirectoryList |
getDirectories(Map<String,Object> queryParams) |
String |
getKey() |
String |
getName() |
Map<String,Property> |
getPropertyDescriptors() |
Account |
verifyAccountEmail(String token) |
savecreatePropertyDescriptorMap, equals, getBoolean, getBooleanProperty, getDataStore, getDateProperty, getDeletedPropertyNames, getHref, getInt, getIntProperty, getProperty, getPropertyNames, getResourceProperty, getString, getStringProperty, getUpdatedPropertyNames, hashCode, isDirty, isMaterialized, isNew, isPrintableProperty, materialize, setProperties, setProperty, setProperty, setProperty, setResourceProperty, toStringpublic DefaultTenant(InternalDataStore dataStore)
public DefaultTenant(InternalDataStore dataStore, Map<String,Object> properties)
public Map<String,Property> getPropertyDescriptors()
getPropertyDescriptors in class AbstractResourcepublic Application createApplication(Application application)
createApplication in interface Tenantpublic Application createApplication(CreateApplicationRequest ar)
createApplication in interface Tenantpublic ApplicationList getApplications()
getApplications in interface Tenantpublic ApplicationList getApplications(Map<String,Object> queryParams)
getApplications in interface Tenantpublic ApplicationList getApplications(ApplicationCriteria criteria)
getApplications in interface Tenantpublic Directory createDirectory(Directory directory)
createDirectory in interface Tenantpublic DirectoryList getDirectories()
getDirectories in interface Tenantpublic DirectoryList getDirectories(Map<String,Object> queryParams)
getDirectories in interface Tenantpublic DirectoryList getDirectories(DirectoryCriteria criteria)
getDirectories in interface Tenantpublic Account verifyAccountEmail(String token)
verifyAccountEmail in interface TenantCopyright © 2012–2014. All rights reserved.