public class ResourceParameter extends ValueParameter<Resource>
Resource as a value attribute, value that
can be retrieved and used in virtualization process.
It also provides the possibility of converting the value attribute into a
string representation according to Encodings definition, using
provided Stringifier objects.
| Constructor and Description |
|---|
ResourceParameter(Resource resource) |
| Modifier and Type | Method and Description |
|---|---|
String |
stringify(Stringifier stringifier)
Converts the value attribute into a string representation according to
Encodings definition, using provided Stringifier
parameter. |
equals, getValue, hashCodepublic ResourceParameter(Resource resource)
public String stringify(Stringifier stringifier) throws ReferenceEncodingException
ParameterEncodings definition, using provided Stringifier
parameter.StringifierReferenceEncodingExceptionCopyright © 2005–2018 Alfresco Software. All rights reserved.