Uses of Class
org.apache.syncope.common.lib.to.UserRequestForm
-
-
Uses of UserRequestForm in org.apache.syncope.client.console.panels
Fields in org.apache.syncope.client.console.panels declared as UserRequestForm Modifier and Type Field Description protected UserRequestForm
UserRequestFormModal. formTO
Fields in org.apache.syncope.client.console.panels with type parameters of type UserRequestForm Modifier and Type Field Description protected BaseModal<UserRequestForm>
UserRequestFormDirectoryPanel. manageFormModal
Methods in org.apache.syncope.client.console.panels that return UserRequestForm Modifier and Type Method Description UserRequestForm
UserRequestFormModal. getItem()
Methods in org.apache.syncope.client.console.panels that return types with arguments of type UserRequestForm Modifier and Type Method Description protected ActionLinksTogglePanel<UserRequestForm>
UserRequestFormDirectoryPanel. actionTogglePanel()
ActionsPanel<UserRequestForm>
UserRequestFormDirectoryPanel. getActions(IModel<UserRequestForm> model)
protected List<IColumn<UserRequestForm,String>>
UserRequestFormDirectoryPanel. getColumns()
Iterator<UserRequestForm>
UserRequestFormDirectoryPanel.UserRequestFormProvider. iterator(long first, long count)
IModel<UserRequestForm>
UserRequestFormDirectoryPanel.UserRequestFormProvider. model(UserRequestForm form)
Methods in org.apache.syncope.client.console.panels with parameters of type UserRequestForm Modifier and Type Method Description IModel<UserRequestForm>
UserRequestFormDirectoryPanel.UserRequestFormProvider. model(UserRequestForm form)
Method parameters in org.apache.syncope.client.console.panels with type arguments of type UserRequestForm Modifier and Type Method Description ActionsPanel<UserRequestForm>
UserRequestFormDirectoryPanel. getActions(IModel<UserRequestForm> model)
Constructors in org.apache.syncope.client.console.panels with parameters of type UserRequestForm Constructor Description UserRequestFormDetails(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 UserRequestForm Modifier and Type Method Description UserRequestForm
UserRequestRestClient. claimForm(String taskKey)
UserRequestForm
UserRequestRestClient. unclaimForm(String taskKey)
Methods in org.apache.syncope.client.console.rest that return types with arguments of type UserRequestForm Modifier and Type Method Description Optional<UserRequestForm>
UserRequestRestClient. getForm(String userKey)
List<UserRequestForm>
UserRequestRestClient. listForms(String keyword, int page, int size, SortParam<String> sort)
Methods in org.apache.syncope.client.console.rest with parameters of type UserRequestForm Modifier and Type Method Description void
UserRequestRestClient. submitForm(UserRequestForm form)
-
Uses of UserRequestForm in org.apache.syncope.client.console.widgets
Fields in org.apache.syncope.client.console.widgets with type parameters of type UserRequestForm Modifier and Type Field Description protected List<UserRequestForm>
UserRequestFormsWidget. lastForms
Methods in org.apache.syncope.client.console.widgets that return types with arguments of type UserRequestForm Modifier and Type Method Description protected 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 UserRequestForm Modifier and Type Method Description UserRequestForm
UserRequestRestClient. claimForm(String taskKey)
Methods in org.apache.syncope.client.enduser.rest that return types with arguments of type UserRequestForm Modifier and Type Method Description Optional<UserRequestForm>
UserRequestRestClient. getForm(String username, String taskId)
List<UserRequestForm>
UserRequestRestClient. listForms(int page, int size, SortParam<String> sort)
Methods in org.apache.syncope.client.enduser.rest with parameters of type UserRequestForm Modifier and Type Method Description ProvisioningResult<UserTO>
UserRequestRestClient. submitForm(UserRequestForm form)
-
Uses of UserRequestForm in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service that return UserRequestForm Modifier and Type Method Description UserRequestForm
UserRequestService. claimForm(@NotNull String taskId)
Requests to manage the form for the given task id.UserRequestForm
UserRequestService. getForm(@NotNull String username, @NotNull String taskId)
Returns a user request form matching the given task id.UserRequestForm
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 UserRequestForm Modifier and Type Method Description PagedResult<UserRequestForm>
UserRequestService. 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 UserRequestForm Modifier and Type Method Description javax.ws.rs.core.Response
UserRequestService. 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 UserRequestForm Modifier and Type Method Description UserRequestForm
UserRequestHandler. claimForm(String taskId)
Claim a form for a given object.UserRequestForm
UserRequestHandler. getForm(String userKey, String taskId)
Get the form matching the provided task id.UserRequestForm
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 UserRequestForm Modifier and Type Method Description Pair<Integer,List<UserRequestForm>>
UserRequestHandler. getForms(String userKey, int page, int size, List<OrderByClause> orderByClauses)
Get the forms matching the provided parameters.Methods in org.apache.syncope.core.flowable.api with parameters of type UserRequestForm Modifier and Type Method Description UserWorkflowResult<UserUR>
UserRequestHandler. 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 UserRequestForm Modifier and Type Method Description UserRequestForm
FlowableUserRequestHandler. claimForm(String taskId)
UserRequestForm
FlowableUserRequestHandler. getForm(String userKey, String taskId)
protected 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)
UserRequestForm
FlowableUserRequestHandler. unclaimForm(String taskId)
Methods in org.apache.syncope.core.flowable.impl that return types with arguments of type UserRequestForm Modifier and Type Method Description Pair<Integer,List<UserRequestForm>>
FlowableUserRequestHandler. getForms(String userKey, int page, int size, List<OrderByClause> ob)
protected Pair<Integer,List<UserRequestForm>>
FlowableUserRequestHandler. getForms(org.flowable.task.api.TaskQuery query, int page, int size, List<OrderByClause> orderByClauses)
Methods in org.apache.syncope.core.flowable.impl with parameters of type UserRequestForm Modifier and Type Method Description protected Map<String,String>
FlowableUserRequestHandler. getPropertiesForSubmit(UserRequestForm form)
UserWorkflowResult<UserUR>
FlowableUserRequestHandler. submitForm(UserRequestForm form)
-
Uses of UserRequestForm in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return UserRequestForm Modifier and Type Method Description UserRequestForm
UserRequestLogic. claimForm(String taskId)
UserRequestForm
UserRequestLogic. getForm(String userKey, String taskId)
UserRequestForm
UserRequestLogic. unclaimForm(String taskId)
Methods in org.apache.syncope.core.logic that return types with arguments of type UserRequestForm Modifier and Type Method Description Pair<Integer,List<UserRequestForm>>
UserRequestLogic. listForms(String userKey, int page, int size, List<OrderByClause> orderByClauses)
Methods in org.apache.syncope.core.logic with parameters of type UserRequestForm Modifier and Type Method Description ProvisioningResult<UserTO>
UserRequestLogic. 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 UserRequestForm Modifier and Type Method Description UserRequestForm
UserRequestServiceImpl. claimForm(String taskId)
UserRequestForm
UserRequestServiceImpl. getForm(String username, String taskId)
UserRequestForm
UserRequestServiceImpl. unclaimForm(String taskId)
Methods in org.apache.syncope.core.rest.cxf.service that return types with arguments of type UserRequestForm Modifier and Type Method Description PagedResult<UserRequestForm>
UserRequestServiceImpl. listForms(UserRequestQuery query)
Methods in org.apache.syncope.core.rest.cxf.service with parameters of type UserRequestForm Modifier and Type Method Description javax.ws.rs.core.Response
UserRequestServiceImpl. submitForm(UserRequestForm form)
-