Class PlatformGroupGraphValueMapper
java.lang.Object
com.flowable.idm.engine.microsoft.graph.PlatformGroupGraphValueMapper
- All Implemented Interfaces:
Function<com.fasterxml.jackson.databind.JsonNode,PlatformGroup>
public class PlatformGroupGraphValueMapper
extends Object
implements Function<com.fasterxml.jackson.databind.JsonNode,PlatformGroup>
- Author:
- Roger Villars
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected GraphGroupPropertiesprotected GraphGroupTenantIdProvider -
Constructor Summary
ConstructorsConstructorDescriptionPlatformGroupGraphValueMapper(GraphGroupProperties groupProperties) PlatformGroupGraphValueMapper(GraphGroupProperties groupProperties, GraphGroupTenantIdProvider tenantIdProvider) -
Method Summary
Modifier and TypeMethodDescriptionapply(com.fasterxml.jackson.databind.JsonNode valueNode) protected StringgetTenantId(com.fasterxml.jackson.databind.JsonNode valueNode) voidsetGroupProperties(GraphGroupProperties groupProperties) voidsetTenantIdProvider(GraphGroupTenantIdProvider tenantIdProvider)
-
Field Details
-
groupProperties
-
tenantIdProvider
-
-
Constructor Details
-
PlatformGroupGraphValueMapper
-
PlatformGroupGraphValueMapper
public PlatformGroupGraphValueMapper(GraphGroupProperties groupProperties, GraphGroupTenantIdProvider tenantIdProvider)
-
-
Method Details
-
apply
- Specified by:
applyin interfaceFunction<com.fasterxml.jackson.databind.JsonNode,PlatformGroup>
-
getTenantId
-
getGroupProperties
-
setGroupProperties
-
getTenantIdProvider
-
setTenantIdProvider
-