Package org.alfresco.repo.virtual.ref
Interface Parameter
-
- All Known Implementing Classes:
ReferenceParameter,ResourceParameter,StringParameter,ValueParameter
public interface Parameter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Stringstringify(Stringifier stringifier)Converts the value attribute into a string representation according toEncodingsdefinition, using providedStringifierparameter.
-
-
-
Method Detail
-
stringify
java.lang.String stringify(Stringifier stringifier) throws ReferenceEncodingException
Converts the value attribute into a string representation according toEncodingsdefinition, using providedStringifierparameter.- Parameters:
stringifier-- Returns:
- the string representation of this parameter as provided by the
given
Stringifier - Throws:
ReferenceEncodingException
-
-