Package | Description |
---|---|
com.activiti.domain.editor | |
com.activiti.domain.idm | |
com.activiti.domain.runtime | |
com.activiti.repository.editor | |
com.activiti.repository.idm | |
com.activiti.repository.runtime |
Modifier and Type | Method and Description |
---|---|
User |
AbstractModel.getCreatedBy() |
User |
AbstractModel.getLastUpdatedBy() |
User |
ModelShareInfo.getSharedBy() |
User |
ModelShareInfo.getUser() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractModel.setCreatedBy(User createdBy) |
void |
AbstractModel.setLastUpdatedBy(User lastUpdatedBy) |
void |
ModelShareInfo.setSharedBy(User sharedBy) |
void |
ModelShareInfo.setUser(User user) |
Modifier and Type | Field and Description |
---|---|
protected Set<User> |
Group.users |
Modifier and Type | Method and Description |
---|---|
User |
PersistentToken.getUser() |
Modifier and Type | Method and Description |
---|---|
Set<User> |
Group.getUsers() |
Modifier and Type | Method and Description |
---|---|
void |
PersistentToken.setUser(User user) |
Modifier and Type | Method and Description |
---|---|
void |
Group.setUsers(Set<User> users) |
Modifier and Type | Field and Description |
---|---|
protected User |
RuntimeAppDeployment.createdBy |
protected User |
RuntimeAppDefinition.createdBy |
protected User |
RuntimeApp.user |
Modifier and Type | Method and Description |
---|---|
User |
RelatedContent.getCheckoutOwner() |
User |
RuntimeAppDeployment.getCreatedBy() |
User |
RuntimeAppDefinition.getCreatedBy() |
User |
RelatedContent.getCreatedBy() |
User |
Form.getCreatedBy() |
User |
Comment.getCreatedBy() |
User |
RelatedContent.getLastModifiedBy() |
User |
RelatedContent.getLockOwner() |
User |
SubmittedForm.getSubmittedBy() |
User |
RuntimeApp.getUser() |
Modifier and Type | Method and Description |
---|---|
void |
RelatedContent.setCheckoutOwner(User checkoutOwner) |
void |
RuntimeAppDeployment.setCreatedBy(User createdBy) |
void |
RuntimeAppDefinition.setCreatedBy(User createdBy) |
void |
RelatedContent.setCreatedBy(User createdBy) |
void |
Form.setCreatedBy(User createdBy) |
void |
Comment.setCreatedBy(User createdBy) |
void |
RelatedContent.setLastModifiedBy(User lastModifiedBy) |
void |
RelatedContent.setLockOwner(User lockOwner) |
void |
SubmittedForm.setSubmittedBy(User submittedBy) |
void |
RuntimeApp.setUser(User user) |
Modifier and Type | Method and Description |
---|---|
void |
ModelShareInfoRepository.connectSharedModelsByEmail(String email,
User user)
Connects all models that are shared by email-address matching the address of the given user.
|
Long |
ModelRepository.countByModelTypeAndUser(int modelType,
User user) |
List<ModelHistory> |
ModelHistoryRepository.findByCreatedByAndModelTypeAndRemovalDateIsNull(User createdBy,
Integer modelType) |
Modifier and Type | Method and Description |
---|---|
User |
UserRepository.findByEmail(String email) |
User |
UserRepository.findByEmailFetchGroups(String email) |
Modifier and Type | Method and Description |
---|---|
List<User> |
UserRepository.findUsersForGroup(Long groupId,
org.springframework.data.domain.Pageable pageable) |
List<User> |
UserRepository.findUsersForGroup(Long groupId,
String filter,
org.springframework.data.domain.Pageable pageable) |
List<User> |
UserRepository.findUsersSharedWithRecently(Long userId,
org.springframework.data.domain.Pageable paging) |
List<User> |
UserRepository.findUsersSharedWithRecentlyExcludeModel(Long userId,
Long excludeModelId,
org.springframework.data.domain.Pageable paging) |
Modifier and Type | Method and Description |
---|---|
List<PersistentToken> |
PersistentTokenRepository.findByUser(User user) |
Modifier and Type | Method and Description |
---|---|
Long |
RuntimeAppRepository.countByUser(User user) |
RuntimeAppDefinition |
RuntimeAppDefinitionRepository.findByModelAndUser(Long modelId,
User user) |
List<RuntimeAppDefinition> |
RuntimeAppDefinitionRepository.findByUser(User user) |
RuntimeApp |
RuntimeAppRepository.findByUserAndAppDefinition(User user,
RuntimeAppDefinition appDefinition) |
RuntimeApp |
RuntimeAppRepository.findByUserAndAppDefinitionId(User user,
Long appId) |
Long |
RelatedContentRepository.getTotalContentSizeForUser(User user) |
Copyright © 2014–2015 Alfresco. All rights reserved.