Uses of Interface
com.atlassian.confluence.api.service.relations.RelationService.RelatableFinder
-
Packages that use RelationService.RelatableFinder Package Description com.atlassian.confluence.api.impl.service.relation com.atlassian.confluence.api.service.relations -
-
Uses of RelationService.RelatableFinder in com.atlassian.confluence.api.impl.service.relation
Methods in com.atlassian.confluence.api.impl.service.relation that return RelationService.RelatableFinder Modifier and Type Method Description <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.RelatableFinder Modifier and Type Method Description <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.
-