Uses of Class
org.apache.syncope.common.lib.to.UserRequestForm
Package
Description
-
Uses of UserRequestForm in org.apache.syncope.client.console.panels
Modifier and TypeFieldDescriptionprotected final BaseModal
<UserRequestForm> UserRequestFormDirectoryPanel.manageFormModal
Modifier and TypeMethodDescriptionprotected ActionLinksTogglePanel
<UserRequestForm> UserRequestFormDirectoryPanel.actionTogglePanel()
UserRequestFormDirectoryPanel.getActions
(IModel<UserRequestForm> model) protected List
<IColumn<UserRequestForm, String>> UserRequestFormDirectoryPanel.getColumns()
UserRequestFormDirectoryPanel.UserRequestFormProvider.iterator
(long first, long count) UserRequestFormDirectoryPanel.UserRequestFormProvider.model
(UserRequestForm form) Modifier and TypeMethodDescriptionUserRequestFormDirectoryPanel.UserRequestFormProvider.model
(UserRequestForm form) Modifier and TypeMethodDescriptionUserRequestFormDirectoryPanel.getActions
(IModel<UserRequestForm> model) ModifierConstructorDescriptionUserRequestFormDetails
(PageReference pageRef, UserRequestForm formTO) UserRequestFormModal
(BaseModal<?> modal, PageReference pageRef, UserRequestForm formTO) UserRequestFormPanel
(String id, UserRequestForm form) -
Uses of UserRequestForm in org.apache.syncope.client.console.rest
Modifier and TypeMethodDescription -
Uses of UserRequestForm in org.apache.syncope.client.console.widgets
Modifier and TypeFieldDescriptionprotected final List
<UserRequestForm> UserRequestFormsWidget.lastForms
Modifier and TypeMethodDescriptionprotected IModel
<List<UserRequestForm>> UserRequestFormsWidget.getLatestAlerts()
-
Uses of UserRequestForm in org.apache.syncope.client.enduser.rest
Modifier and TypeMethodDescriptionModifier and TypeMethodDescription -
Uses of UserRequestForm in org.apache.syncope.common.rest.api.service
Modifier and TypeMethodDescriptionRequests to manage the form for the given task id.Returns a user request form matching the given task id.UserRequestService.unclaimForm
(@NotNull String taskId) Cancels request to manage the form for the given task id.Modifier and TypeMethodDescriptionUserRequestService.listForms
(UserRequestQuery query) Returns a list of user request forms matching the given query.Modifier and TypeMethodDescriptionUserRequestService.submitForm
(@NotNull UserRequestForm form) Submits a user request form. -
Uses of UserRequestForm in org.apache.syncope.core.flowable.api
Modifier and TypeMethodDescriptionClaim a form for a given object.Get the form matching the provided task id.UserRequestHandler.unclaimForm
(String taskId) Unclaim a form for a given object.Modifier and TypeMethodDescriptionorg.springframework.data.domain.Page
<UserRequestForm> Get the forms matching the provided parameters.Modifier and TypeMethodDescriptionUserRequestHandler.submitForm
(UserRequestForm form) Submit a form. -
Uses of UserRequestForm in org.apache.syncope.core.flowable.impl
Modifier and TypeMethodDescriptionprotected UserRequestForm
FlowableUserRequestHandler.getForm
(String procInstId, String taskId, String formKey, List<FormProperty> props) protected UserRequestForm
FlowableUserRequestHandler.getForm
(org.flowable.task.api.history.HistoricTaskInstance task) protected UserRequestForm
FlowableUserRequestHandler.getForm
(org.flowable.task.api.Task task) protected UserRequestForm
FlowableUserRequestHandler.getForm
(org.flowable.task.api.Task task, TaskFormData fd) protected UserRequestForm
FlowableUserRequestHandler.getHistoricFormTO
(String procInstId, String taskId, String formKey, List<org.flowable.engine.impl.persistence.entity.HistoricFormPropertyEntity> props) FlowableUserRequestHandler.unclaimForm
(String taskId) Modifier and TypeMethodDescriptionorg.springframework.data.domain.Page
<UserRequestForm> FlowableUserRequestHandler.getForms
(String userKey, org.springframework.data.domain.Pageable pageable) protected org.springframework.data.domain.Page
<UserRequestForm> FlowableUserRequestHandler.getForms
(org.flowable.task.api.TaskQuery query, org.springframework.data.domain.Pageable pageable) Modifier and TypeMethodDescriptionFlowableUserRequestHandler.getPropertiesForSubmit
(UserRequestForm form) FlowableUserRequestHandler.submitForm
(UserRequestForm form) -
Uses of UserRequestForm in org.apache.syncope.core.logic
Modifier and TypeMethodDescriptionUserRequestLogic.submitForm
(UserRequestForm form, boolean nullPriorityAsync) -
Uses of UserRequestForm in org.apache.syncope.core.rest.cxf.service