| Package | Description |
|---|---|
| com.atlassian.confluence.rest.client | |
| com.atlassian.confluence.rest.client.impl |
| Modifier and Type | Method and Description |
|---|---|
<S extends Relatable,T extends Relatable> |
RemoteRelationService.findSources(T target,
RelationDescriptor<S,T> relationDescriptor)
Find relation instances to the given target entity that have a relation with the relation name from the source type
|
<S extends Relatable,T extends Relatable> |
RemoteRelationService.findTargets(S source,
RelationDescriptor<S,T> relationDescriptor)
Find relation instances of the given target type that have a relation with the relation name from the source entity.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RemoteRelationServiceImpl.RemoteRelatableFinderImpl<S extends Relatable,T extends Relatable> |
| Modifier and Type | Method and Description |
|---|---|
<S extends Relatable,T extends Relatable> |
RemoteRelationServiceImpl.findSources(T target,
RelationDescriptor<S,T> relationDescriptor) |
<S extends Relatable,T extends Relatable> |
RemoteRelationServiceImpl.findTargets(S source,
RelationDescriptor<S,T> relationDescriptor) |
Copyright © 2003–2017 Atlassian. All rights reserved.