| Package | Description |
|---|---|
| com.atlassian.confluence.api.impl.service.relation | |
| com.atlassian.confluence.api.service.relations |
| Modifier and Type | Method and Description |
|---|---|
<S extends Relatable,T extends Relatable> |
RelationServiceImpl.find(Expansion... expansions) |
| Modifier and Type | Method and Description |
|---|---|
<S extends Relatable,T extends Relatable> |
RelationService.find(Expansion... expansions)
Creates a finder to find relation instances.
|
RelationService.RelationFinder<S,T> |
RelationService.RelationFinder.fromSource(S source)
Apply a filter that restricts the returned relations to those that have the given entity as the source of the relation
|
RelationService.RelationFinder<S,T> |
RelationService.RelationFinder.fromSourceClass(Class<S> sourceClass)
Apply a filter that restricts the returned relations to those that have the given class as a source type.
|
RelationService.RelationFinder<S,T> |
RelationService.RelationFinder.toTarget(T target)
Apply a filter that restricts the returned relations to those that have the given entity as the target of the relation
|
RelationService.RelationFinder<S,T> |
RelationService.RelationFinder.toTargetClass(Class<T> targetClass)
Apply a filter that restricts the returned relations to those that have the given class as a target type.
|
RelationService.RelationFinder<S,T> |
RelationService.RelationFinder.withName(String name)
Apply a filter that restricts the returned relations to those with the given name
|
Copyright © 2003–2016 Atlassian. All rights reserved.