@Service @Transactional public class FlowableAppDefinitionService extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static AppDefinitionRepresentation |
adminAppDefinitionRepresentation |
protected AppRepositoryService |
appRepositoryService |
protected CmmnRepositoryService |
cmmnRepositoryService |
protected DmnRepositoryService |
dmnRepositoryService |
protected FormRepositoryService |
formRepositoryService |
protected static AppDefinitionRepresentation |
idmAppDefinitionRepresentation |
protected static AppDefinitionRepresentation |
modelerAppDefinitionRepresentation |
protected com.fasterxml.jackson.databind.ObjectMapper |
objectMapper |
protected RepositoryService |
repositoryService |
protected static AppDefinitionRepresentation |
taskAppDefinitionRepresentation |
| Constructor and Description |
|---|
FlowableAppDefinitionService() |
| Modifier and Type | Method and Description |
|---|---|
protected List<String> |
convertToList(String commaSeperatedString) |
protected AppDefinitionRepresentation |
createDefaultAppDefinition(String id) |
protected AppDefinitionRepresentation |
createRepresentation(AppDefinition appDefinition,
BaseAppModel baseAppModel) |
AppDefinitionRepresentation |
getAppDefinition(String appDefinitionKey) |
ResultListDataRepresentation |
getAppDefinitions() |
protected List<AppDefinitionRepresentation> |
getTaskAppList(SecurityScope currentUser) |
protected boolean |
hasAppAccess(AppDefinitionRepresentation appDefinition,
String userId,
Collection<String> groups) |
String |
migrateAppDefinitions() |
@Autowired protected AppRepositoryService appRepositoryService
@Autowired protected RepositoryService repositoryService
@Autowired protected CmmnRepositoryService cmmnRepositoryService
@Autowired protected DmnRepositoryService dmnRepositoryService
@Autowired protected FormRepositoryService formRepositoryService
@Autowired protected com.fasterxml.jackson.databind.ObjectMapper objectMapper
protected static final AppDefinitionRepresentation taskAppDefinitionRepresentation
protected static final AppDefinitionRepresentation adminAppDefinitionRepresentation
protected static final AppDefinitionRepresentation idmAppDefinitionRepresentation
protected static final AppDefinitionRepresentation modelerAppDefinitionRepresentation
public ResultListDataRepresentation getAppDefinitions()
protected List<AppDefinitionRepresentation> getTaskAppList(SecurityScope currentUser)
public AppDefinitionRepresentation getAppDefinition(String appDefinitionKey)
public String migrateAppDefinitions()
protected boolean hasAppAccess(AppDefinitionRepresentation appDefinition, String userId, Collection<String> groups)
protected AppDefinitionRepresentation createDefaultAppDefinition(String id)
protected AppDefinitionRepresentation createRepresentation(AppDefinition appDefinition, BaseAppModel baseAppModel)
Copyright © 2023 Flowable. All rights reserved.