org.activiti.engine.impl.persistence.entity
类 GroupEntityManager
java.lang.Object
org.activiti.engine.impl.persistence.AbstractManager
org.activiti.engine.impl.persistence.entity.GroupEntityManager
- 所有已实现的接口:
- Session, GroupIdentityManager
public class GroupEntityManager
- extends AbstractManager
- implements GroupIdentityManager
- 作者:
- Tom Baeyens, Saeid Mirzaei, Joram Barrez
从类 org.activiti.engine.impl.persistence.AbstractManager 继承的方法 |
close, delete, flush, getAttachmentManager, getByteArrayManager, getDbSqlSession, getDeploymentManager, getGroupIdentityManager, getHistoricActivityInstanceManager, getHistoricDetailManager, getHistoricIdentityLinkEntityManager, getHistoricProcessInstanceManager, getHistoricTaskInstanceManager, getHistoricVariableInstanceManager, getHistoryManager, getIdentityInfoManager, getIdentityLinkManager, getMembershipIdentityManager, getModelManager, getProcessDefinitionManager, getProcessInstanceManager, getResourceManager, getSession, getTaskManager, getUserIdentityManager, getVariableInstanceManager, insert |
从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GroupEntityManager
public GroupEntityManager()
createNewGroup
public Group createNewGroup(String groupId)
- 指定者:
- 接口
GroupIdentityManager
中的 createNewGroup
insertGroup
public void insertGroup(Group group)
- 指定者:
- 接口
GroupIdentityManager
中的 insertGroup
updateGroup
public void updateGroup(GroupEntity updatedGroup)
- 指定者:
- 接口
GroupIdentityManager
中的 updateGroup
deleteGroup
public void deleteGroup(String groupId)
- 指定者:
- 接口
GroupIdentityManager
中的 deleteGroup
createNewGroupQuery
public GroupQuery createNewGroupQuery()
- 指定者:
- 接口
GroupIdentityManager
中的 createNewGroupQuery
findGroupByQueryCriteria
public List<Group> findGroupByQueryCriteria(GroupQueryImpl query,
Page page)
- 指定者:
- 接口
GroupIdentityManager
中的 findGroupByQueryCriteria
findGroupCountByQueryCriteria
public long findGroupCountByQueryCriteria(GroupQueryImpl query)
- 指定者:
- 接口
GroupIdentityManager
中的 findGroupCountByQueryCriteria
findGroupsByUser
public List<Group> findGroupsByUser(String userId)
- 指定者:
- 接口
GroupIdentityManager
中的 findGroupsByUser
findGroupsByNativeQuery
public List<Group> findGroupsByNativeQuery(Map<String,Object> parameterMap,
int firstResult,
int maxResults)
- 指定者:
- 接口
GroupIdentityManager
中的 findGroupsByNativeQuery
findGroupCountByNativeQuery
public long findGroupCountByNativeQuery(Map<String,Object> parameterMap)
- 指定者:
- 接口
GroupIdentityManager
中的 findGroupCountByNativeQuery
Copyright © 2013 Alfresco. All rights reserved.