Package fr.becpg.repo.process
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 Summary
FieldsModifier and TypeFieldDescriptionprivate org.alfresco.service.cmr.security.AuthenticationServiceprivate org.alfresco.service.cmr.dictionary.DictionaryServiceprivate org.alfresco.service.namespace.NamespaceServiceprivate org.alfresco.service.cmr.repository.NodeServiceprivate org.alfresco.service.cmr.security.PersonServiceprivate org.alfresco.service.cmr.workflow.WorkflowServiceFields inherited from interface fr.becpg.repo.web.scripts.process.EntityProcessListPlugin
PERSON_AVATAR, PERSON_FIRST_NAME, PERSON_LAST_NAME, PERSON_USER_NAME, PROCESS_INSTANCE, PROCESS_INSTANCE_DUE_DATE, PROCESS_INSTANCE_END_DATE, PROCESS_INSTANCE_ID, PROCESS_INSTANCE_INITIATOR, PROCESS_INSTANCE_IS_ACTIVE, PROCESS_INSTANCE_MESSAGE, PROCESS_INSTANCE_NAME, PROCESS_INSTANCE_NODEREF, PROCESS_INSTANCE_START_DATE, PROCESS_INSTANCE_STATE, PROCESS_INSTANCE_TITLE, PROCESS_INSTANCE_TYPE -
Constructor Summary
Constructors -
Method Summary
-
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
-
buildModel
buildModel.
- Specified by:
buildModelin interfaceEntityProcessListPlugin- Parameters:
nodeRef- aNodeRefobject.- Returns:
- a
Listobject.
-
getType
getType.
- Specified by:
getTypein interfaceEntityProcessListPlugin- Returns:
- a
Stringobject.
-