public interface RuntimeAppDefinitionService
| Modifier and Type | Method and Description |
|---|---|
Long |
getDefinitionIdForModelAndUser(Long modelId,
com.activiti.domain.idm.User user) |
List<com.activiti.domain.runtime.RuntimeAppDefinition> |
getDefinitionsForUser(com.activiti.domain.idm.User user) |
List<com.activiti.domain.runtime.RuntimeAppDeployment> |
getRuntimeAppDeploymentsForAppId(Long appId) |
Long getDefinitionIdForModelAndUser(Long modelId, com.activiti.domain.idm.User user)
List<com.activiti.domain.runtime.RuntimeAppDefinition> getDefinitionsForUser(com.activiti.domain.idm.User user)
RuntimeAppDefinition a user has defined. The results are based on the presence
of RuntimeApp entities, referencing the given user.Copyright © 2014–2015 Alfresco. All rights reserved.