Uses of Interface
com.atlassian.confluence.api.service.relations.RelationService.RelatableFinder
Packages that use RelationService.RelatableFinder
Package
Description
-
Uses of RelationService.RelatableFinder in com.atlassian.confluence.api.impl.service.relation
Methods in com.atlassian.confluence.api.impl.service.relation that return RelationService.RelatableFinderModifier and TypeMethodDescription<S extends Relatable,
T extends Relatable>
RelationService.RelatableFinder<S> RelationServiceImpl.findSources
(T target, RelationDescriptor<S, T> relationDescriptor) <S extends Relatable,
T extends Relatable>
RelationService.RelatableFinder<T> RelationServiceImpl.findTargets
(S source, RelationDescriptor<S, T> relationDescriptor) -
Uses of RelationService.RelatableFinder in com.atlassian.confluence.api.service.relations
Methods in com.atlassian.confluence.api.service.relations that return RelationService.RelatableFinderModifier and TypeMethodDescription<S extends Relatable,
T extends Relatable>
RelationService.RelatableFinder<S> RelationService.findSources
(T target, RelationDescriptor<S, T> relationDescriptor) Create a finder to find sources of a relation.<S extends Relatable,
T extends Relatable>
RelationService.RelatableFinder<T> RelationService.findTargets
(S source, RelationDescriptor<S, T> relationDescriptor) Create a finder to find targets of a relation.