Package org.alfresco.repo.virtual.ref
Interface Parameter
- All Known Implementing Classes:
ReferenceParameter,ResourceParameter,StringParameter,ValueParameter
public interface Parameter
-
Method Summary
Modifier and TypeMethodDescriptionstringify(Stringifier stringifier) Converts the value attribute into a string representation according toEncodingsdefinition, using providedStringifierparameter.
-
Method Details
-
stringify
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
-