@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, updateByPrimaryKeySelective
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
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, updateByPrimaryKeySelective
public BaseMapper<ActAssignee,String> getMappser()
getMappser
in class BaseServiceImpl<ActAssignee,String>
public int deleteByNodeId(String nodeId)
deleteByNodeId
in interface ActAssigneeService
public List<org.activiti.engine.impl.pvm.process.ActivityImpl> getActivityList(String deploymentId)
getActivityList
in interface ActAssigneeService
public List<org.activiti.engine.impl.pvm.process.ActivityImpl> selectAllActivity(List<org.activiti.engine.impl.pvm.process.ActivityImpl> activities)
selectAllActivity
in interface ActAssigneeService
Copyright © 2019. All rights reserved.