public interface ActivityConfigService extends CrudService<ActivityConfigEntity,String>
| 限定符和类型 | 方法和说明 |
|---|---|
ActivityConfigEntity |
selectByProcessDefineIdAndActivityId(String processDefineId,
String activityId) |
ActivityConfigEntity |
selectByProcessDefineKeyAndActivityId(String processDefineKey,
String activityId) |
count, select, selectPager, selectSinglesaveOrUpdate, updateByPk, updateByPkinsertdeleteByPkcreateEntity, getEntityInstanceTypecount, select, selectByPk, selectByPkActivityConfigEntity selectByProcessDefineIdAndActivityId(String processDefineId, String activityId)
ActivityConfigEntity selectByProcessDefineKeyAndActivityId(String processDefineKey, String activityId)
Copyright © 2018. All rights reserved.