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> TfindOrElse(String name, Class<T> clazz, T defaultValue) <T> TfindOrElseGet(String name, Class<T> clazz, Supplier<T> defaultValueSupplier) getName()getType()booleanvoidsetIdentityInfo(String name, Object value) voidsetIdentityInfo(List<PlatformIdentityInfo> identityInfo) voidvoidvoidsetTenantId(String tenantId) voidMethods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity
getId, getIdPrefix, getOriginalPersistentState, getPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdatedMethods inherited from interface org.flowable.common.engine.impl.db.HasRevision
getRevision, getRevisionNext, setRevisionMethods 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:
findOrElseGetin interfacePlatformGroup
-
findOrElse
- Specified by:
findOrElsein interfacePlatformGroup
-