@ApplicationScoped public class ActivitiServices extends Object
Constructor and Description |
---|
ActivitiServices() |
Modifier and Type | Method and Description |
---|---|
FormService |
formService() |
HistoryService |
historyService() |
IdentityService |
identityService() |
ManagementService |
managementService() |
ProcessEngine |
processEngine() |
RepositoryService |
repositoryService() |
RuntimeService |
runtimeService() |
void |
setProcessEngine(ProcessEngine processEngine) |
TaskService |
taskService() |
public void setProcessEngine(ProcessEngine processEngine)
@Produces @Named @ApplicationScoped public ProcessEngine processEngine()
@Produces @Named @ApplicationScoped public RuntimeService runtimeService()
@Produces @Named @ApplicationScoped public TaskService taskService()
@Produces @Named @ApplicationScoped public RepositoryService repositoryService()
@Produces @Named @ApplicationScoped public FormService formService()
@Produces @Named @ApplicationScoped public HistoryService historyService()
@Produces @Named @ApplicationScoped public IdentityService identityService()
@Produces @Named @ApplicationScoped public ManagementService managementService()
Copyright © 2016 Alfresco. All rights reserved.