01-22-2007 04:38 PM
02-01-2007 08:50 AM
Predicate predicate = new Predicate(new Reference[]{BaseWebServiceSystemTest.contentReference}, BaseWebServiceSystemTest.store, null);
// Create the action to add the versionable aspect
NamedValue[] parameters = new NamedValue[]{new NamedValue("aspect-name", false, Constants.ASPECT_VERSIONABLE, null)};
Action newAction1 = new Action();
newAction1.setActionName("add-features");
newAction1.setTitle("Add the versionable aspect to the node.");
newAction1.setDescription("This will add the verisonable aspect to the node and thus create a version history.");
newAction1.setParameters(parameters);
// Execute the action
ActionExecutionResult[] results = this.actionService.executeActions(predicate, new Action[]{newAction1});
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.