| Package | Description |
|---|---|
| com.atlassian.confluence.rest.client | |
| com.atlassian.confluence.rest.client.impl |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
RemoteRelationService.RemoteRelationFinder<S extends Relatable,T extends Relatable> |
| Modifier and Type | Method and Description |
|---|---|
RemoteRelationService.RemoteParameterRelationFinder |
RemoteRelationService.RemoteParameterRelationFinder.fromSourceClass(Class<S> sourceClass)
Apply a filter that restricts the returned relations to those that have the given class as a source type.
|
RemoteRelationService.RemoteParameterRelationFinder |
RemoteRelationService.RemoteParameterRelationFinder.toTargetClass(Class<T> targetClass)
Apply a filter that restricts the returned relations to those that have the given class as a target type.
|
RemoteRelationService.RemoteParameterRelationFinder |
RemoteRelationService.RemoteParameterRelationFinder.withName(String name)
Apply a filter that restricts the returned relations to those with the given name
|
| Modifier and Type | Class and Description |
|---|---|
class |
RemoteRelationServiceImpl.RemoteRelationFinderImpl<S extends Relatable,T extends Relatable> |
| Modifier and Type | Method and Description |
|---|---|
RemoteRelationService.RemoteParameterRelationFinder |
RemoteRelationServiceImpl.RemoteRelationFinderImpl.fromSourceClass(Class sourceClass) |
RemoteRelationService.RemoteParameterRelationFinder |
RemoteRelationServiceImpl.RemoteRelationFinderImpl.toTargetClass(Class targetClass) |
RemoteRelationService.RemoteParameterRelationFinder |
RemoteRelationServiceImpl.RemoteRelationFinderImpl.withName(String name) |
Copyright © 2003–2017 Atlassian. All rights reserved.