| 程序包 | 说明 |
|---|---|
| cn.gtmap.gtc.resource.clients.resource | |
| cn.gtmap.gtc.resource.domain.resource.metadata |
| 限定符和类型 | 方法和说明 |
|---|---|
ResourceApply |
ResourceClient.queryApply(String taskId)
查询申请信息
|
ResourceApply |
ResourceClient.queryApplyById(String id)
查询申请信息
|
ResourceApply |
ResourceClient.queryApplyByKey(String businessKey)
查询申请信息
|
| 限定符和类型 | 方法和说明 |
|---|---|
org.springframework.data.domain.Page<ResourceApply> |
ResourceClient.applyIChecked(String keyword,
org.springframework.data.domain.Pageable pageable)
我的审批(已审批)
|
org.springframework.data.domain.Page<ResourceApply> |
ResourceClient.applyINeedCheck(String keyword,
org.springframework.data.domain.Pageable pageable)
我的审批(未审批)
|
org.springframework.data.domain.Page<ResourceApply> |
ResourceClient.applyIsendAndChecked(String keyword,
org.springframework.data.domain.Pageable pageable)
我的申请(已审核)
|
org.springframework.data.domain.Page<ResourceApply> |
ResourceClient.applyIsendAndUnCheck(String keyword,
org.springframework.data.domain.Pageable pageable)
我的申请(未审核)AuthorityClient.java
|
org.springframework.data.domain.Page<ResourceApply> |
ResourceClient.applyTurnBack(String keyword,
org.springframework.data.domain.Pageable pageable)
我的申请(已审核,未通过)
|
| 限定符和类型 | 方法和说明 |
|---|---|
Boolean |
ResourceClient.applyResource(ResourceApply resourceApply)
创建申请资源流程
|
Boolean |
ResourceClient.backApply(ResourceApply resourceApply)
驳回
|
Boolean |
ResourceClient.checkApply(ResourceApply resourceApply)
审核资源申请
|
String |
ResourceClient.transferProcess(String taskId,
ResourceApply resourceApply)
转发资源申请
|
| 限定符和类型 | 方法和说明 |
|---|---|
ResourceApply |
ResourceApply.setApplicant(String applicant) |
ResourceApply |
ResourceApply.setAuditor(String auditor) |
ResourceApply |
ResourceApply.setDescription(String description) |
ResourceApply |
ResourceApply.setResourceId(String resourceId) |
Copyright © 2020 GTMAP. All rights reserved.