Uses of Class
org.apache.syncope.core.flowable.support.DomainProcessEngine
-
-
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(SecurityProperties securityProperties, UserDataBinder userDataBinder, DomainProcessEngine engine, UserDAO userDAO, EntityFactory entityFactory)UserWorkflowAdapterFlowableWorkflowContext. uwfAdapter(UserDataBinder userDataBinder, UserDAO userDAO, RealmDAO realmDAO, GroupDAO groupDAO, EntityFactory entityFactory, SecurityProperties securityProperties, RuleEnforcer ruleEnforcer, DomainProcessEngine engine, UserRequestHandler userRequestHandler, 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, PropagationByResource<String> propByRes, PropagationByResource<Pair<String,String>> propByLinkedAccount)Saves resources to be propagated and password for later - after form submission - propagation.static voidFlowableRuntimeUtils. updateStatus(DomainProcessEngine engine, String procInstId, User user)Constructors in org.apache.syncope.core.flowable.impl with parameters of type DomainProcessEngine Constructor Description FlowableBpmnProcessManager(DomainProcessEngine engine)FlowableUserRequestHandler(UserDataBinder dataBinder, String adminUser, DomainProcessEngine engine, UserDAO userDAO, EntityFactory entityFactory)FlowableUserWorkflowAdapter(UserDataBinder dataBinder, UserDAO userDAO, RealmDAO realmDAO, GroupDAO groupDAO, EntityFactory entityFactory, SecurityProperties securityProperties, RuleEnforcer ruleEnforcer, DomainProcessEngine engine, UserRequestHandler userRequestHandler, 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() -
Uses of DomainProcessEngine in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic with parameters of type DomainProcessEngine Modifier and Type Method Description FlowableLoaderFlowableLogicContext. flowableLoader(DomainProcessEngine engine, Resource userWorkflowDef) -
Uses of DomainProcessEngine in org.apache.syncope.core.logic.init
Fields in org.apache.syncope.core.logic.init declared as DomainProcessEngine Modifier and Type Field Description protected DomainProcessEngineFlowableLoader. dpEngineConstructors in org.apache.syncope.core.logic.init with parameters of type DomainProcessEngine Constructor Description FlowableLoader(Resource userWorkflowDef, DomainProcessEngine dpEngine)
-