A B C D E F G I L M N O P R S T U W 
All Classes All Packages

A

adminUser - Variable in class org.apache.syncope.core.flowable.impl.FlowableUserRequestHandler
 
autoActivate(UserDataBinder, UserDAO) - Method in class org.apache.syncope.core.flowable.FlowableWorkflowContext
 
AutoActivate - Class in org.apache.syncope.core.flowable.task
 
AutoActivate(UserDataBinder, UserDAO) - Constructor for class org.apache.syncope.core.flowable.task.AutoActivate
 

B

bpmnProcessManager(DomainProcessEngine) - Method in class org.apache.syncope.core.flowable.FlowableWorkflowContext
 
BpmnProcessManager - Interface in org.apache.syncope.core.flowable.api
 

C

cancel(ProcessInstance, String) - Method in interface org.apache.syncope.core.flowable.api.UserRequestHandler
Cancel a running user request.
cancel(ProcessInstance, String) - Method in class org.apache.syncope.core.flowable.impl.FlowableUserRequestHandler
 
cancelByProcessDefinition(String) - Method in interface org.apache.syncope.core.flowable.api.UserRequestHandler
Cancel all running user requests for the given process definition id.
cancelByProcessDefinition(String) - Method in class org.apache.syncope.core.flowable.impl.FlowableUserRequestHandler
 
cancelByUser(AnyLifecycleEvent<Any<?>>) - Method in interface org.apache.syncope.core.flowable.api.UserRequestHandler
Cancel all running user requests for the user in the given delete event.
cancelByUser(AnyLifecycleEvent<Any<?>>) - Method in class org.apache.syncope.core.flowable.impl.FlowableUserRequestHandler
 
claimForm(String) - Method in interface org.apache.syncope.core.flowable.api.UserRequestHandler
Claim a form for a given object.
claimForm(String) - Method in class org.apache.syncope.core.flowable.impl.FlowableUserRequestHandler
 
close() - Method in class org.apache.syncope.core.flowable.support.DomainProcessEngine
 
confParamOps - Variable in class org.apache.syncope.core.flowable.task.GenerateToken
 
convertFormValueToModelValue(String) - Method in class org.apache.syncope.core.flowable.support.DropdownFormType
 
convertJsonToFormProperties(JsonNode, BaseElement) - Method in class org.apache.syncope.core.flowable.support.DropdownAwareUserTaskJsonConverter
 
convertModelValueToFormValue(Object) - Method in class org.apache.syncope.core.flowable.support.DropdownFormType
 
count() - Method in class org.apache.syncope.core.flowable.support.SyncopeGroupQueryImpl
 
count() - Method in class org.apache.syncope.core.flowable.support.SyncopeUserQueryImpl
 
countProcessInstances(StringBuilder) - Method in class org.apache.syncope.core.flowable.impl.FlowableUserRequestHandler
 
create(UserDataBinder, EntityFactory) - Method in class org.apache.syncope.core.flowable.FlowableWorkflowContext
 
Create - Class in org.apache.syncope.core.flowable.task
 
Create(UserDataBinder, EntityFactory) - Constructor for class org.apache.syncope.core.flowable.task.Create
 
createGroupQuery() - Method in class org.apache.syncope.core.flowable.support.SyncopeIdmIdentityService
 
createProcessInstanceQuery(String) - Method in class org.apache.syncope.core.flowable.impl.FlowableUserRequestHandler
 
createUserQuery() - Method in class org.apache.syncope.core.flowable.support.SyncopeIdmIdentityService
 

D

dataBinder - Variable in class org.apache.syncope.core.flowable.impl.FlowableUserRequestHandler
 
dataBinder - Variable in class org.apache.syncope.core.flowable.task.AutoActivate
 
dataBinder - Variable in class org.apache.syncope.core.flowable.task.Create
 
dataBinder - Variable in class org.apache.syncope.core.flowable.task.PasswordReset
 
dataBinder - Variable in class org.apache.syncope.core.flowable.task.Update
 
decrypt(String) - Static method in class org.apache.syncope.core.flowable.impl.FlowableRuntimeUtils
 
delete() - Method in class org.apache.syncope.core.flowable.FlowableWorkflowContext
 
Delete - Class in org.apache.syncope.core.flowable.task
 
Delete() - Constructor for class org.apache.syncope.core.flowable.task.Delete
 
deleteProcess(String) - Method in interface org.apache.syncope.core.flowable.api.BpmnProcessManager
Remove the process for the given key.
deleteProcess(String) - Method in class org.apache.syncope.core.flowable.impl.FlowableBpmnProcessManager
 
deployDefinition(ProcessEngine, String, byte[]) - Static method in class org.apache.syncope.core.flowable.impl.FlowableDeployUtils
 
deployModel(ProcessEngine, ProcessDefinition) - Static method in class org.apache.syncope.core.flowable.impl.FlowableDeployUtils
 
doActivate(User, String, String, String) - Method in class org.apache.syncope.core.flowable.impl.FlowableUserWorkflowAdapter
 
doConfirmPasswordReset(User, String, String, String, String) - Method in class org.apache.syncope.core.flowable.impl.FlowableUserWorkflowAdapter
 
doCreate(UserCR, boolean, Boolean, String, String) - Method in class org.apache.syncope.core.flowable.impl.FlowableUserWorkflowAdapter
 
doDelete(User, String, String) - Method in class org.apache.syncope.core.flowable.impl.FlowableUserWorkflowAdapter
 
doExecute(DelegateExecution) - Method in class org.apache.syncope.core.flowable.task.AutoActivate
 
doExecute(DelegateExecution) - Method in class org.apache.syncope.core.flowable.task.Create
 
doExecute(DelegateExecution) - Method in class org.apache.syncope.core.flowable.task.Delete
 
doExecute(DelegateExecution) - Method in class org.apache.syncope.core.flowable.task.FlowableServiceTask
 
doExecute(DelegateExecution) - Method in class org.apache.syncope.core.flowable.task.GenerateToken
 
doExecute(DelegateExecution) - Method in class org.apache.syncope.core.flowable.task.Notify
 
doExecute(DelegateExecution) - Method in class org.apache.syncope.core.flowable.task.PasswordReset
 
doExecute(DelegateExecution) - Method in class org.apache.syncope.core.flowable.task.Reactivate
 
doExecute(DelegateExecution) - Method in class org.apache.syncope.core.flowable.task.Suspend
 
doExecute(DelegateExecution) - Method in class org.apache.syncope.core.flowable.task.Update
 
doExecuteNextTask(String, User, Map<String, Object>) - Method in class org.apache.syncope.core.flowable.impl.FlowableUserWorkflowAdapter
 
DomainProcessEngine - Class in org.apache.syncope.core.flowable.support
ProcessEngine delegating actual method invocation to the inner map of ProcessEngine instances, one for each Syncope domain.
DomainProcessEngine(Map<String, ProcessEngine>) - Constructor for class org.apache.syncope.core.flowable.support.DomainProcessEngine
 
domainProcessEngineFactoryBean(ConfigurableApplicationContext) - Method in class org.apache.syncope.core.flowable.FlowableWorkflowContext
 
DomainProcessEngineFactoryBean - Class in org.apache.syncope.core.flowable.support
Spring factory for DomainProcessEngine which takes the provided SpringProcessEngineConfiguration as template for each of the configured Syncope domains.
DomainProcessEngineFactoryBean(ApplicationContext) - Constructor for class org.apache.syncope.core.flowable.support.DomainProcessEngineFactoryBean
 
doReactivate(User, String, String) - Method in class org.apache.syncope.core.flowable.impl.FlowableUserWorkflowAdapter
 
doRequestPasswordReset(User, String, String) - Method in class org.apache.syncope.core.flowable.impl.FlowableUserWorkflowAdapter
 
doSuspend(User, String, String) - Method in class org.apache.syncope.core.flowable.impl.FlowableUserWorkflowAdapter
 
doUpdate(User, UserUR, String, String) - Method in class org.apache.syncope.core.flowable.impl.FlowableUserWorkflowAdapter
 
DropdownAwareJsonConverter - Class in org.apache.syncope.core.flowable.support
 
DropdownAwareJsonConverter() - Constructor for class org.apache.syncope.core.flowable.support.DropdownAwareJsonConverter
 
DropdownAwareUserTaskJsonConverter - Class in org.apache.syncope.core.flowable.support
 
DropdownAwareUserTaskJsonConverter() - Constructor for class org.apache.syncope.core.flowable.support.DropdownAwareUserTaskJsonConverter
 
DropdownFormType - Class in org.apache.syncope.core.flowable.support
Extension to predefined Flowable form types relying on the provided DropdownValueProvider bean to populate values.
DropdownFormType(String) - Constructor for class org.apache.syncope.core.flowable.support.DropdownFormType
 
dropdownValueProvider - Variable in class org.apache.syncope.core.flowable.support.DropdownFormType
 
DropdownValueProvider - Interface in org.apache.syncope.core.flowable.api
Implementations of this interface are used with DropdownFormType.

E

ENABLED - Static variable in class org.apache.syncope.core.flowable.impl.FlowableRuntimeUtils
 
encrypt(String) - Static method in class org.apache.syncope.core.flowable.impl.FlowableRuntimeUtils
 
ENCRYPTED_PWD - Static variable in class org.apache.syncope.core.flowable.impl.FlowableRuntimeUtils
 
engine - Variable in class org.apache.syncope.core.flowable.impl.FlowableBpmnProcessManager
 
engine - Variable in class org.apache.syncope.core.flowable.impl.FlowableUserRequestHandler
 
engine - Variable in class org.apache.syncope.core.flowable.impl.FlowableUserWorkflowAdapter
 
engine - Variable in class org.apache.syncope.core.flowable.impl.FlowableWorkflowUtils
 
entityFactory - Variable in class org.apache.syncope.core.flowable.impl.FlowableUserRequestHandler
 
entityFactory - Variable in class org.apache.syncope.core.flowable.task.Create
 
EVENT - Static variable in class org.apache.syncope.core.flowable.impl.FlowableRuntimeUtils
 
execute(DelegateExecution) - Method in class org.apache.syncope.core.flowable.task.FlowableServiceTask
 
executeNextTask(WorkflowTaskExecInput) - Method in interface org.apache.syncope.core.flowable.api.WorkflowTaskManager
Execute a task on an user.
executeNextTask(WorkflowTaskExecInput) - Method in class org.apache.syncope.core.flowable.impl.FlowableUserWorkflowAdapter
 
executeParse(BpmnParse, ServiceTask) - Method in class org.apache.syncope.core.flowable.support.ShellServiceTaskDisablingBpmnParseHandler
 
exportDiagram(String, OutputStream) - Method in interface org.apache.syncope.core.flowable.api.BpmnProcessManager
Export the process graphical representation for the given key (if available).
exportDiagram(String, OutputStream) - Method in class org.apache.syncope.core.flowable.impl.FlowableBpmnProcessManager
 
exportProcess(String, BpmnProcessFormat, OutputStream) - Method in interface org.apache.syncope.core.flowable.api.BpmnProcessManager
Export the process for the given key, in the requested format.
exportProcess(String, BpmnProcessFormat, OutputStream) - Method in class org.apache.syncope.core.flowable.impl.FlowableBpmnProcessManager
 
exportProcessModel(String, OutputStream) - Method in class org.apache.syncope.core.flowable.impl.FlowableBpmnProcessManager
 
exportProcessResource(String, String, OutputStream) - Method in class org.apache.syncope.core.flowable.impl.FlowableBpmnProcessManager
 

F

FlowableBpmnProcessManager - Class in org.apache.syncope.core.flowable.impl
 
FlowableBpmnProcessManager(DomainProcessEngine) - Constructor for class org.apache.syncope.core.flowable.impl.FlowableBpmnProcessManager
 
FlowableDeployUtils - Class in org.apache.syncope.core.flowable.impl
 
FlowableLiquibaseEnvironmentPostProcessor - Class in org.apache.syncope.core.flowable
Needed with Flowable 6.5.0 or higer.
FlowableLiquibaseEnvironmentPostProcessor() - Constructor for class org.apache.syncope.core.flowable.FlowableLiquibaseEnvironmentPostProcessor
 
FlowableRuntimeUtils - Class in org.apache.syncope.core.flowable.impl
 
FlowableServiceTask - Class in org.apache.syncope.core.flowable.task
Abstract base class for Flowable's service tasks in Syncope, with Spring support.
FlowableServiceTask() - Constructor for class org.apache.syncope.core.flowable.task.FlowableServiceTask
 
FlowableUserRequestHandler - Class in org.apache.syncope.core.flowable.impl
 
FlowableUserRequestHandler(UserDataBinder, String, DomainProcessEngine, UserDAO, EntityFactory) - Constructor for class org.apache.syncope.core.flowable.impl.FlowableUserRequestHandler
 
FlowableUserWorkflowAdapter - Class in org.apache.syncope.core.flowable.impl
 
FlowableUserWorkflowAdapter(UserDataBinder, UserDAO, RealmDAO, EntityFactory, SecurityProperties, DomainProcessEngine, UserRequestHandler, ApplicationEventPublisher) - Constructor for class org.apache.syncope.core.flowable.impl.FlowableUserWorkflowAdapter
 
flowableUtils(DomainProcessEngine) - Method in class org.apache.syncope.core.flowable.FlowableWorkflowContext
 
FlowableWorkflowContext - Class in org.apache.syncope.core.flowable
 
FlowableWorkflowContext() - Constructor for class org.apache.syncope.core.flowable.FlowableWorkflowContext
 
FlowableWorkflowUtils - Class in org.apache.syncope.core.flowable.impl
 
FlowableWorkflowUtils(DomainProcessEngine) - Constructor for class org.apache.syncope.core.flowable.impl.FlowableWorkflowUtils
 
FORM_SUBMITTER - Static variable in class org.apache.syncope.core.flowable.impl.FlowableRuntimeUtils
 
fromFlowableFormType(FormType) - Static method in class org.apache.syncope.core.flowable.impl.FlowableUserRequestHandler
 

G

generateToken(ConfParamOps) - Method in class org.apache.syncope.core.flowable.FlowableWorkflowContext
 
GenerateToken - Class in org.apache.syncope.core.flowable.task
 
GenerateToken(ConfParamOps) - Constructor for class org.apache.syncope.core.flowable.task.GenerateToken
 
getAvailableTasks(String) - Method in interface org.apache.syncope.core.flowable.api.WorkflowTaskManager
Get tasks available for execution, for given user.
getAvailableTasks(String) - Method in class org.apache.syncope.core.flowable.impl.FlowableUserWorkflowAdapter
 
getDataSource() - Method in class org.apache.syncope.core.flowable.support.DomainProcessEngine
 
getDynamicBpmnService() - Method in class org.apache.syncope.core.flowable.support.DomainProcessEngine
 
getEngines() - Method in class org.apache.syncope.core.flowable.support.DomainProcessEngine
 
getForm(String, String) - Method in interface org.apache.syncope.core.flowable.api.UserRequestHandler
Get the form matching the provided task id.
getForm(String, String) - Method in class org.apache.syncope.core.flowable.impl.FlowableUserRequestHandler
 
getForm(String, String, String, List<FormProperty>) - Method in class org.apache.syncope.core.flowable.impl.FlowableUserRequestHandler
 
getForm(HistoricTaskInstance) - Method in class org.apache.syncope.core.flowable.impl.FlowableUserRequestHandler
 
getForm(Task) - Method in class org.apache.syncope.core.flowable.impl.FlowableUserRequestHandler
 
getForm(Task, TaskFormData) - Method in class org.apache.syncope.core.flowable.impl.FlowableUserRequestHandler
 
getForms(String, int, int, List<OrderByClause>) - Method in interface org.apache.syncope.core.flowable.api.UserRequestHandler
Get the forms matching the provided parameters.
getForms(String, int, int, List<OrderByClause>) - Method in class org.apache.syncope.core.flowable.impl.FlowableUserRequestHandler
 
getForms(TaskQuery, int, int, List<OrderByClause>) - Method in class org.apache.syncope.core.flowable.impl.FlowableUserRequestHandler
 
getFormService() - Method in class org.apache.syncope.core.flowable.support.DomainProcessEngine
 
getFormTask(DomainProcessEngine, String) - Static method in class org.apache.syncope.core.flowable.impl.FlowableRuntimeUtils
 
getHandledType() - Method in class org.apache.syncope.core.flowable.support.ShellServiceTaskDisablingBpmnParseHandler
 
getHistoricFormTO(String, String, String, List<HistoricFormPropertyEntity>) - Method in class org.apache.syncope.core.flowable.impl.FlowableUserRequestHandler
 
getHistoricVariable(List<HistoricVariableInstance>, String, Class<T>) - Method in class org.apache.syncope.core.flowable.impl.FlowableUserRequestHandler
 
getHistoryLevel() - Method in class org.apache.syncope.core.flowable.WorkflowFlowableProperties
 
getHistoryService() - Method in class org.apache.syncope.core.flowable.support.DomainProcessEngine
 
getIdentityService() - Method in class org.apache.syncope.core.flowable.support.DomainProcessEngine
 
getInformation(String) - Method in class org.apache.syncope.core.flowable.support.DropdownFormType
 
getLatestProcDefByKey(DomainProcessEngine, String) - Static method in class org.apache.syncope.core.flowable.impl.FlowableRuntimeUtils
 
getManagementService() - Method in class org.apache.syncope.core.flowable.support.DomainProcessEngine
 
getModel(ProcessDefinition) - Method in class org.apache.syncope.core.flowable.impl.FlowableBpmnProcessManager
 
getName() - Method in class org.apache.syncope.core.flowable.support.DomainProcessEngine
 
getName() - Method in class org.apache.syncope.core.flowable.support.DropdownFormType
 
getName() - Method in class org.apache.syncope.core.flowable.support.PasswordFormType
 
getObject() - Method in class org.apache.syncope.core.flowable.support.DomainProcessEngineFactoryBean
 
getObjectType() - Method in class org.apache.syncope.core.flowable.support.DomainProcessEngineFactoryBean
 
getOrder() - Method in class org.apache.syncope.core.flowable.support.DomainProcessEngineFactoryBean
 
getPerformedTasks(DomainProcessEngine, String) - Static method in class org.apache.syncope.core.flowable.impl.FlowableRuntimeUtils
 
getPrefix() - Method in class org.apache.syncope.core.flowable.impl.FlowableUserWorkflowAdapter
 
getProcBusinessKey(String, String) - Static method in class org.apache.syncope.core.flowable.impl.FlowableRuntimeUtils
 
getProcessEngineConfiguration() - Method in class org.apache.syncope.core.flowable.support.DomainProcessEngine
 
getProcesses() - Method in interface org.apache.syncope.core.flowable.api.BpmnProcessManager
 
getProcesses() - Method in class org.apache.syncope.core.flowable.impl.FlowableBpmnProcessManager
 
getProcessMigrationService() - Method in class org.apache.syncope.core.flowable.support.DomainProcessEngine
 
getPropertiesForSubmit(UserRequestForm) - Method in class org.apache.syncope.core.flowable.impl.FlowableUserRequestHandler
 
getRepositoryService() - Method in class org.apache.syncope.core.flowable.support.DomainProcessEngine
 
getRuntimeService() - Method in class org.apache.syncope.core.flowable.support.DomainProcessEngine
 
getSessionType() - Method in class org.apache.syncope.core.flowable.support.SyncopeSessionFactory
 
getSyncopeSession() - Method in class org.apache.syncope.core.flowable.support.SyncopeSessionFactory
 
getTask(String) - Method in class org.apache.syncope.core.flowable.impl.FlowableUserRequestHandler
 
getTaskFormHandlder(String, String) - Method in class org.apache.syncope.core.flowable.support.SyncopeFormHandlerHelper
 
getTaskService() - Method in class org.apache.syncope.core.flowable.support.DomainProcessEngine
 
getType() - Method in interface org.apache.syncope.core.flowable.support.SyncopeSession
 
getUserKey(String) - Method in class org.apache.syncope.core.flowable.impl.FlowableUserRequestHandler
 
getUserRequest(ProcessInstance) - Method in class org.apache.syncope.core.flowable.impl.FlowableUserRequestHandler
 
getUserRequests(String, int, int, List<OrderByClause>) - Method in interface org.apache.syncope.core.flowable.api.UserRequestHandler
Get the running user requests matching the provided parameters.
getUserRequests(String, int, int, List<OrderByClause>) - Method in class org.apache.syncope.core.flowable.impl.FlowableUserRequestHandler
 
getUserWorkflowDef() - Method in class org.apache.syncope.core.flowable.WorkflowFlowableProperties
 
getUserWorkflowVariable(String, User) - Method in class org.apache.syncope.core.flowable.impl.FlowableWorkflowUtils
 
getValues() - Method in interface org.apache.syncope.core.flowable.api.DropdownValueProvider
 
getVariable(String, String, Class<T>) - Method in interface org.apache.syncope.core.flowable.api.WorkflowTaskManager
Gets variable value.
getVariable(String, String, Class<T>) - Method in class org.apache.syncope.core.flowable.impl.FlowableUserWorkflowAdapter
 
getWFProcBusinessKey(String) - Static method in class org.apache.syncope.core.flowable.impl.FlowableRuntimeUtils
 
getWFProcInstID(DomainProcessEngine, String) - Static method in class org.apache.syncope.core.flowable.impl.FlowableRuntimeUtils
 

I

idGenerator() - Method in class org.apache.syncope.core.flowable.FlowableWorkflowContext
 
importProcess(String, BpmnProcessFormat, String) - Method in interface org.apache.syncope.core.flowable.api.BpmnProcessManager
Import the process for the given key.
importProcess(String, BpmnProcessFormat, String) - Method in class org.apache.syncope.core.flowable.impl.FlowableBpmnProcessManager
 
isAbleToStore(Object) - Method in class org.apache.syncope.core.flowable.support.SyncopeEntitiesVariableType
 
isSingleton() - Method in class org.apache.syncope.core.flowable.support.DomainProcessEngineFactoryBean
 
isUserIngroup(UserTO, String) - Static method in class org.apache.syncope.core.flowable.impl.FlowableWorkflowUtils
 

L

lazyLoad(User) - Method in class org.apache.syncope.core.flowable.impl.FlowableUserRequestHandler
 
lazyLoad(User) - Method in class org.apache.syncope.core.flowable.impl.FlowableUserWorkflowAdapter
 
list() - Method in class org.apache.syncope.core.flowable.support.SyncopeGroupQueryImpl
 
list() - Method in class org.apache.syncope.core.flowable.support.SyncopeUserQueryImpl
 
load(String, DataSource) - Method in class org.apache.syncope.core.flowable.support.DomainProcessEngineFactoryBean
 
LOG - Static variable in class org.apache.syncope.core.flowable.impl.FlowableBpmnProcessManager
 
LOG - Static variable in class org.apache.syncope.core.flowable.impl.FlowableUserRequestHandler
 
LOG - Static variable in class org.apache.syncope.core.flowable.support.SyncopeTaskFormHandler
 
LOG - Static variable in class org.apache.syncope.core.flowable.task.FlowableServiceTask
 

M

MAPPER - Static variable in class org.apache.syncope.core.flowable.impl.FlowableBpmnProcessManager
 
MODEL_DATA_JSON_MODEL - Static variable in class org.apache.syncope.core.flowable.impl.FlowableBpmnProcessManager
 

N

NAME - Static variable in interface org.apache.syncope.core.flowable.api.DropdownValueProvider
 
navigateAvailableTasks(FlowElement, List<String>) - Static method in class org.apache.syncope.core.flowable.impl.FlowableUserWorkflowAdapter
 
notificationManager - Variable in class org.apache.syncope.core.flowable.task.Notify
 
notify(NotificationManager) - Method in class org.apache.syncope.core.flowable.FlowableWorkflowContext
 
Notify - Class in org.apache.syncope.core.flowable.task
General-purpose notification task for usage within workflow.
Notify(NotificationManager) - Constructor for class org.apache.syncope.core.flowable.task.Notify
 

O

openSession(CommandContext) - Method in class org.apache.syncope.core.flowable.support.SyncopeSessionFactory
 
org.apache.syncope.core.flowable - package org.apache.syncope.core.flowable
 
org.apache.syncope.core.flowable.api - package org.apache.syncope.core.flowable.api
 
org.apache.syncope.core.flowable.impl - package org.apache.syncope.core.flowable.impl
 
org.apache.syncope.core.flowable.support - package org.apache.syncope.core.flowable.support
 
org.apache.syncope.core.flowable.task - package org.apache.syncope.core.flowable.task
 

P

parse(String) - Method in interface org.apache.syncope.core.flowable.api.UserRequestHandler
Parses the given execution id to find matching user request and owner.
parse(String) - Method in class org.apache.syncope.core.flowable.impl.FlowableUserRequestHandler
 
parseConfiguration(List<FormProperty>, String, DeploymentEntity, ProcessDefinition) - Method in class org.apache.syncope.core.flowable.support.SyncopeTaskFormHandler
 
parseFormPropertyType(FormProperty, ExpressionManager) - Static method in class org.apache.syncope.core.flowable.support.SyncopeTaskFormHandler
 
parseTask(String) - Method in class org.apache.syncope.core.flowable.impl.FlowableUserRequestHandler
 
PASSWORD - Static variable in class org.apache.syncope.core.flowable.impl.FlowableRuntimeUtils
 
PasswordFormType - Class in org.apache.syncope.core.flowable.support
 
PasswordFormType() - Constructor for class org.apache.syncope.core.flowable.support.PasswordFormType
 
passwordReset(UserDataBinder, UserDAO) - Method in class org.apache.syncope.core.flowable.FlowableWorkflowContext
 
PasswordReset - Class in org.apache.syncope.core.flowable.task
 
PasswordReset(UserDataBinder, UserDAO) - Constructor for class org.apache.syncope.core.flowable.task.PasswordReset
 
postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - Method in class org.apache.syncope.core.flowable.FlowableLiquibaseEnvironmentPostProcessor
 
preDestroy() - Method in class org.apache.syncope.core.flowable.support.DomainProcessEngineFactoryBean
 
processEngineConfiguration(WorkflowFlowableProperties, SpringIdmEngineConfigurator, IdGenerator, SyncopeEntitiesVariableType, SyncopeFormHandlerHelper) - Method in class org.apache.syncope.core.flowable.FlowableWorkflowContext
 
PROP_BY_LINKEDACCOUNT - Static variable in class org.apache.syncope.core.flowable.impl.FlowableRuntimeUtils
 
PROP_BY_RESOURCE - Static variable in class org.apache.syncope.core.flowable.impl.FlowableRuntimeUtils
 
PROPAGATE_ENABLE - Static variable in class org.apache.syncope.core.flowable.impl.FlowableRuntimeUtils
 
publisher - Variable in class org.apache.syncope.core.flowable.impl.FlowableUserWorkflowAdapter
 

R

reactivate() - Method in class org.apache.syncope.core.flowable.FlowableWorkflowContext
 
Reactivate - Class in org.apache.syncope.core.flowable.task
 
Reactivate() - Constructor for class org.apache.syncope.core.flowable.task.Reactivate
 

S

saveForFormSubmit(DomainProcessEngine, String, UserTO, String, Boolean, PropagationByResource<String>, PropagationByResource<Pair<String, String>>) - Static method in class org.apache.syncope.core.flowable.impl.FlowableRuntimeUtils
Saves resources to be propagated and password for later - after form submission - propagation.
setHistoryLevel(HistoryLevel) - Method in class org.apache.syncope.core.flowable.WorkflowFlowableProperties
 
setSyncopeSession(SyncopeSession) - Method in class org.apache.syncope.core.flowable.support.SyncopeSessionFactory
 
setUserWorkflowDef(String) - Method in class org.apache.syncope.core.flowable.WorkflowFlowableProperties
 
setUserWorkflowVariable(String, Object, User) - Method in class org.apache.syncope.core.flowable.impl.FlowableWorkflowUtils
 
setVariable(String, String, Object) - Method in interface org.apache.syncope.core.flowable.api.WorkflowTaskManager
Updates or create sa variable for an execution.
setVariable(String, String, Object) - Method in class org.apache.syncope.core.flowable.impl.FlowableUserWorkflowAdapter
 
ShellServiceTaskDisablingBpmnParseHandler - Class in org.apache.syncope.core.flowable.support
 
ShellServiceTaskDisablingBpmnParseHandler() - Constructor for class org.apache.syncope.core.flowable.support.ShellServiceTaskDisablingBpmnParseHandler
 
splitProcBusinessKey(String) - Static method in class org.apache.syncope.core.flowable.impl.FlowableRuntimeUtils
 
start(String, User, WorkflowTaskExecInput) - Method in interface org.apache.syncope.core.flowable.api.UserRequestHandler
Starts a new user request, for the given BPMN process and user.
start(String, User, WorkflowTaskExecInput) - Method in class org.apache.syncope.core.flowable.impl.FlowableUserRequestHandler
 
startExecutors() - Method in class org.apache.syncope.core.flowable.support.DomainProcessEngine
 
submitForm(UserRequestForm) - Method in interface org.apache.syncope.core.flowable.api.UserRequestHandler
Submit a form.
submitForm(UserRequestForm) - Method in class org.apache.syncope.core.flowable.impl.FlowableUserRequestHandler
 
suspend() - Method in class org.apache.syncope.core.flowable.FlowableWorkflowContext
 
Suspend - Class in org.apache.syncope.core.flowable.task
 
Suspend() - Constructor for class org.apache.syncope.core.flowable.task.Suspend
 
syncopeEntitiesVariableType() - Method in class org.apache.syncope.core.flowable.FlowableWorkflowContext
 
SyncopeEntitiesVariableType - Class in org.apache.syncope.core.flowable.support
Flowable variable type for handling Syncope entities as Flowable variables.
SyncopeEntitiesVariableType() - Constructor for class org.apache.syncope.core.flowable.support.SyncopeEntitiesVariableType
 
syncopeFormHandlerHelper() - Method in class org.apache.syncope.core.flowable.FlowableWorkflowContext
 
SyncopeFormHandlerHelper - Class in org.apache.syncope.core.flowable.support
Used to inject SyncopeTaskFormHandler rather than DefaultTaskFormHandler.
SyncopeFormHandlerHelper() - Constructor for class org.apache.syncope.core.flowable.support.SyncopeFormHandlerHelper
 
SyncopeGroupQueryImpl - Class in org.apache.syncope.core.flowable.support
 
SyncopeGroupQueryImpl() - Constructor for class org.apache.syncope.core.flowable.support.SyncopeGroupQueryImpl
 
syncopeIdmEngineConfiguration(ConfigurableApplicationContext) - Method in class org.apache.syncope.core.flowable.FlowableWorkflowContext
 
syncopeIdmEngineConfigurator(SpringIdmEngineConfiguration) - Method in class org.apache.syncope.core.flowable.FlowableWorkflowContext
 
SyncopeIdmIdentityService - Class in org.apache.syncope.core.flowable.support
 
SyncopeIdmIdentityService(IdmEngineConfiguration, ConfigurableApplicationContext) - Constructor for class org.apache.syncope.core.flowable.support.SyncopeIdmIdentityService
 
SyncopeSession - Interface in org.apache.syncope.core.flowable.support
 
SyncopeSessionFactory - Class in org.apache.syncope.core.flowable.support
 
SyncopeSessionFactory() - Constructor for class org.apache.syncope.core.flowable.support.SyncopeSessionFactory
 
SyncopeTaskFormHandler - Class in org.apache.syncope.core.flowable.support
Extends DefaultTaskFormHandler with purpose of supporting more form types than Flowable's default.
SyncopeTaskFormHandler() - Constructor for class org.apache.syncope.core.flowable.support.SyncopeTaskFormHandler
 
SyncopeUserQueryImpl - Class in org.apache.syncope.core.flowable.support
 
SyncopeUserQueryImpl() - Constructor for class org.apache.syncope.core.flowable.support.SyncopeUserQueryImpl
 

T

TASK - Static variable in class org.apache.syncope.core.flowable.impl.FlowableRuntimeUtils
 
throwException(FlowableException, String) - Static method in class org.apache.syncope.core.flowable.impl.FlowableRuntimeUtils
 
TOKEN - Static variable in class org.apache.syncope.core.flowable.impl.FlowableRuntimeUtils
 

U

unclaimForm(String) - Method in interface org.apache.syncope.core.flowable.api.UserRequestHandler
Unclaim a form for a given object.
unclaimForm(String) - Method in class org.apache.syncope.core.flowable.impl.FlowableUserRequestHandler
 
update(UserDataBinder, UserDAO) - Method in class org.apache.syncope.core.flowable.FlowableWorkflowContext
 
Update - Class in org.apache.syncope.core.flowable.task
 
Update(UserDataBinder, UserDAO) - Constructor for class org.apache.syncope.core.flowable.task.Update
 
updateStatus(DomainProcessEngine, String, User) - Static method in class org.apache.syncope.core.flowable.impl.FlowableRuntimeUtils
 
USER - Static variable in class org.apache.syncope.core.flowable.impl.FlowableRuntimeUtils
 
USER_CR - Static variable in class org.apache.syncope.core.flowable.impl.FlowableRuntimeUtils
 
USER_TO - Static variable in class org.apache.syncope.core.flowable.impl.FlowableRuntimeUtils
 
USER_UR - Static variable in class org.apache.syncope.core.flowable.impl.FlowableRuntimeUtils
 
userDAO - Variable in class org.apache.syncope.core.flowable.impl.FlowableUserRequestHandler
 
userDAO - Variable in class org.apache.syncope.core.flowable.task.AutoActivate
 
userDAO - Variable in class org.apache.syncope.core.flowable.task.PasswordReset
 
userDAO - Variable in class org.apache.syncope.core.flowable.task.Update
 
userRequestHandler - Variable in class org.apache.syncope.core.flowable.impl.FlowableUserWorkflowAdapter
 
userRequestHandler(SecurityProperties, UserDataBinder, DomainProcessEngine, UserDAO, EntityFactory) - Method in class org.apache.syncope.core.flowable.FlowableWorkflowContext
 
UserRequestHandler - Interface in org.apache.syncope.core.flowable.api
 
userWorkflowDef(WorkflowFlowableProperties, ResourceLoader) - Method in class org.apache.syncope.core.flowable.FlowableWorkflowContext
 
uwfAdapter(UserDataBinder, UserDAO, RealmDAO, EntityFactory, SecurityProperties, DomainProcessEngine, UserRequestHandler, ApplicationEventPublisher) - Method in class org.apache.syncope.core.flowable.FlowableWorkflowContext
 

W

WF_EXECUTOR - Static variable in class org.apache.syncope.core.flowable.impl.FlowableRuntimeUtils
 
WF_PROCESS_ID - Static variable in class org.apache.syncope.core.flowable.impl.FlowableRuntimeUtils
 
WorkflowFlowableProperties - Class in org.apache.syncope.core.flowable
 
WorkflowFlowableProperties() - Constructor for class org.apache.syncope.core.flowable.WorkflowFlowableProperties
 
WorkflowTaskManager - Interface in org.apache.syncope.core.flowable.api
 
A B C D E F G I L M N O P R S T U W 
All Classes All Packages