org.activiti.engine.impl.persistence.entity
接口 GroupIdentityManager
- 所有已知实现类:
- GroupEntityManager
public interface GroupIdentityManager
- 作者:
- Joram Barrez
createNewGroup
Group createNewGroup(String groupId)
insertGroup
void insertGroup(Group group)
updateGroup
void updateGroup(GroupEntity updatedGroup)
deleteGroup
void deleteGroup(String groupId)
createNewGroupQuery
GroupQuery createNewGroupQuery()
findGroupByQueryCriteria
List<Group> findGroupByQueryCriteria(GroupQueryImpl query,
Page page)
findGroupCountByQueryCriteria
long findGroupCountByQueryCriteria(GroupQueryImpl query)
findGroupsByUser
List<Group> findGroupsByUser(String userId)
findGroupsByNativeQuery
List<Group> findGroupsByNativeQuery(Map<String,Object> parameterMap,
int firstResult,
int maxResults)
findGroupCountByNativeQuery
long findGroupCountByNativeQuery(Map<String,Object> parameterMap)
Copyright © 2013 Alfresco. All rights reserved.