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
Constructors -
Method Summary
-
Constructor Details
-
TraversableSource2ExtractionRightContextConvertor
-
-
Method Details
-
service
- Specified by:
servicein interfaceServiceable- Throws:
ServiceException
-
convert
Description copied from interface:RightContextConvertorConverts the object.- Specified by:
convertin 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.
-