Package | Description |
---|---|
com.activiti.repository.editor |
Modifier and Type | Method and Description |
---|---|
ModelShareInfo |
ModelShareInfoRepository.findByModelIdAndGroupId(Long modelId,
Long groupId) |
ModelShareInfo |
ModelShareInfoRepository.findByModelIdAndId(Long modelId,
Long id) |
ModelShareInfo |
ModelShareInfoRepository.findByModelIdAndId(Long modelId,
String id) |
ModelShareInfo |
ModelShareInfoRepository.findByModelIdAndUserId(Long modelId,
Long userId) |
Modifier and Type | Method and Description |
---|---|
List<ModelShareInfo> |
ModelShareInfoRepository.findByModelIdOrderByShareDateAsc(Long modelId,
org.springframework.data.domain.Pageable paging) |
List<ModelShareInfo> |
ModelShareInfoRepository.findByModelIdWithUserId(Long modelId,
Long userId) |
List<ModelShareInfo> |
ModelShareInfoRepository.findByModelIdWithUserIdOrGroups(Long modelId,
Long userId,
List<Long> groupIds) |
List<ModelShareInfo> |
ModelShareInfoRepository.findByUserIdOrderByShareDateAsc(Long userId,
org.springframework.data.domain.Pageable paging) |
List<ModelShareInfo> |
ModelRepository.findModelsSharedWithUser(Long sharedWith,
Integer modelType,
org.springframework.data.domain.Sort sort) |
List<ModelShareInfo> |
ModelRepository.findModelsSharedWithUser(Long sharedWith,
Integer modelType,
String filter,
org.springframework.data.domain.Sort sort) |
Copyright © 2014–2015 Alfresco. All rights reserved.