11-30-2012 06:46 AM
protected void executeImpl(Action ruleAction, NodeRef actionedUponNodeRef)
{
NodeRef version = (NodeRef)ruleAction.getParameterValue("test-version");
NodeRef model = (NodeRef)ruleAction.getParameterValue("test-model");
nodeService.setProperty(model,
QName.createQName(NAMESPACE_TEST_CONTENT_MODEL, "lastVersion"), version);
}
In this code the version and model are the parameters of the action. I can modify all other properties of both nodes exclusive the association (in this case test:lastVersion). Perhaps the type of the version is wrong. I need help, any ideas.
11-30-2012 08:38 AM
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.