Uses of Interface
de.captaingoldfish.scim.sdk.server.endpoints.bulkid.BulkIdReferenceWrapper
Packages that use BulkIdReferenceWrapper
-
Uses of BulkIdReferenceWrapper in de.captaingoldfish.scim.sdk.server.endpoints.bulkid
Classes in de.captaingoldfish.scim.sdk.server.endpoints.bulkid that implement BulkIdReferenceWrapperModifier and TypeClassDescriptionclassauthor Pascal Knueppel
created at: 25.08.2022 - 18:43
classclassFields in de.captaingoldfish.scim.sdk.server.endpoints.bulkid with type parameters of type BulkIdReferenceWrapperModifier and TypeFieldDescriptionprotected final 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 BulkIdReferenceWrapperModifier and TypeMethodDescriptionprotected 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