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 UserRequestFormUserRequestFormModal. formTOFields in org.apache.syncope.client.console.panels with type parameters of type UserRequestForm Modifier and Type Field Description protected BaseModal<UserRequestForm>UserRequestFormDirectoryPanel. manageFormModalMethods in org.apache.syncope.client.console.panels that return UserRequestForm Modifier and Type Method Description UserRequestFormUserRequestFormModal. 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 UserRequestFormUserRequestRestClient. claimForm(String taskKey)UserRequestFormUserRequestRestClient. 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 voidUserRequestRestClient. 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. lastFormsMethods 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 UserRequestFormUserRequestRestClient. 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 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 UserRequestFormUserRequestService. claimForm(@NotNull String taskId)Requests to manage the form for the given task id.UserRequestFormUserRequestService. getForm(@NotNull String username, @NotNull String taskId)Returns a user request form matching the given task id.UserRequestFormUserRequestService. 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.ResponseUserRequestService. 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 UserRequestFormUserRequestHandler. claimForm(String taskId)Claim a form for a given object.UserRequestFormUserRequestHandler. getForm(String userKey, String taskId)Get the form matching the provided task id.UserRequestFormUserRequestHandler. 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 UserRequestFormFlowableUserRequestHandler. claimForm(String taskId)UserRequestFormFlowableUserRequestHandler. getForm(String userKey, String taskId)protected UserRequestFormFlowableUserRequestHandler. getForm(String procInstId, String taskId, String formKey, List<org.flowable.engine.form.FormProperty> props)protected UserRequestFormFlowableUserRequestHandler. getForm(org.flowable.task.api.history.HistoricTaskInstance task)protected UserRequestFormFlowableUserRequestHandler. getForm(org.flowable.task.api.Task task)protected UserRequestFormFlowableUserRequestHandler. getForm(org.flowable.task.api.Task task, org.flowable.engine.form.TaskFormData fd)protected UserRequestFormFlowableUserRequestHandler. getHistoricFormTO(String procInstId, String taskId, String formKey, List<org.flowable.engine.impl.persistence.entity.HistoricFormPropertyEntity> props)UserRequestFormFlowableUserRequestHandler. 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 UserRequestFormUserRequestLogic. claimForm(String taskId)UserRequestFormUserRequestLogic. getForm(String userKey, String taskId)UserRequestFormUserRequestLogic. 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 UserRequestFormUserRequestServiceImpl. claimForm(String taskId)UserRequestFormUserRequestServiceImpl. getForm(String username, String taskId)UserRequestFormUserRequestServiceImpl. 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.ResponseUserRequestServiceImpl. submitForm(UserRequestForm form)
-