- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable
public class CodeValueDataObject
extends FlexDataObject
There are instances where we need to accept Workflow Input or FlexFields, this Data Object
can be used in such cases.
There is no encrypted flag here, but as we use it we can add if necessary. But at this point, I am
thinking that if user is passing something it will be in clear text and API can encrypt it as necessary.
Value is kept Serializable as if we use these in Groovy, we may want to convert value in to
specific data type first.
- See Also:
- Serialized Form