@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 AssetsUsageService
public List<org.uberfire.backend.vfs.Path> getAssetPartUsages(String resourceFQN, String resourcePart, PartType partType, org.uberfire.backend.vfs.Path assetPath)
getAssetPartUsages
in interface AssetsUsageService
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.