org.alfresco.bm.rest
Interface RestConstants


public interface RestConstants

Common REST-url constants.

Author:
Frederik Heremans

Field Summary
static String COMPLETE_TASK_FORM_URL
           
static String GET_TASKS_FOR_WORKFLOW_INSTANCE
          URL for getting the first 10 open tasks for a workflow instance.
static String START_WORKFLOW_FORM_URL
          URL for starting a workflow through the form-service.
static String WORKFLOW_PROP_ASSIGNEE_ADDED
           
static String WORKFLOW_PROP_ASSIGNEE_REMOVED
           
static String WORKFLOW_PROP_ASSIGNEES_ADDED
           
static String WORKFLOW_PROP_COMMENT
           
static String WORKFLOW_PROP_REQUIRED_APPROVE_PERCENTAGE
           
static String WORKFLOW_PROP_REVIEW_OUTCOME
           
static String WORKFLOW_PROP_SEND_EMAIL_NOTIFICATIONS
           
static String WORKFLOW_PROP_TRANSITIONS
           
static String WORKFLOW_PROP_TRANSITIONS_DEFAULT
           
static String WORKFLOW_PROP_WORKFLOW_DESCRIPTION
           
static String WORKFLOW_PROP_WORKFLOW_DUEDATE
           
static String WORKFLOW_PROP_WORKFLOW_PRIORITY
           
 

Field Detail

START_WORKFLOW_FORM_URL

static final String START_WORKFLOW_FORM_URL
URL for starting a workflow through the form-service.

Parameters:
- Workflow definition id

See Also:
Constant Field Values

COMPLETE_TASK_FORM_URL

static final String COMPLETE_TASK_FORM_URL
See Also:
Constant Field Values

GET_TASKS_FOR_WORKFLOW_INSTANCE

static final String GET_TASKS_FOR_WORKFLOW_INSTANCE
URL for getting the first 10 open tasks for a workflow instance.

Parameters:
- Workflow instance id

See Also:
Constant Field Values

WORKFLOW_PROP_WORKFLOW_PRIORITY

static final String WORKFLOW_PROP_WORKFLOW_PRIORITY
See Also:
Constant Field Values

WORKFLOW_PROP_WORKFLOW_DUEDATE

static final String WORKFLOW_PROP_WORKFLOW_DUEDATE
See Also:
Constant Field Values

WORKFLOW_PROP_WORKFLOW_DESCRIPTION

static final String WORKFLOW_PROP_WORKFLOW_DESCRIPTION
See Also:
Constant Field Values

WORKFLOW_PROP_COMMENT

static final String WORKFLOW_PROP_COMMENT
See Also:
Constant Field Values

WORKFLOW_PROP_SEND_EMAIL_NOTIFICATIONS

static final String WORKFLOW_PROP_SEND_EMAIL_NOTIFICATIONS
See Also:
Constant Field Values

WORKFLOW_PROP_ASSIGNEE_ADDED

static final String WORKFLOW_PROP_ASSIGNEE_ADDED
See Also:
Constant Field Values

WORKFLOW_PROP_ASSIGNEES_ADDED

static final String WORKFLOW_PROP_ASSIGNEES_ADDED
See Also:
Constant Field Values

WORKFLOW_PROP_ASSIGNEE_REMOVED

static final String WORKFLOW_PROP_ASSIGNEE_REMOVED
See Also:
Constant Field Values

WORKFLOW_PROP_TRANSITIONS

static final String WORKFLOW_PROP_TRANSITIONS
See Also:
Constant Field Values

WORKFLOW_PROP_TRANSITIONS_DEFAULT

static final String WORKFLOW_PROP_TRANSITIONS_DEFAULT
See Also:
Constant Field Values

WORKFLOW_PROP_REVIEW_OUTCOME

static final String WORKFLOW_PROP_REVIEW_OUTCOME
See Also:
Constant Field Values

WORKFLOW_PROP_REQUIRED_APPROVE_PERCENTAGE

static final String WORKFLOW_PROP_REQUIRED_APPROVE_PERCENTAGE
See Also:
Constant Field Values


Copyright © 2012. All Rights Reserved.