07-23-2013 09:28 AM
PropertyStringDefinition propDefString = (PropertyStringDefinition) propDef;
if (propDefString.getMaxLength() != null) {
// Do something
}
<property name="ex:example">
<title>Example</title>
<description></description>
<type>d:text</type>
<mandatory>true</mandatory>
<constraints>
<constraint type="LENGTH">
<parameter name="minLength">
<value>5</value>
</parameter>
<parameter name="maxLength">
<value>5</value>
</parameter>
</constraint>
</constraints>
</property>
07-29-2013 02:42 PM
08-12-2013 07:28 AM
09-23-2013 01:59 PM
09-23-2013 03:39 PM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.