A C D E F G I M O P R S W 

A

AdhocWorkflowExecutor - Class in org.alfresco.bm.workflow
Workflow executor that starts an Adhoc Activti process.
AdhocWorkflowExecutor() - Constructor for class org.alfresco.bm.workflow.AdhocWorkflowExecutor
 
afterPropertiesSet() - Method in class org.alfresco.bm.data.WorkflowDataService
 

C

COMPLETE_TASK_FORM_URL - Static variable in interface org.alfresco.bm.rest.RestConstants
 
count() - Method in class org.alfresco.bm.data.WorkflowDataService
Count the total number of workflows.
countFinishedWorkflows() - Method in class org.alfresco.bm.data.WorkflowDataService
Count the total number of finished workflows.

D

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

E

EVENT_NAME_PROCESS - Static variable in class org.alfresco.bm.eventprocessor.ScheduleWorkflows
 
EVENT_NAME_PROCESS_STARTED - Static variable in class org.alfresco.bm.eventprocessor.StartWorkflow
 
EVENT_NAME_PROGRESS_WORKFLOW - Static variable in class org.alfresco.bm.eventprocessor.ProgressWorkflow
 
EVENT_NAME_WORKFLOWS_CREATED - Static variable in class org.alfresco.bm.eventprocessor.PrepareWorkflows
 

F

FIELD_END_DATE - Static variable in class org.alfresco.bm.data.WorkflowData
 
FIELD_ID - Static variable in class org.alfresco.bm.data.WorkflowData
 
FIELD_SCHEDULED_TO_START - Static variable in class org.alfresco.bm.data.WorkflowData
 
FIELD_START_DATE - Static variable in class org.alfresco.bm.data.WorkflowData
 
FIELD_TEST_RUN - Static variable in class org.alfresco.bm.data.WorkflowData
 
FIELD_USERNAME - Static variable in class org.alfresco.bm.data.WorkflowData
 
FIELD_WORKFLOW_DEFINITION_ID - Static variable in class org.alfresco.bm.data.WorkflowData
 
FIELD_WORKFLOW_ID - Static variable in class org.alfresco.bm.data.WorkflowData
 
findById(String) - Method in class org.alfresco.bm.data.WorkflowDataService
Find data by id.
findUnscheduledProcesses(int) - Method in class org.alfresco.bm.data.WorkflowDataService
Find a number of unscheduled processes.
findUnstartedWorkflows(MongoTemplate, String, int) - Static method in class org.alfresco.bm.data.WorkflowData
Find a number of unstarted and unscheduled processes (startdate is null).
findWorkflowProcessDataByWorkflowId(MongoTemplate, String, String) - Static method in class org.alfresco.bm.data.WorkflowData
Find a single process based on the workflow id.

G

GET_TASKS_FOR_WORKFLOW_INSTANCE - Static variable in interface org.alfresco.bm.rest.RestConstants
URL for getting the first 10 open tasks for a workflow instance.
getEndDate() - Method in class org.alfresco.bm.data.WorkflowData
 
getExecutor(String) - Method in class org.alfresco.bm.workflow.WorkflowExecutorRegistry
 
getId() - Method in class org.alfresco.bm.data.WorkflowData
 
getStartDate() - Method in class org.alfresco.bm.data.WorkflowData
 
getStartFormValues(WorkflowData, UserData) - Method in class org.alfresco.bm.workflow.AdhocWorkflowExecutor
 
getStartFormValues(WorkflowData, UserData) - Method in class org.alfresco.bm.workflow.ParallelReviewWorkflowExecutor
 
getStartFormValues(WorkflowData, UserData) - Method in class org.alfresco.bm.workflow.ReviewWorkflowExecutor
 
getStartFormValues(WorkflowData, UserData) - Method in interface org.alfresco.bm.workflow.WorkflowExecutor
Get the values to use when posting the start-form for this WorkflowData instance.
getTaskFormValues(WorkflowData, UserData, JSONObject) - Method in class org.alfresco.bm.workflow.AdhocWorkflowExecutor
 
getTaskFormValues(WorkflowData, UserData, JSONObject) - Method in class org.alfresco.bm.workflow.ParallelReviewWorkflowExecutor
 
getTaskFormValues(WorkflowData, UserData, JSONObject) - Method in class org.alfresco.bm.workflow.ReviewWorkflowExecutor
 
getTaskFormValues(WorkflowData, UserData, JSONObject) - Method in interface org.alfresco.bm.workflow.WorkflowExecutor
Get the values to use when posting the task-form to complete the task instance.
getTestRun() - Method in class org.alfresco.bm.data.WorkflowData
 
getUsername() - Method in class org.alfresco.bm.data.WorkflowData
 
getWorkflowDefinition(long) - Method in class org.alfresco.bm.eventprocessor.PrepareWorkflows
Get the workflow-definition to use for a new process
getWorkflowDefinitionId() - Method in class org.alfresco.bm.data.WorkflowData
 
getWorkflowId() - Method in class org.alfresco.bm.data.WorkflowData
 

I

insert(WorkflowData) - Method in class org.alfresco.bm.data.WorkflowDataService
Insert the given WorkflowData object.
isDone() - Method in class org.alfresco.bm.data.WorkflowData
 
isScheduledToStart() - Method in class org.alfresco.bm.data.WorkflowData
 

M

markWorkflowAsEnded(String) - Method in class org.alfresco.bm.data.WorkflowDataService
Mark a workflow as ended.
markWorkflowAsScheduled(String, String) - Method in class org.alfresco.bm.data.WorkflowDataService
Mark a workflow as scheduled.
markWorkflowAsStarted(String, String) - Method in class org.alfresco.bm.data.WorkflowDataService
Mark a workflow as started.

O

onCallSuccess(HttpResponse) - Method in class org.alfresco.bm.eventprocessor.http.StartWorkflowCallback
 
org.alfresco.bm.data - package org.alfresco.bm.data
 
org.alfresco.bm.eventprocessor - package org.alfresco.bm.eventprocessor
 
org.alfresco.bm.eventprocessor.http - package org.alfresco.bm.eventprocessor.http
 
org.alfresco.bm.rest - package org.alfresco.bm.rest
 
org.alfresco.bm.workflow - package org.alfresco.bm.workflow
 

P

ParallelReviewWorkflowExecutor - Class in org.alfresco.bm.workflow
Workflow executor that starts an Adhoc Activti process.
ParallelReviewWorkflowExecutor() - Constructor for class org.alfresco.bm.workflow.ParallelReviewWorkflowExecutor
 
PrepareWorkflows - Class in org.alfresco.bm.eventprocessor
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(WorkflowDataService, long) - Constructor for class org.alfresco.bm.eventprocessor.PrepareWorkflows
 
processEvent(Event) - Method in class org.alfresco.bm.eventprocessor.PrepareWorkflows
 
processEvent(Event) - Method in class org.alfresco.bm.eventprocessor.ProgressWorkflow
 
processEvent(Event) - Method in class org.alfresco.bm.eventprocessor.ScheduleWorkflows
 
processEvent(Event) - Method in class org.alfresco.bm.eventprocessor.StartWorkflow
 
ProgressWorkflow - Class in org.alfresco.bm.eventprocessor
Progresses a workflow one step in the process.
ProgressWorkflow(HttpClientProvider, AuthenticationDetailsProvider, String, WorkflowDataService, UserDataService, WorkflowExecutorRegistry) - Constructor for class org.alfresco.bm.eventprocessor.ProgressWorkflow
 

R

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

S

ScheduleWorkflows - Class in org.alfresco.bm.eventprocessor
Schedule processing events.
ScheduleWorkflows(WorkflowDataService, UserDataService, long) - Constructor for class org.alfresco.bm.eventprocessor.ScheduleWorkflows
 
setBatchSize(int) - Method in class org.alfresco.bm.eventprocessor.ScheduleWorkflows
Set the size of the batches the unscheduled workflows will be started in.
setEndDate(Long) - Method in class org.alfresco.bm.data.WorkflowData
 
setEventNameProcess(String) - Method in class org.alfresco.bm.eventprocessor.ScheduleWorkflows
Override the default event name to process an event
setEventNameProcessStarted(String) - Method in class org.alfresco.bm.eventprocessor.StartWorkflow
Override the default event name that is returned as next when process is started.
setEventNameWorkflowsCreated(String) - Method in class org.alfresco.bm.eventprocessor.PrepareWorkflows
Override the default event name when processes have been created.
setExecutors(Map<String, WorkflowExecutor>) - Method in class org.alfresco.bm.workflow.WorkflowExecutorRegistry
 
setId(String) - Method in class org.alfresco.bm.data.WorkflowData
 
setScheduledToStart(boolean) - Method in class org.alfresco.bm.data.WorkflowData
 
setStartDate(Long) - Method in class org.alfresco.bm.data.WorkflowData
 
setTestRun(String) - Method in class org.alfresco.bm.data.WorkflowData
 
setUsername(String) - Method in class org.alfresco.bm.data.WorkflowData
 
setWorkflowDefinitionId(String) - Method in class org.alfresco.bm.data.WorkflowData
 
setWorkflowDefinitions(List<String>) - Method in class org.alfresco.bm.eventprocessor.PrepareWorkflows
Set the worklfow-definition id's that will be used when creating new processes.
setWorkflowId(String) - Method in class org.alfresco.bm.data.WorkflowData
 
START_WORKFLOW_FORM_URL - Static variable in interface org.alfresco.bm.rest.RestConstants
URL for starting a workflow through the form-service.
StartWorkflow - Class in org.alfresco.bm.eventprocessor
Execute an unfinished process
StartWorkflow(HttpClientProvider, AuthenticationDetailsProvider, String, WorkflowDataService, UserDataService, WorkflowExecutorRegistry) - Constructor for class org.alfresco.bm.eventprocessor.StartWorkflow
 
StartWorkflowCallback - Class in org.alfresco.bm.eventprocessor.http
Callback that extract worklfow instance id from start-workflow response.
StartWorkflowCallback() - Constructor for class org.alfresco.bm.eventprocessor.http.StartWorkflowCallback
 

W

WORKFLOW_PROP_ASSIGNEE_ADDED - Static variable in interface org.alfresco.bm.rest.RestConstants
 
WORKFLOW_PROP_ASSIGNEE_REMOVED - Static variable in interface org.alfresco.bm.rest.RestConstants
 
WORKFLOW_PROP_ASSIGNEES_ADDED - Static variable in interface org.alfresco.bm.rest.RestConstants
 
WORKFLOW_PROP_COMMENT - Static variable in interface org.alfresco.bm.rest.RestConstants
 
WORKFLOW_PROP_REQUIRED_APPROVE_PERCENTAGE - Static variable in interface org.alfresco.bm.rest.RestConstants
 
WORKFLOW_PROP_REVIEW_OUTCOME - Static variable in interface org.alfresco.bm.rest.RestConstants
 
WORKFLOW_PROP_SEND_EMAIL_NOTIFICATIONS - Static variable in interface org.alfresco.bm.rest.RestConstants
 
WORKFLOW_PROP_TRANSITIONS - Static variable in interface org.alfresco.bm.rest.RestConstants
 
WORKFLOW_PROP_TRANSITIONS_DEFAULT - Static variable in interface org.alfresco.bm.rest.RestConstants
 
WORKFLOW_PROP_WORKFLOW_DESCRIPTION - Static variable in interface org.alfresco.bm.rest.RestConstants
 
WORKFLOW_PROP_WORKFLOW_DUEDATE - Static variable in interface org.alfresco.bm.rest.RestConstants
 
WORKFLOW_PROP_WORKFLOW_PRIORITY - Static variable in interface org.alfresco.bm.rest.RestConstants
 
WorkflowData - Class in org.alfresco.bm.data
Data representing a single workflow process.
WorkflowData() - Constructor for class org.alfresco.bm.data.WorkflowData
 
WorkflowDataService - Class in org.alfresco.bm.data
Service providing access to WorkflowData storage.
WorkflowDataService(MongoTemplate, String, String) - Constructor for class org.alfresco.bm.data.WorkflowDataService
 
WorkflowExecutor - Interface in org.alfresco.bm.workflow
Describes a class capable of executing a certain worklfow.
WorkflowExecutorRegistry - Class in org.alfresco.bm.workflow
Registry containing al usable WorkflowExecutors.
WorkflowExecutorRegistry() - Constructor for class org.alfresco.bm.workflow.WorkflowExecutorRegistry
 
A C D E F G I M O P R S W 

Copyright © 2012. All Rights Reserved.