Class WorkflowProcessListPlugin

java.lang.Object
fr.becpg.repo.process.WorkflowProcessListPlugin
All Implemented Interfaces:
EntityProcessListPlugin

@Service("workflowProcessListPlugin") public class WorkflowProcessListPlugin extends Object implements EntityProcessListPlugin

WorkflowProcessListPlugin class.

Version:
$Id: $Id
Author:
matthieu
  • Field Details

    • namespaceService

      @Autowired private org.alfresco.service.namespace.NamespaceService namespaceService
    • nodeService

      @Autowired private org.alfresco.service.cmr.repository.NodeService nodeService
    • personService

      @Autowired private org.alfresco.service.cmr.security.PersonService personService
    • dictionaryService

      @Autowired private org.alfresco.service.cmr.dictionary.DictionaryService dictionaryService
    • authenticationService

      @Autowired private org.alfresco.service.cmr.security.AuthenticationService authenticationService
    • workflowService

      @Autowired @Qualifier("WorkflowService") private org.alfresco.service.cmr.workflow.WorkflowService workflowService
  • Constructor Details

    • WorkflowProcessListPlugin

      public WorkflowProcessListPlugin()
  • Method Details