Class Create

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

    public class Create
    extends FlowableServiceTask
    • Field Detail

      • dataBinder

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

        protected final org.apache.syncope.core.persistence.api.entity.EntityFactory entityFactory
    • Constructor Detail

      • Create

        public Create​(org.apache.syncope.core.provisioning.api.data.UserDataBinder dataBinder,
                      org.apache.syncope.core.persistence.api.entity.EntityFactory entityFactory)
    • Method Detail

      • doExecute

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