public interface NRepositoryExt extends NRepositoryExt0
| Modifier and Type | Method and Description |
|---|---|
boolean |
acceptAction(NId id,
NRepositorySupportedAction supportedAction,
NFetchMode mode) |
void |
checkAllowedFetch(NId id) |
NDescriptor |
deployImpl(NDeployRepositoryCmd command) |
NPath |
fetchContentImpl(NId id,
NDescriptor descriptor,
NFetchMode fetchMode) |
NDescriptor |
fetchDescriptorImpl(NId id,
NFetchMode fetchMode) |
NIndexStore |
getIndexStore() |
static NRepositoryExt |
of(NRepository repo) |
void |
pushImpl(NPushRepositoryCmd command) |
NIterator<NId> |
searchImpl(NDefinitionFilter filter,
NFetchMode fetchMode) |
NId |
searchLatestVersion(NId id,
NDefinitionFilter filter,
NFetchMode fetchMode) |
NIterator<NId> |
searchVersionsImpl(NId id,
NDefinitionFilter idFilter,
NFetchMode fetchMode) |
void |
undeployImpl(NRepositoryUndeployCmd command) |
getIdBasedir, getIdFilenamestatic NRepositoryExt of(NRepository repo)
of in interface NRepositoryExt0NIndexStore getIndexStore()
void pushImpl(NPushRepositoryCmd command)
NDescriptor deployImpl(NDeployRepositoryCmd command)
void undeployImpl(NRepositoryUndeployCmd command)
void checkAllowedFetch(NId id)
NDescriptor fetchDescriptorImpl(NId id, NFetchMode fetchMode)
NIterator<NId> searchVersionsImpl(NId id, NDefinitionFilter idFilter, NFetchMode fetchMode)
NPath fetchContentImpl(NId id, NDescriptor descriptor, NFetchMode fetchMode)
NIterator<NId> searchImpl(NDefinitionFilter filter, NFetchMode fetchMode)
NId searchLatestVersion(NId id, NDefinitionFilter filter, NFetchMode fetchMode)
boolean acceptAction(NId id, NRepositorySupportedAction supportedAction, NFetchMode mode)
Copyright © 2026 vpc open source initiative. All rights reserved.