Class TraversableSource2ExtractionRightContextConvertor
java.lang.Object
org.ametys.plugins.extraction.rights.TraversableSource2ExtractionRightContextConvertor
- All Implemented Interfaces:
RightContextConvertor
,Serviceable
public class TraversableSource2ExtractionRightContextConvertor
extends Object
implements RightContextConvertor, Serviceable
This implementation converts a
TraversableSource
into a set of extraction path-
Constructor Summary
-
Method Summary
-
Constructor Details
-
TraversableSource2ExtractionRightContextConvertor
-
-
Method Details
-
service
- Specified by:
service
in interfaceServiceable
- Throws:
ServiceException
-
convert
Description copied from interface:RightContextConvertor
Converts the object.- Specified by:
convert
in interfaceRightContextConvertor
- Parameters:
object
- The initial object- Returns:
- The converted objects. A non-null set, that does not contains the initial object. So if you do not support the object to convert, you must return an empty set.
-