Module

situationalAwareness/satelliteSummary/deploymentTasks

Methods

# static assignToMe(flowId, taskId, user)

Parameters:
Name Type Description
flowId
taskId
user
Properties:
Name Type Description
type string

ASSIGN_TO_ME

View Source satellite-summary/satellite-summary-deployment-tasks-actions.js, line 24

# static assignToUser(flowId, taskId, user)

Parameters:
Name Type Description
flowId
taskId
user
Properties:
Name Type Description
type string

ASSIGN_TO_USER

View Source satellite-summary/satellite-summary-deployment-tasks-actions.js, line 32

# static forceCancel(flowId, taskId)

Parameters:
Name Type Description
flowId
taskId
Properties:
Name Type Description
type string

FORCE_CANCEL

View Source satellite-summary/satellite-summary-deployment-tasks-actions.js, line 40

# static paginate(flowId, page, resultsPerPage)

Parameters:
Name Type Description
flowId
page
resultsPerPage
Properties:
Name Type Description
type string

PAGINATE

View Source satellite-summary/satellite-summary-deployment-tasks-actions.js, line 49

# static showTaskActions(flowId, target, taskInfo)

Parameters:
Name Type Description
flowId
target
taskInfo
Properties:
Name Type Description
type string

SHOW_TASK_ACTIONS

View Source satellite-summary/satellite-summary-deployment-tasks-actions.js, line 63

# static sort(flowId, name, order)

Parameters:
Name Type Description
flowId
name
order
Properties:
Name Type Description
type string

SORT

View Source satellite-summary/satellite-summary-deployment-tasks-actions.js, line 72

# static updateFilters(flowId, updatedFilter)

Parameters:
Name Type Description
flowId
updatedFilter
Properties:
Name Type Description
type string

UPDATE_FILTERS

View Source satellite-summary/satellite-summary-deployment-tasks-actions.js, line 85