Uses of Annotation Interface
ru.cg.webbpm.modules.webkit.annotations.RpcCall
Packages that use RpcCall
Package
Description
-
Uses of RpcCall in bpmn.admin
Methods in bpmn.admin with annotations of type RpcCall -
Uses of RpcCall in bpmn.admin.history
Methods in bpmn.admin.history with annotations of type RpcCall -
Uses of RpcCall in component.button
Methods in component.button with annotations of type RpcCall -
Uses of RpcCall in component.calendar.rpc
Methods in component.calendar.rpc with annotations of type RpcCall -
Uses of RpcCall in component.chart.rpc
Methods in component.chart.rpc with annotations of type RpcCallModifier and TypeMethodDescriptionChartV2RpcService.getChartData
(Integer offset, Integer limit, Filter[] filters) -
Uses of RpcCall in custom.tab
Methods in custom.tab with annotations of type RpcCallModifier and TypeMethodDescriptionTabContainerStateRpcService.getLastActiveTabHeading()
Deprecated.void
TabContainerStateRpcService.saveActiveTabHeading
(String activeTabHeading) Deprecated. -
Uses of RpcCall in rpc
Modifier and TypeMethodDescriptionvoid
FilePreviewRpcService.deleteFile
(Object fileId) GridRpcService.exportData
(String[] columnIdsToExport, GridDataExportFormat exportFormat, Filter[] filters, SortInfo[] sortInfo) ChartRpcService.getChartData
(Integer offset, Integer limit, Filter[] filters, SortInfo[] sortInfos) FilePreviewRpcService.loadData()
GridRpcService.loadDataWithRowCount
(Integer offset, Integer limit, Filter[] filters, SortInfo[] sortInfos) TreeGridRpcService.loadFilteredData
(String mainColumnName, Filter[] filters, boolean loadChildren) -
Uses of RpcCall in rpc.button
Methods in rpc.button with annotations of type RpcCallModifier and TypeMethodDescriptionvoid
CancelButtonRpcService.cancel
(Long currentTaskId, String taskName, BpmnVariableForSave[] bpmnVariables) void
ExecuteSqlButtonRpcService.executeSql
(Object[] params) ErrorButtonRpcService.fireErrorEvent
(String eventName) void
SelectButtonRpcService.selectAndCompleteTask
(Long currentTaskId, Object selectedId, String taskName, BpmnVariableForSave[] bpmnVariables) void
SelectButtonRpcService.selectListAndCompleteTask
(Long currentTaskId, Object[] selectedIds, String taskName, BpmnVariableForSave[] bpmnVariables) -
Uses of RpcCall in rpc.button.reporting
Methods in rpc.button.reporting with annotations of type RpcCall -
Uses of RpcCall in rpc.calendar
Methods in rpc.calendar with annotations of type RpcCall -
Uses of RpcCall in rpc.complex.editableonetomany
Methods in rpc.complex.editableonetomany with annotations of type RpcCallModifier and TypeMethodDescriptionEditableOneToManyFieldRpcService.formatRowData
(EditableOneToManyFieldRow rowData) EditableOneToManyFieldRpcService.loadGridAdditionalData
(String formId, FieldData[] dataList) EditableOneToManyFieldRpcService.loadMapping
(String formId) -
Uses of RpcCall in rpc.container
Methods in rpc.container with annotations of type RpcCallModifier and TypeMethodDescriptionFormRpcService.deleteData
(String navigateTo, BpmnVariableForSave[] bpmnVariables) FormRpcService.deleteDataById
(String idString) FormRpcService.loadData()
FormRpcService.loadDataById
(String idString) FormRpcService.saveData
(String navigateTo, FieldData[] fieldData, Boolean completeTask, BpmnVariableForSave[] bpmnVariables) FormRpcService.saveFormData
(String idString, FieldData[] fieldData) -
Uses of RpcCall in rpc.editablegrid
Methods in rpc.editablegrid with annotations of type RpcCallModifier and TypeMethodDescriptionEditableGridRpcService.gridDescription()
PagingEditableGridRpcService.gridDescription()
EditableGridRpcService.loadData
(Integer offset, Integer limit, Filter[] filters, SortInfo[] sortInfos) EditableGridRpcService.loadDataByKeyValue
(Object keyValue, Filter[] filters, SortInfo[] sortInfos) PagingEditableGridRpcService.loadDataWithRowCount
(Integer offset, Integer limit, Filter[] filters, SortInfo[] sortInfos) -
Uses of RpcCall in rpc.field
Modifier and TypeMethodDescriptionint
FileUploadRpcService.getMaxFilesToUpload()
AddressRpcService.loadActualAddresses
(String inputString, ru.micord.gar.core.enums.AddressHierarchy hierarchy) T[]
ComboBoxRpcService.loadData()
String[]
FileUploadRpcService.loadDataByKeyValue
(Object keyValue) LinkFieldRpcService.loadDataByKeyValue
(Object keyValue) T[]
AutoCompleteRpcService.loadDataByParentValueWithFilter
(String inputString, Integer inputPage, Object parentValue, Object filterValue) ComboBoxRpcService.loadDataByParentValueWithFilter
(Object parentValue, Object filterValue) RadioButtonRpcService.loadDataSource()
T[]
AutoCompleteRpcService.loadDataWithFilter
(String inputString, Integer inputPage, Object filterValue) ComboBoxRpcService.loadDataWithFilter
(Object filterValue) String[]
TextFieldRpcService.loadDataWithFilter
(String inputString, Object filterValue) AddressRpcService.loadHistoricalAddress
(String aoid) AddressRpcService.loadHistoricalAddresses
(String inputString, ru.micord.gar.core.enums.AddressHierarchy hierarchy) AutoCompleteRpcService.loadModelByBusinessId
(Object id, Object parentValue) T[]
AutoCompleteRpcService.loadModels
(Object[] ids) ComboBoxRpcService.loadModelWithoutGraphConditions
(Object id, Object parentValue) boolean
AutoCompleteRpcService.valueExists
(Object id, Object parentValue, boolean excludeGraphConditions) -
Uses of RpcCall in rpc.gantt
-
Uses of RpcCall in rpc.loading
Methods in rpc.loading with annotations of type RpcCall -
Uses of RpcCall in ru.cg.webbpm.electronic_sign
Methods in ru.cg.webbpm.electronic_sign with annotations of type RpcCallModifier and TypeMethodDescriptionSignButtonRpcService.getDocuments
(Long[] documentIds) SignButtonRpcService.getDocumentsInBase64
(Long[] documentIds) SignButtonRpcService.getIdsForNonSignedDoc
(Long[] documentIds) Using array of documents IDs, method returns ids for only non-signed documents.SignVerificationRpcService.getSignInfo()
SignButtonRpcService.saveSignBatch
(Long[] documentIdsRaw, SignedDocument[] signedDocuments, Boolean allowResign) Validates and saves signed documents.SignButtonRpcService.saveSignBatchAndCompleteTask
(Long[] documentIdsRaw, SignedDocument[] signedDocuments, String navigateTo, BpmnVariableForSave[] bpmnVariables, Boolean allowResign) Validates, saves signed documents completes current task. -
Uses of RpcCall in ru.cg.webbpm.user_management
Methods in ru.cg.webbpm.user_management with annotations of type RpcCall