| Modifier and Type | Class and Description |
|---|---|
class |
PolicyResourceEntityImpl |
| Modifier and Type | Method and Description |
|---|---|
PolicyResourceEntity |
PolicyResourceEntityManagerImpl.findResourceByDeploymentIdAndResourceName(String deploymentId,
String resourceName) |
PolicyResourceEntity |
PolicyResourceEntityManager.findResourceByDeploymentIdAndResourceName(String deploymentId,
String resourceName) |
PolicyResourceEntity |
ResourceRef.getEntity() |
| Modifier and Type | Method and Description |
|---|---|
List<PolicyResourceEntity> |
PolicyResourceEntityManagerImpl.findResourcesByDeploymentId(String deploymentId) |
List<PolicyResourceEntity> |
PolicyResourceEntityManager.findResourcesByDeploymentId(String deploymentId) |
| Modifier and Type | Method and Description |
|---|---|
void |
PolicyDeploymentEntityImpl.addResource(PolicyResourceEntity resource) |
void |
PolicyDeploymentEntity.addResource(PolicyResourceEntity resource) |
| Modifier and Type | Method and Description |
|---|---|
PolicyResourceEntity |
PolicyResourceDataManager.findResourceByDeploymentIdAndResourceName(String deploymentId,
String resourceName) |
| Modifier and Type | Method and Description |
|---|---|
List<PolicyResourceEntity> |
PolicyResourceDataManager.findResourcesByDeploymentId(String deploymentId) |
| Modifier and Type | Method and Description |
|---|---|
PolicyResourceEntity |
MybatisPolicyResourceDataManager.create() |
PolicyResourceEntity |
MybatisPolicyResourceDataManager.findResourceByDeploymentIdAndResourceName(String deploymentId,
String resourceName) |
| Modifier and Type | Method and Description |
|---|---|
List<PolicyResourceEntity> |
MybatisPolicyResourceDataManager.findResourcesByDeploymentId(String deploymentId) |
Class<? extends PolicyResourceEntity> |
MybatisPolicyResourceDataManager.getManagedEntityClass() |