Udostępnij za pośrednictwem


WorkItemTrackingProcessRestClient class

Klasa bazowa, która powinna być używana (pochodna) do tworzenia żądań do interfejsów API REST usługi VSS

Extends

Konstruktory

WorkItemTrackingProcessRestClient(IVssRestClientOptions)

Właściwości

RESOURCE_AREA_ID

Metody

addBehaviorToWorkItemType(WorkItemTypeBehavior, string, string)

Dodaje zachowanie do typu elementu roboczego procesu.

addFieldToWorkItemType(AddProcessWorkItemTypeFieldRequest, string, string)

Dodaje pole do typu elementu roboczego.

addGroup(Group, string, string, string, string)

Dodaje grupę do formularza elementu roboczego.

addPage(Page, string, string)

Dodaje stronę do formularza elementu roboczego.

addProcessWorkItemTypeRule(CreateProcessRuleRequest, string, string)

Dodaje regułę do typu elementu roboczego w procesie.

createControlInGroup(Control, string, string, string)

Tworzy kontrolkę w grupie.

createList(PickList)

Tworzy listę wyboru.

createNewProcess(CreateProcessModel)

Tworzy proces.

createProcessBehavior(ProcessBehaviorCreateRequest, string)

Tworzy pojedyncze zachowanie w danym procesie.

createProcessWorkItemType(CreateProcessWorkItemTypeRequest, string)

Tworzy typ elementu roboczego w procesie.

createStateDefinition(WorkItemStateInputModel, string, string)

Tworzy definicję stanu w typie elementu roboczego procesu.

deleteList(string)

Usuwa listę wyboru.

deleteProcessBehavior(string, string)

Usuwa zachowanie w procesie.

deleteProcessById(string)

Usuwa proces określonego identyfikatora.

deleteProcessWorkItemType(string, string)

Usuwa typ elementu roboczego w procesie.

deleteProcessWorkItemTypeRule(string, string, string)

Usuwa regułę z typu elementu roboczego w procesie.

deleteStateDefinition(string, string, string)

Usuwa definicję stanu w typie elementu roboczego procesu.

deleteSystemControl(string, string, string)

Usuwa modyfikację kontrolki systemu w formularzu elementu roboczego.

editProcess(UpdateProcessModel, string)

Edytowanie procesu określonego identyfikatora.

getAllWorkItemTypeFields(string, string)

Zwraca listę wszystkich pól w typie elementu roboczego.

getBehaviorForWorkItemType(string, string, string)

Zwraca zachowanie typu elementu roboczego procesu.

getBehaviorsForWorkItemType(string, string)

Zwraca listę wszystkich zachowań dla typu elementu roboczego procesu.

getFormLayout(string, string)

Pobiera układ formularza.

getList(string)

Zwraca listę wyboru.

getListOfProcesses(GetProcessExpandLevel)

Pobierz listę wszystkich procesów, w tym system i dziedziczone.

getListsMetadata()

Zwraca metadane z listy wyboru.

getProcessBehavior(string, string, GetBehaviorsExpand)

Zwraca zachowanie procesu.

getProcessBehaviors(string, GetBehaviorsExpand)

Zwraca listę wszystkich zachowań w procesie.

getProcessByItsId(string, GetProcessExpandLevel)

Pobierz pojedynczy proces określonego identyfikatora.

getProcessWorkItemType(string, string, GetWorkItemTypeExpand)

Zwraca pojedynczy typ elementu roboczego w procesie.

getProcessWorkItemTypeRule(string, string, string)

Zwraca pojedynczą regułę w typie elementu roboczego procesu.

getProcessWorkItemTypeRules(string, string)

Zwraca listę wszystkich reguł w typie elementu roboczego procesu.

getProcessWorkItemTypes(string, GetWorkItemTypeExpand)

Zwraca listę wszystkich typów elementów roboczych w procesie.

getStateDefinition(string, string, string)

Zwraca pojedynczą definicję stanu w typie elementu roboczego procesu.

getStateDefinitions(string, string)

Zwraca listę wszystkich definicji stanu w typie elementu roboczego procesu.

getSystemControls(string, string)

Pobiera edytowane kontrolki systemowe dla typu elementu roboczego w procesie. Aby uzyskać wszystkie kontrolki systemowe (podstawowe i edytowane), użyj interfejsów API układu

getWorkItemTypeField(string, string, string, ProcessWorkItemTypeFieldsExpandLevel)

Zwraca pole w typie elementu roboczego.

hideStateDefinition(HideStateModel, string, string, string)

Ukrywa definicję stanu w typie elementu roboczego procesu. Tylko stany z parametrem customizationType:System mogą być ukryte.

moveControlToGroup(Control, string, string, string, string, string)

Przenosi kontrolkę do określonej grupy.

moveGroupToPage(Group, string, string, string, string, string, string, string)

Przenosi grupę na inną stronę i sekcję.

moveGroupToSection(Group, string, string, string, string, string, string)

Przenosi grupę do innej sekcji.

removeBehaviorFromWorkItemType(string, string, string)

Usuwa zachowanie typu elementu roboczego procesu.

removeControlFromGroup(string, string, string, string)

Usuwa kontrolkę z formularza elementu roboczego.

removeGroup(string, string, string, string, string)

Usuwa grupę z formularza elementu roboczego.

removePage(string, string, string)

Usuwa stronę z formularza elementu roboczego

removeWorkItemTypeField(string, string, string)

Usuwa pole z typu elementu roboczego. Nie powoduje trwałego usunięcia pola.

updateBehaviorToWorkItemType(WorkItemTypeBehavior, string, string)

Aktualizacje zachowanie typu elementu roboczego procesu.

updateControl(Control, string, string, string, string)

Aktualizacje kontrolkę w formularzu elementu roboczego.

updateGroup(Group, string, string, string, string, string)

Aktualizacje grupę w formularzu elementu roboczego.

updateList(PickList, string)

Aktualizacje listę.

updatePage(Page, string, string)

Aktualizacje stronę w formularzu elementu roboczego

updateProcessBehavior(ProcessBehaviorUpdateRequest, string, string)

Zastępuje zachowanie w procesie.

updateProcessWorkItemType(UpdateProcessWorkItemTypeRequest, string, string)

Aktualizacje typ elementu roboczego procesu.

updateProcessWorkItemTypeRule(UpdateProcessRuleRequest, string, string, string)

Aktualizacje regułę w typie elementu roboczego procesu.

updateStateDefinition(WorkItemStateInputModel, string, string, string)

Aktualizacje daną definicję stanu w typie elementu roboczego procesu.

updateSystemControl(Control, string, string, string)

Aktualizacje/dodaje kontrolkę systemu w formularzu elementu roboczego.

updateWorkItemTypeField(UpdateProcessWorkItemTypeFieldRequest, string, string, string)

Aktualizacje pole w typie elementu roboczego.

Szczegóły konstruktora

WorkItemTrackingProcessRestClient(IVssRestClientOptions)

new WorkItemTrackingProcessRestClient(options: IVssRestClientOptions)

Parametry

Szczegóły właściwości

RESOURCE_AREA_ID

static RESOURCE_AREA_ID: string

Wartość właściwości

string

Szczegóły metody

addBehaviorToWorkItemType(WorkItemTypeBehavior, string, string)

Dodaje zachowanie do typu elementu roboczego procesu.

function addBehaviorToWorkItemType(behavior: WorkItemTypeBehavior, processId: string, witRefNameForBehaviors: string): Promise<WorkItemTypeBehavior>

Parametry

processId

string

Identyfikator procesu

witRefNameForBehaviors

string

Nazwa odwołania do typu elementu roboczego dla zachowania

Zwraca

addFieldToWorkItemType(AddProcessWorkItemTypeFieldRequest, string, string)

Dodaje pole do typu elementu roboczego.

function addFieldToWorkItemType(field: AddProcessWorkItemTypeFieldRequest, processId: string, witRefName: string): Promise<ProcessWorkItemTypeField>

Parametry

processId

string

Identyfikator procesu.

witRefName

string

Nazwa odwołania typu elementu roboczego.

Zwraca

addGroup(Group, string, string, string, string)

Dodaje grupę do formularza elementu roboczego.

function addGroup(group: Group, processId: string, witRefName: string, pageId: string, sectionId: string): Promise<Group>

Parametry

group
Group

Grupa.

processId

string

Identyfikator procesu.

witRefName

string

Nazwa odwołania typu elementu roboczego.

pageId

string

Identyfikator strony, do których ma zostać dodana grupa.

sectionId

string

Identyfikator sekcji, do których ma zostać dodana grupa.

Zwraca

Promise<Group>

addPage(Page, string, string)

Dodaje stronę do formularza elementu roboczego.

function addPage(page: Page, processId: string, witRefName: string): Promise<Page>

Parametry

page
Page

Strona.

processId

string

Identyfikator procesu.

witRefName

string

Nazwa odwołania typu elementu roboczego.

Zwraca

Promise<Page>

addProcessWorkItemTypeRule(CreateProcessRuleRequest, string, string)

Dodaje regułę do typu elementu roboczego w procesie.

function addProcessWorkItemTypeRule(processRuleCreate: CreateProcessRuleRequest, processId: string, witRefName: string): Promise<ProcessRule>

Parametry

processRuleCreate
CreateProcessRuleRequest
processId

string

Identyfikator procesu

witRefName

string

Nazwa odwołania typu elementu roboczego

Zwraca

Promise<ProcessRule>

createControlInGroup(Control, string, string, string)

Tworzy kontrolkę w grupie.

function createControlInGroup(control: Control, processId: string, witRefName: string, groupId: string): Promise<Control>

Parametry

control
Control

Kontrolka.

processId

string

Identyfikator procesu.

witRefName

string

Nazwa odwołania typu elementu roboczego.

groupId

string

Identyfikator grupy, do których ma zostać dodana kontrolka.

Zwraca

Promise<Control>

createList(PickList)

Tworzy listę wyboru.

function createList(picklist: PickList): Promise<PickList>

Parametry

picklist
PickList

Lista wyboru

Zwraca

Promise<PickList>

createNewProcess(CreateProcessModel)

Tworzy proces.

function createNewProcess(createRequest: CreateProcessModel): Promise<ProcessInfo>

Parametry

createRequest
CreateProcessModel

CreateProcessModel.

Zwraca

Promise<ProcessInfo>

createProcessBehavior(ProcessBehaviorCreateRequest, string)

Tworzy pojedyncze zachowanie w danym procesie.

function createProcessBehavior(behavior: ProcessBehaviorCreateRequest, processId: string): Promise<ProcessBehavior>

Parametry

processId

string

Identyfikator procesu

Zwraca

Promise<ProcessBehavior>

createProcessWorkItemType(CreateProcessWorkItemTypeRequest, string)

Tworzy typ elementu roboczego w procesie.

function createProcessWorkItemType(workItemType: CreateProcessWorkItemTypeRequest, processId: string): Promise<ProcessWorkItemType>

Parametry

processId

string

Identyfikator procesu, na którym ma zostać utworzony typ elementu roboczego.

Zwraca

createStateDefinition(WorkItemStateInputModel, string, string)

Tworzy definicję stanu w typie elementu roboczego procesu.

function createStateDefinition(stateModel: WorkItemStateInputModel, processId: string, witRefName: string): Promise<WorkItemStateResultModel>

Parametry

processId

string

Identyfikator procesu

witRefName

string

Nazwa odwołania typu elementu roboczego

Zwraca

deleteList(string)

Usuwa listę wyboru.

function deleteList(listId: string): Promise<void>

Parametry

listId

string

Identyfikator listy

Zwraca

Promise<void>

deleteProcessBehavior(string, string)

Usuwa zachowanie w procesie.

function deleteProcessBehavior(processId: string, behaviorRefName: string): Promise<void>

Parametry

processId

string

Identyfikator procesu

behaviorRefName

string

Nazwa odwołania do zachowania

Zwraca

Promise<void>

deleteProcessById(string)

Usuwa proces określonego identyfikatora.

function deleteProcessById(processTypeId: string): Promise<void>

Parametry

processTypeId

string

Zwraca

Promise<void>

deleteProcessWorkItemType(string, string)

Usuwa typ elementu roboczego w procesie.

function deleteProcessWorkItemType(processId: string, witRefName: string): Promise<void>

Parametry

processId

string

Identyfikator procesu.

witRefName

string

Nazwa odwołania typu elementu roboczego.

Zwraca

Promise<void>

deleteProcessWorkItemTypeRule(string, string, string)

Usuwa regułę z typu elementu roboczego w procesie.

function deleteProcessWorkItemTypeRule(processId: string, witRefName: string, ruleId: string): Promise<void>

Parametry

processId

string

Identyfikator procesu

witRefName

string

Nazwa odwołania typu elementu roboczego

ruleId

string

Identyfikator reguły

Zwraca

Promise<void>

deleteStateDefinition(string, string, string)

Usuwa definicję stanu w typie elementu roboczego procesu.

function deleteStateDefinition(processId: string, witRefName: string, stateId: string): Promise<void>

Parametry

processId

string

Identyfikator procesu

witRefName

string

Nazwa odwołania typu elementu roboczego

stateId

string

Identyfikator stanu

Zwraca

Promise<void>

deleteSystemControl(string, string, string)

Usuwa modyfikację kontrolki systemu w formularzu elementu roboczego.

function deleteSystemControl(processId: string, witRefName: string, controlId: string): Promise<Control[]>

Parametry

processId

string

Identyfikator procesu.

witRefName

string

Nazwa odwołania typu elementu roboczego.

controlId

string

Identyfikator kontrolki.

Zwraca

Promise<Control[]>

editProcess(UpdateProcessModel, string)

Edytowanie procesu określonego identyfikatora.

function editProcess(updateRequest: UpdateProcessModel, processTypeId: string): Promise<ProcessInfo>

Parametry

updateRequest
UpdateProcessModel
processTypeId

string

Zwraca

Promise<ProcessInfo>

getAllWorkItemTypeFields(string, string)

Zwraca listę wszystkich pól w typie elementu roboczego.

function getAllWorkItemTypeFields(processId: string, witRefName: string): Promise<ProcessWorkItemTypeField[]>

Parametry

processId

string

Identyfikator procesu.

witRefName

string

Nazwa odwołania typu elementu roboczego.

Zwraca

getBehaviorForWorkItemType(string, string, string)

Zwraca zachowanie typu elementu roboczego procesu.

function getBehaviorForWorkItemType(processId: string, witRefNameForBehaviors: string, behaviorRefName: string): Promise<WorkItemTypeBehavior>

Parametry

processId

string

Identyfikator procesu

witRefNameForBehaviors

string

Nazwa odwołania do typu elementu roboczego dla zachowania

behaviorRefName

string

Nazwa odwołania do zachowania

Zwraca

getBehaviorsForWorkItemType(string, string)

Zwraca listę wszystkich zachowań dla typu elementu roboczego procesu.

function getBehaviorsForWorkItemType(processId: string, witRefNameForBehaviors: string): Promise<WorkItemTypeBehavior[]>

Parametry

processId

string

Identyfikator procesu

witRefNameForBehaviors

string

Nazwa odwołania do typu elementu roboczego dla zachowania

Zwraca

getFormLayout(string, string)

Pobiera układ formularza.

function getFormLayout(processId: string, witRefName: string): Promise<FormLayout>

Parametry

processId

string

Identyfikator procesu.

witRefName

string

Nazwa odwołania typu elementu roboczego.

Zwraca

Promise<FormLayout>

getList(string)

Zwraca listę wyboru.

function getList(listId: string): Promise<PickList>

Parametry

listId

string

Identyfikator listy

Zwraca

Promise<PickList>

getListOfProcesses(GetProcessExpandLevel)

Pobierz listę wszystkich procesów, w tym system i dziedziczone.

function getListOfProcesses(expand?: GetProcessExpandLevel): Promise<ProcessInfo[]>

Parametry

Zwraca

Promise<ProcessInfo[]>

getListsMetadata()

Zwraca metadane z listy wyboru.

function getListsMetadata(): Promise<PickListMetadata[]>

Zwraca

Promise<PickListMetadata[]>

getProcessBehavior(string, string, GetBehaviorsExpand)

Zwraca zachowanie procesu.

function getProcessBehavior(processId: string, behaviorRefName: string, expand?: GetBehaviorsExpand): Promise<ProcessBehavior>

Parametry

processId

string

Identyfikator procesu

behaviorRefName

string

Nazwa odwołania do zachowania

Zwraca

Promise<ProcessBehavior>

getProcessBehaviors(string, GetBehaviorsExpand)

Zwraca listę wszystkich zachowań w procesie.

function getProcessBehaviors(processId: string, expand?: GetBehaviorsExpand): Promise<ProcessBehavior[]>

Parametry

processId

string

Identyfikator procesu

Zwraca

Promise<ProcessBehavior[]>

getProcessByItsId(string, GetProcessExpandLevel)

Pobierz pojedynczy proces określonego identyfikatora.

function getProcessByItsId(processTypeId: string, expand?: GetProcessExpandLevel): Promise<ProcessInfo>

Parametry

processTypeId

string

Zwraca

Promise<ProcessInfo>

getProcessWorkItemType(string, string, GetWorkItemTypeExpand)

Zwraca pojedynczy typ elementu roboczego w procesie.

function getProcessWorkItemType(processId: string, witRefName: string, expand?: GetWorkItemTypeExpand): Promise<ProcessWorkItemType>

Parametry

processId

string

Identyfikator procesu

witRefName

string

Nazwa odwołania typu elementu roboczego

expand
GetWorkItemTypeExpand

Flaga określająca, jakie właściwości typu elementu roboczego mają być zwracane

Zwraca

getProcessWorkItemTypeRule(string, string, string)

Zwraca pojedynczą regułę w typie elementu roboczego procesu.

function getProcessWorkItemTypeRule(processId: string, witRefName: string, ruleId: string): Promise<ProcessRule>

Parametry

processId

string

Identyfikator procesu

witRefName

string

Nazwa odwołania typu elementu roboczego

ruleId

string

Identyfikator reguły

Zwraca

Promise<ProcessRule>

getProcessWorkItemTypeRules(string, string)

Zwraca listę wszystkich reguł w typie elementu roboczego procesu.

function getProcessWorkItemTypeRules(processId: string, witRefName: string): Promise<ProcessRule[]>

Parametry

processId

string

Identyfikator procesu

witRefName

string

Nazwa odwołania typu elementu roboczego

Zwraca

Promise<ProcessRule[]>

getProcessWorkItemTypes(string, GetWorkItemTypeExpand)

Zwraca listę wszystkich typów elementów roboczych w procesie.

function getProcessWorkItemTypes(processId: string, expand?: GetWorkItemTypeExpand): Promise<ProcessWorkItemType[]>

Parametry

processId

string

Identyfikator procesu

expand
GetWorkItemTypeExpand

Flaga określająca, jakie właściwości typu elementu roboczego mają być zwracane

Zwraca

Promise<ProcessWorkItemType[]>

getStateDefinition(string, string, string)

Zwraca pojedynczą definicję stanu w typie elementu roboczego procesu.

function getStateDefinition(processId: string, witRefName: string, stateId: string): Promise<WorkItemStateResultModel>

Parametry

processId

string

Identyfikator procesu

witRefName

string

Nazwa odwołania typu elementu roboczego

stateId

string

Identyfikator stanu

Zwraca

getStateDefinitions(string, string)

Zwraca listę wszystkich definicji stanu w typie elementu roboczego procesu.

function getStateDefinitions(processId: string, witRefName: string): Promise<WorkItemStateResultModel[]>

Parametry

processId

string

Identyfikator procesu

witRefName

string

Nazwa odwołania typu elementu roboczego

Zwraca

getSystemControls(string, string)

Pobiera edytowane kontrolki systemowe dla typu elementu roboczego w procesie. Aby uzyskać wszystkie kontrolki systemowe (podstawowe i edytowane), użyj interfejsów API układu

function getSystemControls(processId: string, witRefName: string): Promise<Control[]>

Parametry

processId

string

Identyfikator procesu.

witRefName

string

Nazwa odwołania typu elementu roboczego.

Zwraca

Promise<Control[]>

getWorkItemTypeField(string, string, string, ProcessWorkItemTypeFieldsExpandLevel)

Zwraca pole w typie elementu roboczego.

function getWorkItemTypeField(processId: string, witRefName: string, fieldRefName: string, expand?: ProcessWorkItemTypeFieldsExpandLevel): Promise<ProcessWorkItemTypeField>

Parametry

processId

string

Identyfikator procesu.

witRefName

string

Nazwa odwołania typu elementu roboczego.

fieldRefName

string

Nazwa odwołania do pola.

Zwraca

hideStateDefinition(HideStateModel, string, string, string)

Ukrywa definicję stanu w typie elementu roboczego procesu. Tylko stany z parametrem customizationType:System mogą być ukryte.

function hideStateDefinition(hideStateModel: HideStateModel, processId: string, witRefName: string, stateId: string): Promise<WorkItemStateResultModel>

Parametry

hideStateModel
HideStateModel
processId

string

Identyfikator procesu

witRefName

string

Nazwa odwołania typu elementu roboczego

stateId

string

Identyfikator stanu

Zwraca

moveControlToGroup(Control, string, string, string, string, string)

Przenosi kontrolkę do określonej grupy.

function moveControlToGroup(control: Control, processId: string, witRefName: string, groupId: string, controlId: string, removeFromGroupId?: string): Promise<Control>

Parametry

control
Control

Kontrolka.

processId

string

Identyfikator procesu.

witRefName

string

Nazwa odwołania typu elementu roboczego.

groupId

string

Identyfikator grupy, na który ma być przeniesiona kontrolka.

controlId

string

Identyfikator kontrolki.

removeFromGroupId

string

Identyfikator grupy do usunięcia kontrolki.

Zwraca

Promise<Control>

moveGroupToPage(Group, string, string, string, string, string, string, string)

Przenosi grupę na inną stronę i sekcję.

function moveGroupToPage(group: Group, processId: string, witRefName: string, pageId: string, sectionId: string, groupId: string, removeFromPageId: string, removeFromSectionId: string): Promise<Group>

Parametry

group
Group

Zaktualizowana grupa.

processId

string

Identyfikator procesu.

witRefName

string

Nazwa odwołania typu elementu roboczego.

pageId

string

Identyfikator strony, w których znajduje się grupa.

sectionId

string

Identyfikator sekcji, w przypadku których grupa to i.n

groupId

string

Identyfikator grupy.

removeFromPageId

string

Identyfikator strony, z których ma zostać usunięta grupa.

removeFromSectionId

string

Identyfikator sekcji, z która ma zostać usunięta.

Zwraca

Promise<Group>

moveGroupToSection(Group, string, string, string, string, string, string)

Przenosi grupę do innej sekcji.

function moveGroupToSection(group: Group, processId: string, witRefName: string, pageId: string, sectionId: string, groupId: string, removeFromSectionId: string): Promise<Group>

Parametry

group
Group

Zaktualizowana grupa.

processId

string

Identyfikator procesu.

witRefName

string

Nazwa odwołania typu elementu roboczego.

pageId

string

Identyfikator strony, w których znajduje się grupa.

sectionId

string

Identyfikator sekcji, w których znajduje się grupa.

groupId

string

Identyfikator grupy.

removeFromSectionId

string

Identyfikator sekcji, z która ma zostać usunięta.

Zwraca

Promise<Group>

removeBehaviorFromWorkItemType(string, string, string)

Usuwa zachowanie typu elementu roboczego procesu.

function removeBehaviorFromWorkItemType(processId: string, witRefNameForBehaviors: string, behaviorRefName: string): Promise<void>

Parametry

processId

string

Identyfikator procesu

witRefNameForBehaviors

string

Nazwa odwołania do typu elementu roboczego dla zachowania

behaviorRefName

string

Nazwa odwołania do zachowania

Zwraca

Promise<void>

removeControlFromGroup(string, string, string, string)

Usuwa kontrolkę z formularza elementu roboczego.

function removeControlFromGroup(processId: string, witRefName: string, groupId: string, controlId: string): Promise<void>

Parametry

processId

string

Identyfikator procesu.

witRefName

string

Nazwa odwołania typu elementu roboczego.

groupId

string

Identyfikator grupy.

controlId

string

Identyfikator kontrolki do usunięcia.

Zwraca

Promise<void>

removeGroup(string, string, string, string, string)

Usuwa grupę z formularza elementu roboczego.

function removeGroup(processId: string, witRefName: string, pageId: string, sectionId: string, groupId: string): Promise<void>

Parametry

processId

string

Identyfikator procesu

witRefName

string

Nazwa odwołania typu elementu roboczego

pageId

string

Identyfikator strony, w których znajduje się grupa

sectionId

string

Identyfikator sekcji grupy znajduje się w

groupId

string

Identyfikator grupy

Zwraca

Promise<void>

removePage(string, string, string)

Usuwa stronę z formularza elementu roboczego

function removePage(processId: string, witRefName: string, pageId: string): Promise<void>

Parametry

processId

string

Identyfikator procesu

witRefName

string

Nazwa odwołania typu elementu roboczego

pageId

string

Identyfikator strony

Zwraca

Promise<void>

removeWorkItemTypeField(string, string, string)

Usuwa pole z typu elementu roboczego. Nie powoduje trwałego usunięcia pola.

function removeWorkItemTypeField(processId: string, witRefName: string, fieldRefName: string): Promise<void>

Parametry

processId

string

Identyfikator procesu.

witRefName

string

Nazwa odwołania typu elementu roboczego.

fieldRefName

string

Nazwa odwołania do pola.

Zwraca

Promise<void>

updateBehaviorToWorkItemType(WorkItemTypeBehavior, string, string)

Aktualizacje zachowanie typu elementu roboczego procesu.

function updateBehaviorToWorkItemType(behavior: WorkItemTypeBehavior, processId: string, witRefNameForBehaviors: string): Promise<WorkItemTypeBehavior>

Parametry

processId

string

Identyfikator procesu

witRefNameForBehaviors

string

Nazwa odwołania do typu elementu roboczego dla zachowania

Zwraca

updateControl(Control, string, string, string, string)

Aktualizacje kontrolkę w formularzu elementu roboczego.

function updateControl(control: Control, processId: string, witRefName: string, groupId: string, controlId: string): Promise<Control>

Parametry

control
Control

Zaktualizowana kontrolka.

processId

string

Identyfikator procesu.

witRefName

string

Nazwa odwołania typu elementu roboczego.

groupId

string

Identyfikator grupy.

controlId

string

Identyfikator kontrolki.

Zwraca

Promise<Control>

updateGroup(Group, string, string, string, string, string)

Aktualizacje grupę w formularzu elementu roboczego.

function updateGroup(group: Group, processId: string, witRefName: string, pageId: string, sectionId: string, groupId: string): Promise<Group>

Parametry

group
Group

Zaktualizowana grupa.

processId

string

Identyfikator procesu.

witRefName

string

Nazwa odwołania typu elementu roboczego.

pageId

string

Identyfikator strony, w których znajduje się grupa.

sectionId

string

Identyfikator sekcji, w których znajduje się grupa.

groupId

string

Identyfikator grupy.

Zwraca

Promise<Group>

updateList(PickList, string)

Aktualizacje listę.

function updateList(picklist: PickList, listId: string): Promise<PickList>

Parametry

picklist
PickList
listId

string

Identyfikator listy

Zwraca

Promise<PickList>

updatePage(Page, string, string)

Aktualizacje stronę w formularzu elementu roboczego

function updatePage(page: Page, processId: string, witRefName: string): Promise<Page>

Parametry

page
Page

Strona

processId

string

Identyfikator procesu

witRefName

string

Nazwa odwołania typu elementu roboczego

Zwraca

Promise<Page>

updateProcessBehavior(ProcessBehaviorUpdateRequest, string, string)

Zastępuje zachowanie w procesie.

function updateProcessBehavior(behaviorData: ProcessBehaviorUpdateRequest, processId: string, behaviorRefName: string): Promise<ProcessBehavior>

Parametry

processId

string

Identyfikator procesu

behaviorRefName

string

Nazwa odwołania do zachowania

Zwraca

Promise<ProcessBehavior>

updateProcessWorkItemType(UpdateProcessWorkItemTypeRequest, string, string)

Aktualizacje typ elementu roboczego procesu.

function updateProcessWorkItemType(workItemTypeUpdate: UpdateProcessWorkItemTypeRequest, processId: string, witRefName: string): Promise<ProcessWorkItemType>

Parametry

processId

string

Identyfikator procesu

witRefName

string

Nazwa odwołania typu elementu roboczego

Zwraca

updateProcessWorkItemTypeRule(UpdateProcessRuleRequest, string, string, string)

Aktualizacje regułę w typie elementu roboczego procesu.

function updateProcessWorkItemTypeRule(processRule: UpdateProcessRuleRequest, processId: string, witRefName: string, ruleId: string): Promise<ProcessRule>

Parametry

processId

string

Identyfikator procesu

witRefName

string

Nazwa odwołania typu elementu roboczego

ruleId

string

Identyfikator reguły

Zwraca

Promise<ProcessRule>

updateStateDefinition(WorkItemStateInputModel, string, string, string)

Aktualizacje daną definicję stanu w typie elementu roboczego procesu.

function updateStateDefinition(stateModel: WorkItemStateInputModel, processId: string, witRefName: string, stateId: string): Promise<WorkItemStateResultModel>

Parametry

processId

string

Identyfikator procesu

witRefName

string

Nazwa odwołania typu elementu roboczego

stateId

string

Identyfikator stanu

Zwraca

updateSystemControl(Control, string, string, string)

Aktualizacje/dodaje kontrolkę systemu w formularzu elementu roboczego.

function updateSystemControl(control: Control, processId: string, witRefName: string, controlId: string): Promise<Control>

Parametry

control
Control
processId

string

Identyfikator procesu.

witRefName

string

Nazwa odwołania typu elementu roboczego.

controlId

string

Identyfikator kontrolki.

Zwraca

Promise<Control>

updateWorkItemTypeField(UpdateProcessWorkItemTypeFieldRequest, string, string, string)

Aktualizacje pole w typie elementu roboczego.

function updateWorkItemTypeField(field: UpdateProcessWorkItemTypeFieldRequest, processId: string, witRefName: string, fieldRefName: string): Promise<ProcessWorkItemTypeField>

Parametry

processId

string

Identyfikator procesu.

witRefName

string

Nazwa odwołania typu elementu roboczego.

fieldRefName

string

Nazwa odwołania do pola.

Zwraca