Package ch.tocco.nice2.dms.impl.tree.uri
Class PublicUriResolveStrategy
java.lang.Object
ch.tocco.nice2.dms.impl.tree.uri.PublicUriResolveStrategy
- All Implemented Interfaces:
ContentUriResolveStrategy
@Component
@Order(200)
public class PublicUriResolveStrategy
extends Object
implements ContentUriResolveStrategy
This URI resolve strategy looks up a node in the `Node_url` table.
-
Field Summary
Fields inherited from interface ch.tocco.nice2.dms.api.tree.uri.ContentUriResolveStrategy
BINARY_RESOLVE_STRATEGY_ORDER
-
Constructor Summary
ConstructorDescriptionPublicUriResolveStrategy
(org.slf4j.Logger log, PersistenceService persistenceService, ContentTreeService contentTreeService, Context context) -
Method Summary
Modifier and TypeMethodDescriptionOptional
<? extends ContentUriTarget> resolveNodeEntity
(Entity nodeUrl) void
setModels
(List<PublicUriResolveModel> models)
-
Field Details
-
ORDER
public static final int ORDER- See Also:
-
-
Constructor Details
-
PublicUriResolveStrategy
public PublicUriResolveStrategy(org.slf4j.Logger log, PersistenceService persistenceService, ContentTreeService contentTreeService, Context context)
-
-
Method Details
-
setModels
-
resolve
- Specified by:
resolve
in interfaceContentUriResolveStrategy
-
resolveNodeEntity
-