Package | Description |
---|---|
com.activiti.domain.runtime | |
com.activiti.repository.runtime |
Modifier and Type | Field and Description |
---|---|
protected RuntimeAppDefinition |
RuntimeAppDeployment.appDefinition |
protected RuntimeAppDefinition |
RuntimeApp.appDefinition |
Modifier and Type | Method and Description |
---|---|
RuntimeAppDefinition |
RuntimeAppDeployment.getAppDefinition() |
RuntimeAppDefinition |
RuntimeApp.getAppDefinition() |
Modifier and Type | Method and Description |
---|---|
void |
RuntimeAppDeployment.setAppDefinition(RuntimeAppDefinition appDefinition) |
void |
RuntimeApp.setAppDefinition(RuntimeAppDefinition appDefinition) |
Modifier and Type | Method and Description |
---|---|
RuntimeAppDefinition |
RuntimeAppDefinitionRepository.findByModelAndUser(Long modelId,
User user) |
RuntimeAppDefinition |
RuntimeAppDefinitionRepository.findByModelId(Long modelId) |
Modifier and Type | Method and Description |
---|---|
List<RuntimeAppDefinition> |
RuntimeAppDefinitionRepository.findByNameIgnoreCase(String name,
org.springframework.data.domain.Pageable pageable) |
List<RuntimeAppDefinition> |
RuntimeAppDefinitionRepository.findByTenantId(Long tenantId) |
List<RuntimeAppDefinition> |
RuntimeAppDefinitionRepository.findByUser(User user) |
Modifier and Type | Method and Description |
---|---|
List<RuntimeApp> |
RuntimeAppRepository.findByAppDefinition(RuntimeAppDefinition appDefinition) |
List<RuntimeAppDeployment> |
RuntimeAppDeploymentRepository.findByAppDefinition(RuntimeAppDefinition definition) |
RuntimeApp |
RuntimeAppRepository.findByUserAndAppDefinition(User user,
RuntimeAppDefinition appDefinition) |
Copyright © 2014–2015 Alfresco. All rights reserved.