@ApplicationScoped public class MockAssetsUsageServiceImpl extends Object implements AssetsUsageService
| Constructor and Description |
|---|
MockAssetsUsageServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
List<org.uberfire.backend.vfs.Path> |
getAssetPartUsages(String resourceFQN,
String resourcePart,
PartType partType,
org.uberfire.backend.vfs.Path assetPath) |
List<org.uberfire.backend.vfs.Path> |
getAssetUsages(String resourceFQN,
ResourceType resourceType,
org.uberfire.backend.vfs.Path assetPath) |
public List<org.uberfire.backend.vfs.Path> getAssetUsages(String resourceFQN, ResourceType resourceType, org.uberfire.backend.vfs.Path assetPath)
getAssetUsages in interface AssetsUsageServicepublic List<org.uberfire.backend.vfs.Path> getAssetPartUsages(String resourceFQN, String resourcePart, PartType partType, org.uberfire.backend.vfs.Path assetPath)
getAssetPartUsages in interface AssetsUsageServiceCopyright © 2001–2021 JBoss by Red Hat. All rights reserved.