Skip navigation links
A B C D E F G I L M N O P R S T U W 

A

adminUser - Variable in class org.apache.syncope.core.flowable.impl.FlowableUserRequestHandler
 
afterPropertiesSet() - Method in class org.apache.syncope.core.flowable.FlowableLiquibasePropertySourcesPlaceholderConfigurer
 
AutoActivate - Class in org.apache.syncope.core.flowable.task
 
AutoActivate() - Constructor for class org.apache.syncope.core.flowable.task.AutoActivate
 

B

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(AnyDeletedEvent) - Method in interface org.apache.syncope.core.flowable.api.UserRequestHandler
Cancel all running user requests for the user in the given delete event.
cancelByUser(AnyDeletedEvent) - 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
 
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 - Class in org.apache.syncope.core.flowable.task
 
Create() - 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
 
decrypt(String) - Static method in class org.apache.syncope.core.flowable.impl.FlowableRuntimeUtils
 
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
 
destroy() - Method in class org.apache.syncope.core.flowable.support.DomainProcessEngineFactoryBean
 
doActivate(User, String) - Method in class org.apache.syncope.core.flowable.impl.FlowableUserWorkflowAdapter
 
doConfirmPasswordReset(User, String, String) - Method in class org.apache.syncope.core.flowable.impl.FlowableUserWorkflowAdapter
 
doCreate(UserTO, boolean, Boolean, boolean) - Method in class org.apache.syncope.core.flowable.impl.FlowableUserWorkflowAdapter
 
doDelete(User) - 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 - 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() - Constructor for class org.apache.syncope.core.flowable.support.DomainProcessEngineFactoryBean
 
doReactivate(User) - Method in class org.apache.syncope.core.flowable.impl.FlowableUserWorkflowAdapter
 
doRequestPasswordReset(User) - Method in class org.apache.syncope.core.flowable.impl.FlowableUserWorkflowAdapter
 
doSuspend(User) - Method in class org.apache.syncope.core.flowable.impl.FlowableUserWorkflowAdapter
 
doUpdate(User, UserPatch) - 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 - Interface in org.apache.syncope.core.flowable.api
Implementations of this interface are used with DropdownFormType.
dropdownValueProvider - Variable in class org.apache.syncope.core.flowable.support.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
 
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() - Constructor for class org.apache.syncope.core.flowable.impl.FlowableBpmnProcessManager
 
FlowableDeployUtils - Class in org.apache.syncope.core.flowable.impl
 
FlowableLiquibasePropertySourcesPlaceholderConfigurer - Class in org.apache.syncope.core.flowable
Needed with Flowable 6.5.0 or higer.
FlowableLiquibasePropertySourcesPlaceholderConfigurer() - Constructor for class org.apache.syncope.core.flowable.FlowableLiquibasePropertySourcesPlaceholderConfigurer
 
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() - Constructor for class org.apache.syncope.core.flowable.impl.FlowableUserRequestHandler
 
FlowableUserWorkflowAdapter - Class in org.apache.syncope.core.flowable.impl
 
FlowableUserWorkflowAdapter() - Constructor for class org.apache.syncope.core.flowable.impl.FlowableUserWorkflowAdapter
 
FlowableWorkflowUtils - Class in org.apache.syncope.core.flowable.impl
 
FlowableWorkflowUtils() - 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) - Method in class org.apache.syncope.core.flowable.impl.FlowableUserRequestHandler
 

G

GenerateToken - Class in org.apache.syncope.core.flowable.task
 
GenerateToken() - 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(Task) - Method in class org.apache.syncope.core.flowable.impl.FlowableUserRequestHandler
 
getForm(Task, TaskFormData) - Method in class org.apache.syncope.core.flowable.impl.FlowableUserRequestHandler
 
getForm(HistoricTaskInstance) - 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(String, String) - 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
 
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
 
getPerformedTasks(DomainProcessEngine, String, User) - 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
 
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

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) - 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
 
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

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>) - Method in class org.apache.syncope.core.flowable.impl.FlowableUserWorkflowAdapter
 
Notify - Class in org.apache.syncope.core.flowable.task
General-purpose notification task for usage within workflow.
Notify() - Constructor for class org.apache.syncope.core.flowable.task.Notify
 

O

OBJECT_MAPPER - Static variable in class org.apache.syncope.core.flowable.impl.FlowableBpmnProcessManager
 
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) - 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 - Class in org.apache.syncope.core.flowable.task
 
PasswordReset() - Constructor for class org.apache.syncope.core.flowable.task.PasswordReset
 
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
 

R

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

S

saveForFormSubmit(DomainProcessEngine, String, User, 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.
setApplicationContext(ApplicationContext) - Method in class org.apache.syncope.core.flowable.support.DomainProcessEngineFactoryBean
 
setApplicationContext(ApplicationContext) - Method in class org.apache.syncope.core.flowable.support.SyncopeIdmIdentityService
 
setEnvironment(Environment) - Method in class org.apache.syncope.core.flowable.FlowableLiquibasePropertySourcesPlaceholderConfigurer
 
setSyncopeSession(SyncopeSession) - Method in class org.apache.syncope.core.flowable.support.SyncopeSessionFactory
 
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
 
STORE_PASSWORD - Static variable in class org.apache.syncope.core.flowable.impl.FlowableRuntimeUtils
 
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 - Class in org.apache.syncope.core.flowable.task
 
Suspend() - Constructor for class org.apache.syncope.core.flowable.task.Suspend
 
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 - 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
 
SyncopeIdmIdentityService - Class in org.apache.syncope.core.flowable.support
 
SyncopeIdmIdentityService(IdmEngineConfiguration) - 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 - Class in org.apache.syncope.core.flowable.task
 
Update() - 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_PATCH - Static variable in class org.apache.syncope.core.flowable.impl.FlowableRuntimeUtils
 
USER_TO - Static variable in class org.apache.syncope.core.flowable.impl.FlowableRuntimeUtils
 
userDAO - Variable in class org.apache.syncope.core.flowable.impl.FlowableUserRequestHandler
 
UserRequestHandler - Interface in org.apache.syncope.core.flowable.api
 
userRequestHandler - Variable in class org.apache.syncope.core.flowable.impl.FlowableUserWorkflowAdapter
 

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
 
wfTaskManager - Variable in class org.apache.syncope.core.flowable.impl.FlowableUserRequestHandler
 
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 
Skip navigation links

Copyright © 2010–2020 The Apache Software Foundation. All rights reserved.