Package org.alfresco.repo.policy.Behaviour

Examples of org.alfresco.repo.policy.Behaviour.NotificationFrequency


  protected void bindBehaviours(final Object bean, final Behaviour behaviour) {
    Assert.notNull(bean, "Bean cannot be null.");

    final QName[] classNames = parseQNames(behaviour.value(), behaviour);
    final NotificationFrequency notificationFrequency = behaviour.event().toNotificationFrequency();

    for (final Entry<PolicyType, List<BehaviourMethod>> entry : getBehaviourMethodsByType(bean.getClass())
        .entrySet()) {
      for (final BehaviourMethod behaviourMethod : entry.getValue()) {
        switch (entry.getKey()) {
View Full Code Here

TOP

Related Classes of org.alfresco.repo.policy.Behaviour.NotificationFrequency

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.