Interface PlatformGroupEntity
- All Superinterfaces:
Entity
,Group
,HasRevision
,PlatformGroup
,Serializable
- All Known Implementing Classes:
PlatformGroupEntityImpl
- Author:
- Joram Barrez
-
Method Summary
Modifier and TypeMethodDescriptionfindIdentityInfo
(String name) <T> T
findOrElse
(String name, Class<T> clazz, T defaultValue) <T> T
findOrElseGet
(String name, Class<T> clazz, Supplier<T> defaultValueSupplier) getName()
getType()
boolean
void
setIdentityInfo
(String name, Object value) void
setIdentityInfo
(List<PlatformIdentityInfo> identityInfo) void
void
void
setTenantId
(String tenantId) void
Methods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity
getId, getIdPrefix, getOriginalPersistentState, getPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated
Methods inherited from interface org.flowable.common.engine.impl.db.HasRevision
getRevision, getRevisionNext, setRevision
Methods inherited from interface com.flowable.core.idm.api.PlatformGroup
findString, getIdentityInfo, getKey, getTenantId
-
Method Details
-
getName
String getName() -
setName
-
getType
String getType() -
setType
-
setKey
-
setTenantId
-
setIdentityInfo
-
setIdentityInfo
-
findIdentityInfo
-
isIdentityInfoInitialized
boolean isIdentityInfoInitialized() -
findOrElseGet
- Specified by:
findOrElseGet
in interfacePlatformGroup
-
findOrElse
- Specified by:
findOrElse
in interfacePlatformGroup
-