Interface PlatformGroupEntity
- All Superinterfaces:
org.flowable.common.engine.impl.persistence.entity.Entity,org.flowable.idm.api.Group,org.flowable.common.engine.impl.db.HasRevision,PlatformGroup,Serializable
- All Known Implementing Classes:
PlatformGroupEntityImpl
public interface PlatformGroupEntity
extends PlatformGroup, org.flowable.common.engine.impl.persistence.entity.Entity, org.flowable.common.engine.impl.db.HasRevision
- 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.idm.api.Group
getId, setIdMethods 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()- Specified by:
getNamein interfaceorg.flowable.idm.api.Group
-
setName
- Specified by:
setNamein interfaceorg.flowable.idm.api.Group
-
getType
String getType()- Specified by:
getTypein interfaceorg.flowable.idm.api.Group
-
setType
- Specified by:
setTypein interfaceorg.flowable.idm.api.Group
-
setKey
-
setTenantId
-
setIdentityInfo
-
setIdentityInfo
-
findIdentityInfo
-
isIdentityInfoInitialized
boolean isIdentityInfoInitialized() -
findOrElseGet
- Specified by:
findOrElseGetin interfacePlatformGroup
-
findOrElse
- Specified by:
findOrElsein interfacePlatformGroup
-