Constant Field Values


Contents
org.alfresco.*

org.alfresco.bm.data.WorkflowData
public static final String FIELD_END_DATE "endDate"
public static final String FIELD_ID "id"
public static final String FIELD_SCHEDULED_TO_START "scheduledToStart"
public static final String FIELD_START_DATE "startDate"
public static final String FIELD_TEST_RUN "testRun"
public static final String FIELD_USERNAME "userName"
public static final String FIELD_WORKFLOW_DEFINITION_ID "workflowDefinitionId"
public static final String FIELD_WORKFLOW_ID "workflowId"

org.alfresco.bm.eventprocessor.PrepareWorkflows
public static final String EVENT_NAME_WORKFLOWS_CREATED "workflowsCreated"

org.alfresco.bm.eventprocessor.ProgressWorkflow
public static final String EVENT_NAME_PROGRESS_WORKFLOW "progressWorkflow"

org.alfresco.bm.eventprocessor.ScheduleWorkflows
public static final int DEFAULT_BATCH_SIZE 100
public static final String EVENT_NAME_PROCESS "startProcess"

org.alfresco.bm.eventprocessor.StartWorkflow
public static final String EVENT_NAME_PROCESS_STARTED "processStarted"

org.alfresco.bm.rest.RestConstants
public static final String COMPLETE_TASK_FORM_URL "/alfresco/service/api/task/{0}/formprocessor"
public static final String GET_TASKS_FOR_WORKFLOW_INSTANCE "/alfresco/service/api/workflow-instances/{0}/task-instances?state=in_progress&maxItems=10"
public static final String START_WORKFLOW_FORM_URL "/alfresco/service/api/workflow/{0}/formprocessor"
public static final String WORKFLOW_PROP_ASSIGNEE_ADDED "assoc_bpm_assignee_added"
public static final String WORKFLOW_PROP_ASSIGNEE_REMOVED "assoc_bpm_assignee_removed"
public static final String WORKFLOW_PROP_ASSIGNEES_ADDED "assoc_bpm_assignees_added"
public static final String WORKFLOW_PROP_COMMENT "prop_bpm_comment"
public static final String WORKFLOW_PROP_REQUIRED_APPROVE_PERCENTAGE "prop_wf_requiredApprovePercent"
public static final String WORKFLOW_PROP_REVIEW_OUTCOME "prop_wf_reviewOutcome"
public static final String WORKFLOW_PROP_SEND_EMAIL_NOTIFICATIONS "prop_bpm_sendEMailNotifications"
public static final String WORKFLOW_PROP_TRANSITIONS "prop_transitions"
public static final String WORKFLOW_PROP_TRANSITIONS_DEFAULT "Next"
public static final String WORKFLOW_PROP_WORKFLOW_DESCRIPTION "prop_bpm_workflowDescription"
public static final String WORKFLOW_PROP_WORKFLOW_DUEDATE "prop_bpm_workflowDueDate"
public static final String WORKFLOW_PROP_WORKFLOW_PRIORITY "prop_bpm_workflowPriority"



Copyright © 2012. All Rights Reserved.