@Service public class ActAssigneeServiceImpl extends BaseServiceImpl<ActAssignee,String> implements ActAssigneeService
| Constructor and Description |
|---|
ActAssigneeServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
int |
deleteByNodeId(String nodeId) |
List<org.activiti.engine.impl.pvm.process.ActivityImpl> |
getActivityList(String deploymentId) |
BaseMapper<ActAssignee,String> |
getMappser() |
List<org.activiti.engine.impl.pvm.process.ActivityImpl> |
selectAllActivity(List<org.activiti.engine.impl.pvm.process.ActivityImpl> activities) |
addValue, delete, deleteByExample, deleteByIds, deleteByPrimaryKey, deleteByPrimaryKey, existsWithPrimaryKey, getList, insert, insertList, insertSelective, insertUseGeneratedKeys, select, selectAll, selectByExample, selectByExampleAndRowBounds, selectByIds, selectByPrimaryKey, selectByRowBounds, selectCount, selectCountByExample, selectListByPage, selectOne, selectOneByExample, show, showAll, updateByExample, updateByExampleSelective, updateByPrimaryKey, updateByPrimaryKeySelectiveclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdelete, deleteByExample, deleteByIds, deleteByPrimaryKey, deleteByPrimaryKey, existsWithPrimaryKey, getList, insert, insertList, insertSelective, insertUseGeneratedKeys, select, selectAll, selectByExample, selectByExampleAndRowBounds, selectByIds, selectByPrimaryKey, selectByRowBounds, selectCount, selectCountByExample, selectListByPage, selectOne, selectOneByExample, show, showAll, updateByExample, updateByExampleSelective, updateByPrimaryKey, updateByPrimaryKeySelectivepublic BaseMapper<ActAssignee,String> getMappser()
getMappser in class BaseServiceImpl<ActAssignee,String>public int deleteByNodeId(String nodeId)
deleteByNodeId in interface ActAssigneeServicepublic List<org.activiti.engine.impl.pvm.process.ActivityImpl> getActivityList(String deploymentId)
getActivityList in interface ActAssigneeServicepublic List<org.activiti.engine.impl.pvm.process.ActivityImpl> selectAllActivity(List<org.activiti.engine.impl.pvm.process.ActivityImpl> activities)
selectAllActivity in interface ActAssigneeServiceCopyright © 2019. All rights reserved.