11-20-2012 02:24 PM
11-20-2012 03:46 PM
11-20-2012 04:46 PM
onRemoveAspect = new JavaBehaviour(this, "onRemoveAspect", NotificationFrequency.TRANSACTION_COMMIT);
policyComponent.bindClassBehaviour(QName.createQName(NamespaceService.ALFRESCO_URI, "onRemoveAspect"),
ContentModel.ASPECT_INCOMPLETE, this.onRemoveAspect);
The init and some portions of the code are modeled from Jeff's "Behavior Article v2".11-20-2012 06:04 PM
11-20-2012 08:22 PM
are then taken out of a set and executed in random order? I'm very curious to understand what "services" and whatnot are responsible for determining actions and callbacks that need to be executed and how they thread them and in what order. Hopefully there's some reference already, or if you know of a starting-point class-name I can work my way through, that would be great.
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.