Class AutoActivate

  • All Implemented Interfaces:
    org.flowable.engine.delegate.JavaDelegate

    public class AutoActivate
    extends FlowableServiceTask
    • Field Detail

      • dataBinder

        protected final org.apache.syncope.core.provisioning.api.data.UserDataBinder dataBinder
      • userDAO

        protected final org.apache.syncope.core.persistence.api.dao.UserDAO userDAO
    • Constructor Detail

      • AutoActivate

        public AutoActivate​(org.apache.syncope.core.provisioning.api.data.UserDataBinder dataBinder,
                            org.apache.syncope.core.persistence.api.dao.UserDAO userDAO)
    • Method Detail

      • doExecute

        protected void doExecute​(org.flowable.engine.delegate.DelegateExecution execution)
        Specified by:
        doExecute in class FlowableServiceTask