Package org.ametys.core.ui
Interface ClientSideRelation
-
- All Superinterfaces:
ClientSideElement
- All Known Implementing Classes:
SetContentAttributeClientSideElement
,SetContentAttributeClientSideElement
,SetParentContentClientSideElement
,StaticClientSideRelation
public interface ClientSideRelation extends ClientSideElement
Interface for client side elements that supports relations between a source and a target
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.ametys.core.ui.ClientSideElement
ClientSideElement.Script, ClientSideElement.ScriptFile
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<String>
getSourceRelationType()
Return the type of source relation supported by this Client Side RelationList<String>
getTargetRelationType()
Return the type of target relation supported by this Client Side Relation-
Methods inherited from interface org.ametys.core.ui.ClientSideElement
getDependencies, getId, getPluginName, getRights, getScripts, getScripts
-
-
-
-
Method Detail
-
getSourceRelationType
List<String> getSourceRelationType()
Return the type of source relation supported by this Client Side Relation- Returns:
- the type of source relation supported by this Client Side Relation
-
getTargetRelationType
List<String> getTargetRelationType()
Return the type of target relation supported by this Client Side Relation- Returns:
- the type of target relation supported by this Client Side Relation
-
-