03-31-2009 02:47 AM
04-01-2009 09:36 AM
for (int i = 0; i < node.getProperties().length; i++) {
if("{" + Constants.NAMESPACE_CONTENT_MODEL + "}content".equals(node.getProperties(i).getName())){
//set the default content model property content in your custom POJO
…
} else if("{"+YOUR_CUSTOM_CONTENT_MODEL+"}yourCustomContentProperty".equals(node.getProperties(i).getName())){
//set your custom content model property in your custom POJO
…
}
}
Hope this helps.
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.