| Modifier and Type | Method and Description |
|---|---|
TenantServiceAccessor |
ThemeAPIImpl.getTenantAccessor() |
protected TenantServiceAccessor |
ProfileAPIImpl.getTenantAccessor() |
protected TenantServiceAccessor |
ProcessStarter.getTenantAccessor() |
protected static TenantServiceAccessor |
ProcessManagementAPIImplDelegate.getTenantAccessor() |
protected TenantServiceAccessor |
ProcessAPIImpl.getTenantAccessor() |
protected TenantServiceAccessor |
IdentityAPIImpl.getTenantAccessor() |
protected static TenantServiceAccessor |
CommandAPIImpl.getTenantAccessor() |
protected TenantServiceAccessor |
PlatformAPIImpl.getTenantServiceAccessor(long tenantId) |
protected TenantServiceAccessor |
LoginAPIImpl.getTenantServiceAccessor(long tenantId) |
| Modifier and Type | Method and Description |
|---|---|
protected TransactionalProcessInstanceInterruptor |
ProcessAPIImpl.buildProcessInstanceInterruptor(TenantServiceAccessor tenantAccessor) |
protected void |
ProfileAPIImpl.checkIfProfileMemberExists(TenantServiceAccessor tenantAccessor,
ProfileService profileService,
Long profileId,
Long userId,
Long groupId,
Long roleId,
MemberType memberType) |
protected void |
PlatformAPIImpl.createDefaultCommands(TenantServiceAccessor tenantServiceAccessor) |
protected void |
PlatformAPIImplDelegate.createDefaultMobileTheme(TenantServiceAccessor tenantServiceAccessor) |
protected void |
PlatformAPIImplDelegate.createDefaultPortalTheme(TenantServiceAccessor tenantServiceAccessor) |
protected void |
PlatformAPIImpl.createDefaultProfiles(TenantServiceAccessor tenantServiceAccessor) |
void |
PlatformAPIImplDelegate.createDefaultThemes(TenantServiceAccessor tenantServiceAccessor) |
protected Map<String,Serializable> |
ProcessAPIImpl.executeOperations(org.bonitasoft.engine.core.connector.ConnectorResult connectorResult,
List<Operation> operations,
Map<String,Serializable> operationInputValues,
org.bonitasoft.engine.core.expression.control.model.SExpressionContext expressionContext,
ClassLoader classLoader,
TenantServiceAccessor tenantAccessor) |
protected ClassLoader |
ProcessAPIImpl.getProcessInstanceClassloader(TenantServiceAccessor tenantAccessor,
long processInstanceId) |
protected void |
PlatformAPIImpl.importProfiles(ProfileService profileService,
IdentityService identityService,
List<ExportedProfile> profilesFromXML,
TenantServiceAccessor tenantServiceAccessor) |
protected void |
ProcessStarter.log(TenantServiceAccessor tenantAccessor,
Exception e) |
protected SearchResult<ProcessInstance> |
ProcessAPIImpl.searchProcessInstances(TenantServiceAccessor tenantAccessor,
SearchOptions searchOptions) |
| Constructor and Description |
|---|
OrganizationAPIImpl(TenantServiceAccessor tenantAccessor,
int pageSize) |
| Modifier and Type | Method and Description |
|---|---|
List<Problem> |
UserFilterProcessDependencyResolver.checkResolution(TenantServiceAccessor tenantAccessor,
SProcessDefinition processDefinition) |
List<Problem> |
ProcessDependencyResolver.checkResolution(TenantServiceAccessor tenantAccessor,
SProcessDefinition processDefinition) |
List<Problem> |
ConnectorProcessDependencyResolver.checkResolution(TenantServiceAccessor tenantAccessor,
SProcessDefinition processDefinition) |
List<Problem> |
ActorProcessDependencyResolver.checkResolution(TenantServiceAccessor tenantAccessor,
SProcessDefinition processDefinition) |
boolean |
UserFilterProcessDependencyResolver.resolve(TenantServiceAccessor tenantAccessor,
BusinessArchive businessArchive,
SProcessDefinition sDefinition) |
boolean |
ProcessDependencyResolver.resolve(TenantServiceAccessor tenantAccessor,
BusinessArchive businessArchive,
SProcessDefinition sDefinition)
resolve a dedicated part of the process
e.g.
|
boolean |
ConnectorProcessDependencyResolver.resolve(TenantServiceAccessor tenantAccessor,
BusinessArchive businessArchive,
SProcessDefinition sDefinition) |
boolean |
ActorProcessDependencyResolver.resolve(TenantServiceAccessor tenantAccessor,
BusinessArchive businessArchive,
SProcessDefinition sDefinition) |
boolean |
DependencyResolver.resolveDependencies(BusinessArchive businessArchive,
TenantServiceAccessor tenantAccessor,
SProcessDefinition sDefinition) |
void |
DependencyResolver.resolveDependencies(long processDefinitionId,
TenantServiceAccessor tenantAccessor) |
void |
DependencyResolver.resolveDependencies(long processDefinitionId,
TenantServiceAccessor tenantAccessor,
ProcessDependencyResolver... resolvers) |
void |
DependencyResolver.resolveDependenciesForAllProcesses(TenantServiceAccessor tenantAccessor) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SetServiceState.refreshClassloaderOfProcessDefinitions(TenantServiceAccessor tenantServiceAccessor) |
| Constructor and Description |
|---|
RefreshTenantClassLoaders(TenantServiceAccessor tenantServiceAccessor,
Long tenantId) |
| Constructor and Description |
|---|
DeleteArchivedProcessInstances(TenantServiceAccessor tenantAccessor,
long processDefinitionId) |
DeleteProcess(TenantServiceAccessor tenantAccessor,
long processDefinitionId) |
| Modifier and Type | Method and Description |
|---|---|
Serializable |
AdvancedStartProcessCommand.execute(Map<String,Serializable> parameters,
TenantServiceAccessor serviceAccessor) |
| Modifier and Type | Method and Description |
|---|---|
Serializable |
SearchWaitingEventsCommand.execute(Map<String,Serializable> parameters,
TenantServiceAccessor serviceAccessor) |
| Modifier and Type | Method and Description |
|---|---|
TenantServiceAccessor |
AbstractSetInFailedThread.getTenantServiceAccessor() |
| Modifier and Type | Method and Description |
|---|---|
protected TenantServiceAccessor |
TenantAwareBonitaWork.getTenantAccessor(Map<String,Object> context) |
| Modifier and Type | Method and Description |
|---|---|
void |
TenantRestartHandler.afterServicesStart(PlatformServiceAccessor platformServiceAccessor,
TenantServiceAccessor tenantServiceAccessor)
called outside of a transaction after
PlatformAPI.startNode() in a separate thread than the api call |
void |
RestartProcessHandler.afterServicesStart(PlatformServiceAccessor platformServiceAccessor,
TenantServiceAccessor tenantServiceAccessor) |
void |
RestartFlowNodesHandler.afterServicesStart(PlatformServiceAccessor platformServiceAccessor,
TenantServiceAccessor tenantServiceAccessor) |
void |
BPMEventWorksHandler.afterServicesStart(PlatformServiceAccessor platformServiceAccessor,
TenantServiceAccessor tenantServiceAccessor) |
void |
TenantRestartHandler.beforeServicesStart(PlatformServiceAccessor platformServiceAccessor,
TenantServiceAccessor tenantServiceAccessor)
called in a transaction during
PlatformAPI.startNode() |
void |
RestartProcessHandler.beforeServicesStart(PlatformServiceAccessor platformServiceAccessor,
TenantServiceAccessor tenantServiceAccessor) |
void |
RestartFlowNodesHandler.beforeServicesStart(PlatformServiceAccessor platformServiceAccessor,
TenantServiceAccessor tenantServiceAccessor) |
void |
BPMEventWorksHandler.beforeServicesStart(PlatformServiceAccessor platformServiceAccessor,
TenantServiceAccessor tenantServiceAccessor) |
| Constructor and Description |
|---|
ExecuteFlowNodes(TenantServiceAccessor tenantServiceAccessor,
Iterator<Long> iterator) |
| Modifier and Type | Method and Description |
|---|---|
Serializable |
SearchCommentsSupervisedBy.execute(Map<String,Serializable> parameters,
TenantServiceAccessor serviceAccessor) |
| Modifier and Type | Field and Description |
|---|---|
protected TenantServiceAccessor |
ExternalIdentityMappingCommand.serviceAccessor |
| Modifier and Type | Method and Description |
|---|---|
TenantServiceAccessor |
ExternalIdentityMappingCommand.getServiceAccessor() |
| Modifier and Type | Method and Description |
|---|---|
Serializable |
SearchEntityMembersForUserCommand.execute(Map<String,Serializable> parameters,
TenantServiceAccessor serviceAccessor) |
Serializable |
SearchEntityMembersCommand.execute(Map<String,Serializable> parameters,
TenantServiceAccessor serviceAccessor) |
Serializable |
RemoveEntityMemberCommand.execute(Map<String,Serializable> parameters,
TenantServiceAccessor serviceAccessor) |
Serializable |
DeleteEntityMembersCommand.execute(Map<String,Serializable> parameters,
TenantServiceAccessor serviceAccessor) |
Serializable |
AddEntityMemberCommand.execute(Map<String,Serializable> parameters,
TenantServiceAccessor serviceAccessor) |
| Modifier and Type | Method and Description |
|---|---|
Serializable |
IsInvolvedInHumanTask.execute(Map<String,Serializable> parameters,
TenantServiceAccessor serviceAccessor) |
Serializable |
IsAllowedToStartProcesses.execute(Map<String,Serializable> parameters,
TenantServiceAccessor serviceAccessor) |
Serializable |
IsAllowedToStartProcess.execute(Map<String,Serializable> parameters,
TenantServiceAccessor serviceAccessor) |
Serializable |
IsAllowedToSeeOverviewForm.execute(Map<String,Serializable> parameters,
TenantServiceAccessor tenantAccessor) |
Serializable |
CanStartProcessDefinition.execute(Map<String,Serializable> parameters,
TenantServiceAccessor serviceAccessor) |
| Modifier and Type | Method and Description |
|---|---|
abstract TenantServiceAccessor |
UpdateVariableValuesThroughOperations.getServiceAccessor() |
TenantServiceAccessor |
GetUpdatedVariableValuesForProcessInstance.getServiceAccessor() |
TenantServiceAccessor |
GetUpdatedVariableValuesForProcessDefinition.getServiceAccessor() |
TenantServiceAccessor |
GetUpdatedVariableValuesForActivityInstance.getServiceAccessor() |
| Modifier and Type | Method and Description |
|---|---|
Serializable |
GetUpdatedVariableValuesForProcessInstance.execute(Map<String,Serializable> parameters,
TenantServiceAccessor serviceAccessor) |
Serializable |
GetUpdatedVariableValuesForProcessDefinition.execute(Map<String,Serializable> parameters,
TenantServiceAccessor serviceAccessor) |
Serializable |
GetUpdatedVariableValuesForActivityInstance.execute(Map<String,Serializable> parameters,
TenantServiceAccessor serviceAccessor) |
| Modifier and Type | Method and Description |
|---|---|
protected static TenantServiceAccessor |
ExecuteActionsBaseEntry.getTenantAccessor() |
| Modifier and Type | Method and Description |
|---|---|
Serializable |
ExecuteActionsAndTerminateTask.execute(Map<String,Serializable> parameters,
TenantServiceAccessor tenantAccessor) |
protected ClassLoader |
ExecuteActionsBaseEntry.getLocalClassLoader(TenantServiceAccessor tenantAccessor,
long processDefinitionId) |
protected SProcessDefinition |
ExecuteActionsBaseEntry.getProcessDefinition(TenantServiceAccessor tenantAccessor,
long processDefinitionId) |
protected ProcessInstance |
ExecuteActionsBaseEntry.getProcessInstance(TenantServiceAccessor tenantAccessor,
long processInstanceId) |
protected org.bonitasoft.engine.core.process.instance.model.SActivityInstance |
ExecuteActionsBaseEntry.getSActivityInstance(TenantServiceAccessor tenantAccessor,
long activityInstanceId) |
protected void |
ExecuteActionsBaseEntry.log(TenantServiceAccessor tenantAccessor,
Exception e) |
| Modifier and Type | Method and Description |
|---|---|
Serializable |
ImportProfilesCommand.execute(Map<String,Serializable> parameters,
TenantServiceAccessor serviceAccessor) |
| Constructor and Description |
|---|
CustomUserInfoDefinitionImporter(TenantServiceAccessor serviceAccessor,
ImportOrganizationStrategy strategy) |
ImportOrganization(TenantServiceAccessor serviceAccessor,
String organizationContent,
ImportPolicy policy,
SCustomUserInfoValueAPI userInfoValueAPI) |
UserImporter(TenantServiceAccessor serviceAccessor,
ImportOrganizationStrategy strategy,
long userIdFromSession,
CustomUserInfoValueImporter infoValueImporter) |
| Modifier and Type | Method and Description |
|---|---|
protected TenantServiceAccessor |
InternalJob.getTenantServiceAccessor() |
| Modifier and Type | Method and Description |
|---|---|
Serializable |
ExecuteEventHandlingNow.execute(Map<String,Serializable> parameters,
TenantServiceAccessor serviceAccessor) |
| Modifier and Type | Method and Description |
|---|---|
static TenantServiceAccessor |
TenantServiceSingleton.getInstance(long tenantId) |
TenantServiceAccessor |
PlatformServiceAccessor.getTenantServiceAccessor(long tenantId) |
| Modifier and Type | Class and Description |
|---|---|
class |
SpringTenantServiceAccessor |
| Modifier and Type | Method and Description |
|---|---|
TenantServiceAccessor |
ServiceAccessorFactory.createTenantServiceAccessor(long tenantId) |
TenantServiceAccessor |
SpringPlatformServiceAccessor.getTenantServiceAccessor(long tenantId) |
| Modifier and Type | Method and Description |
|---|---|
Serializable |
WaitServerCommand.execute(Map<String,Serializable> parameters,
TenantServiceAccessor serviceAccessor) |
Serializable |
AddHandlerCommand.execute(Map<String,Serializable> parameters,
TenantServiceAccessor serviceAccessor) |
| Modifier and Type | Method and Description |
|---|---|
Serializable |
AddPerfHandlerCommand.execute(Map<String,Serializable> parameters,
TenantServiceAccessor serviceAccessor) |
Copyright © 2014 Bonitasoft S.A.. All rights reserved.