ITicketFlowActionManager Interface |
[This is preliminary documentation and is subject to change.]
Namespace: Netadmin.Management.Ticketing
The ITicketFlowActionManager type exposes the following members.
Name | Description | ||
---|---|---|---|
![]() | IEnumerableT | Create(IEnumerableT) |
Creates multiple entities in one operation
(Inherited from ICreateableBatchT.) |
![]() | void | Delete(IEnumerableInt64) |
Deletes multiple entities in one operation
(Inherited from IDeletableBatchT.) |
![]() | IReadOnlyDictionaryTKey, TValue, T: Int64 | DetailsAny(IEnumerableInt64) |
Attempts to get details on multiple ids. If an id is not found, it will not be included in the returned dictionary
(Inherited from IDetailsableBatchT.) |
![]() | IEnumerableT, T: ITicketFlowAction | GetAllActionsForFlow(Int64) |
Returns all actions for a flow, regardless of which step it leads to
|
![]() | IEnumerableT, T: ITicketFlowAction | GetEntryActions(Int64) |
Returns actions initiates a ticket flow. Only returns actions that includes ticket types for the target company
|
![]() | IEnumerableT, T: ITicketFlowAction | GetEntryActions(Int64, NullableInt64) | Obsolete. |
![]() | IEnumerableT, T: ITicketFlowAction | GetEntryActions(Int64, NullableInt64, NullableInt64) |
Returns actions that initiate a ticket flow. Only returns actions that include ticket types for the target company and ticket user (if specified).
If the provided user id belongs to a service provider, the result will only include actions which are available the specified service provider.
|
![]() | IEnumerableT, T: ITicketFlowAction | GetFlowActionsForTicket(Int64, Int64) |
Returns actions available for a ticket. Only returns actions that includes ticket types for the ticket's current type's company
|
![]() | ITicketFlowAction | GetGlobalAction(GlobalActions, Int64) |
Retrieves a global action for the specified flow step
|
![]() | IEnumerableT, T: String | GetLabels(Int64) |
Returns the labels that are linked with an action
|
![]() | IEnumerableT, T: Int64 | GetServiceProviderIds(Int64) |
Retrieves all service providers where an action is available.
|
![]() | IEnumerableT, T: Int64 | GetTicketRegardingTypeIds(Int64) |
Retrieve the ticket regardings configured for a specific ticket action
|
![]() | Boolean | IsActionInUseByTicketDestination(Int64) |
Checks if a specific actionId is in use by any ticket destination configuration
|
![]() | void | SetLabels(Int64, IEnumerableString) |
Sets the available Ticket Labels for this action. This is not a delta operation,
previously configured labels not included in the call will be removed
|
![]() | void | SetServiceProviderIds(Int64, IEnumerableInt64) |
Enables an action for a set of service providers.
|
![]() | void | SetTicketRegardingTypeIds(Int64, IEnumerableInt64) |
Sets the ticket regardings for a specific ticket action
|
![]() | void | Update(IEnumerableT) |
Updates multiple entities in one operation
(Inherited from IUpdateableBatchT.) |
Name | Description | ||
---|---|---|---|
![]() | ITicketFlowAction | CreateITicketFlowAction(ITicketFlowAction) | (Defined by CreateableBatchExtensions.) |
![]() | void | DeleteITicketFlowAction(Int64) | (Defined by DeletableBatchExtensions.) |
![]() | ITicketFlowAction | DetailsAllITicketFlowAction(Int64) | Overloaded. (Defined by DetailsableBatchExtensions.) |
![]() | IReadOnlyDictionaryTKey, TValue, T: Int64 | DetailsAllITicketFlowAction(IEnumerableInt64) | Overloaded. (Defined by DetailsableBatchExtensions.) |
![]() | ITicketFlowAction | DetailsAnyITicketFlowAction(Int64) | IDetailsableBatchT
Returns details of entity with id 'id', or null if not found
Thrown if any id zero or less. (Defined by DetailsableBatchExtensions.) |
![]() | void | UpdateITicketFlowAction(ITicketFlowAction) | (Defined by UpdateableBatchExtensions.) |