FlowMemberFacade
Table of Contents
Methods
-
__construct()
: mixed
-
getResponsibleAccessCodes()
: array<string|int, string>
-
getTaskCreatorAccessCodes()
: array<string|int, string>
-
getTeamAccessCodes()
: array<string|int, string>
-
getTeamCount()
: array<string|int, mixed>
__construct()
public
__construct() : mixed
getResponsibleAccessCodes()
public
getResponsibleAccessCodes(int $flowId) : array<string|int, string>
Parameters
-
$flowId
: int
-
-
throws
-
FlowNotFoundException
Return values
array<string|int, string>
getTaskCreatorAccessCodes()
public
getTaskCreatorAccessCodes(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
-
-
throws
-
FlowNotFoundException
-
throws
-
ProviderException
Return values
array<string|int, string>
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
-
-
throws
-
FlowNotFoundException
Return values
array<string|int, string>
getTeamCount()
public
getTeamCount(array<string|int, mixed> $flowIdList) : array<string|int, mixed>
Parameters
-
$flowIdList
: array<string|int, mixed>
-
-
throws
-
FlowNotFoundException
Return values
array<string|int, mixed>