public interface 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)
item
- the itemjava.lang.String getRelationNamespace(T item)
item
- the itemjava.lang.String getContainerName()
java.lang.String getSource(T item)
item
- the itemjava.lang.String getSourceNamespace(T item)
item
- the itemjava.lang.String getTarget(T item)
item
- the itemjava.lang.String getTargetNamespace(T item)
item
- the itemjava.lang.String getSourceScheme(T item)
item
- the item