public interface DataTypeParameters
Modifier and Type | Method and Description |
---|---|
Object |
getAsJSON()
Returns the parameters represented as JSON.
|
Object |
getAsObject()
Returns the parameters in a Java friendly manner i.e.
|
Object getAsObject()
Object getAsJSON()
Implementations can use whatever JSON libraries they desire, the only rule is that the object returned must toString() to either a JSON array or JSON object i.e. [...] or {...}
Copyright © 2005–2017 Alfresco Software. All rights reserved.