Uses of Class
org.apache.syncope.common.lib.to.UserRequest
-
-
Uses of UserRequest in org.apache.syncope.client.console.panels
Methods in org.apache.syncope.client.console.panels that return types with arguments of type UserRequest Modifier and Type Method Description ActionsPanel<UserRequest>
UserRequestDirectoryPanel. getActions(IModel<UserRequest> model)
protected List<IColumn<UserRequest,String>>
UserRequestDirectoryPanel. getColumns()
Iterator<UserRequest>
UserRequestDirectoryPanel.UserRequestProvider. iterator(long first, long count)
IModel<UserRequest>
UserRequestDirectoryPanel.UserRequestProvider. model(UserRequest request)
Methods in org.apache.syncope.client.console.panels with parameters of type UserRequest Modifier and Type Method Description IModel<UserRequest>
UserRequestDirectoryPanel.UserRequestProvider. model(UserRequest request)
Method parameters in org.apache.syncope.client.console.panels with type arguments of type UserRequest Modifier and Type Method Description ActionsPanel<UserRequest>
UserRequestDirectoryPanel. getActions(IModel<UserRequest> model)
-
Uses of UserRequest in org.apache.syncope.client.console.rest
Methods in org.apache.syncope.client.console.rest that return types with arguments of type UserRequest Modifier and Type Method Description List<UserRequest>
UserRequestRestClient. listRequests(String keyword, int page, int size, SortParam<String> sort)
-
Uses of UserRequest in org.apache.syncope.client.enduser.pages
Fields in org.apache.syncope.client.enduser.pages with type parameters of type UserRequest Modifier and Type Field Description protected DataView<UserRequest>
Flowable. urDataView
Methods in org.apache.syncope.client.enduser.pages that return types with arguments of type UserRequest Modifier and Type Method Description Iterator<UserRequest>
Flowable.URDataProvider. iterator(long first, long count)
IModel<UserRequest>
Flowable.URDataProvider. model(UserRequest ur)
Methods in org.apache.syncope.client.enduser.pages with parameters of type UserRequest Modifier and Type Method Description IModel<UserRequest>
Flowable.URDataProvider. model(UserRequest ur)
-
Uses of UserRequest in org.apache.syncope.client.enduser.panels
Constructors in org.apache.syncope.client.enduser.panels with parameters of type UserRequest Constructor Description UserRequestDetails(String id, UserRequest userRequest, WebMarkupContainer container, NotificationPanel notificationPanel)
-
Uses of UserRequest in org.apache.syncope.client.enduser.rest
Methods in org.apache.syncope.client.enduser.rest that return types with arguments of type UserRequest Modifier and Type Method Description List<UserRequest>
UserRequestRestClient. listRequests(int page, int size, String username, SortParam<String> sort)
-
Uses of UserRequest in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service that return UserRequest Modifier and Type Method Description UserRequest
UserRequestService. startRequest(@NotNull String bpmnProcess, String user, WorkflowTaskExecInput inputVariables)
Starts a new request for the given BPMN Process and user (if provided) or requesting user (if not provided).Methods in org.apache.syncope.common.rest.api.service that return types with arguments of type UserRequest Modifier and Type Method Description PagedResult<UserRequest>
UserRequestService. listRequests(UserRequestQuery query)
Returns a list of running user requests matching the given query. -
Uses of UserRequest in org.apache.syncope.core.flowable.api
Methods in org.apache.syncope.core.flowable.api that return UserRequest Modifier and Type Method Description UserRequest
UserRequestHandler. start(String bpmnProcess, User user, WorkflowTaskExecInput inputVariables)
Starts a new user request, for the given BPMN process and user.Methods in org.apache.syncope.core.flowable.api that return types with arguments of type UserRequest Modifier and Type Method Description Pair<Integer,List<UserRequest>>
UserRequestHandler. getUserRequests(String userKey, int page, int size, List<OrderByClause> orderByClauses)
Get the running user requests matching the provided parameters. -
Uses of UserRequest in org.apache.syncope.core.flowable.impl
Methods in org.apache.syncope.core.flowable.impl that return UserRequest Modifier and Type Method Description protected UserRequest
FlowableUserRequestHandler. getUserRequest(ProcessInstance procInst)
UserRequest
FlowableUserRequestHandler. start(String bpmnProcess, User user, WorkflowTaskExecInput inputVariables)
Methods in org.apache.syncope.core.flowable.impl that return types with arguments of type UserRequest Modifier and Type Method Description Pair<Integer,List<UserRequest>>
FlowableUserRequestHandler. getUserRequests(String userKey, int page, int size, List<OrderByClause> orderByClauses)
-
Uses of UserRequest in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return UserRequest Modifier and Type Method Description protected UserRequest
UserRequestLogic. doStart(String bpmnProcess, User user, WorkflowTaskExecInput inputVariables)
UserRequest
UserRequestLogic. startRequest(String bpmnProcess, String userKey, WorkflowTaskExecInput inputVariables)
UserRequest
UserRequestLogic. startRequest(String bpmnProcess, WorkflowTaskExecInput inputVariables)
Methods in org.apache.syncope.core.logic that return types with arguments of type UserRequest Modifier and Type Method Description Pair<Integer,List<UserRequest>>
UserRequestLogic. listRequests(String userKey, int page, int size, List<OrderByClause> orderByClauses)
-
Uses of UserRequest in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service that return UserRequest Modifier and Type Method Description UserRequest
UserRequestServiceImpl. startRequest(String bpmnProcess, String user, WorkflowTaskExecInput inputVariables)
Methods in org.apache.syncope.core.rest.cxf.service that return types with arguments of type UserRequest Modifier and Type Method Description PagedResult<UserRequest>
UserRequestServiceImpl. listRequests(UserRequestQuery query)
-