Uses of Class
org.apache.syncope.common.lib.to.UserRequestForm
Packages that use UserRequestForm
Package
Description
-
Uses of UserRequestForm in org.apache.syncope.client.console.panels
Fields in org.apache.syncope.client.console.panels declared as UserRequestFormFields in org.apache.syncope.client.console.panels with type parameters of type UserRequestFormModifier and TypeFieldDescriptionprotected final BaseModal
<UserRequestForm> UserRequestFormDirectoryPanel.manageFormModal
Methods in org.apache.syncope.client.console.panels that return UserRequestFormMethods in org.apache.syncope.client.console.panels that return types with arguments of type UserRequestFormModifier 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) Methods in org.apache.syncope.client.console.panels with parameters of type UserRequestFormModifier and TypeMethodDescriptionUserRequestFormDirectoryPanel.UserRequestFormProvider.model
(UserRequestForm form) Method parameters in org.apache.syncope.client.console.panels with type arguments of type UserRequestFormModifier and TypeMethodDescriptionUserRequestFormDirectoryPanel.getActions
(IModel<UserRequestForm> model) Constructors in org.apache.syncope.client.console.panels with parameters of type UserRequestFormModifierConstructorDescriptionUserRequestFormDetails
(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
Methods in org.apache.syncope.client.console.rest that return UserRequestFormMethods in org.apache.syncope.client.console.rest that return types with arguments of type UserRequestFormModifier and TypeMethodDescriptionMethods in org.apache.syncope.client.console.rest with parameters of type UserRequestForm -
Uses of UserRequestForm in org.apache.syncope.client.console.widgets
Fields in org.apache.syncope.client.console.widgets with type parameters of type UserRequestFormModifier and TypeFieldDescriptionprotected final List
<UserRequestForm> UserRequestFormsWidget.lastForms
Methods in org.apache.syncope.client.console.widgets that return types with arguments of type UserRequestFormModifier and TypeMethodDescriptionprotected IModel
<List<UserRequestForm>> UserRequestFormsWidget.getLatestAlerts()
-
Uses of UserRequestForm in org.apache.syncope.client.enduser.rest
Methods in org.apache.syncope.client.enduser.rest that return UserRequestFormModifier and TypeMethodDescriptionMethods in org.apache.syncope.client.enduser.rest that return types with arguments of type UserRequestFormModifier and TypeMethodDescriptionMethods in org.apache.syncope.client.enduser.rest with parameters of type UserRequestForm -
Uses of UserRequestForm in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service that return UserRequestFormModifier 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.Methods in org.apache.syncope.common.rest.api.service that return types with arguments of type UserRequestFormModifier and TypeMethodDescriptionUserRequestService.listForms
(UserRequestQuery query) Returns a list of user request forms matching the given query.Methods in org.apache.syncope.common.rest.api.service with parameters of type UserRequestFormModifier and TypeMethodDescriptionUserRequestService.submitForm
(@NotNull UserRequestForm form) Submits a user request form. -
Uses of UserRequestForm in org.apache.syncope.core.flowable.api
Methods in org.apache.syncope.core.flowable.api that return UserRequestFormModifier 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.Methods in org.apache.syncope.core.flowable.api that return types with arguments of type UserRequestFormModifier and TypeMethodDescriptionorg.springframework.data.domain.Page
<UserRequestForm> Get the forms matching the provided parameters.Methods in org.apache.syncope.core.flowable.api with parameters of type UserRequestFormModifier and TypeMethodDescriptionUserRequestHandler.submitForm
(UserRequestForm form) Submit a form. -
Uses of UserRequestForm in org.apache.syncope.core.flowable.impl
Methods in org.apache.syncope.core.flowable.impl that return UserRequestFormModifier 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) Methods in org.apache.syncope.core.flowable.impl that return types with arguments of type UserRequestFormModifier 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) Methods in org.apache.syncope.core.flowable.impl with parameters of type UserRequestFormModifier and TypeMethodDescriptionFlowableUserRequestHandler.getPropertiesForSubmit
(UserRequestForm form) FlowableUserRequestHandler.submitForm
(UserRequestForm form) -
Uses of UserRequestForm in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return UserRequestFormMethods in org.apache.syncope.core.logic that return types with arguments of type UserRequestFormMethods in org.apache.syncope.core.logic with parameters of type UserRequestFormModifier and TypeMethodDescriptionUserRequestLogic.submitForm
(UserRequestForm form, boolean nullPriorityAsync) -
Uses of UserRequestForm in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service that return UserRequestFormMethods in org.apache.syncope.core.rest.cxf.service that return types with arguments of type UserRequestFormMethods in org.apache.syncope.core.rest.cxf.service with parameters of type UserRequestForm