A B C D E F G H I L M N O P R S T U V
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- ACCEPTED - no.fintlabs.adapter.models.event.ResponseStatus
-
The event request was accepted.
- AdapterCapability - Class in no.fintlabs.adapter.models
-
Represents the adapters capabilities
- AdapterCapability() - Constructor for class no.fintlabs.adapter.models.AdapterCapability
- AdapterCapability(String, String, String, int, AdapterCapability.DeltaSyncInterval) - Constructor for class no.fintlabs.adapter.models.AdapterCapability
- AdapterCapability.AdapterCapabilityBuilder - Class in no.fintlabs.adapter.models
- AdapterCapability.DeltaSyncInterval - Enum in no.fintlabs.adapter.models
-
Represents delta sync strategies.
- AdapterContract - Class in no.fintlabs.adapter.models
-
Represent the contract between the adapter and FINT.
- AdapterContract() - Constructor for class no.fintlabs.adapter.models.AdapterContract
- AdapterContract(String, String, String, int, Set<AdapterCapability>, long) - Constructor for class no.fintlabs.adapter.models.AdapterContract
- AdapterContract.AdapterContractBuilder - Class in no.fintlabs.adapter.models
- AdapterHeartbeat - Class in no.fintlabs.adapter.models
-
Represents a adapter heartbeat.
- AdapterHeartbeat() - Constructor for class no.fintlabs.adapter.models.AdapterHeartbeat
- AdapterHeartbeat(String, String, String, long) - Constructor for class no.fintlabs.adapter.models.AdapterHeartbeat
- AdapterHeartbeat.AdapterHeartbeatBuilder - Class in no.fintlabs.adapter.models
- adapterId(String) - Method in class no.fintlabs.adapter.models.AdapterContract.AdapterContractBuilder
-
A persistent uniq id for the adapter.
- adapterId(String) - Method in class no.fintlabs.adapter.models.AdapterHeartbeat.AdapterHeartbeatBuilder
-
A persistent uniq id for the adapter.
- adapterId(String) - Method in class no.fintlabs.adapter.models.event.ResponseFintEvent.ResponseFintEventBuilder
- adapterId(String) - Method in class no.fintlabs.adapter.models.sync.SyncPageMetadata.SyncPageMetadataBuilder
B
- build() - Method in class no.fintlabs.adapter.models.AdapterCapability.AdapterCapabilityBuilder
- build() - Method in class no.fintlabs.adapter.models.AdapterContract.AdapterContractBuilder
- build() - Method in class no.fintlabs.adapter.models.AdapterHeartbeat.AdapterHeartbeatBuilder
- build() - Method in class no.fintlabs.adapter.models.event.EventBodyResponse.EventBodyResponseBuilder
- build() - Method in class no.fintlabs.adapter.models.event.RequestFintEvent.RequestFintEventBuilder
- build() - Method in class no.fintlabs.adapter.models.event.ResponseFintEvent.ResponseFintEventBuilder
- build() - Method in class no.fintlabs.adapter.models.sync.SyncPage.SyncPageBuilder
- build() - Method in class no.fintlabs.adapter.models.sync.SyncPageMetadata.SyncPageMetadataBuilder
- builder() - Static method in class no.fintlabs.adapter.models.AdapterCapability
- builder() - Static method in class no.fintlabs.adapter.models.AdapterContract
- builder() - Static method in class no.fintlabs.adapter.models.AdapterHeartbeat
- builder() - Static method in class no.fintlabs.adapter.models.event.EventBodyResponse
- builder() - Static method in class no.fintlabs.adapter.models.event.RequestFintEvent
- builder() - Static method in class no.fintlabs.adapter.models.event.ResponseFintEvent
- builder() - Static method in class no.fintlabs.adapter.models.sync.SyncPage
- builder() - Static method in class no.fintlabs.adapter.models.sync.SyncPageMetadata
- byResponseEvent(ResponseFintEvent) - Static method in enum no.fintlabs.adapter.models.event.ResponseStatus
C
- canEqual(Object) - Method in class no.fintlabs.adapter.models.event.EventBodyResponse
- canEqual(Object) - Method in class no.fintlabs.adapter.models.event.EventIdentifikator
- canEqual(Object) - Method in class no.fintlabs.adapter.models.event.RequestFintEvent
- canEqual(Object) - Method in class no.fintlabs.adapter.models.event.ResponseFintEvent
- canEqual(Object) - Method in class no.fintlabs.adapter.models.sync.SyncPage
- canEqual(Object) - Method in class no.fintlabs.adapter.models.sync.SyncPageEntry
- canEqual(Object) - Method in class no.fintlabs.adapter.models.sync.SyncPageMetadata
- capabilities(Set<AdapterCapability>) - Method in class no.fintlabs.adapter.models.AdapterContract.AdapterContractBuilder
-
List of capablilities for the adapter.
- CONFLICT - no.fintlabs.adapter.models.event.ResponseStatus
-
The requested action results in a conflict, for example that an event tries to update a value that another event has already updated.
- conflicted(boolean) - Method in class no.fintlabs.adapter.models.event.ResponseFintEvent.ResponseFintEventBuilder
-
Indicates whether the event had a conflict.
- conflictReason(String) - Method in class no.fintlabs.adapter.models.event.ResponseFintEvent.ResponseFintEventBuilder
-
A message that explains the reason for the conflict of the event.
- corrId(String) - Method in class no.fintlabs.adapter.models.event.RequestFintEvent.RequestFintEventBuilder
-
GUID for correlation ID.
- corrId(String) - Method in class no.fintlabs.adapter.models.event.ResponseFintEvent.ResponseFintEventBuilder
-
GUID for correlation ID.
- corrId(String) - Method in class no.fintlabs.adapter.models.sync.SyncPageMetadata.SyncPageMetadataBuilder
-
An uniq id for a sync.
- CREATE - no.fintlabs.adapter.operation.OperationType
- created(long) - Method in class no.fintlabs.adapter.models.event.RequestFintEvent.RequestFintEventBuilder
-
When the event was created.
D
- DELETE - no.fintlabs.adapter.models.sync.SyncType
- DELETE - no.fintlabs.adapter.operation.OperationType
- DeleteSyncPage - Class in no.fintlabs.adapter.models.sync
- DeleteSyncPage() - Constructor for class no.fintlabs.adapter.models.sync.DeleteSyncPage
- DELTA - no.fintlabs.adapter.models.sync.SyncType
- deltaSyncInterval(AdapterCapability.DeltaSyncInterval) - Method in class no.fintlabs.adapter.models.AdapterCapability.AdapterCapabilityBuilder
-
Delta sync strategy.
- DeltaSyncPage - Class in no.fintlabs.adapter.models.sync
- DeltaSyncPage() - Constructor for class no.fintlabs.adapter.models.sync.DeltaSyncPage
- domainName(String) - Method in class no.fintlabs.adapter.models.AdapterCapability.AdapterCapabilityBuilder
-
Name of the FINT domain.
- domainName(String) - Method in class no.fintlabs.adapter.models.event.RequestFintEvent.RequestFintEventBuilder
-
Name of the FINT domain.
E
- equals(Object) - Method in class no.fintlabs.adapter.models.event.EventBodyResponse
- equals(Object) - Method in class no.fintlabs.adapter.models.event.EventIdentifikator
- equals(Object) - Method in class no.fintlabs.adapter.models.event.RequestFintEvent
- equals(Object) - Method in class no.fintlabs.adapter.models.event.ResponseFintEvent
- equals(Object) - Method in class no.fintlabs.adapter.models.sync.SyncPage
- equals(Object) - Method in class no.fintlabs.adapter.models.sync.SyncPageEntry
- equals(Object) - Method in class no.fintlabs.adapter.models.sync.SyncPageMetadata
- ERROR - no.fintlabs.adapter.models.event.ResponseStatus
-
An error happened during processing of the event, for example that the db that the adapter connects to is down.
- errorMessage(String) - Method in class no.fintlabs.adapter.models.event.ResponseFintEvent.ResponseFintEventBuilder
-
A message that explains the reason for the failure of the event.
- EventBodyResponse - Class in no.fintlabs.adapter.models.event
- EventBodyResponse.EventBodyResponseBuilder - Class in no.fintlabs.adapter.models.event
- EventIdentifikator - Class in no.fintlabs.adapter.models.event
- EventIdentifikator(String, String) - Constructor for class no.fintlabs.adapter.models.event.EventIdentifikator
F
- failed(boolean) - Method in class no.fintlabs.adapter.models.event.ResponseFintEvent.ResponseFintEventBuilder
-
Indicates whether the event has failed.
- FintEvent - Interface in no.fintlabs.adapter.models.event
- fromString(String) - Static method in enum no.fintlabs.adapter.models.sync.SyncType
- FULL - no.fintlabs.adapter.models.sync.SyncType
- fullSyncIntervalInDays(int) - Method in class no.fintlabs.adapter.models.AdapterCapability.AdapterCapabilityBuilder
-
Number of days between each full sync
- FullSyncPage - Class in no.fintlabs.adapter.models.sync
- FullSyncPage() - Constructor for class no.fintlabs.adapter.models.sync.FullSyncPage
G
- getAdapterId() - Method in class no.fintlabs.adapter.models.AdapterContract
-
A persistent uniq id for the adapter.
- getAdapterId() - Method in class no.fintlabs.adapter.models.AdapterHeartbeat
-
A persistent uniq id for the adapter.
- getAdapterId() - Method in class no.fintlabs.adapter.models.event.ResponseFintEvent
- getAdapterId() - Method in class no.fintlabs.adapter.models.sync.SyncPageMetadata
- getCapabilities() - Method in class no.fintlabs.adapter.models.AdapterContract
-
List of capablilities for the adapter.
- getComponent() - Method in class no.fintlabs.adapter.models.AdapterCapability
-
Helper method to generate the component name.
- getConflictReason() - Method in class no.fintlabs.adapter.models.event.ResponseFintEvent
-
A message that explains the reason for the conflict of the event.
- getCorrId() - Method in interface no.fintlabs.adapter.models.event.FintEvent
- getCorrId() - Method in class no.fintlabs.adapter.models.event.RequestFintEvent
-
GUID for correlation ID.
- getCorrId() - Method in class no.fintlabs.adapter.models.event.ResponseFintEvent
-
GUID for correlation ID.
- getCorrId() - Method in class no.fintlabs.adapter.models.sync.SyncPageMetadata
-
An uniq id for a sync.
- getCreated() - Method in class no.fintlabs.adapter.models.event.RequestFintEvent
-
When the event was created.
- getDeltaSyncInterval() - Method in class no.fintlabs.adapter.models.AdapterCapability
-
Delta sync strategy.
- getDomainName() - Method in class no.fintlabs.adapter.models.AdapterCapability
-
Name of the FINT domain.
- getDomainName() - Method in class no.fintlabs.adapter.models.event.RequestFintEvent
-
Name of the FINT domain.
- getEntityUri() - Method in class no.fintlabs.adapter.models.AdapterCapability
-
Helper method to generate the entity uri.
- getErrorMessage() - Method in class no.fintlabs.adapter.models.event.ResponseFintEvent
-
A message that explains the reason for the failure of the event.
- getFullSyncIntervalInDays() - Method in class no.fintlabs.adapter.models.AdapterCapability
-
Number of days between each full sync
- getHandledAt() - Method in class no.fintlabs.adapter.models.event.ResponseFintEvent
-
When the event was handled.
- getHeartbeatIntervalInMinutes() - Method in class no.fintlabs.adapter.models.AdapterContract
-
Interval the adapter should send heartbeats to FINT in minutes.
- getHttpMethod() - Method in enum no.fintlabs.adapter.models.sync.SyncType
- getIdentifier() - Method in class no.fintlabs.adapter.models.sync.SyncPageEntry
-
The uniq indentifier for the resource.
- getIdField() - Method in class no.fintlabs.adapter.models.event.EventIdentifikator
- getIdValue() - Method in class no.fintlabs.adapter.models.event.EventIdentifikator
- getMessage() - Method in class no.fintlabs.adapter.models.event.EventBodyResponse
-
This message should be set if something goes wrong.
- getMetadata() - Method in class no.fintlabs.adapter.models.sync.SyncPage
-
Metadata describing the page.
- getOperationType() - Method in interface no.fintlabs.adapter.models.event.FintEvent
- getOperationType() - Method in class no.fintlabs.adapter.models.event.RequestFintEvent
-
The type of operation to be performed (CREATE, UPDATE, VALIDATE)
- getOperationType() - Method in class no.fintlabs.adapter.models.event.ResponseFintEvent
-
The type of operation to be performed (CREATE, UPDATE, VALIDATE)
- getOrgId() - Method in class no.fintlabs.adapter.models.AdapterContract
-
OrgId for the customer this contract represent.
- getOrgId() - Method in class no.fintlabs.adapter.models.AdapterHeartbeat
-
OrgId for the customer this contract represent.
- getOrgId() - Method in interface no.fintlabs.adapter.models.event.FintEvent
- getOrgId() - Method in class no.fintlabs.adapter.models.event.RequestFintEvent
-
OrgId for the current customer.
- getOrgId() - Method in class no.fintlabs.adapter.models.event.ResponseFintEvent
-
OrgId for the current customer.
- getOrgId() - Method in class no.fintlabs.adapter.models.sync.SyncPageMetadata
- getPackageName() - Method in class no.fintlabs.adapter.models.AdapterCapability
-
Name of the FINT package.
- getPackageName() - Method in class no.fintlabs.adapter.models.event.RequestFintEvent
-
Name of the FINT package.
- getPage() - Method in class no.fintlabs.adapter.models.sync.SyncPageMetadata
-
Current page in a sync.
- getPageSize() - Method in class no.fintlabs.adapter.models.sync.SyncPageMetadata
-
Size of current page.
- getProblems() - Method in class no.fintlabs.adapter.models.event.EventBodyResponse
-
Shows the problems the system has found when processing this event's request.
- getRejectReason() - Method in class no.fintlabs.adapter.models.event.ResponseFintEvent
-
A message that explains the reason for the rejection of the event.
- getResource() - Method in class no.fintlabs.adapter.models.sync.SyncPageEntry
-
The FINT resource.
- getResourceName() - Method in class no.fintlabs.adapter.models.AdapterCapability
-
Name of the FINT class/entity.
- getResourceName() - Method in class no.fintlabs.adapter.models.event.RequestFintEvent
-
Name of the FINT class/entity.
- getResources() - Method in class no.fintlabs.adapter.models.sync.SyncPage
-
Data in the page.
- getResponseStatus() - Method in class no.fintlabs.adapter.models.event.EventBodyResponse
-
Shows the status of the event that was processed by the adapter.
- getSelfLinkBy(String, FintLinks) - Static method in class no.fintlabs.adapter.models.utils.LinkUtilities
-
Gets a self link from a
FintLinks
resource. - getSelfLinkBySystemId(FintLinks) - Static method in class no.fintlabs.adapter.models.utils.LinkUtilities
- getStatusCode() - Method in class no.fintlabs.adapter.models.event.EventBodyResponse
-
This status code should be set to some code that can be used to trace the origin of the error in the back end system.
- getSyncType() - Method in class no.fintlabs.adapter.models.sync.SyncPage
-
SyncType for the Syncpage.
- getTime() - Method in class no.fintlabs.adapter.models.AdapterContract
-
The registration time for the contract in Unix timestamp.
- getTime() - Method in class no.fintlabs.adapter.models.AdapterHeartbeat
-
The heartbeat time for the adapter in Unix timestamp.
- getTime() - Method in class no.fintlabs.adapter.models.sync.SyncPageMetadata
-
Unix timestamp for the current page in a sync.
- getTimeToLive() - Method in class no.fintlabs.adapter.models.event.RequestFintEvent
-
How long the request is valid in milliseconds
- getTotalPages() - Method in class no.fintlabs.adapter.models.sync.SyncPageMetadata
-
Total pages in a sync.
- getTotalSize() - Method in class no.fintlabs.adapter.models.sync.SyncPageMetadata
-
The total amount of resources for all pages in a sync.
- getUriRef() - Method in class no.fintlabs.adapter.models.sync.SyncPageMetadata
-
The path for the FINT resource in a sync.
- getUsername() - Method in class no.fintlabs.adapter.models.AdapterContract
-
Username used for authentication to FINT.
- getUsername() - Method in class no.fintlabs.adapter.models.AdapterHeartbeat
-
Username used for authentication to FINT.
- getValue() - Method in class no.fintlabs.adapter.models.event.RequestFintEvent
-
The object to which the event applies
- getValue() - Method in class no.fintlabs.adapter.models.event.ResponseFintEvent
-
The SyncPageEntry of the object that the event produced.
H
- handledAt(long) - Method in class no.fintlabs.adapter.models.event.ResponseFintEvent.ResponseFintEventBuilder
-
When the event was handled.
- hashCode() - Method in class no.fintlabs.adapter.models.event.EventBodyResponse
- hashCode() - Method in class no.fintlabs.adapter.models.event.EventIdentifikator
- hashCode() - Method in class no.fintlabs.adapter.models.event.RequestFintEvent
- hashCode() - Method in class no.fintlabs.adapter.models.event.ResponseFintEvent
- hashCode() - Method in class no.fintlabs.adapter.models.sync.SyncPage
- hashCode() - Method in class no.fintlabs.adapter.models.sync.SyncPageEntry
- hashCode() - Method in class no.fintlabs.adapter.models.sync.SyncPageMetadata
- heartbeatIntervalInMinutes(int) - Method in class no.fintlabs.adapter.models.AdapterContract.AdapterContractBuilder
-
Interval the adapter should send heartbeats to FINT in minutes.
I
- IMMEDIATE - no.fintlabs.adapter.models.AdapterCapability.DeltaSyncInterval
-
Updates are dispatched immediately as they become available.
- isConflicted() - Method in class no.fintlabs.adapter.models.event.ResponseFintEvent
-
Indicates whether the event had a conflict.
- isFailed() - Method in class no.fintlabs.adapter.models.event.ResponseFintEvent
-
Indicates whether the event has failed.
- isRejected() - Method in class no.fintlabs.adapter.models.event.ResponseFintEvent
-
Indicates whether the event has been rejected.
L
- LEGACY - no.fintlabs.adapter.models.AdapterCapability.DeltaSyncInterval
-
Updates are dispatched at intervals of up to
<=15
minutes. - LinkUtilities - Class in no.fintlabs.adapter.models.utils
-
Helper methods to obtain self links from a
FintLinks
resource. - LinkUtilities() - Constructor for class no.fintlabs.adapter.models.utils.LinkUtilities
M
- message(String) - Method in class no.fintlabs.adapter.models.event.EventBodyResponse.EventBodyResponseBuilder
-
This message should be set if something goes wrong.
- metadata(SyncPageMetadata) - Method in class no.fintlabs.adapter.models.sync.SyncPage.SyncPageBuilder
-
Metadata describing the page.
N
- no.fintlabs.adapter.models - package no.fintlabs.adapter.models
- no.fintlabs.adapter.models.event - package no.fintlabs.adapter.models.event
- no.fintlabs.adapter.models.sync - package no.fintlabs.adapter.models.sync
- no.fintlabs.adapter.models.utils - package no.fintlabs.adapter.models.utils
- no.fintlabs.adapter.operation - package no.fintlabs.adapter.operation
- NONE - no.fintlabs.adapter.models.AdapterCapability.DeltaSyncInterval
-
No incremental updates are dispatched, only full synchronizations.
O
- of(String, Object) - Static method in class no.fintlabs.adapter.models.sync.SyncPageEntry
-
Helper method to create an SyncPageEntry.
- ofIdentifierName(String, T) - Static method in class no.fintlabs.adapter.models.sync.SyncPageEntry
-
Helper method to create an SyncPageEntry with identifierName as the identifier.
- ofResponseEvent(ResponseFintEvent) - Static method in class no.fintlabs.adapter.models.event.EventBodyResponse
- ofSystemId(T) - Static method in class no.fintlabs.adapter.models.sync.SyncPageEntry
-
Helper method to create an SyncPageEntry with
systemId
as identifier. - operationType(OperationType) - Method in class no.fintlabs.adapter.models.event.RequestFintEvent.RequestFintEventBuilder
-
The type of operation to be performed (CREATE, UPDATE, VALIDATE)
- operationType(OperationType) - Method in class no.fintlabs.adapter.models.event.ResponseFintEvent.ResponseFintEventBuilder
-
The type of operation to be performed (CREATE, UPDATE, VALIDATE)
- OperationType - Enum in no.fintlabs.adapter.operation
-
The type of operation to be performed by the adapter
- orgId(String) - Method in class no.fintlabs.adapter.models.AdapterContract.AdapterContractBuilder
-
OrgId for the customer this contract represent.
- orgId(String) - Method in class no.fintlabs.adapter.models.AdapterHeartbeat.AdapterHeartbeatBuilder
-
OrgId for the customer this contract represent.
- orgId(String) - Method in class no.fintlabs.adapter.models.event.RequestFintEvent.RequestFintEventBuilder
-
OrgId for the current customer.
- orgId(String) - Method in class no.fintlabs.adapter.models.event.ResponseFintEvent.ResponseFintEventBuilder
-
OrgId for the current customer.
- orgId(String) - Method in class no.fintlabs.adapter.models.sync.SyncPageMetadata.SyncPageMetadataBuilder
P
- packageName(String) - Method in class no.fintlabs.adapter.models.AdapterCapability.AdapterCapabilityBuilder
-
Name of the FINT package.
- packageName(String) - Method in class no.fintlabs.adapter.models.event.RequestFintEvent.RequestFintEventBuilder
-
Name of the FINT package.
- page(long) - Method in class no.fintlabs.adapter.models.sync.SyncPageMetadata.SyncPageMetadataBuilder
-
Current page in a sync.
- pageSize(long) - Method in class no.fintlabs.adapter.models.sync.SyncPageMetadata.SyncPageMetadataBuilder
-
Size of current page.
- problems(List<Problem>) - Method in class no.fintlabs.adapter.models.event.EventBodyResponse.EventBodyResponseBuilder
-
Shows the problems the system has found when processing this event's request.
R
- rejected(boolean) - Method in class no.fintlabs.adapter.models.event.ResponseFintEvent.ResponseFintEventBuilder
-
Indicates whether the event has been rejected.
- REJECTED - no.fintlabs.adapter.models.event.ResponseStatus
-
The event request was rejected.
- rejectReason(String) - Method in class no.fintlabs.adapter.models.event.ResponseFintEvent.ResponseFintEventBuilder
-
A message that explains the reason for the rejection of the event.
- RequestFintEvent - Class in no.fintlabs.adapter.models.event
-
Represents a request to the adapter
- RequestFintEvent() - Constructor for class no.fintlabs.adapter.models.event.RequestFintEvent
- RequestFintEvent(String, String, String, String, String, OperationType, long, long, String) - Constructor for class no.fintlabs.adapter.models.event.RequestFintEvent
- RequestFintEvent.RequestFintEventBuilder - Class in no.fintlabs.adapter.models.event
- resourceName(String) - Method in class no.fintlabs.adapter.models.AdapterCapability.AdapterCapabilityBuilder
-
Name of the FINT class/entity.
- resourceName(String) - Method in class no.fintlabs.adapter.models.event.RequestFintEvent.RequestFintEventBuilder
-
Name of the FINT class/entity.
- resources(List<SyncPageEntry>) - Method in class no.fintlabs.adapter.models.sync.SyncPage.SyncPageBuilder
-
Data in the page.
- ResponseFintEvent - Class in no.fintlabs.adapter.models.event
- ResponseFintEvent() - Constructor for class no.fintlabs.adapter.models.event.ResponseFintEvent
- ResponseFintEvent(String, String, String, long, SyncPageEntry, OperationType, boolean, String, boolean, String, boolean, String) - Constructor for class no.fintlabs.adapter.models.event.ResponseFintEvent
- ResponseFintEvent.ResponseFintEventBuilder - Class in no.fintlabs.adapter.models.event
- responseStatus(ResponseStatus) - Method in class no.fintlabs.adapter.models.event.EventBodyResponse.EventBodyResponseBuilder
-
Shows the status of the event that was processed by the adapter.
- ResponseStatus - Enum in no.fintlabs.adapter.models.event
-
The response status indicates the result of the event from the adapter.
S
- setAdapterId(String) - Method in class no.fintlabs.adapter.models.AdapterContract
-
A persistent uniq id for the adapter.
- setAdapterId(String) - Method in class no.fintlabs.adapter.models.AdapterHeartbeat
-
A persistent uniq id for the adapter.
- setAdapterId(String) - Method in class no.fintlabs.adapter.models.event.ResponseFintEvent
- setAdapterId(String) - Method in class no.fintlabs.adapter.models.sync.SyncPageMetadata
- setCapabilities(Set<AdapterCapability>) - Method in class no.fintlabs.adapter.models.AdapterContract
-
List of capablilities for the adapter.
- setConflicted(boolean) - Method in class no.fintlabs.adapter.models.event.ResponseFintEvent
-
Indicates whether the event had a conflict.
- setConflictReason(String) - Method in class no.fintlabs.adapter.models.event.ResponseFintEvent
-
A message that explains the reason for the conflict of the event.
- setCorrId(String) - Method in class no.fintlabs.adapter.models.event.RequestFintEvent
-
GUID for correlation ID.
- setCorrId(String) - Method in class no.fintlabs.adapter.models.event.ResponseFintEvent
-
GUID for correlation ID.
- setCorrId(String) - Method in class no.fintlabs.adapter.models.sync.SyncPageMetadata
-
An uniq id for a sync.
- setCreated(long) - Method in class no.fintlabs.adapter.models.event.RequestFintEvent
-
When the event was created.
- setDeltaSyncInterval(AdapterCapability.DeltaSyncInterval) - Method in class no.fintlabs.adapter.models.AdapterCapability
-
Delta sync strategy.
- setDomainName(String) - Method in class no.fintlabs.adapter.models.AdapterCapability
-
Name of the FINT domain.
- setDomainName(String) - Method in class no.fintlabs.adapter.models.event.RequestFintEvent
-
Name of the FINT domain.
- setErrorMessage(String) - Method in class no.fintlabs.adapter.models.event.ResponseFintEvent
-
A message that explains the reason for the failure of the event.
- setFailed(boolean) - Method in class no.fintlabs.adapter.models.event.ResponseFintEvent
-
Indicates whether the event has failed.
- setFullSyncIntervalInDays(int) - Method in class no.fintlabs.adapter.models.AdapterCapability
-
Number of days between each full sync
- setHandledAt(long) - Method in class no.fintlabs.adapter.models.event.ResponseFintEvent
-
When the event was handled.
- setHeartbeatIntervalInMinutes(int) - Method in class no.fintlabs.adapter.models.AdapterContract
-
Interval the adapter should send heartbeats to FINT in minutes.
- setIdentifier(String) - Method in class no.fintlabs.adapter.models.sync.SyncPageEntry
-
The uniq indentifier for the resource.
- setMessage(String) - Method in class no.fintlabs.adapter.models.event.EventBodyResponse
-
This message should be set if something goes wrong.
- setMetadata(SyncPageMetadata) - Method in class no.fintlabs.adapter.models.sync.SyncPage
-
Metadata describing the page.
- setOperationType(OperationType) - Method in class no.fintlabs.adapter.models.event.RequestFintEvent
-
The type of operation to be performed (CREATE, UPDATE, VALIDATE)
- setOperationType(OperationType) - Method in class no.fintlabs.adapter.models.event.ResponseFintEvent
-
The type of operation to be performed (CREATE, UPDATE, VALIDATE)
- setOrgId(String) - Method in class no.fintlabs.adapter.models.AdapterContract
-
OrgId for the customer this contract represent.
- setOrgId(String) - Method in class no.fintlabs.adapter.models.AdapterHeartbeat
-
OrgId for the customer this contract represent.
- setOrgId(String) - Method in class no.fintlabs.adapter.models.event.RequestFintEvent
-
OrgId for the current customer.
- setOrgId(String) - Method in class no.fintlabs.adapter.models.event.ResponseFintEvent
-
OrgId for the current customer.
- setOrgId(String) - Method in class no.fintlabs.adapter.models.sync.SyncPageMetadata
- setPackageName(String) - Method in class no.fintlabs.adapter.models.AdapterCapability
-
Name of the FINT package.
- setPackageName(String) - Method in class no.fintlabs.adapter.models.event.RequestFintEvent
-
Name of the FINT package.
- setPage(long) - Method in class no.fintlabs.adapter.models.sync.SyncPageMetadata
-
Current page in a sync.
- setPageSize(long) - Method in class no.fintlabs.adapter.models.sync.SyncPageMetadata
-
Size of current page.
- setProblems(List<Problem>) - Method in class no.fintlabs.adapter.models.event.EventBodyResponse
-
Shows the problems the system has found when processing this event's request.
- setRejected(boolean) - Method in class no.fintlabs.adapter.models.event.ResponseFintEvent
-
Indicates whether the event has been rejected.
- setRejectReason(String) - Method in class no.fintlabs.adapter.models.event.ResponseFintEvent
-
A message that explains the reason for the rejection of the event.
- setResource(Object) - Method in class no.fintlabs.adapter.models.sync.SyncPageEntry
-
The FINT resource.
- setResourceName(String) - Method in class no.fintlabs.adapter.models.AdapterCapability
-
Name of the FINT class/entity.
- setResourceName(String) - Method in class no.fintlabs.adapter.models.event.RequestFintEvent
-
Name of the FINT class/entity.
- setResources(List<SyncPageEntry>) - Method in class no.fintlabs.adapter.models.sync.SyncPage
-
Data in the page.
- setResponseStatus(ResponseStatus) - Method in class no.fintlabs.adapter.models.event.EventBodyResponse
-
Shows the status of the event that was processed by the adapter.
- setStatusCode(String) - Method in class no.fintlabs.adapter.models.event.EventBodyResponse
-
This status code should be set to some code that can be used to trace the origin of the error in the back end system.
- setTime(long) - Method in class no.fintlabs.adapter.models.AdapterContract
-
The registration time for the contract in Unix timestamp.
- setTime(long) - Method in class no.fintlabs.adapter.models.AdapterHeartbeat
-
The heartbeat time for the adapter in Unix timestamp.
- setTime(long) - Method in class no.fintlabs.adapter.models.sync.SyncPageMetadata
-
Unix timestamp for the current page in a sync.
- setTimeToLive(long) - Method in class no.fintlabs.adapter.models.event.RequestFintEvent
-
How long the request is valid in milliseconds
- setTotalPages(long) - Method in class no.fintlabs.adapter.models.sync.SyncPageMetadata
-
Total pages in a sync.
- setTotalSize(long) - Method in class no.fintlabs.adapter.models.sync.SyncPageMetadata
-
The total amount of resources for all pages in a sync.
- setUriRef(String) - Method in class no.fintlabs.adapter.models.sync.SyncPageMetadata
-
The path for the FINT resource in a sync.
- setUsername(String) - Method in class no.fintlabs.adapter.models.AdapterContract
-
Username used for authentication to FINT.
- setUsername(String) - Method in class no.fintlabs.adapter.models.AdapterHeartbeat
-
Username used for authentication to FINT.
- setValue(String) - Method in class no.fintlabs.adapter.models.event.RequestFintEvent
-
The object to which the event applies
- setValue(SyncPageEntry) - Method in class no.fintlabs.adapter.models.event.ResponseFintEvent
-
The SyncPageEntry of the object that the event produced.
- statusCode(String) - Method in class no.fintlabs.adapter.models.event.EventBodyResponse.EventBodyResponseBuilder
-
This status code should be set to some code that can be used to trace the origin of the error in the back end system.
- SyncPage - Class in no.fintlabs.adapter.models.sync
-
Represents a page sent from the adapter to the provider.
- SyncPage(SyncPageMetadata, List<SyncPageEntry>, SyncType) - Constructor for class no.fintlabs.adapter.models.sync.SyncPage
- SyncPage(SyncType) - Constructor for class no.fintlabs.adapter.models.sync.SyncPage
- SyncPage.SyncPageBuilder - Class in no.fintlabs.adapter.models.sync
- SyncPageEntry - Class in no.fintlabs.adapter.models.sync
-
Represents an entry in the page data.
- SyncPageEntry() - Constructor for class no.fintlabs.adapter.models.sync.SyncPageEntry
- SyncPageMetadata - Class in no.fintlabs.adapter.models.sync
-
Represents metadata for a page in a sync.
- SyncPageMetadata() - Constructor for class no.fintlabs.adapter.models.sync.SyncPageMetadata
- SyncPageMetadata(String, String, String, long, long, long, long, String, long) - Constructor for class no.fintlabs.adapter.models.sync.SyncPageMetadata
- SyncPageMetadata.SyncPageMetadataBuilder - Class in no.fintlabs.adapter.models.sync
- syncType(SyncType) - Method in class no.fintlabs.adapter.models.sync.SyncPage.SyncPageBuilder
-
SyncType for the Syncpage.
- SyncType - Enum in no.fintlabs.adapter.models.sync
T
- time(long) - Method in class no.fintlabs.adapter.models.AdapterContract.AdapterContractBuilder
-
The registration time for the contract in Unix timestamp.
- time(long) - Method in class no.fintlabs.adapter.models.AdapterHeartbeat.AdapterHeartbeatBuilder
-
The heartbeat time for the adapter in Unix timestamp.
- time(long) - Method in class no.fintlabs.adapter.models.sync.SyncPageMetadata.SyncPageMetadataBuilder
-
Unix timestamp for the current page in a sync.
- timeToLive(long) - Method in class no.fintlabs.adapter.models.event.RequestFintEvent.RequestFintEventBuilder
-
How long the request is valid in milliseconds
- toString() - Method in class no.fintlabs.adapter.models.AdapterCapability.AdapterCapabilityBuilder
- toString() - Method in class no.fintlabs.adapter.models.AdapterContract.AdapterContractBuilder
- toString() - Method in class no.fintlabs.adapter.models.AdapterHeartbeat.AdapterHeartbeatBuilder
- toString() - Method in class no.fintlabs.adapter.models.event.EventBodyResponse.EventBodyResponseBuilder
- toString() - Method in class no.fintlabs.adapter.models.event.EventBodyResponse
- toString() - Method in class no.fintlabs.adapter.models.event.EventIdentifikator
- toString() - Method in class no.fintlabs.adapter.models.event.RequestFintEvent.RequestFintEventBuilder
- toString() - Method in class no.fintlabs.adapter.models.event.RequestFintEvent
- toString() - Method in class no.fintlabs.adapter.models.event.ResponseFintEvent.ResponseFintEventBuilder
- toString() - Method in class no.fintlabs.adapter.models.event.ResponseFintEvent
- toString() - Method in class no.fintlabs.adapter.models.sync.SyncPage.SyncPageBuilder
- toString() - Method in class no.fintlabs.adapter.models.sync.SyncPage
- toString() - Method in class no.fintlabs.adapter.models.sync.SyncPageEntry
- toString() - Method in class no.fintlabs.adapter.models.sync.SyncPageMetadata.SyncPageMetadataBuilder
- toString() - Method in class no.fintlabs.adapter.models.sync.SyncPageMetadata
- totalPages(long) - Method in class no.fintlabs.adapter.models.sync.SyncPageMetadata.SyncPageMetadataBuilder
-
Total pages in a sync.
- totalSize(long) - Method in class no.fintlabs.adapter.models.sync.SyncPageMetadata.SyncPageMetadataBuilder
-
The total amount of resources for all pages in a sync.
U
- UPDATE - no.fintlabs.adapter.operation.OperationType
- uriRef(String) - Method in class no.fintlabs.adapter.models.sync.SyncPageMetadata.SyncPageMetadataBuilder
-
The path for the FINT resource in a sync.
- username(String) - Method in class no.fintlabs.adapter.models.AdapterContract.AdapterContractBuilder
-
Username used for authentication to FINT.
- username(String) - Method in class no.fintlabs.adapter.models.AdapterHeartbeat.AdapterHeartbeatBuilder
-
Username used for authentication to FINT.
V
- VALIDATE - no.fintlabs.adapter.operation.OperationType
- value(String) - Method in class no.fintlabs.adapter.models.event.RequestFintEvent.RequestFintEventBuilder
-
The object to which the event applies
- value(SyncPageEntry) - Method in class no.fintlabs.adapter.models.event.ResponseFintEvent.ResponseFintEventBuilder
-
The SyncPageEntry of the object that the event produced.
- valueOf(String) - Static method in enum no.fintlabs.adapter.models.AdapterCapability.DeltaSyncInterval
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum no.fintlabs.adapter.models.event.ResponseStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum no.fintlabs.adapter.models.sync.SyncType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum no.fintlabs.adapter.operation.OperationType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum no.fintlabs.adapter.models.AdapterCapability.DeltaSyncInterval
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum no.fintlabs.adapter.models.event.ResponseStatus
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum no.fintlabs.adapter.models.sync.SyncType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum no.fintlabs.adapter.operation.OperationType
-
Returns an array containing the constants of this enum type, in the order they are declared.
All Classes All Packages