| Modifier and Type | Class and Description |
|---|---|
class |
AppResourceEntityImpl |
| Modifier and Type | Method and Description |
|---|---|
AppResourceEntity |
AppResourceEntityManagerImpl.findResourceByDeploymentIdAndResourceName(String deploymentId,
String resourceName) |
AppResourceEntity |
AppResourceEntityManager.findResourceByDeploymentIdAndResourceName(String deploymentId,
String resourceName) |
| Modifier and Type | Method and Description |
|---|---|
List<AppResourceEntity> |
AppResourceEntityManagerImpl.findResourcesByDeploymentId(String deploymentId) |
List<AppResourceEntity> |
AppResourceEntityManager.findResourcesByDeploymentId(String deploymentId) |
protected DataManager<AppResourceEntity> |
AppResourceEntityManagerImpl.getDataManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
AppDeploymentEntityImpl.addResource(AppResourceEntity resource) |
void |
AppDeploymentEntity.addResource(AppResourceEntity resource) |
| Modifier and Type | Method and Description |
|---|---|
AppResourceEntity |
AppResourceDataManager.findResourceByDeploymentIdAndResourceName(String deploymentId,
String resourceName) |
| Modifier and Type | Method and Description |
|---|---|
List<AppResourceEntity> |
AppResourceDataManager.findResourcesByDeploymentId(String deploymentId) |
| Modifier and Type | Method and Description |
|---|---|
AppResourceEntity |
MybatisResourceDataManager.create() |
AppResourceEntity |
MybatisResourceDataManager.findResourceByDeploymentIdAndResourceName(String deploymentId,
String resourceName) |
| Modifier and Type | Method and Description |
|---|---|
List<AppResourceEntity> |
MybatisResourceDataManager.findResourcesByDeploymentId(String deploymentId) |
Class<? extends AppResourceEntity> |
MybatisResourceDataManager.getManagedEntityClass() |
Copyright © 2018 Flowable. All rights reserved.