Package com.flowable.idm.engine.impl
Class PlatformIdentityInfoBuilderImpl
- java.lang.Object
-
- com.flowable.idm.engine.impl.PlatformIdentityInfoBuilderImpl
-
- All Implemented Interfaces:
PlatformIdentityInfoBuilder
public class PlatformIdentityInfoBuilderImpl extends Object implements PlatformIdentityInfoBuilder
- Author:
- Filip Hrisafov
-
-
Field Summary
Fields Modifier and Type Field Description protected CommandExecutor
commandExecutor
protected Map<String,Object>
infos
protected String
tenantId
protected String
userId
-
Constructor Summary
Constructors Constructor Description PlatformIdentityInfoBuilderImpl(CommandExecutor commandExecutor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PlatformIdentityInfoBuilder
info(String infoName, Object value)
List<PlatformIdentityInfo>
save()
PlatformIdentityInfo
saveSingle()
PlatformIdentityInfoBuilder
tenantId(String tenantId)
PlatformIdentityInfoBuilder
userId(String userId)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.flowable.core.idm.api.PlatformIdentityInfoBuilder
language, state, subState, subType, theme, type, userDefinitionKey
-
-
-
-
Constructor Detail
-
PlatformIdentityInfoBuilderImpl
public PlatformIdentityInfoBuilderImpl(CommandExecutor commandExecutor)
-
-
Method Detail
-
userId
public PlatformIdentityInfoBuilder userId(String userId)
- Specified by:
userId
in interfacePlatformIdentityInfoBuilder
-
tenantId
public PlatformIdentityInfoBuilder tenantId(String tenantId)
- Specified by:
tenantId
in interfacePlatformIdentityInfoBuilder
-
info
public PlatformIdentityInfoBuilder info(String infoName, Object value)
- Specified by:
info
in interfacePlatformIdentityInfoBuilder
-
save
public List<PlatformIdentityInfo> save()
- Specified by:
save
in interfacePlatformIdentityInfoBuilder
-
saveSingle
public PlatformIdentityInfo saveSingle()
- Specified by:
saveSingle
in interfacePlatformIdentityInfoBuilder
-
-