common-gateway/sim-xml-to-zgw-bundle
This class handles the interaction with componentencatalogus.commonground.nl.
| Name | Description |
|---|---|
| __construct | |
| connectEigenschappen | Connects Eigenschappen to ZaakType if eigenschap does not exist yet, or connect existing Eigenschap to ZaakEigenschap. |
| connectRolTypes | Connects RoleTypes to ZaakType if RoleType does not exist yet, or connect existing RoleType to Role. |
| connectZaakInformatieObjecten | Connects ZaakInfromatieObjecten . |
| convertZaakType | Creates ZaakType if no ZaakType exists, connect existing ZaakType if ZaakType with identifier exists. |
| createResponse | Creates a response based on content. |
| unescapeEigenschappen | Unescapes dots in eigenschap-names and definition. |
| zaakActionHandler | Receives a case and maps it to a ZGW case. |
Description
__construct (void)
Parameters
This function has no parameters.
Return Values
void
Description
public connectEigenschappen (array $zaakArray, \ObjectEntity $zaakType)
Connects Eigenschappen to ZaakType if eigenschap does not exist yet, or connect existing Eigenschap to ZaakEigenschap.
Parameters
(array) $zaakArray
: The mapped zaak(\ObjectEntity) $zaakType
: The zaakType to connectReturn Values
array
Description
public connectRolTypes (array $zaakArray, \ObjectEntity $zaakType)
Connects RoleTypes to ZaakType if RoleType does not exist yet, or connect existing RoleType to Role.
Parameters
(array) $zaakArray
: The mapped zaak(\ObjectEntity) $zaakType
: The zaakType to connectReturn Values
array
Description
public connectZaakInformatieObjecten (array $zaakArray, \ObjectEntity $zaak)
Connects ZaakInfromatieObjecten .
.. @TODO
Parameters
(array) $zaakArray
: The mapped zaak(\ObjectEntity) $zaakReturn Values
array
Description
public convertZaakType (array $zaakArray)
Creates ZaakType if no ZaakType exists, connect existing ZaakType if ZaakType with identifier exists.
Parameters
(array) $zaakArray
: The mapped caseReturn Values
array
Description
public createResponse (array $content, int $status)
Creates a response based on content.
Parameters
(array) $content
: The content to incorporate in the response(int) $status
: The status code of the responseReturn Values
\Response
Description
public unescapeEigenschappen (array $zaakArray)
Unescapes dots in eigenschap-names and definition.
Parameters
(array) $zaakArray
: The case aray to unescape.Return Values
array
The unescaped array.
Description
public zaakActionHandler (array $data, array $configuration)
Receives a case and maps it to a ZGW case.
Parameters
(array) $data
: The inbound data for the case(array) $configuration
: The configuration for the actionReturn Values
array
How can I help you explore Laravel packages today?