Uses of Class
org.apache.syncope.core.flowable.support.DomainProcessEngine
-
Packages that use DomainProcessEngine Package Description org.apache.syncope.core.flowable org.apache.syncope.core.flowable.impl org.apache.syncope.core.flowable.support -
-
Uses of DomainProcessEngine in org.apache.syncope.core.flowable
Methods in org.apache.syncope.core.flowable with parameters of type DomainProcessEngine Modifier and Type Method Description FlowableBpmnProcessManagerFlowableWorkflowContext. bpmnProcessManager(DomainProcessEngine engine)FlowableWorkflowUtilsFlowableWorkflowContext. flowableUtils(DomainProcessEngine engine)FlowableUserRequestHandlerFlowableWorkflowContext. userRequestHandler(org.apache.syncope.core.spring.security.SecurityProperties securityProperties, org.apache.syncope.core.provisioning.api.data.UserDataBinder userDataBinder, DomainProcessEngine engine, org.apache.syncope.core.persistence.api.dao.UserDAO userDAO, org.apache.syncope.core.persistence.api.entity.EntityFactory entityFactory)org.apache.syncope.core.workflow.api.UserWorkflowAdapterFlowableWorkflowContext. uwfAdapter(org.apache.syncope.core.provisioning.api.data.UserDataBinder userDataBinder, org.apache.syncope.core.persistence.api.dao.UserDAO userDAO, org.apache.syncope.core.persistence.api.dao.RealmDAO realmDAO, org.apache.syncope.core.persistence.api.entity.EntityFactory entityFactory, org.apache.syncope.core.spring.security.SecurityProperties securityProperties, DomainProcessEngine engine, UserRequestHandler userRequestHandler, org.springframework.context.ApplicationEventPublisher publisher) -
Uses of DomainProcessEngine in org.apache.syncope.core.flowable.impl
Fields in org.apache.syncope.core.flowable.impl declared as DomainProcessEngine Modifier and Type Field Description protected DomainProcessEngineFlowableBpmnProcessManager. engineprotected DomainProcessEngineFlowableUserRequestHandler. engineprotected DomainProcessEngineFlowableUserWorkflowAdapter. engineprotected DomainProcessEngineFlowableWorkflowUtils. engineMethods in org.apache.syncope.core.flowable.impl with parameters of type DomainProcessEngine Modifier and Type Method Description static StringFlowableRuntimeUtils. getFormTask(DomainProcessEngine engine, String procInstId)static org.flowable.engine.repository.ProcessDefinitionFlowableRuntimeUtils. getLatestProcDefByKey(DomainProcessEngine engine, String key)static Set<String>FlowableRuntimeUtils. getPerformedTasks(DomainProcessEngine engine, String procInstId)static StringFlowableRuntimeUtils. getWFProcInstID(DomainProcessEngine engine, String userKey)static voidFlowableRuntimeUtils. saveForFormSubmit(DomainProcessEngine engine, String procInstId, UserTO userTO, String password, Boolean enabled, org.apache.syncope.core.provisioning.api.PropagationByResource<String> propByRes, org.apache.syncope.core.provisioning.api.PropagationByResource<org.apache.commons.lang3.tuple.Pair<String,String>> propByLinkedAccount)Saves resources to be propagated and password for later - after form submission - propagation.static voidFlowableRuntimeUtils. updateStatus(DomainProcessEngine engine, String procInstId, org.apache.syncope.core.persistence.api.entity.user.User user)Constructors in org.apache.syncope.core.flowable.impl with parameters of type DomainProcessEngine Constructor Description FlowableBpmnProcessManager(DomainProcessEngine engine)FlowableUserRequestHandler(org.apache.syncope.core.provisioning.api.data.UserDataBinder dataBinder, String adminUser, DomainProcessEngine engine, org.apache.syncope.core.persistence.api.dao.UserDAO userDAO, org.apache.syncope.core.persistence.api.entity.EntityFactory entityFactory)FlowableUserWorkflowAdapter(org.apache.syncope.core.provisioning.api.data.UserDataBinder dataBinder, org.apache.syncope.core.persistence.api.dao.UserDAO userDAO, org.apache.syncope.core.persistence.api.dao.RealmDAO realmDAO, org.apache.syncope.core.persistence.api.entity.EntityFactory entityFactory, org.apache.syncope.core.spring.security.SecurityProperties securityProperties, DomainProcessEngine engine, UserRequestHandler userRequestHandler, org.springframework.context.ApplicationEventPublisher publisher)FlowableWorkflowUtils(DomainProcessEngine engine) -
Uses of DomainProcessEngine in org.apache.syncope.core.flowable.support
Methods in org.apache.syncope.core.flowable.support that return DomainProcessEngine Modifier and Type Method Description DomainProcessEngineDomainProcessEngineFactoryBean. getObject()Methods in org.apache.syncope.core.flowable.support that return types with arguments of type DomainProcessEngine Modifier and Type Method Description Class<DomainProcessEngine>DomainProcessEngineFactoryBean. getObjectType()
-