| Modifier and Type | Field and Description |
|---|---|
protected Map<FormDefinitionEntity,FormResourceEntity> |
ParsedDeployment.mapFormDefinitionsToResources |
| Modifier and Type | Method and Description |
|---|---|
FormResourceEntity |
ParsedDeployment.getResourceForFormDefinition(FormDefinitionEntity formDefinition) |
| Modifier and Type | Method and Description |
|---|---|
protected FormDefinitionParse |
ParsedDeploymentBuilder.createFormParseFromResource(FormResourceEntity resource) |
| Constructor and Description |
|---|
ParsedDeployment(FormDeploymentEntity entity,
List<FormDefinitionEntity> formDefinitions,
Map<FormDefinitionEntity,FormDefinitionParse> mapFormDefinitionsToParses,
Map<FormDefinitionEntity,FormResourceEntity> mapFormDefinitionsToResources) |
| Modifier and Type | Class and Description |
|---|---|
class |
FormResourceEntityImpl |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,FormResourceEntity> |
FormDeploymentEntityImpl.resources |
| Modifier and Type | Method and Description |
|---|---|
FormResourceEntity |
FormResourceEntityManagerImpl.findResourceByDeploymentIdAndResourceName(String deploymentId,
String resourceName) |
FormResourceEntity |
FormResourceEntityManager.findResourceByDeploymentIdAndResourceName(String deploymentId,
String resourceName) |
FormResourceEntity |
ResourceRef.getEntity() |
| Modifier and Type | Method and Description |
|---|---|
List<FormResourceEntity> |
FormResourceEntityManagerImpl.findResourcesByDeploymentId(String deploymentId) |
List<FormResourceEntity> |
FormResourceEntityManager.findResourcesByDeploymentId(String deploymentId) |
protected DataManager<FormResourceEntity> |
FormResourceEntityManagerImpl.getDataManager() |
Map<String,FormResourceEntity> |
FormDeploymentEntityImpl.getResources() |
Map<String,FormResourceEntity> |
FormDeploymentEntity.getResources() |
| Modifier and Type | Method and Description |
|---|---|
void |
FormDeploymentEntityImpl.addResource(FormResourceEntity resource) |
void |
FormDeploymentEntity.addResource(FormResourceEntity resource) |
| Modifier and Type | Method and Description |
|---|---|
void |
FormDeploymentEntityImpl.setResources(Map<String,FormResourceEntity> resources) |
void |
FormDeploymentEntity.setResources(Map<String,FormResourceEntity> resources) |
| Modifier and Type | Method and Description |
|---|---|
FormResourceEntity |
FormResourceDataManager.findResourceByDeploymentIdAndResourceName(String deploymentId,
String resourceName) |
| Modifier and Type | Method and Description |
|---|---|
List<FormResourceEntity> |
FormResourceDataManager.findResourcesByDeploymentId(String deploymentId) |
| Modifier and Type | Method and Description |
|---|---|
FormResourceEntity |
MybatisFormResourceDataManager.create() |
FormResourceEntity |
MybatisFormResourceDataManager.findResourceByDeploymentIdAndResourceName(String deploymentId,
String resourceName) |
| Modifier and Type | Method and Description |
|---|---|
List<FormResourceEntity> |
MybatisFormResourceDataManager.findResourcesByDeploymentId(String deploymentId) |
Class<? extends FormResourceEntity> |
MybatisFormResourceDataManager.getManagedEntityClass() |
Copyright © 2018 Flowable. All rights reserved.