public class BinaryMetaResolver extends Object implements MetaResolver<BinaryMetaDataCacheKey>
Constructor and Description |
---|
BinaryMetaResolver() |
Modifier and Type | Method and Description |
---|---|
BinaryMetaDataCacheKey |
resolve(int namespaceId,
int publicationId,
String path)
Resolves meta data entity based on publication id, namespace id and relative path.
|
BinaryMetaDataCacheKey |
resolve(int publicationId,
String path)
Resolves meta data entity based on publication id and relative path.
|
public BinaryMetaDataCacheKey resolve(int publicationId, String path)
MetaResolver
resolve
in interface MetaResolver<BinaryMetaDataCacheKey>
publicationId
- Publication id in which meta data entity is searched. '-1' means all publications.path
- Relative path associated to meta data entity.public BinaryMetaDataCacheKey resolve(int namespaceId, int publicationId, String path)
MetaResolver
resolve
in interface MetaResolver<BinaryMetaDataCacheKey>
namespaceId
- Namespace id in which meta data entity is searched.publicationId
- Publication id in which meta data entity is searched. '-1' means all publications.path
- Relative path associated to meta data entity.Copyright (c) 2014-2021 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries