| Package | Description | 
|---|---|
| org.camunda.bpm.engine | 
 Public API of the camunda BPM engine. 
Typical usage of the API starts by the creation of a ProcessEngineConfiguration
    (typically based on a configuration file), from which a ProcessEngine can be obtained.Through the services obtained from such a ProcessEngine, BPM and workflow operation
    can be executed:RepositoryService:
    Manages DeploymentsRuntimeService:
    For starting and searching ProcessInstancesTaskService:
    Exposes operations to manage human (standalone) Tasks,
    such as claiming, completing and assigning tasksIdentityService:
    Used for managing Users,
    Groups and the relations between themManagementService:
    Exposes engine admin and maintenance operations,
    which have no relation to the runtime execution of business processesHistoryService:
    Exposes information about ongoing and past process instances.FormService:
    Access to form data and rendered forms for starting new process instances and completing tasks. | 
| org.camunda.bpm.engine.impl | 
 API implementation classes, which shouldn't directly be used by end-users. 
 | 
| org.camunda.bpm.engine.impl.cfg.auth | |
| org.camunda.bpm.engine.impl.cmd | |
| org.camunda.bpm.engine.impl.identity | |
| org.camunda.bpm.engine.impl.identity.db | |
| org.camunda.bpm.engine.impl.persistence.entity | |
| org.camunda.bpm.engine.rest.dto.identity | |
| org.camunda.bpm.engine.rest.hal.tenant | |
| org.camunda.bpm.engine.rest.impl | |
| org.camunda.bpm.engine.rest.sub.identity.impl | |
| org.camunda.bpm.identity.impl.ldap | 
| Modifier and Type | Method and Description | 
|---|---|
Tenant | 
IdentityService.newTenant(String tenantId)
Creates a new tenant. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
IdentityService.saveTenant(Tenant tenant)
Saves the tenant. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Tenant | 
IdentityServiceImpl.newTenant(String tenantId)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
IdentityServiceImpl.saveTenant(Tenant tenant)  | 
| Modifier and Type | Method and Description | 
|---|---|
AuthorizationEntity[] | 
DefaultAuthorizationProvider.newTenant(Tenant tenant)  | 
AuthorizationEntity[] | 
ResourceAuthorizationProvider.newTenant(Tenant tenant)
 Invoked whenever a new tenant is created 
 | 
AuthorizationEntity[] | 
DefaultAuthorizationProvider.tenantMembershipCreated(Tenant tenant,
                       Group group)  | 
AuthorizationEntity[] | 
ResourceAuthorizationProvider.tenantMembershipCreated(Tenant tenant,
                       Group group)
Invoked whenever a group is added to a tenant. 
 | 
AuthorizationEntity[] | 
DefaultAuthorizationProvider.tenantMembershipCreated(Tenant tenant,
                       User user)  | 
AuthorizationEntity[] | 
ResourceAuthorizationProvider.tenantMembershipCreated(Tenant tenant,
                       User user)
Invoked whenever an user is added to a tenant. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected Tenant | 
SaveTenantCmd.tenant  | 
| Modifier and Type | Method and Description | 
|---|---|
protected Tenant | 
CreateTenantCmd.executeCmd(CommandContext commandContext)  | 
| Constructor and Description | 
|---|
SaveTenantCmd(Tenant tenant)  | 
| Modifier and Type | Method and Description | 
|---|---|
Tenant | 
WritableIdentityProvider.createNewTenant(String tenantId)
 Returns a new (transient)  
Tenant object. | 
Tenant | 
ReadOnlyIdentityProvider.findTenantById(String tenantId)  | 
| Modifier and Type | Method and Description | 
|---|---|
IdentityOperationResult | 
WritableIdentityProvider.saveTenant(Tenant tenant)
Allows saving a  
Tenant object which is not yet persistent. | 
| Modifier and Type | Method and Description | 
|---|---|
Tenant | 
DbIdentityServiceProvider.createNewTenant(String tenantId)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<Tenant> | 
DbTenantQueryImpl.executeList(CommandContext commandContext,
           Page page)  | 
List<Tenant> | 
DbReadOnlyIdentityServiceProvider.findTenantByQueryCriteria(DbTenantQueryImpl query)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
DbIdentityServiceProvider.createDefaultAuthorizations(Tenant tenant)  | 
protected void | 
DbIdentityServiceProvider.createDefaultTenantMembershipAuthorizations(Tenant tenant,
                                           Group group)  | 
protected void | 
DbIdentityServiceProvider.createDefaultTenantMembershipAuthorizations(Tenant tenant,
                                           User user)  | 
IdentityOperationResult | 
DbIdentityServiceProvider.saveTenant(Tenant tenant)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
TenantEntity  | 
| Modifier and Type | Method and Description | 
|---|---|
static TenantDto | 
TenantDto.fromTenant(Tenant tenant)  | 
void | 
TenantDto.update(Tenant tenant)  | 
| Modifier and Type | Method and Description | 
|---|---|
static List<TenantDto> | 
TenantDto.fromTenantList(List<Tenant> tenants)  | 
| Modifier and Type | Method and Description | 
|---|---|
static HalTenant | 
HalTenant.fromTenant(Tenant tenant)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected List<Tenant> | 
TenantRestServiceImpl.executePaginatedQuery(TenantQuery query,
                     Integer firstResult,
                     Integer maxResults)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected Tenant | 
TenantResourceImpl.findTenantObject()  | 
| Modifier and Type | Method and Description | 
|---|---|
Tenant | 
LdapIdentityProviderSession.findTenantById(String id)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<Tenant> | 
LdapTenantQuery.executeList(CommandContext commandContext,
           Page page)  | 
Copyright © 2019. All rights reserved.