QueueFlowMemberProvider extends AbstractFlowMemberProvider
Table of Contents
Methods
- getDistributionType() : FlowDistributionType
- getResponsibleAccessCodes() : array<string|int, string>
- Those responsible for progress in completing tasks in the flow.
- getResponsibleRole() : Role
- getTaskCreatorAccessCodes() : array<string|int, mixed>
- getTeamAccessCodes() : array<string|int, string>
- getTeamCount() : array<string|int, mixed>
Methods
getDistributionType()
public
getDistributionType() : FlowDistributionType
Return values
FlowDistributionTypegetResponsibleAccessCodes()
Those responsible for progress in completing tasks in the flow.
public
getResponsibleAccessCodes(int $flowId) : array<string|int, string>
Parameters
- $flowId : int
Tags
Return values
array<string|int, string> —Return [those selected in the flow team selector to receive tasks]
getResponsibleRole()
public
getResponsibleRole() : Role
Return values
RolegetTaskCreatorAccessCodes()
public
getTaskCreatorAccessCodes(int $flowId[, int|null $offset = null ][, int|null $limit = null ]) : array<string|int, mixed>
Parameters
- $flowId : int
- $offset : int|null = null
- $limit : int|null = null
Tags
Return values
array<string|int, mixed>getTeamAccessCodes()
public
getTeamAccessCodes(int $flowId[, int|null $offset = null ][, int|null $limit = null ]) : array<string|int, string>
Parameters
- $flowId : int
- $offset : int|null = null
- $limit : int|null = null
Tags
Return values
array<string|int, string> —Return [those selected in the flow team selector to receive tasks]
getTeamCount()
public
getTeamCount(FlowCollection $flows) : array<string|int, mixed>
Parameters
- $flows : FlowCollection
Tags
Return values
array<string|int, mixed> —[ flowId => usersCount ]