Uses of Class
org.alfresco.service.cmr.workflow.WorkflowTimer
-
Packages that use WorkflowTimer Package Description org.alfresco.repo.workflow org.alfresco.repo.workflow.activiti org.alfresco.service.cmr.workflow -
-
Uses of WorkflowTimer in org.alfresco.repo.workflow
Methods in org.alfresco.repo.workflow that return WorkflowTimer Modifier and Type Method Description WorkflowTimerWorkflowObjectFactory. createWorkflowTimer(java.lang.String id, java.lang.String name, java.lang.String error, java.util.Date dueDate, WorkflowPath workflowPath, WorkflowTask workflowTask)Methods in org.alfresco.repo.workflow that return types with arguments of type WorkflowTimer Modifier and Type Method Description java.util.List<WorkflowTimer>WorkflowComponent. getTimers(java.lang.String workflowId)Gets all active timers for the specified workflowjava.util.List<WorkflowTimer>WorkflowServiceImpl. getTimers(java.lang.String workflowId) -
Uses of WorkflowTimer in org.alfresco.repo.workflow.activiti
Methods in org.alfresco.repo.workflow.activiti that return types with arguments of type WorkflowTimer Modifier and Type Method Description java.util.List<WorkflowTimer>ActivitiWorkflowEngine. getTimers(java.lang.String workflowId)Gets all active timers for the specified workflow -
Uses of WorkflowTimer in org.alfresco.service.cmr.workflow
Methods in org.alfresco.service.cmr.workflow that return types with arguments of type WorkflowTimer Modifier and Type Method Description java.util.List<WorkflowTimer>WorkflowService. getTimers(java.lang.String workflowId)Gets all active timers for the specified workflow
-