Modifier and Type | Class and Description |
---|---|
class |
ActionResourceEntityImpl |
Modifier and Type | Method and Description |
---|---|
ActionResourceEntity |
ActionResourceEntityManagerImpl.findResourceByDeploymentIdAndResourceName(String deploymentId,
String resourceName) |
ActionResourceEntity |
ActionResourceEntityManager.findResourceByDeploymentIdAndResourceName(String deploymentId,
String resourceName) |
ActionResourceEntity |
ResourceRef.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<ActionResourceEntity> |
ActionResourceEntityManagerImpl.findResourcesByDeploymentId(String deploymentId) |
List<ActionResourceEntity> |
ActionResourceEntityManager.findResourcesByDeploymentId(String deploymentId) |
Modifier and Type | Method and Description |
---|---|
void |
ActionDeploymentEntityImpl.addResource(ActionResourceEntity resource) |
void |
ActionDeploymentEntity.addResource(ActionResourceEntity resource) |
Modifier and Type | Method and Description |
---|---|
ActionResourceEntity |
ActionResourceDataManager.findResourceByDeploymentIdAndResourceName(String deploymentId,
String resourceName) |
Modifier and Type | Method and Description |
---|---|
List<ActionResourceEntity> |
ActionResourceDataManager.findResourcesByDeploymentId(String deploymentId) |
Modifier and Type | Method and Description |
---|---|
ActionResourceEntity |
MybatisActionResourceDataManager.create() |
ActionResourceEntity |
MybatisActionResourceDataManager.findResourceByDeploymentIdAndResourceName(String deploymentId,
String resourceName) |
Modifier and Type | Method and Description |
---|---|
List<ActionResourceEntity> |
MybatisActionResourceDataManager.findResourcesByDeploymentId(String deploymentId) |
Class<? extends ActionResourceEntity> |
MybatisActionResourceDataManager.getManagedEntityClass() |