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> 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.idm.api.Group
getId, setId
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()- Specified by:
getName
in interfaceorg.flowable.idm.api.Group
-
setName
- Specified by:
setName
in interfaceorg.flowable.idm.api.Group
-
getType
String getType()- Specified by:
getType
in interfaceorg.flowable.idm.api.Group
-
setType
- Specified by:
setType
in interfaceorg.flowable.idm.api.Group
-
setKey
-
setTenantId
-
setIdentityInfo
-
setIdentityInfo
-
findIdentityInfo
-
isIdentityInfoInitialized
boolean isIdentityInfoInitialized() -
findOrElseGet
- Specified by:
findOrElseGet
in interfacePlatformGroup
-
findOrElse
- Specified by:
findOrElse
in interfacePlatformGroup
-