| Modifier and Type | Method and Description | 
|---|---|
BaseDirEntry.Kind | 
DomainABDirEntryHandler.kind()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.Set<MaintenanceOperation> | 
DomainBookRepairSupport.availableOperations(BaseDirEntry.Kind kind)  | 
java.util.Set<IDirEntryRepairSupport.InternalMaintenanceOperation> | 
DomainBookRepairSupport.ops(BaseDirEntry.Kind kind)  | 
| Modifier and Type | Method and Description | 
|---|---|
BaseDirEntry.Kind | 
UserAddressbookRepair.supportedKind()  | 
| Modifier and Type | Method and Description | 
|---|---|
BaseDirEntry.Kind | 
DomainCalendarDirEntryHandler.kind()  | 
| Modifier and Type | Method and Description | 
|---|---|
BaseDirEntry.Kind | 
UserCalendarRepair.supportedKind()  | 
| Modifier and Type | Method and Description | 
|---|---|
BaseDirEntry.Kind[] | 
ListCommand.getDirEntryKind()  | 
BaseDirEntry.Kind[] | 
ConsolidateIndexCommand.getDirEntryKind()  | 
BaseDirEntry.Kind[] | 
RepairCommand.getDirEntryKind()  | 
| Modifier and Type | Method and Description | 
|---|---|
BaseDirEntry.Kind[] | 
ListCalendarsCommand.getDirEntryKind()  | 
| Modifier and Type | Method and Description | 
|---|---|
BaseDirEntry.Kind[] | 
ListAddressBooksCommand.getDirEntryKind()  | 
| Modifier and Type | Method and Description | 
|---|---|
BaseDirEntry.Kind[] | 
ListCommand.getDirEntryKind()  | 
abstract BaseDirEntry.Kind[] | 
SingleOrDomainOperation.getDirEntryKind()  | 
BaseDirEntry.Kind[] | 
ExportCommand.getDirEntryKind()  | 
| Modifier and Type | Method and Description | 
|---|---|
BaseDirEntry.Kind[] | 
UserDeleteCommand.getDirEntryKind()  | 
BaseDirEntry.Kind[] | 
UserGetCommand.getDirEntryKind()  | 
BaseDirEntry.Kind[] | 
UserExportCommand.getDirEntryKind()  | 
BaseDirEntry.Kind[] | 
UserImportCommand.getDirEntryKind()  | 
BaseDirEntry.Kind[] | 
UserUpdateCommand.getDirEntryKind()  | 
| Modifier and Type | Method and Description | 
|---|---|
BaseDirEntry.Kind | 
ContainerRepairOp.supportedKind()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.Set<MaintenanceOperation> | 
ContainerRepair.availableOperations(BaseDirEntry.Kind kind)  | 
java.util.Set<IDirEntryRepairSupport.InternalMaintenanceOperation> | 
ContainerRepair.ops(BaseDirEntry.Kind kind)  | 
| Modifier and Type | Method and Description | 
|---|---|
BaseDirEntry.Kind | 
DirEntryPermission.getKind()  | 
| Modifier and Type | Method and Description | 
|---|---|
static Permission | 
DirEntryPermission.create(BaseDirEntry.Kind kind,
      java.lang.String verb)  | 
| Constructor and Description | 
|---|
DirEntryPermission(BaseDirEntry.Kind kind,
                  java.lang.String permission)  | 
| Modifier and Type | Field and Description | 
|---|---|
BaseDirEntry.Kind | 
BaseDirEntry.kind  | 
| Modifier and Type | Field and Description | 
|---|---|
java.util.List<BaseDirEntry.Kind> | 
DirEntryQuery.kindsFilter  | 
java.util.Set<BaseDirEntry.Kind> | 
OrgUnitQuery.managableKinds
used to limit search on orgunits manageable (current user have perms to
 manage KIND for a orgUnit) 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static BaseDirEntry.Kind | 
BaseDirEntry.Kind.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static BaseDirEntry.Kind[] | 
BaseDirEntry.Kind.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static DirEntry | 
DirEntry.create(java.lang.String orgUnitUid,
      java.lang.String path,
      BaseDirEntry.Kind kind,
      java.lang.String entryUid,
      java.lang.String displayName,
      java.lang.String email,
      boolean hidden,
      boolean system,
      boolean archived)  | 
static DirEntry | 
DirEntry.create(java.lang.String orgUnitUid,
      java.lang.String path,
      BaseDirEntry.Kind kind,
      java.lang.String entryUid,
      java.lang.String displayName,
      java.lang.String email,
      boolean hidden,
      boolean system,
      boolean archived,
      java.lang.String dataLocation)  | 
static DirEntry | 
DirEntry.create(java.lang.String orgUnitUid,
      java.lang.String path,
      BaseDirEntry.Kind kind,
      java.lang.String entryUid,
      java.lang.String displayName,
      java.lang.String email,
      boolean hidden,
      boolean system,
      boolean archived,
      java.lang.String dataLocation,
      BaseDirEntry.AccountType accountType)  | 
static DirEntryQuery | 
DirEntryQuery.filterKind(BaseDirEntry.Kind... kinds)  | 
java.util.concurrent.CompletableFuture<java.lang.String> | 
IDirEntryPathPromise.getPath(java.lang.String domain,
       java.lang.String uid,
       BaseDirEntry.Kind kind)  | 
default java.lang.String | 
IDirEntryPath.getPath(java.lang.String domainUid,
       java.lang.String entryUid,
       BaseDirEntry.Kind kind)  | 
void | 
IDirEntryPathAsync.getPath(java.lang.String domain,
       java.lang.String uid,
       BaseDirEntry.Kind kind,
       AsyncHandler<java.lang.String> handler)  | 
static java.lang.String | 
IDirEntryPath.path(java.lang.String domainUid,
    java.lang.String entryUid,
    BaseDirEntry.Kind kind)  | 
| Modifier and Type | Field and Description | 
|---|---|
java.util.Set<BaseDirEntry.Kind> | 
ManageableOrgUnit.kinds  | 
| Constructor and Description | 
|---|
DirItemStore(javax.sql.DataSource pool,
            Container container,
            SecurityContext contextHolder,
            BaseDirEntry.Kind kind)  | 
| Constructor and Description | 
|---|
ManageableOrgUnit(java.lang.String orgUnit,
                 java.util.Set<BaseDirEntry.Kind> kinds)  | 
| Modifier and Type | Method and Description | 
|---|---|
abstract BaseDirEntry.Kind | 
DirEntryHandler.kind()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.Set<MaintenanceOperation> | 
DirEntryRepairSupportsTests.FakeTestRepairSupport.availableOperations(BaseDirEntry.Kind kind)  | 
java.util.Set<MaintenanceOperation> | 
IDirEntryRepairSupport.availableOperations(BaseDirEntry.Kind kind)  | 
static DirEntryHandler | 
DirEntryHandlers.byKind(BaseDirEntry.Kind kind)
get  
DirEntryHandler for this kind | 
java.util.Set<IDirEntryRepairSupport.InternalMaintenanceOperation> | 
DirEntryRepairSupportsTests.FakeTestRepairSupport.ops(BaseDirEntry.Kind kind)  | 
java.util.Set<IDirEntryRepairSupport.InternalMaintenanceOperation> | 
IDirEntryRepairSupport.ops(BaseDirEntry.Kind kind)  | 
| Constructor and Description | 
|---|
DirValueStoreService(BmContext context,
                    javax.sql.DataSource pool,
                    SecurityContext securityContext,
                    ItemValue<Domain> domain,
                    Container container,
                    java.lang.String itemType,
                    BaseDirEntry.Kind kind,
                    IItemValueStore<T> itemValueStore,
                    DirValueStoreService.DirEntryAdapter<T> adapter,
                    DirValueStoreService.VCardAdapter<T> vcardAdapter,
                    DirValueStoreService.MailboxAdapter<T> mailboxAdapter)  | 
| Modifier and Type | Method and Description | 
|---|---|
BaseDirEntry.Kind | 
OrgUnitDirEntryHandler.kind()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.Set<MaintenanceOperation> | 
DirEntryRepairSupports.availableOperations(BaseDirEntry.Kind kind)  | 
java.util.List<IDirEntryRepairSupport.InternalMaintenanceOperation> | 
DirEntryRepairSupports.ops(java.util.Set<java.lang.String> filterIn,
   BaseDirEntry.Kind kind)  | 
| Modifier and Type | Method and Description | 
|---|---|
BaseDirEntry.Kind | 
DomainDirEntryHandler.kind()  | 
BaseDirEntry.Kind | 
DeferredActionDomainRepair.supportedKind()  | 
| Modifier and Type | Method and Description | 
|---|---|
BaseDirEntry.Kind | 
ExternalUserDirEntryHandler.kind()  | 
| Constructor and Description | 
|---|
ExternalUserContainerStoreService(BmContext context,
                                 javax.sql.DataSource pool,
                                 SecurityContext securityContext,
                                 ItemValue<Domain> domain,
                                 Container container,
                                 java.lang.String itemType,
                                 BaseDirEntry.Kind kind,
                                 IItemValueStore<ExternalUser> itemValueStore,
                                 DirValueStoreService.DirEntryAdapter<ExternalUser> adapter,
                                 DirValueStoreService.VCardAdapter<ExternalUser> vcardAdapter,
                                 DirValueStoreService.MailboxAdapter<ExternalUser> mailboxAdapter)  | 
| Modifier and Type | Method and Description | 
|---|---|
BaseDirEntry.Kind | 
GroupDirEntryHandler.kind()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.Set<MaintenanceOperation> | 
MailboxRepairSupport.availableOperations(BaseDirEntry.Kind kind)  | 
java.util.Set<IDirEntryRepairSupport.InternalMaintenanceOperation> | 
MailboxRepairSupport.ops(BaseDirEntry.Kind kind)  | 
| Modifier and Type | Method and Description | 
|---|---|
BaseDirEntry.Kind | 
MailshareDirHandler.kind()  | 
| Modifier and Type | Method and Description | 
|---|---|
BaseDirEntry.Kind | 
ResourceDirHandler.kind()  | 
| Modifier and Type | Field and Description | 
|---|---|
BaseDirEntry.Kind | 
RoleDescriptor.dirEntryKind  | 
| Modifier and Type | Method and Description | 
|---|---|
RoleDescriptor | 
RoleDescriptor.forDirEntry(BaseDirEntry.Kind kind)  | 
RoleDescriptor | 
RoleDescriptor.forDirEntry(BaseDirEntry.Kind kind,
           java.lang.String siblingRole,
           java.lang.String parentId)  | 
| Modifier and Type | Method and Description | 
|---|---|
BaseDirEntry.Kind | 
UserDirEntryHandler.kind()  | 
BaseDirEntry.Kind | 
DeferredActionUserRepair.supportedKind()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.Set<MaintenanceOperation> | 
UserRepairSupport.availableOperations(BaseDirEntry.Kind kind)  | 
java.util.Set<IDirEntryRepairSupport.InternalMaintenanceOperation> | 
UserRepairSupport.ops(BaseDirEntry.Kind kind)  | 
Copyright © 2021. All Rights Reserved.