This adapter integrates with GeoIntegrasjon Arkiv.
Key | Description | Default |
---|---|---|
fint.adapter.organizations |
List of orgIds the adapter handles. | |
fint.adapter.endpoints.sse |
Url to the sse endpoint for provider | /sse/%s |
fint.adapter.endpoints.status |
Url to the status endpoint for provider | /status |
fint.adapter.endpoints.response |
Url to the response endpoint for provider | /response |
fint.adapter.endpoints.providers.* |
Baseurl for the * provider (see below) |
|
fint.adapter.sse-expiration |
Expiration for SSE messages | 1200000 |
fint.internal-files.directory |
Location for FILE based internal files |
file-cache |
fint.internal-files.connection-string |
Azure connection string to storage account for BLOB based internal files |
|
fint.internal-files.type |
Location for internal files, BLOB or FILE . |
|
fint.geointegrasjon.service-url |
Root URL for the GeoIntegrasjon SOAP endpoint | |
fint.geointegrasjon.innsyn |
Path to the Innsyn service endpoint | /ArkivInnsynService.svc/ArkivInnsynService |
fint.geointegrasjon.oppdatering |
Path to the Oppdatering service endpoint | /ArkivOppdateringService.svc/ArkivOppdateringService |
fint.geointegrasjon.username |
Service username | |
fint.geointegrasjon.password |
Service password | |
fint.geointegrasjon.use-wss |
Use WS-Security instead of Basic Auth | false |
fint.geointegrasjon.apikey |
Use API key (passed as a HTTP header) instead of Basic Auth or WS-Security | |
fint.geointegrasjon.tracing |
Log trace of SOAP requests and responses | false |
fint.geointegrasjon.fagsystem |
System name for external key (EksternNoekkel) | |
fint.geointegrasjon.tilleggstype |
Name of Tilleggsinformasjon attribute used for custom fields | |
fint.case.defaults.* |
Defaults for various case types | |
fint.case.format.* |
Formats for titles and custom fields for various case types |
kodeverk
noark
kulturminne
samferdsel
This adapter have support for OData filtering of cases. That means it's now possible to
get cases based on a OData filter, not only mappeid
, systemid
and soknadsnummer
.
We currently only support saksdato
and primary klassifikasjon
. More will come. Maybe.
NB! Be aware of that journalposts are NOT included and returned with the cases when using this OData filter feature.
$filter=saksdato eq '1999-12-31'
$filter=klassifikasjon/primar/verdi eq '123456789'
Parts of titles can be shielded. To shield content, use @...@
. It is only possible to shield the last part of the title.
- Title:
Opplæringsmappe Kari Nordmann 01.01.1970
- Public title:
Opplæringsmappe @Kari Nordmann 01.01.1970@
Everything between the two @
will be shielded, resulting in an offentligTittel
in ACOS WebSak Opplæringsmappe
and
the field skjermetTittel
set to true
.