Skip navigation links
A C D E F G J O P R S W 

A

AdhocWorkflowExecutor - Class in org.alfresco.bm.wf
Workflow executor that starts an Adhoc Activti process.
AdhocWorkflowExecutor() - Constructor for class org.alfresco.bm.wf.AdhocWorkflowExecutor
 
afterPropertiesSet() - Method in class org.alfresco.bm.wf.AlfrescoUserDataService
 
AlfrescoUserDataService - Class in org.alfresco.bm.wf
Allows extended, workflow-specific data storage
AlfrescoUserDataService(DB, String) - Constructor for class org.alfresco.bm.wf.AlfrescoUserDataService
 

C

COMPLETE_TASK_FORM_URL - Static variable in interface org.alfresco.bm.wf.RestConstants
 
countWorkflows(DataCreationState) - Method in class org.alfresco.bm.wf.WorkflowDAO
Count the workflows in the given state (for the current test run)
createWorkflow(String) - Method in class org.alfresco.bm.wf.WorkflowDAO
Create a new data object using the definition provided (for the current test run)

D

DEFAUL_WORKFLOW_DEFINITIONS - Static variable in class org.alfresco.bm.wf.PrepareWorkflows
 
DEFAULT_BATCH_SIZE - Static variable in class org.alfresco.bm.wf.ScheduleWorkflows
 

E

EVENT_NAME_PROGRESS_WORKFLOW - Static variable in class org.alfresco.bm.wf.ProgressWorkflow
 
EVENT_NAME_SCHEDULE_WORKFLOWS - Static variable in class org.alfresco.bm.wf.ScheduleWorkflows
 
EVENT_NAME_START_WORKFLOW - Static variable in class org.alfresco.bm.wf.ScheduleWorkflows
 
EVENT_NAME_WORKFLOW_STARTED - Static variable in class org.alfresco.bm.wf.StartWorkflow
 
EVENT_NAME_WORKFLOWS_CREATED - Static variable in class org.alfresco.bm.wf.PrepareWorkflows
 
EVENT_NAME_WORKFLOWS_SCHEDULED - Static variable in class org.alfresco.bm.wf.ScheduleWorkflows
 

F

FIELD_END_DATE - Static variable in class org.alfresco.bm.wf.WorkflowDAO
 
FIELD_ID - Static variable in class org.alfresco.bm.wf.WorkflowDAO
 
FIELD_NODE_ID - Static variable in class org.alfresco.bm.wf.AlfrescoUserDataService
 
FIELD_START_DATE - Static variable in class org.alfresco.bm.wf.WorkflowDAO
 
FIELD_STATE - Static variable in class org.alfresco.bm.wf.WorkflowDAO
 
FIELD_TEST_RUN - Static variable in class org.alfresco.bm.wf.WorkflowDAO
 
FIELD_USERNAME - Static variable in class org.alfresco.bm.wf.WorkflowDAO
 
FIELD_WORKFLOW_DEFINITION - Static variable in class org.alfresco.bm.wf.WorkflowDAO
 
FIELD_WORKFLOW_ID - Static variable in class org.alfresco.bm.wf.WorkflowDAO
 
findById(String) - Method in class org.alfresco.bm.wf.WorkflowDAO
Find data by generated ID.
findWorkflows(DataCreationState, int) - Method in class org.alfresco.bm.wf.WorkflowDAO
Find a number of processes with a given state (for the current test run)

G

GET_TASKS_FOR_WORKFLOW_INSTANCE - Static variable in interface org.alfresco.bm.wf.RestConstants
URL for getting the first 10 open tasks for a workflow instance.
getExecutor(String) - Method in class org.alfresco.bm.wf.WorkflowExecutorRegistry
 
getNodeId(String) - Method in class org.alfresco.bm.wf.AlfrescoUserDataService
Get the node ID for a user or null if the node user does not have one associated
getStartFormValues(String, String, long, Date) - Method in class org.alfresco.bm.wf.AdhocWorkflowExecutor
 
getStartFormValues(String, String, long, Date) - Method in class org.alfresco.bm.wf.ParallelReviewWorkflowExecutor
 
getStartFormValues(String, String, long, Date) - Method in class org.alfresco.bm.wf.ReviewWorkflowExecutor
 
getStartFormValues(String, String, long, Date) - Method in interface org.alfresco.bm.wf.WorkflowExecutor
Get the values to use when posting the start-form for the given instance values.
getTaskFormValues(JSONObject) - Method in class org.alfresco.bm.wf.AdhocWorkflowExecutor
 
getTaskFormValues(JSONObject) - Method in class org.alfresco.bm.wf.ParallelReviewWorkflowExecutor
 
getTaskFormValues(JSONObject) - Method in class org.alfresco.bm.wf.ReviewWorkflowExecutor
 
getTaskFormValues(JSONObject) - Method in interface org.alfresco.bm.wf.WorkflowExecutor
Get the values to use when posting the task-form to complete the task instance.

J

JSONArrayCallback - Class in org.alfresco.bm.wf
A HttpRequestCallback that parses the response body as a JSONArrayin the 'data' property (RestConstants#JSON_DATA) of the JSON body.
JSONArrayCallback() - Constructor for class org.alfresco.bm.wf.JSONArrayCallback
 

O

onCallException(HttpResponse, Throwable) - Method in class org.alfresco.bm.wf.PickUserCallback
 
onCallSuccess(HttpResponse) - Method in class org.alfresco.bm.wf.JSONArrayCallback
 
onCallSuccess(HttpResponse) - Method in class org.alfresco.bm.wf.PickUserCallback
 
onCallSuccess(HttpResponse) - Method in class org.alfresco.bm.wf.StartWorkflowCallback
 
org.alfresco.bm.wf - package org.alfresco.bm.wf
 

P

ParallelReviewWorkflowExecutor - Class in org.alfresco.bm.wf
Workflow executor that starts an Adhoc Activti process.
ParallelReviewWorkflowExecutor() - Constructor for class org.alfresco.bm.wf.ParallelReviewWorkflowExecutor
 
PEOPLE_JSON_NODEREF - Static variable in class org.alfresco.bm.wf.PickUserCallback
 
PEOPLE_PICKER_URL - Static variable in class org.alfresco.bm.wf.PickUserCallback
 
PEOPLE_PICKER_URL - Static variable in class org.alfresco.bm.wf.StartWorkflow
 
PickUserCallback - Class in org.alfresco.bm.wf
Callback that extracts the nodeRef from the picked user.
PickUserCallback(String) - Constructor for class org.alfresco.bm.wf.PickUserCallback
 
PrepareWorkflows - Class in org.alfresco.bm.wf
Prepare a specific number of workflows.
This merely creates the test-local data that will be used for later processing, the actual processes aren't started yet.
PrepareWorkflows(WorkflowDAO, long) - Constructor for class org.alfresco.bm.wf.PrepareWorkflows
 
processEvent(Event) - Method in class org.alfresco.bm.wf.PrepareWorkflows
 
processEvent(Event) - Method in class org.alfresco.bm.wf.ProgressWorkflow
 
processEvent(Event) - Method in class org.alfresco.bm.wf.ScheduleWorkflows
 
processEvent(Event) - Method in class org.alfresco.bm.wf.StartWorkflow
 
ProgressWorkflow - Class in org.alfresco.bm.wf
Progresses a workflow one step in the process.
ProgressWorkflow(HttpClientProvider, AuthenticationDetailsProvider, String, WorkflowDAO, SessionService, WorkflowExecutorRegistry, long, long) - Constructor for class org.alfresco.bm.wf.ProgressWorkflow
 

R

register(String, WorkflowExecutor) - Method in class org.alfresco.bm.wf.WorkflowExecutorRegistry
Register a WorkflowExecutor for the given workflow definition
RestConstants - Interface in org.alfresco.bm.wf
Common REST-url constants.
ReviewWorkflowExecutor - Class in org.alfresco.bm.wf
Workflow executor that starts an Adhoc Activti process.
ReviewWorkflowExecutor() - Constructor for class org.alfresco.bm.wf.ReviewWorkflowExecutor
 

S

ScheduleWorkflows - Class in org.alfresco.bm.wf
Schedule processing events.
ScheduleWorkflows(WorkflowDAO, long) - Constructor for class org.alfresco.bm.wf.ScheduleWorkflows
 
setBatchSize(int) - Method in class org.alfresco.bm.wf.ScheduleWorkflows
Set the size of the batches the unscheduled workflows will be started in.
setEnded(String, Date) - Method in class org.alfresco.bm.wf.WorkflowDAO
Mark a workflow as ended.
setEventNameProgressWorkflow(String) - Method in class org.alfresco.bm.wf.ProgressWorkflow
Override the default event name for this action
setEventNameScheduleWorkflows(String) - Method in class org.alfresco.bm.wf.ScheduleWorkflows
Override the default event name
setEventNameStartWorkflow(String) - Method in class org.alfresco.bm.wf.ScheduleWorkflows
Override the default event name
setEventNameWorkflowsCreated(String) - Method in class org.alfresco.bm.wf.PrepareWorkflows
Override the default event name when processes have been created.
setEventNameWorkflowsScheduled(String) - Method in class org.alfresco.bm.wf.ScheduleWorkflows
Override the default event name
setEventNameWorkflowStarted(String) - Method in class org.alfresco.bm.wf.StartWorkflow
Override the default output event name
setExecutors(Map<String, WorkflowExecutor>) - Method in class org.alfresco.bm.wf.WorkflowExecutorRegistry
 
setNodeId(String, String) - Method in class org.alfresco.bm.wf.AlfrescoUserDataService
Set the user node ID
setStarted(String, String, String, Date) - Method in class org.alfresco.bm.wf.WorkflowDAO
Mark a workflow as started.
setState(String, DataCreationState) - Method in class org.alfresco.bm.wf.WorkflowDAO
Mark a workflow as scheduled.
setWorkflowDefinitions(List<String>) - Method in class org.alfresco.bm.wf.PrepareWorkflows
Set the worklfow-definition id's that will be used when creating new processes.
START_WORKFLOW_FORM_URL - Static variable in interface org.alfresco.bm.wf.RestConstants
URL for starting a workflow through the form-service.
StartWorkflow - Class in org.alfresco.bm.wf
Execute an unfinished process
StartWorkflow(HttpClientProvider, AuthenticationDetailsProvider, String, WorkflowDAO, AlfrescoUserDataService, SessionService, WorkflowExecutorRegistry, long, long) - Constructor for class org.alfresco.bm.wf.StartWorkflow
 
StartWorkflowCallback - Class in org.alfresco.bm.wf
Callback that extract worklfow instance id from start-workflow response.
StartWorkflowCallback() - Constructor for class org.alfresco.bm.wf.StartWorkflowCallback
 

W

WORKFLOW_PROP_ASSIGNEE_ADDED - Static variable in interface org.alfresco.bm.wf.RestConstants
 
WORKFLOW_PROP_ASSIGNEE_REMOVED - Static variable in interface org.alfresco.bm.wf.RestConstants
 
WORKFLOW_PROP_ASSIGNEES_ADDED - Static variable in interface org.alfresco.bm.wf.RestConstants
 
WORKFLOW_PROP_COMMENT - Static variable in interface org.alfresco.bm.wf.RestConstants
 
WORKFLOW_PROP_REQUIRED_APPROVE_PERCENTAGE - Static variable in interface org.alfresco.bm.wf.RestConstants
 
WORKFLOW_PROP_REVIEW_OUTCOME - Static variable in interface org.alfresco.bm.wf.RestConstants
 
WORKFLOW_PROP_SEND_EMAIL_NOTIFICATIONS - Static variable in interface org.alfresco.bm.wf.RestConstants
 
WORKFLOW_PROP_TRANSITIONS - Static variable in interface org.alfresco.bm.wf.RestConstants
 
WORKFLOW_PROP_TRANSITIONS_DEFAULT - Static variable in interface org.alfresco.bm.wf.RestConstants
 
WORKFLOW_PROP_WORKFLOW_DESCRIPTION - Static variable in interface org.alfresco.bm.wf.RestConstants
 
WORKFLOW_PROP_WORKFLOW_DUEDATE - Static variable in interface org.alfresco.bm.wf.RestConstants
 
WORKFLOW_PROP_WORKFLOW_PRIORITY - Static variable in interface org.alfresco.bm.wf.RestConstants
 
WorkflowDAO - Class in org.alfresco.bm.wf
Service providing access to WorkflowData storage.
WorkflowDAO(DB, String, String) - Constructor for class org.alfresco.bm.wf.WorkflowDAO
 
WorkflowExecutor - Interface in org.alfresco.bm.wf
Describes a class capable of executing a certain worklfow.
WorkflowExecutorRegistry - Class in org.alfresco.bm.wf
Registry containing al usable WorkflowExecutors.
WorkflowExecutorRegistry() - Constructor for class org.alfresco.bm.wf.WorkflowExecutorRegistry
 
A C D E F G J O P R S W 
Skip navigation links

Copyright © 2016. All rights reserved.