@Service public class BaseActivitiModelService extends Object
| Modifier and Type | Field and Description |
|---|---|
protected IdentityService |
identityService |
protected ModelHistoryRepository |
modelHistoryRepository |
protected ModelRepository |
modelRepository |
protected static String |
PROCESS_NOT_FOUND_MESSAGE_KEY |
| Constructor and Description |
|---|
BaseActivitiModelService() |
| Modifier and Type | Method and Description |
|---|---|
protected List<String> |
getGroupIds(String userId) |
protected Model |
getModel(String modelId,
boolean checkRead,
boolean checkEdit) |
protected ModelHistory |
getModelHistory(String modelId,
String modelHistoryId,
boolean checkRead,
boolean checkEdit) |
protected static final String PROCESS_NOT_FOUND_MESSAGE_KEY
@Autowired protected ModelRepository modelRepository
@Autowired protected ModelHistoryRepository modelHistoryRepository
@Autowired protected IdentityService identityService
Copyright © 2017 Alfresco. All rights reserved.