public interface MultipleRelationsRelationResolver<T> extends RelationResolver<T>
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getContainerName()
Gets the container name.
|
java.lang.String |
getRelation(T item)
Gets the relation.
|
java.lang.String |
getRelationNamespace(T item)
Gets the relation namespace.
|
java.lang.String |
getSource(T item)
Gets the source.
|
java.lang.String |
getSourceNamespace(T item)
Gets the source namespace.
|
java.lang.String |
getSourceScheme(T item)
Gets the source scheme.
|
java.lang.String |
getTarget(T item)
Gets the target.
|
java.lang.String |
getTargetNamespace(T item)
Gets the target namespace.
|
java.lang.String getRelation(T item)
RelationResolver
getRelation
in interface RelationResolver<T>
item
- the itemjava.lang.String getRelationNamespace(T item)
RelationResolver
getRelationNamespace
in interface RelationResolver<T>
item
- the itemjava.lang.String getContainerName()
RelationResolver
getContainerName
in interface RelationResolver<T>
java.lang.String getSource(T item)
RelationResolver
getSource
in interface RelationResolver<T>
item
- the itemjava.lang.String getSourceNamespace(T item)
RelationResolver
getSourceNamespace
in interface RelationResolver<T>
item
- the itemjava.lang.String getTarget(T item)
RelationResolver
getTarget
in interface RelationResolver<T>
item
- the itemjava.lang.String getTargetNamespace(T item)
RelationResolver
getTargetNamespace
in interface RelationResolver<T>
item
- the itemjava.lang.String getSourceScheme(T item)
RelationResolver
getSourceScheme
in interface RelationResolver<T>
item
- the item