public interface Tenant extends Resource
OCS manager
can give
you a list of all available tenants. Further, if you have access to an OCS tenant resource, the resource can be
adapted to a tenant.RESOURCE_TYPE_NON_EXISTING
Modifier and Type | Method and Description |
---|---|
List<Deployment> |
getDeployments()
Get a listing of the deployments of this tenant.
|
List<Deployment> |
getDeploymentTemplates()
Get a listing of the deployment templates of this tenant.
|
String |
getDescription()
Gives access to the tenant description.
|
List<Provider> |
getProviderTemplates()
Get a listing of the provider templates of this tenant.
|
String |
getTitle()
Gives access to the tenant title.
|
getChild, getChildren, getName, getParent, getPath, getResourceMetadata, getResourceResolver, getResourceSuperType, getResourceType, getValueMap, hasChildren, isResourceType, listChildren
String getTitle()
String getDescription()
List<Deployment> getDeployments()
deployments
or empty list, if the tenant does not
have any deployments.List<Deployment> getDeploymentTemplates()
deployment templates
or empty list, if the tenant
does not have any deployment templates.List<Provider> getProviderTemplates()
provider templates
or empty list, if the
tenant does not have any provider templates."Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"