08-31-2011 01:58 PM
ContentReader cReader = contentService.getReader(car.getChildRef(), nodeService.getType(car.getChildRef()));
String content = cReader.getContentString();
//car is the retrieved ChildAssociationRef
03-06-2012 01:58 PM
11-10-2014 09:35 AM
JavaBehaviour onCreateNodeBehaviour = new JavaBehaviour(this, "onCreateNode", NotificationFrequency.TRANSACTION_COMMIT);
policyComponent.bindClassBehaviour(OnCreateNodePolicy.QNAME, qNameOfMyType, onCreateNodeBehaviour);
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.