public interface ApplicationTenancy
| Modifier and Type | Interface and Description |
|---|---|
static class |
ApplicationTenancy.ActionDomainEvent |
static class |
ApplicationTenancy.AddChildDomainEvent |
static class |
ApplicationTenancy.AddUserDomainEvent |
static class |
ApplicationTenancy.CollectionDomainEvent<T> |
static class |
ApplicationTenancy.DeleteDomainEvent |
static class |
ApplicationTenancy.PropertyDomainEvent<T> |
static class |
ApplicationTenancy.RemoveChildDomainEvent |
static class |
ApplicationTenancy.RemoveUserDomainEvent |
static class |
ApplicationTenancy.UpdateNameDomainEvent |
static class |
ApplicationTenancy.UpdateParentDomainEvent |
| Modifier and Type | Field and Description |
|---|---|
static int |
MAX_LENGTH_NAME |
static int |
MAX_LENGTH_PATH |
static int |
TYPICAL_LENGTH_NAME |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
ApplicationTenancy |
getParent() |
String |
getPath() |
void |
setName(String name) |
default String |
title() |
static final int MAX_LENGTH_PATH
static final int MAX_LENGTH_NAME
static final int TYPICAL_LENGTH_NAME
Copyright © 2010–2020 The Apache Software Foundation. All rights reserved.