public class PlatformIdentityInfoBuilderImpl extends Object implements PlatformIdentityInfoBuilder
Modifier and Type | Field and Description |
---|---|
protected org.flowable.common.engine.impl.interceptor.CommandExecutor |
commandExecutor |
protected Map<String,Object> |
infos |
protected String |
tenantId |
protected String |
userId |
Constructor and Description |
---|
PlatformIdentityInfoBuilderImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor) |
Modifier and Type | Method and Description |
---|---|
PlatformIdentityInfoBuilder |
info(String infoName,
Object value) |
List<PlatformIdentityInfo> |
save() |
PlatformIdentityInfo |
saveSingle() |
PlatformIdentityInfoBuilder |
tenantId(String tenantId) |
PlatformIdentityInfoBuilder |
userId(String userId) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
language, state, subState, subType, theme, type, userDefinitionKey
protected final org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor
protected String userId
protected String tenantId
public PlatformIdentityInfoBuilderImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor)
public PlatformIdentityInfoBuilder userId(String userId)
userId
in interface PlatformIdentityInfoBuilder
public PlatformIdentityInfoBuilder tenantId(String tenantId)
tenantId
in interface PlatformIdentityInfoBuilder
public PlatformIdentityInfoBuilder info(String infoName, Object value)
info
in interface PlatformIdentityInfoBuilder
public List<PlatformIdentityInfo> save()
save
in interface PlatformIdentityInfoBuilder
public PlatformIdentityInfo saveSingle()
saveSingle
in interface PlatformIdentityInfoBuilder
Copyright © 2019. All rights reserved.