Uses of Interface
de.captaingoldfish.scim.sdk.server.endpoints.bulkid.BulkIdReferenceWrapper
-
Packages that use BulkIdReferenceWrapper Package Description de.captaingoldfish.scim.sdk.server.endpoints.bulkid -
-
Uses of BulkIdReferenceWrapper in de.captaingoldfish.scim.sdk.server.endpoints.bulkid
Classes in de.captaingoldfish.scim.sdk.server.endpoints.bulkid that implement BulkIdReferenceWrapper Modifier and Type Class Description classBulkIdReferenceArrayWrapperauthor Pascal Knueppel
created at: 25.08.2022 - 18:43
classBulkIdReferencePatchNodeWrapperclassBulkIdReferenceUriWrapperFields in de.captaingoldfish.scim.sdk.server.endpoints.bulkid with type parameters of type BulkIdReferenceWrapper Modifier and Type Field Description protected Map<String,List<BulkIdReferenceWrapper>>BulkIdResolverAbstract. bulkIdReferencescontains all bulkId reference of theBulkIdResolverAbstract.resource.Methods in de.captaingoldfish.scim.sdk.server.endpoints.bulkid that return types with arguments of type BulkIdReferenceWrapper Modifier and Type Method Description protected abstract List<BulkIdReferenceWrapper>BulkIdResolverAbstract. getComplexBulkIdNodes()this method must return the bulkId references from the resource that are based on the complex-node bulkId specificationprotected abstract List<BulkIdReferenceWrapper>BulkIdResolverAbstract. getDirectBulkIdNodes()this method must return the bulkId references from the resource that are based on the simple-node bulkId specification
-