Package com.flowable.idm.engine.impl
Class PlatformGroupBuilderImpl
java.lang.Object
com.flowable.idm.engine.impl.PlatformGroupBuilderImpl
- All Implemented Interfaces:
PlatformGroupBuilder
-
Field Summary
Modifier and TypeFieldDescriptionprotected PlatformGroupEntity
protected final String
protected final CoreIdmEngineConfiguration
protected final boolean
protected String
protected String
protected PlatformGroupEntity
protected String
protected String
-
Constructor Summary
ConstructorDescriptionPlatformGroupBuilderImpl
(CoreIdmEngineConfiguration idmEngineConfiguration, String groupId, boolean isUpdate) -
Method Summary
Modifier and TypeMethodDescriptionprotected PlatformGroup
executeSave
(CommandContext commandContext) getGroup()
protected boolean
isPropertyModified
(String property) save()
-
Field Details
-
idmEngineConfiguration
-
groupId
-
isUpdate
protected final boolean isUpdate -
name
-
type
-
key
-
tenantId
-
modifiedProperties
-
originalGroup
-
group
-
-
Constructor Details
-
PlatformGroupBuilderImpl
public PlatformGroupBuilderImpl(CoreIdmEngineConfiguration idmEngineConfiguration, String groupId, boolean isUpdate)
-
-
Method Details
-
name
- Specified by:
name
in interfacePlatformGroupBuilder
-
type
- Specified by:
type
in interfacePlatformGroupBuilder
-
key
- Specified by:
key
in interfacePlatformGroupBuilder
-
tenantId
- Specified by:
tenantId
in interfacePlatformGroupBuilder
-
save
- Specified by:
save
in interfacePlatformGroupBuilder
-
executeSave
-
isPropertyModified
-
getOriginalGroup
-
getGroup
-